List Connected Accounts
Get all Connected accounts
Returns a list of all connected accounts.
Request
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.
Request Body Parameters
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
Set of key:value custom metadata pairs by which you want to filter connected accounts. For more information, see Adding Custom Metadata to Connected Accounts.
Sample Request
Response
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
Set of custom_metadata
set on the Connect Webview that connected the account. You can also modify or add to this custom_metadata
.
automatically_manage_new_devices
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 initially specify the value for this property when creating the corresponding Connect Webview.
Sample Response
Last updated