πAuthentication
authorization: Bearer XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXGenerating a client_id & client_secret
client_id & client_secretGenerating a Bearer Token (also known as app-only)
Generate a Bearer Token
Request Body
Name
Type
Description
{
"access_token": string,
"expires_in": number,
"token_type": "Bearer",
"scope": "ALL:ALL"
}{
"error": string,
"error_description": string
}Examples
Last updated
Was this helpful?

