Connect Webview Process
Learn how to create, display, and complete Connect Webviews to connect devices and systems to Seam.
Step 1: Create a Connect Webview
created_connect_webview = seam.connect_webviews.create(
custom_redirect_url = "https://example.com/redirect",
custom_redirect_failure_url = "https://example.com/failure-redirect",
provider_category = "stable",
wait_for_device_creation = True
)ConnectWebview(
connect_webview_id='12345678-1234-1234-1234-123456789012',
url='https://connect.getseam.com/connect_webviews/view?connect_webview_id=12345678-1234-1234-1234-123456789012&auth_token=z7Wu2Lc85gYUbNUhdvCWaEhmQv61FziA',
status='pending',
login_successful=False,
custom_redirect_url='https://example.com/redirect',
custom_redirect_failure_url='https://example.com/failure-redirect',
accepted_providers=[
...
],
wait_for_device_creation=True,
...
)Connect Webview Response
Step 2: Display the Connect Webview
Step 3: Your User Completes the Connect Webview




Step 4: Verify Successful Account Connection
Step 5: Retrieve Connected Devices or ACS
Step 6: Use the Seam API to Control Your Users' Connected Devices or ACS
Last updated
Was this helpful?

