API endpoints that make a flow compatible with a specific version of Hosted Login.
Endpoint | Methods |
---|---|
View Available Hosted Login Upgrades/config/{appId}/flows/{flow}/upgradesReturns information about the upgrades available for migrating a flow to a specific version of Hosted Login. |
|
View Upgrade Requirements/Upgrade Hosted Login/config/{appId}/flows/{flow}/upgrades/{upgradeId}Migrates a flow to the specified version of Hosted Login. Use the GET method to return a detailed listing of the fields, translations, and screens that will be added or deleted during the migration, and use the POST method to carry out the migration. |
|
Upgrade Hosted Login/config/{appId}/flows/{flow}/upgrades/{upgradeId}Make the changes needed to make a flow compatible with the specified version of Hosted Login. |
|
Appendix: Sample Hosted Login Upgrade API ResponsesSample API responses returned when upgrading a flow to a new version of Hosted Login.. |