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.
Attributes | 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 |
custom_metadata | JSON object | The custom_metadata set on the webview that connected the account. |
Get a Connected Account. | |
Get a list of Connected Accounts. |
Errors are displayed in the format:
{
"message": "...",
"created_at": "ISO8601 string"
}
Error Type | Description |
---|---|
account_disconnected | Account Disconnected, you may need to reconnect the account with a new webview. This may happen if the third-party provider triggered an access token to be revoked (e.g. after a password change) |
Last modified 2mo ago