REST API V1
Articles
POST Process Incoming Webhook API v1
The Incoming Webhook endpoint processes a POST request with the step’s API key and secret, optionally updating entry fields before continuing the workflow.
GET Entries Assignees REST API v1
The Get Entries Assignees endpoint retrieves assignee details for a specific entry, with the option to filter by assignee_key.
GET Forms Steps REST API v1
The Get Form Steps endpoint retrieves all steps defined on a form, while the Get Entry Steps endpoint retrieves the steps for a specific entry, including which step is active and its assignee status.
POST Entries Assignees Status REST API v1
The Assignee Status endpoint processes a status change for a specific assignee on the current step of an entry, such as marking it approved or complete.
GET Entries Steps REST API v1
Retrieves all workflow steps for the specified entry, including the current step status and details about each step.