Skip to content

Get list of Card Revoke Reasons

This method returns list of Card Revoke Reasons

URL test:

https://dev.lightcms.io/cms/v1/enumeration/revokereasons

URL live:

https://fat.lightcms.io/cms/v1/enumeration/revokereasons

Method:

GET

Path items:

/enumeration (Method name)

/revokereasons (Type of enumeration)

Parameters:

No parameters

Example:

curl -X 'GET' \
  'https://dev.lightcms.io/cms/v1/enumeration/revokereasons' \
  -H 'accept: */*'

Responses:

200 - OK

Status Code: 200 OK

[
{
    "code": "REPLACEMENT",
    "description": "Card replaced"
},
{
    "code": "AFTER_VALIDITY",
    "description": "Card Card after validity"
},
{
    "code": "PERMANENTLY_BLOCKED",
    "description": "Card permanently blocked"
},
{
    "code": "PERMANENTLY_BLOCKED_BY_ACCOUNT",
    "description": "Account permanently blocked"
}
]

Parameter Type Example Description
code string PERMANENTLY_BLOCKED_BY_ACCOUNT
description string Account permanently blocked
500 - Internal error

Status Code: 500 Internal error