curl -X POST https://api.swervpay.co/api/v1/cards/{id}/unfreeze \
-H "Authorization: Bearer <TOKEN>" \
-H "Content-Type: application/json" \
-d '{
}'
{
"message": "<string>"
}Unfreeze card
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 '{
}'
Was this page helpful?