List Connected Accounts
Get all Connected accounts
Returns a list of all connected accounts.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
user_identifier_keystringOptional
Your user ID for the user by which you want to filter connected accounts.
customer_keystringOptional
Customer key by which you want to filter connected accounts.
searchstring · min: 1Optional
String for which to search. Filters returned connected accounts to include all records that satisfy a partial match using connected_account_id, account_type, customer_key, custom_metadata, user_identifier.username, user_identifier.email or user_identifier.phone.
limitintegerOptionalDefault:
Maximum number of records to return per page.
11000page_cursorstring · nullableOptional
Identifies the specific page of results to return, obtained from the previous page's next_page_cursor.
Responses
200
OK
application/json
400
Bad Request
401
Unauthorized
post
/connected_accounts/listRequest
Request Body Parameters
Parameter
Type
Description
Sample Request
Response
Property
Description
Sample Response
Last updated
Was this helpful?

