Client Credential Flow (2-legged OAuth)

Each application (workflow) is assigned a unique Client ID and Client Secret.

A successful access token request returns a JSON object containing the bearer token and the number of seconds until the token expires. Access tokens are issued with a 60 minute lifespan. You can request a new token once your current token expires.

Language
Click Try It! to start a request and see the response here!