post https://example.com/workflow-engine/api/v1/requests
Add a workflow to the request queue.
Log in to see full request history
Responses
Add a workflow to the request queue.
xxxxxxxxxx
12curl --request POST \
--url 'https://example.com/workflow-engine/api/v1/requests?offset=0&limit=50' \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"approver_can_revoke": false,
"target_role_revoked": false,
"can_bypass_revoke_workflow": false
}
'
Try It!
to start a request and see the response here! Or choose an example: