Endpoint
Description
Submits an approval or rejection for a workflow that paused for human approval. On success, the decision is signaled to the workflow and execution proceeds (or terminates).Authentication
Required: Yes Include API key in header:Request
Headers
Body Parameters
Request Body Schema
Response
200 OK
400 / 401 / 403 / 404
Examples
Approve (curl)
Reject (Python / httpx)
Notes
- Replaces the legacy admin endpoint at
http://localhost:8081/approvals/decision(deprecated).