Skip to main content

Endpoint

Request Body

FieldTypeRequiredDescription
urlstringYesHTTPS endpoint to receive events
eventsarrayNoEvent types to subscribe (empty = all)

Example

curl -X POST https://api.wede.pt/v1/webhooks \
  -H "x-wede-api-key: wede_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://yourapp.com/webhooks/wede",
    "events": ["EMERGENCY", "DISPATCH"]
  }'