API endpoints for managing the screens displayed to Identity Cloud end users.
Endpoint | Methods |
---|---|
List Your Screens/config/{appId}/flows/{flow}/screensUse the GET method to view the screens defined in a flow. Use the POST method to assign a new screen to a flow. |
|
Create a Screen/config/{appId}/flows/{flow}/screensUse the GET method to view the screens defined in a flow. Use the POST method to assign a new screen to a flow. |
|
View a Screen/config/{appId}/flows/{flow}/screens/{screen}Use the GET method to view the specified screen. Use the PUT method to update a screen and the DELETE method to remove a screen from a flow. |
|
Modify a Screen/config/{appId}/flows/{flow}/screens/{screen}Use the GET method to view the specified screen. Use the PUT method to update a screen and the DELETE method to remove a screen from a flow. |
|
Delete a Screen/config/{appId}/flows/{flow}/screens/{screen}Use the GET method to view the specified screen. Use the PUT method to update a screen and the DELETE method to remove a screen from a flow. |
|