Retrieve all accounts
documentedGet a list of the user's Revolut accounts.
GET /accountsAccountsno implementation yet0 runsNo 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-auth.revolut.com/accounts" \
-X GET \
-H "x-fapi-financial-id: 001580000103UAvAAM" \
-H "x-fapi-customer-last-logged-time: {{$last_logged_time}}" \
-H "x-fapi-customer-ip-address: {{$customer_ip}}" \
-H "x-fapi-interaction-id: {{$interaction_id}}" \
-H "x-customer-user-agent: {{$user_agent}}" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"