List Connected Accounts
Get all Connected accounts
Last updated
Was this helpful?
Get all Connected accounts
Last updated
Was this helpful?
Returns a list of all connected accounts.
To filter the list of returned connected accounts by a specific set of custom metadata or a user identifier key, include custom_metadata_has
or user_identifier_key
in the request body. If you include custom_metadata_has
, specify the desired metadata filters as a JSON object containing key:value pairs.
user_identifier_key
String Optional
The internal user ID (your own internal ID for a user) by which you want to filter connected accounts.
custom_metadata_has
JSON object Optional
Returns a connected_accounts
array, in which each returned connected_account
contains the following properties:
connected_account_id
ID of the connected account
created_at
Date and time at which the connected account was created
user_identifier
Unique identifier for the connected account, such as an email address or phone number
account_type
Type of manufacturer to which the connected account belongs, such as august
, schlage
, yale
, salto
, smartthings
, and so on
account_type_display_name
Version of account_type
that can be displayed in a user interface
custom_metadata
automatically_manage_new_devices
Set of key:value pairs by which you want to filter connected accounts. For more information, see .
Set of custom_metadata
set on the that connected the account. You can also modify or add to this custom_metadata
.
Indicates whether Seam should import all new devices for the connected account to make these devices available for use and management by the Seam API. You when creating the corresponding Connect Webview.
Returns accounts that can be accessed by the provided user_identifier_key.
Returns accounts whose custom_metadata contains all of the provided key/value pairs.