How to perform authenticated requests to the API
Service Accounts
Admin > IAM > Service Accounts
and select create a new service account. Once created, you can then create a new key which is a Client ID / Secret pair. You’ll need these
to authenticate your requests to the API.Exchanging Client Credentials for an Access Token
jq
will return an access token payload.Using the Access Token to make requests for Resources
access_token
in the Authorization
header of your requests to the API.