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": "2024-10-07T09:24:58.74941Z", "Currency": "USD", "ExternalAccountIdentifier": "ExternalAccountIdentifier", "IssuerBankInfo": "Bank1", "UpdatedOn": "2024-10-07T09:24:58.74941Z" } ] }