Getting a bearer token
In order to use the API for you must obtain a Bearer token to be used in subsequent requests.
Request Body |
---|
grant_type stringThe will be set to 'client_credentials' |
client_id stringThe client_id provided to you |
client_secret The client secret provided to you |
Responses | |||||||
---|---|---|---|---|---|---|---|
200 successful operation
| |||||||
401 Unauthorized |