Skip to main content
GET
/
v1
/
webhooks
List webhooks
curl --request GET \
  --url https://api.example.com/v1/webhooks
[
  {
    "created_at": "2026-03-20T10:00:00Z",
    "enabled": true,
    "events": [
      "whale_alert",
      "analysis_complete"
    ],
    "failure_count": 0,
    "url": "https://my-agent.example.com/webhooks/rekko",
    "webhook_id": "wh-f47ac10b58cc"
  }
]

Response

200 - application/json

Successful Response

webhook_id
string
required

Unique webhook identifier

url
string
required

Destination URL

events
string[]
required

Subscribed event types

created_at
string<date-time>
required

When registered

enabled
boolean
default:true

Whether active

failure_count
integer
default:0

Consecutive delivery failures