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

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

Response

boolean
Whether more external accounts exist beyond this page. Use the cursor field to retrieve the next page.
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.
object[]
The list of external account objects.