Skip to main content
GET
/
v3
/
webhooks
Browse webhooks
curl --request GET \
  --url http://localhost/api/v3/webhooks
{
  "data": [
    {
      "id": 123,
      "trigger": "<string>",
      "url": "<string>",
      "namespace": "<string>",
      "user_id": 123,
      "is_active": true,
      "retry_daily": true,
      "retry_hourly": true,
      "created_at": "<string>",
      "updated_at": "<string>",
      "queue": "<string>",
      "condition": [
        "<unknown>"
      ],
      "extra_data_template": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

page[size]
string

Response

Array of Webhook

data
Webhook · object[]
required