Skip to main content
POST
/
v1
/
cards
/
{cardId}
/
freeze
Freeze card
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"
}

Authorizations

Api-Key
string
header
required

API key for authentication. Get your key from the Dashboard.

Path Parameters

cardId
string
required

The card ID

Response

Card frozen

object
enum<string>
required
Available options:
card
id
string
required
status
enum<string>
required
Available options:
active,
frozen,
closed
previousStatus
enum<string>
required
Available options:
active,
frozen,
closed,
notActivated