Generate Access Token
Exchanges client credentials for access token. The access token should be included in each API call for authentication.
| Request Body — REQUIRED |
|---|
grant_type string |
client_id string |
client_secret string |
| Responses | |||||
|---|---|---|---|---|---|
200Token issued successfully
|