v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Get Status Log

Retrieves the log of status changes of a card number.

get/card/statusLog

Query parameters

numberstring required

Card number to get status log.

Response

200

Example response

{
  "data": [
    {
      "autoUpdateTime": "2021-01-10",
      "createdOn": "2021-01-10T10:39:19Z",
      "entityId": 10609,
      "label": "CARD GENERATED",
      "status": "NOT_ISSUED"
    }
  ]
}