v4

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-15152735.4 KB
webhooks
event

getEventById

Get a webhook event by its id

get/v1/webhooks/configs/{configId}/events/{eventId}

Path parameters

configIdstring required

Short uuid to identify the webhook configuration.

eventIdstring required

Event id

Response

Success - event

event_idstring required
org_idstring required
webhook_config_idstring required
urlstring
created_atstring
event_namestring
status'succeeded' | 'failed' | 'in_progress' | 'skipped'
http_method'GET' | 'POST' | 'PUT'
payloadstring

stringified payload of the webhook request

Example response

{
  "created_at": "2021-04-27T12:01:13.000Z",
  "metadata": {
    "action": "Manual triggered by user with id 123456"
  }
}