POST
to the token URL.
Parameter Name | Description |
---|---|
grant_type | Set this to “client_credentials”. |
client_id | Your application’s Client ID. You can find this value on the application’s settings tab. |
client_secret | Your application’s Client Secret. You can find this value on the application’s settings tab. To learn more about available application authentication methods, read Application Credentials. |
audience | The audience for the token, which is your API. You can find this in the Identifier field on your API’s settings tab. |
organization | Optional. The organization name or identifier you want the request to be associated with. To learn more, read Machine-to-Machine Access for Organizations. |
HTTP 200
response with a payload containing access_token
, token_type
, and expires_in
values: