Issue an OAuth token with client credentials.
Your OAuth2 client ID, provided to you during onboarding.
Your OAuth2 client secret, provided to you during onboarding.
The grant type to use. Always client_credentials.
The scopes to include in the token. Comma-separated list of scopes. Currently only read and write are supported. read grants read-only access to all resources, and write grants read/write access to all resources.