List a person's accounts
Returns accounts on which the person identified by party_id is the primary borrower or appears in AccountPartyRole, filtered to the calling key’s organization allowlist. Returns 404 if the person isn’t visible to this key (out-of-scope party IDs are indistinguishable from non-existent ones).
Authorizations
Static API key issued via the client portal. Treat it like a password.
Path Parameters
Query Parameters
Opaque pagination cursor from a previous response's page.next_cursor. Omit on the first page.
Page size for cursor pagination. Default 100, minimum 1, maximum 1000. Requests above the maximum return 422 — narrow your page size and use the returned next_cursor to walk additional pages.
1 <= x <= 1000