_ExcerptAuthenticationAPIRequestParameters
Required The Example Required All requests to the token endpoint require the Example Required The Example Required The client ID identifies your account to the Example Required The secret is like a password that enables you to use the API with your account. Example None. None.Header parameters
content-type
content-type
parameter describes the type of the content that you send in the request body. The token
endpoint can only accept URL encoded content so you must set the content-type parameter to application/x-www-form-urlencoded
.content-type: application/x-www-form-urlencoded
Request body parameters
grant_type
grant_type
parameter in the body of the request. You must set grant_type
to ‘client_credentials’. A grant type of client credentials indicates that you are using OAuth 2.0 for authorization.grant_type=client_credentials
scope
scope
parameter identifies the API for which you need a bearer access token and what level of access you will have to that API. Multiple scopes are separated by spaces.scope=stats
client_id
token
endpoint.client_id=abcde
client_secret
client_secret=12345
Path parameters
Query string parameters