List Connected Accounts
Returns a list of all connected accounts.
List all connected accounts.
Code
Output
Request Parameters
custom_metadata_has
Object
Custom metadata pairs by which you want to filter connected accounts. Returns connected accounts with custom_metadata
that contains all of the provided key:value pairs.
customer_ids
Array of UUIDs
limit
Number
Maximum number of records to return per page.
page_cursor
String
Identifies the specific page of results to return, obtained from the previous page's next_page_cursor
.
user_identifier_key
String
Your user ID for the user by which you want to filter connected accounts.
Response
Array of connected_accounts
Examples
Last updated
Was this helpful?