Workflows
Workspace workflow listing and detail endpoints served through Effect HttpApi.
Available Methods
Each method has its own page with request and response details, examples, and generated code snippets.
Ingest a webhook event POST
Send one event to a workspace + webhook handle. - **Workspace handle**: `workspace_id` - **Webhook/event handle**: `webhook_id` - **Auth**: `Authorization: Bearer <API_KEY>` (or `?token=<API_KEY>`)
List workflows GET
Returns workflows for the current workspace with owner information.