Object
TokenRequest
The form posted to the token endpoint. HTTP Basic with client_id:client_secret is accepted in place of the two fields, and so is the same form as a JSON object.
Fields
| Field | Type | Description |
|---|---|---|
| grant_type required | "client_credentials" | Always client_credentials. |
| client_id required | string | The client ID from Settings › Integrations, e.g. qc_… |
| client_secret required | string | The secret shown once when the credentials were created, e.g. qs_… |