Admin APIs
tokens
tokens

Get Token

get/api/v1/admin/tokens/{token_id}

Path parameters

token_idstring required

Response

Successful Response

namestring required
is_promotionalboolean required
provider_idstring uuid nullable
default_expires_daysinteger nullable required
meta_dataobject nullable
is_integrationboolean

True for integration tokens, False for primary tokens

idstring uuid required
is_activeboolean required
usage_scopestring nullable
can_be_cashed_outboolean required
created_atstring date-time required
updated_atstring date-time nullable required

Changes

Changed in 1 of the 4 revisions of this API.1

    • added the optional property usage_scope to the response with the 200 status

      response-optional-property-added