client_id
and client_secret
yet, you’ll need them to proceed. Please book a meeting to get set up.Obtain an access token
application/x-www-form-urlencoded
for this endpoint.client_credentials
.Use the token in API calls
access_token
in the Authorization
header of your API requests:Bearer YOUR_ACCESS_TOKEN
401 Unauthorized
error. Your application should handle this by requesting a new token.