Get a Connect Webview
Unless you're using the custom_redirect_url you'll probably want to poll your newly created connect_webview to know if the user has signed in, or to get details about what devices they connected.
/connect_webviews/get
POSThttps://connect.getseam.com/connect_webviews/get
Authorization
Body
connect_webview_id*string (uuid)
Response
OK
Body
connect_webview*connect_webview (object)
ok*boolean
Request
Response
Code Example
Parameters
| type: string Optional | ID of the Connected Account |
| type: string Optional | Email address used to create account |
Response
This section shows the JSON response returned by the API. Since each language encapsulates this response inside objects specific to that language and/or implementation, the actual type in your language might differ from what’s written here.
JSON format
Last updated