Skip to main content
GET
List customer-bound external accounts for your authenticated platform.

Authorizations

Authorization
string
header
required

Integration-key Basic Auth (clientId:clientSecret) as documented in docs/public/AUTHENTICATION.md.

Query Parameters

customerId
string

Filter by the owning customer's system-generated BLIPS ID / UUID.

currency
string

Filter by ISO 4217 currency code.

limit
integer

Maximum number of results to return. Defaults to 10 and caps at 100.

Required range: 1 <= x <= 100
cursor
string

Pagination cursor returned from a previous list response.

Response

Customer external account list returned.

Frozen MVP customer-bound external-account list response.

data
object[]
required

Customer-bound external-account rows returned for the current page.

hasMore
boolean
required

Whether more results exist.

nextCursor
string
required

Cursor for the next page.

totalCount
integer
required

Total matching records.