v3.0
Authentication Api

Servers

Choose a server to use:

/api/v1.0/

Returns a scoped access token .

POST /oauth/token

Auth
Request Body
object objectrequired
client_id stringrequired
client_secret stringrequired
audience stringrequired
grant_type stringrequired
refresh booleanoptional
Example Request
Copy
Responses
200 401
object objectrequired
access_token stringrequired
token_type stringrequired
expires_in integerrequired
scope stringrequired
Example Response
200 Successfully generated a access token
401 Unauthorized Error
Copy