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 }
Documentation IndexFetch the complete documentation index at: https://developer.hellgate.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.hellgate.io/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the token to check.
Success response
Indicates whether the security code is available for the token.