Display Onboarding Flow
Onboarding Flow
Generating Onboarding URL
To onboard the user, you will need to redirect them to our onboarding flow. The following endpoint will generate an onboarding URL for the user–The URL’s domain will always be
https://app.wattshift.com but this endpoint
will provide a sessionToken that is temporary and tied to your API KeyuserId is the unique identifier of the user in your system,
which will be used to query the user’s data once the onboarding flow is complete.
Your frontend should invoke the onboarding URL in a webview or a new tab.
