POST
/
card
/
block
Block Card
curl --request POST \
  --url https://nini.monieswitch.com/card/block \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "cardId": "6b29aa09-05b9-4f78-9745-c16c3dbddf6a"
}'
{
  "status": true,
  "message": "Card successfully blocked"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200 - application/json

Block Card - Successful

The response is of type object.