v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-224341,4072.0 MB
Task

Approve With Step Up

Approve a task that requires step-up authentication. If a verified step-up transaction ID is provided, the approval is processed immediately. Otherwise, a redirect URL is returned for the caller to complete authentication first.

post/api/v1/tasks/{task_id}/action/approve-with-step-up

Path parameters

task_idstring required

The ID of the task to approve with step-up.

Request body

commentstring

The comment attached to the request.

policyStepIdstring required

The ID of the policy step on the given task to approve.

stepUpTransactionIdstring required

The step-up transaction ID that was verified. If unset, the response will include a redirect URL to complete the step-up authentication.

Response

TaskActionsServiceApproveWithStepUpResponse is the response for approving a task with step-up authentication

redirectUrlstring

The redirect URL the client must visit to complete the step-up authentication.

ticketActionIdstring

The ID of the task approve action created by this request.