Create and provision a new network token with a card scheme. See Network Tokens overview for creation sources and supported schemes.
cURL
session
curl --request POST \ --url https://{cluster_id}.on-hellgate.cloud/api/network/tokens \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "source": { "type": "session" } } '
200
{ "session_id": "6a3342be-1b50-4d3e-b430-708dfcd5967a"}
Show child attributes
Metadata consisting of key-value entries.
{ "my_key_one": "my_value_one", "my_key_two": "my_value_two"}
Success response