v1

latestOpenAPI 3.1.02026-08-04490133.8 KB

Unfreeze a card

post/cards/unfreeze

Request body

cardIdstring

Enter the cardId of the card you want to unfreeze

Response

200

codeinteger
successboolean

Example response

{
  "code": 200,
  "data": {
    "message": "Card status changed successfully to active"
  },
  "success": true
}