Skip to main content
GET
/
v3
/
webhooks
/
{webhook}
Read a Webhook
curl --request GET \
  --url http://localhost/api/v3/webhooks/{webhook}
{
  "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.

Path Parameters

webhook
integer
required

The webhook ID

Response

Webhook

data
Webhook · object
required