Ingest a webhook event
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>`)
POST
/api/webhooks/{workspace_id}/{webhook_id}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>)
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
workspace_id*string
webhook_id*string
Query Parameters
token?string
Alternative to the Authorization header.
Header Parameters
Idempotency-Key?string
Optional idempotency key to deduplicate webhook requests. If the same key was already used for this {workspace_id} + {webhook_id} and the server returned 200, subsequent requests will return the same 200 JSON response without re-processing.
Length
length <= 256Request Body
application/json
[key: string]?any
Response Body
application/json