Requirements
Access to this API may require prior approval and configuration. It is recommended to review the getting started guides before integration.Request Parameters
Requests must be sent in application/json format and should include the following parameters:| Key | Type | Description |
|---|---|---|
client_id | string | Unique identifier for the client application. |
client_secret | string | Secret key for the client application used for authentication. |
grant_type | string | Grant type used for authentication. |
Example Request
Example Response
Response Fields
| Key | Type | Description |
|---|---|---|
accessToken | string | Generated access token, used to authenticate against protected endpoints. |

