Sign in

Freeze a card

documented

Freeze a card to temporarily prevent spending.

POST /cards/{card_id}/freezeCardsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.revolut.com/v1/cards/{{$card_id}}/freeze" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"
Freeze a card · Revolut · OpenIntegrations