GET
/v1/accountsList connected accounts
Lists connected accounts associated with the authenticated user's platform. Use the cursor parameters to move through the result set, created to filter by creation time, and limit to control the page size.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
createdobjectoptional
Filters accounts by creation time using a Unix timestamp or a range with `gt`, `gte`, `lt`, or `lte`.
ending_beforestringoptional
Cursor that identifies an account before the page to retrieve.
expandarray<string>optional
Specifies fields to expand in each account; each value must be no longer than 5000 characters.
limitintegeroptional
Maximum number of accounts to return, from 1 to 100. Defaults to 10 when omitted.
starting_afterstringoptional
Cursor that identifies an account after the page to retrieve.
200Returns a list object containing account data, pagination metadata, the list object type, and the list URL.
dataarray<Account>required
has_morebooleanrequired
True if this list has another page of items after this one that can be fetched.
objectstringrequired
String representing the object's type. Objects of the same type share the same value. Always has the value `list`.
urlstringrequired
The URL where this list can be accessed.
defaultError response.
errorobjectrequired
Error handling
limit must be between 1 and 100 and defaults to 10 when omitted. Each expand value must be no longer than 5000 characters, and starting_after or ending_before must identify a position in the account list when used.