API Key Settings
{ "grant_type": "client_credentials", "client_id": "yourClientId", "client_secret": "yourClientSecret", "audience": "https://contextual/no-api" }{ "expires_in": 86400, "access_token": "accessToken" }
Last updated
Was this helpful?
{
"grant_type": "client_credentials",
"client_id": "yourClientId",
"client_secret": "yourClientSecret",
"audience": "https://contextual/no-api"
}{
"expires_in": 86400,
"access_token": "accessToken"
}Last updated
Was this helpful?
Was this helpful?