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.
entityId
The ID of the entity
apiKey
The API key for the entity
developerId
The ID of the developer
Response
Token generated successfully
access_token
The JWT token for authentication
token_type
The type of token (always βBearerβ)
expires_in
Token expiration time in seconds