Approvals

List approval flows

get
Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
organizationIdstringRequired

The organization ID

Query parameters
pageTokenstringOptional

Pagination token that keeps of track of the current position in the list

limitinteger · min: 1 · max: 100Optional

Limits the number of results to return

Default: 10
reversebooleanOptional

Order in which to retrieve the results

Default: false
statusstring · enumOptionalDefault: activePossible values:
objectTypestring · mrnOptional

The identifier of the object

objectActionstring · enumOptional

The action performed on the object

Possible values:
tagsstringOptional
Responses
get
/organizations/{organizationId}/approvals

Create approval flow

post
Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
organizationIdstringRequired

The organization ID

Body
namestringRequired
descriptionstringRequired
objectTypestring · mrnRequired

The identifier of the object

objectActionstring · enumRequired

The action performed on the object

Possible values:
Responses
post
/organizations/{organizationId}/approvals

Retrieve approval flow

get
Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
organizationIdstringRequired

The organization ID

approvalIdstring · uuidRequired
Responses
get
/organizations/{organizationId}/approvals/{approvalId}

Delete approval flow

delete
Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
organizationIdstringRequired

The organization ID

approvalIdstring · uuidRequired
Responses
204

OK

No content

delete
/organizations/{organizationId}/approvals/{approvalId}

No content

Update approval flow

patch
Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
organizationIdstringRequired

The organization ID

approvalIdstring · uuidRequired
Body
namestringOptional
descriptionstringOptional
objectTypestringOptional
objectActionstring · enumOptionalPossible values:
Responses
patch
/organizations/{organizationId}/approvals/{approvalId}

Last updated

Was this helpful?