Public API
10/2024
Authorization
Prerequisites
Exchange the client credentials for an access token
{ "client_id": "<client ID of the API client>", "client_secret": "<client secret of the API client>", "grant_type": "client_credentials" }
Using a Postman Collection
Last updated