API authenPlatform
Endpoint: POST /v2/auth/oauth2/token
Description: Obtain an OAuth 2.0 Bearer access token used to authenticate every other Global Collections API call.
Request
Request Body Field Descriptions (JSON)
Field Name
Type
Required
Description
Request sample
{
"grant_type": "client_credentials",
"client_id": "e1b2c3d4-5678-1234-9abc-1234567890ab",
"client_secret": "s3cr3t-key-value",
"scope": "global-collection"
}Response
Response Field Descriptions
Field Name
Type
Description
data object fields:
data object fields:Field Name
Type
Description
Response sample
Example cURL
Notes
Last updated
Was this helpful?