🚀 Card Payment is live! Learn more
cURL
curl --request POST \ --url https://nini.monieswitch.com/card/unblock \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "cardId": "6b29aa09-05b9-4f78-9745-c16c3dbddf6a" }'
{ "status": true, "message": "Card successfully unblocked" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unblock Card - Successful
The response is of type object.
object