Sign in with API key
Authenticates a user using their API key credentials
Request
This endpoint expects an object.
apiKey
API Key of the API user
secret
Secret of the API user
Response
Authentication successful, returns JWT token
token
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