Info Auth Tokens (POST)
Returns the Dev organization, user and token attributes extracted from
the auth token.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
Response
The Dev organization, user and token attributes extracted from the auth
token.
organization
The Dev organization attributes extracted from the auth token.
token
The token attributes extracted from the auth token.
user
The user attributes extracted from the auth token.