Skip to main content
GET
List external accounts
Returns a paginated list of saved external accounts for an entity, ordered by most recent first. Results are paginated.

Query parameters

entity_id
string
required
The ID of the entity whose external accounts to list. You can find entity IDs using the List entities endpoint.
limit
integer
default:"20"
Maximum number of external accounts to return per page. Maximum is 100.
cursor
string
Pagination cursor for retrieving the next page of results. Returned as cursor in the response. See pagination for details.

Response

has_next
boolean
Whether more external accounts exist beyond this page. Use the cursor field to retrieve the next page.
cursor
string | null
Cursor to retrieve the next page of results. Null if this is the last page. Pass this value as the cursor query parameter in a subsequent request. See pagination for details.
data
object[]
The list of external account objects.