bank info retrieve

GET {{baseUrl}}/bank-info/:id

Returns a BankInfo object with the given id.

Request Params

KeyDatatypeRequiredDescription
expandstringWhich relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
include_remote_databooleanWhether to include the original data Merge fetched from the third-party to produce these models.
remote_fieldsstringWhich fields should be returned in non-normalized form.

HEADERS

KeyDatatypeRequiredDescription
X-Account-Tokenstring(Required) Token identifying the end user.
Acceptstring

RESPONSES

status: OK

{"id":"fd1e0fb5-8f92-4ec9-9f32-179cf732867d","remote_id":"123234","employee":"a3617eb4-dfe3-426f-921e-a65fc1661e10","account_number":"439291590","routing_number":"089690059","bank_name":"Chase","account_type":"SAVINGS","remote_created_at":"2021-12-06T10:11:26Z","remote_data":[{"path":"ex non cillum v","data":{"adipisicing_9":{}}},{"path":"proident deserunt eiusmod aliquip","data":{"tempor309":{}}}],"remote_was_deleted":false}