v4

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

getWehookEvents

This endpoint is deprecated and will be removed on 2025-12-31. Use /v2/webhooks/configs/{configId}/events instead.

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

Path parameters

configIdstring required

Short uuid to identify the webhook configuration.

Query parameters

status'succeeded' | 'failed' | 'in_progress'

Get all events for a given webhook config id

cursorstring

Base64 encoded cursor to be used for pagination

Response

Success - list events

cursorstring

Cursor to be used for pagination

Example response

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