Skip to main content
POST
Create Access Policy Approval Procedure

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

access_policy_id
string
required

The ID of the access policy to create the approval procedure for.

Body

application/json
steps
ApprovalStep · object[]

The approval steps for the procedure.

timeoutSeconds
integer<int32> | null

How long each step waits for a human decision before timing out (in seconds). Omit / zero means the server default (30 days). Non-zero values must be within [5 minutes, 90 days].

Response

Success

data
data · object

The created approval procedure.