Check if the security code is still available for the token.
cURL
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 }
The ID of the token to check.
Success response
Indicates whether the security code is available for the token.