Get Token Reason Codes
Returns the list of token reason codes.
URL test:
https://test.lightcms.io/cms/v1/enumeration/tokenreasoncodes
Method:
GET
Path items:
/enumeration/tokenreasoncodes
Parameters:
None
Example:
curl -X GET "https://test.lightcms.io/cms/v1/enumeration/tokenreasoncodes" \
-H 'accept: */*'
Responses:
200 - OK
Status Code: 200 OK
[
{
"code": "01",
"description": "Cardholders' wallet account is too new relative to launch"
}
]
| Parameter |
Location |
Type |
Description |
| code |
|
string |
Token reason code (typically a numeric string). |
| description |
|
string |
Human‑readable explanation of the token reason. |
500 - Internal error
Status Code: 500 Internal error
{
"timestamp": "2025-07-22T13:09:02.348+02:00",
"status": 500,
"error": "Internal Server Error",
"path": "/cms/v1/enumeration/tokenreasoncodes"
}