Sign in

Update card contacts

documented

Update the list of card contacts for a card (e.g., company card).

PATCH /cards/{card_id}/contactsCardsno 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://sandbox-b2b.revolut.com/api/1.0/cards/{{$card_id}}/contacts" \
  -X PATCH \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '["{{$contact_id_1}}","{{$contact_id_2}}"]'