GET
/
unified
/
accounting
/
bank-accounts
curl --request GET \
  --url https://api.openint.dev/v0/unified/accounting/bank-accounts \
  --header 'x-apikey: <api-key>' \
  --header 'x-connection-id: <api-key>'
[
  {
    "updated": "<string>",
    "name": "<string>",
    "accountNumber": "<string>",
    "default": true,
    "created": "<string>",
    "inputType": "<string>",
    "phone": "<string>",
    "accountType": "<string>",
    "routingNumber": "<string>",
    "id": "<string>"
  }
]

Authorizations

x-apikey
string
header
required
x-connection-id
string
header
required

Query Parameters

customer
string
required

Response

200
application/json
Successful response

The response is of type object[].