Obtain an OAuth 2.0 access token to authenticate your API requests.
client_id and client_secret for a temporary access_token.
application/x-www-form-urlencoded.
| Parameter | Value | Description |
|---|---|---|
grant_type | client_credentials | Must be exactly this value. |
client_id | YOUR_CLIENT_ID | Provided in your Ibantrack Dashboard. |
client_secret | YOUR_CLIENT_SECRET | Provided in your Ibantrack Dashboard. |
access_token, you must include it in the header of all subsequent API calls: