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
Parameter | Type | Description |
---|---|---|
| String Optional | The internal user ID (your own internal ID for a user) by which you want to filter connected accounts. |
| 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:
Property | Description |
---|---|
| ID of the connected account |
| Date and time at which the connected account was created |
| Unique identifier for the connected account, such as an email address or phone number |
| Type of manufacturer to which the connected account belongs, such as |
| Version of |
| Set of |
| 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