Skip to main content
POST
/
api
/
pci
/
tokens
/
{id}
/
security-code
Refresh security code
curl --request POST \
  --url https://{cluster_id}.on-hellgate.cloud/api/pci/tokens/{id}/security-code \
  --header 'x-api-key: <api-key>'
{
  "session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

The ID of the token to check.

Response

Success response

session_id
string<uuid>
required