Get Auth Token (POST)

Gets the token metadata corresponding to the given token ID under the given Dev organization.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
token_idstringRequiredformat: "id"
The unique identifier of the token under a given Dev organization.

Response

The response to get the token metadata.
tokenobject

Errors