Skip to main content
GET
Get token payload

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

The ID of the token whose payload is to be retrieved.

Response

Success response

The payload is a key-value map, that can contain any information the user wants to store in the token.

  • Maximum 20 key-value pairs. * Maximum 20 characters per key. * Maximum 80 characters per value.