API reference
POSTRequires Bearer token
Process a workflow step
/api/workflows/transactions/step/process
Submit `/api/workflows/transactions/step/process`. Authenticated routes need `Authorization: Bearer {token}` from `POST /api/v1/login`.
Path parameters
This endpoint has no path parameters.
Query parameters
This endpoint has no query parameters.
Request body
| Field | Type | Description |
|---|---|---|
transaction_id Required | integer | Current step transaction. e.g. 44 |
action Required | string | Step action (`validate`, `sign`, …). e.g. "validate" |
comment | string | Optional comment. |
Responses
| Status | Meaning |
|---|---|
| 500 | See the example response. |