To get an access token, post your client_id
and client_secret
.
The request responds with an access token, which is valid for 24 hours. Pass the token as the Authorization
header with Bearer
appended before the token, e.g. Bearer {access_token}
.
An access token has been granted
{- "client_id": "test_clientId",
- "client_secret": "test_clientSecret"
}
{- "access_token": "string"
}