Endpoint Parameters
-
Request parameters
Name Type Origin Description ClientKey ClientKey Route -
Response Parameters
View Response CodesName Type Description Data String [] ExternalAccounts ExternalAccountResponse [] External accounts collection Message String -
Request Example
Request URL
GET /partnerintegration/v1/externalaccounts/{ClientKey}
-
Response Example
Response body
{ "ExternalAccounts": [ { "AccountName": "TestAccount", "AccountNumber": "123456", "AllowUserEdit": false, "AvailableForFunding": true, "Balance": 100, "CreatedOn": "2025-01-11T06:24:08.88313Z", "Currency": "USD", "ExternalAccountIdentifier": "ExternalAccountIdentifier", "IssuerBankInfo": "Bank1", "UpdatedOn": "2025-01-11T06:24:08.88313Z" } ] }