Skip to main content
POST
/
cards
/
{cardId}
/
unblock
Unblock Card
const options = {method: 'POST'};

fetch('https://gp-auth-module.prod.gnosispay.com/cards/{cardId}/unblock', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{
  "error": "<string>"
}

Path Parameters

cardId
string<uuid>
required

Response

Card unblocked successfully