Skip to main content
GET
/
api
/
pci
/
tokens
/
{id}
/
security-code
Check security code
curl --request GET \
  --url https://{cluster_id}.on-hellgate.cloud/api/pci/tokens/{id}/security-code \
  --header 'x-api-key: <api-key>'
{
  "security_code_available": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

The ID of the token to check.

Response

Success response

security_code_available
boolean
required

Indicates whether the security code is available for the token.