Info Auth Tokens

Returns the Dev organization, user and token attributes extracted from the auth token.

Headers

AuthorizationstringRequired

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

Response

The Dev organization, user and token attributes extracted from the auth token.
organizationobject
The Dev organization attributes extracted from the auth token.
tokenobject
The token attributes extracted from the auth token.
userobject
The user attributes extracted from the auth token.

Errors