Sign in with API key

Authenticates a user using their API key credentials

Request

This endpoint expects an object.
apiKeystringRequired
API Key of the API user
secretstringRequired
Secret of the API user

Response

Authentication successful, returns JWT token
tokenstring
JWT token for authentication

Errors

401
Create Token Request Unauthorized Error
422
Create Token Request Unprocessable Entity Error
500
Create Token Request Internal Server Error