Authenticate a client
Authenticating with your client details to retrieve an access token using OAuth 2.0
Parameter
Type
Description
{
"client_id": "2fd153ab-86c8-45fb-990d-721140e46061",
"client_secret": "8636abe2-affb-4238-8bff-200ed3652d1e",
"grant_type": "client_credentials"
}{
"access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6Ikp..."
}Last updated