Retrieve the payload associated with a specific generic token.
cURL
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" }
The ID of the token whose payload is to be retrieved.
Success response
The payload is a key-value map, that can contain any information the user wants to store in the token.