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