List external accounts
External accounts
List external accounts
Retrieve saved external accounts for an entity.
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
The ID of the entity whose external accounts to list. You can find entity IDs
using the List entities endpoint.
Maximum number of external accounts to return per page. Maximum is 100.
Pagination cursor for retrieving the next page of results. Returned as
cursor in the response. See pagination for
details.Response
Whether more external accounts exist beyond this page. Use the
cursor field
to retrieve the next page.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.The list of external account objects.