Generate developer authentication token

Generates a JWT token for developer authentication

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
developerIdstringRequired

The ID of the developer

apiKeystringRequired

The API key for the developer

Response

Token generated successfully

access_tokenstringOptional

The JWT token for authentication

token_typestringOptional

The type of token (always “Bearer”)

expires_inintegerOptional

Token expiration time in seconds

Errors