Retrieve an account
GET {{url}}/accounts/:id
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-fapi-financial-id | string |
RESPONSES
status: OK
{"Data":{"Account":[{"AccountId":"d3779729-xxxx-xxxx-bb43-fb5159b7c166","Currency":"GBP","AccountType":"Personal","AccountSubType":"CurrentAccount","Account":[{"SchemeName":"UK.OBIE.IBAN","Identification":"GB95REVO00997053872360","Name":"John Smith"},{"SchemeName":"UK.OBIE.SortCodeAccountNumber","Identification":"00000001611667","Name":"John Smith"}]}]},"Links":{"Self":"https://oba.revolut.com/accounts/d3779729-xxxx-xxxx-bb43-fb5159b7c166"},"Meta":{"TotalPages":1}}