v1

latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KB
Miscellaneous|Approval

Update an approval's status.

This endpoint enables you to update the status of approval requests. By making requests to this endpoint, you can modify the status of specific approval entries, such as approving or rejecting an approval. In addition, you can set the status to consultation required and provisionally accepted.

post/approval_center/update_status

Request body

logIdinteger

The internal ID of the approval log to be processed. This Parameter is required.

statusstring

The new status. (Required)

ValueDescription
OPENThe approval is open and unprocessed.
DONEThe approval has been approved.
REJECTEDThe approval was rejected. (Only possible for applications)
CONSULTATION_REQUIREDThe request for the approval requires consultation. (Only possible for applications)
PROVISIONALLY_ACCEPTEDThe application for the approval has been provisionally approved. (Only possible for applications)
notestring

The note for the status change. (Ignored if the new status is DONE).

Response

Success Response:

logIdinteger

Internal ID of the changed approval.