List Connected Accounts
Returns a list of all connected accounts.
List all connected accounts.
Code
await seam.connectedAccounts.list();
Output
[
{
"connected_account_id": "23e4eb21-6e93-48c4-a077-bf503246d47c",
"created_at": "2022-08-24T10:38:05.128Z",
"account_type": "schlage"
},
{
"connected_account_id": "dc0df710-376c-4ec3-9b2b-2b7f788bdfa8",
"created_at": "2022-07-04T08:40:02.110Z",
"account_type": "kwikset"
}
]
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
Last updated
Was this helpful?