Obtain JWT Access Tokens using the API Refresh Token
Generate a new JWT access token by providing a valid API key.
Request
This endpoint expects an object.
clientId
The client identifier
clientSecret
The API Key (client secret)
Response
Tokens generated successfully
access_token
JWT access token
Errors
401
Unauthorized Error
500
Internal Server Error

