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.
Code Example
Parameters
connected_account_id
type: string Optional
ID of the Connected Account
email
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