Connect Webviews
Use Connect Webview to connect to your users' smart devices with the Seam API
Connect Webview is a component that your users will interact with in order to link their smart devices to Seam and allow you to access their devices via the Seam API.
Seam Connect Webview will handle credential validation, multi-factor authentication, and error handling for each device type that we support.
To allow a user to sign in, you need to create a
connect_webview
. After creating the webview, you'll receive a URL that you can use to open an iframe or new window containing a login page for your user.
connect_webview_id | uuid | ID of the Connect Webview |
accepted_providers | string[] | |
custom_redirect_url | string, optional | If set, the Connect Webview will redirect to this url when the user successfully pairs a device, or runs into an unexpected error. |
custom_redirect_failure_url | string, optional | If set, the Connect Webview will redirect to this url when an unexpected error occurs. |
status | string | pending or authorized |
url | string | URL to the webview |
login_successful | boolean | Whether the user logged in successfully using the webview |
connected_account_id | uuid | ID of the Connected Account that was created after the user successfully logged in |
Brand Name | Device Provider Key | Device Features supported |
---|---|---|
august | ||
noiseaware | ||
schlage | ||
smartthings | ||
butterflymx | ||
genie | ||
salto | ||
yale_access | ||
brivo | ||
akuvox | ||
doorking | ||
linear |
Create a Connect Webview | |
List Connect Webviews | |
Checking a Connect Webview | |
Delete Webview | |
View Connect Webview |
Last modified 17d ago