Connected Accounts
An external third-party account that your user has authorized Seam to get access to, i.e. an August account with a list of door locks.
Last updated
An external third-party account that your user has authorized Seam to get access to, i.e. an August account with a list of door locks.
Last updated
© Seam Labs, Inc. All rights reserved.
connected_account
PropertiesAttributes | Type | Description |
---|---|---|
Errors are returned in a list:
Seam recommends adding error handling logic to you application for each generic error below. Seam may add more generic errors in the future, so your application should include a fallback case if it encounters an unknown generic error code.
Warnings are returned in a list:
Error Type | Description |
---|---|
Warning Type | Description |
---|---|
connected_account_id
string
ID of the Connected Account.
created_at
ISO8601 timestamp
Timestamp of the date when the Connected Account was created.
user_identifier
JSON object
The unique identifier for the Connected Account. Could be an email or phone number.
account_type
string
Type of manufacturer the Connected Account belongs to.
Options include: august
, schlage
, yale
, salto
, smartthings
account_type_display_name
string
A version of account_type
that can go into a user interface
custom_metadata
JSON object
Set of custom_metadata
set on the Connect Webview that connected the account. You can also modify or add to this custom_metadata
.
Specify up to 50 keys, with key names up to 40 characters long. Accepts string or Boolean values. Strings are limited to 500 characters.
automatically_manage_new_devices
Boolean
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.
Get a Connected Account.
Get a list of Connected Accounts.
Update a Connected Account.
Delete a Connected Account.
account_disconnected
Seam has lost connection to a connected account. This may happen if the third-party provider triggered an access token to be revoked (e.g., after a password change). The account owner needs to reconnect the connected account with a new connect webview.
devices_connected_to_other_account
This warning indicates that there are devices linked to the current account that are already associated with a different account. It is important to note that these devices cannot be concurrently connected to multiple accounts. To resolve this issue, you may need to disassociate the devices from the other account before connecting them to the current account. Please ensure that the device IDs mentioned on device_ids
are properly managed and linked to the intended account to avoid any connectivity conflicts.