Token Information

These API calls allow a logged in user to obtain information about their current token and what permissions/access they can request on subsequent tokens.

Return the list of authorized scopes/permissions for your token

get
/info/scopes/authorized

Get a list of scopes/permissions currently authorized for your token.

Responses
200

Scope List Response

application/json
get
/info/scopes/authorized

Return the list of all scopes/permissions that you could request for your token

get
/info/scopes/available

Get a list of scopes/permissions available for you to request for your token.

Responses
200

Scope List Response

application/json
get
/info/scopes/available

Return the list of the currently authorized access for your token

get
/info/access/authorized

Get a list of access currently authorized for your token. This call will only work where the token is for datacore.

Responses
200

Access List Response

application/json
get
/info/access/authorized

Return the list of all access that you could request for your token

get
/info/access/available

Get a list of access available for you to request for your token. This call will only work where the token is for datacore.

Responses
200

Access List Response

application/json
get
/info/access/available

Last updated

Was this helpful?