Generate entity authentication token

Generates a JWT token for entity authentication

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
entityIdstringRequired
The ID of the entity
apiKeystringRequired
The API key for the entity
developerIdstringRequired
The ID of the developer

Response

Token generated successfully
access_tokenstring
The JWT token for authentication
token_typestring

The type of token (always “Bearer”)

expires_ininteger
Token expiration time in seconds

Errors

400
Bad Request Error
500
Internal Server Error