Authorized Info

Basic information about the authorization being used.

Headers

AuthorizationstringRequired

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

Accept-VersionstringOptional
The API version

Response

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

Errors