Skip to main content
GET
/
api
/
generic
/
tokens
/
{id}
/
payload
Get token payload
curl --request GET \
  --url https://{cluster_id}.on-hellgate.cloud/api/generic/tokens/{id}/payload \
  --header 'x-api-key: <api-key>'
{
  "iban": "DE89370400440532013000",
  "bic": "COBADEFFXXX",
  "account_holder_name": "John Doe"
}

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.