Sign in

Retrieve account access consent

documented

Get details for a specific account access consent.

GET /account-access-consents/{consent_id}Account accessno 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-oba-auth.revolut.com/account-access-consents/{{$consent_id}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "x-fapi-financial-id: {{REVOLUT_FINANCIAL_ID}}" \
  -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: {{$customer_user_agent}}"