we want to trigger a sailpoint workflow from external application. any API docs which can help here?
i checked old topics but most of the links are void now.
PLease check the URL below for REST API of IIQ:
sailpoint-api.iiq (2).yaml (750.9 KB)
Use this JSON File and import it in your Postman.
i don’t see any API to trigger a workflow. only get the workflows.
Use this API to launch the Workflows:
1 Like
Below API can be used.
POST
http://localhost:8080/identityiq/scim/v2/LaunchedWorkflows
For More details check for LaunchedWorkflow folder in the API Documentation.
1 Like
Please refer below docuement to call workflow
You can call http://localhost:8080/identityiq/scim/v2/LaunchedWorkflows this API.
Please refer below doc