Obtain JWT Access Tokens using the API Refresh Token

View as Markdown
Generate a new JWT access token by providing a valid API key.

Request

This endpoint expects an object.
clientIdstringRequired
The client identifier
clientSecretstringRequired

The API Key (client secret)

Response

Tokens generated successfully
access_tokenstringOptional
JWT access token

Errors

401
Unauthorized Error
500
Internal Server Error