put http://issuing:8080/issuing/cards//unblockCard
This endpoint allows reverting a card status back to active when the card is blocked.
Log in to see full request history
Responses
204Data has been modified successfully.
This endpoint allows reverting a card status back to active when the card is blocked.
204Data has been modified successfully.
xxxxxxxxxx
curl --request PUT \
--url http://issuing:8080/issuing/cards//unblockCard \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"reason":1}'
Try It!
to start a request and see the response here! Or choose an example: