cURL
curl --request POST \ --url https://api.ledger.so/v1/cards/{cardId}/freeze \ --header 'Api-Key: <api-key>'
{ "object": "card", "id": "<string>", "status": "active", "previousStatus": "active" }
Temporarily freeze a card. The card can be unfrozen later.
API key for authentication. Get your key from the Dashboard.
The card ID
Card frozen
card
active
frozen
closed
notActivated