Authorized Info

Basic information about the authorization being used.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

Accept-VersionstringOptional
The API version

Response

Request was successful
_idstringformat: "uuid"
The uniqueID of the authorization
createdOnstringformat: "date-time"
The date the authorization was created
grantTypestring
The grant type of the authorization
lastUsedstringformat: "date-time"
The date the authorization was last used
siteslist of strings
The sites authorized
orgslist of strings
The organizations authorized
workspaceslist of strings
The workspaces authorized
userslist of strings
The users authorized
rateLimitinteger
The default rate limit for the authorization
statusstring
The status of the authorization
applicationobject

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error