Build your custom data source connection screen
Implementation
Step 1: Get the Connection Session Token
{
"type": "enduser.widget.connection",
"data": {
"url": "https://connect.thryve.de/?connectionSessionToken=1060285265X4247109939067552841&platform=web&lang=en"
}
}Step 2: Construct Direct Connection URLs
https://service2.und-gesund.de/dataSourceDirectConnection.html?token={{connectionSessionToken}}&dataSource={{dataSourceId}}&redirect_uri={{redirectURL}}Set a redirection back to your application
Step 3: Open the connection/disconnection URL
Step 4: Handle the Result
Last updated

