Cards
Unfreeze Card
Unfreeze card
POST
/
cards
/
{id}
/
unfreeze
curl -X POST https://api.swervpay.co/api/v1/cards/{id}/unfreeze \
-H "Authorization: Bearer <TOKEN>" \
-H "Content-Type: application/json" \
-d '{
}'
{
"message": "<string>"
}
curl -X POST https://api.swervpay.co/api/v1/cards/{id}/unfreeze \
-H "Authorization: Bearer <TOKEN>" \
-H "Content-Type: application/json" \
-d '{
}'
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/json
OK
The response is of type object
.
Was this page helpful?
curl -X POST https://api.swervpay.co/api/v1/cards/{id}/unfreeze \
-H "Authorization: Bearer <TOKEN>" \
-H "Content-Type: application/json" \
-d '{
}'
{
"message": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.