PublicApiTokenRequest
Request body for the OAuth 2.0 client-credentials token endpoint. Submit your API client credentials to obtain a short-lived Bearer access token.
- clientType: string
_id The client identifier issued to you when your API credentials were created.
- clientType: string
_secret The client secret paired with your
client_id. Keep this confidential and never expose it in client-side code. - grantenum
_type const:client_credentialsThe OAuth 2.0 grant type. Must be the literal value
client_credentials.values- client
_credentials