Sign in

Retrieve all account beneficiaries

documented

Get all beneficiaries for a specific account.

GET /accounts/{account_id}/beneficiariesAccountsno 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://oba.revolut.com/accounts/{{$account_id}}/beneficiaries" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "x-fapi-financial-id: 001580000103UAvAAM" \
  -H "x-fapi-customer-last-logged-time: {{$last_logged_time}}" \
  -H "x-fapi-customer-ip-address: {{$customer_ip_address}}" \
  -H "x-fapi-interaction-id: {{$interaction_id}}" \
  -H "x-customer-user-agent: {{$user_agent}}"
Retrieve all account beneficiaries · Revolut · OpenIntegrations