v1

latestOpenAPI 3.0.12026-07-2474233379.5 KB
Authorization

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.

post/v1/oauth/accessToken

Query parameters

clientIdstring required
clientSecretstring required

Response

OK

accessTokenstring
expiresinteger