Documentation
Sign inGet started

Get a webhook endpoint

GET
/v1/webhooks/{webhook_id}
Returns the webhook endpoint configuration including URL, event subscriptions, mode, and current status.
Response Payload
id
string
required
url
string
required
description
string
events
array of string
required
Concrete event types this endpoint is subscribed to.
status
string
required
created_at
string
required
updated_at
string
required
cURL
curl -X GET "https://us1.platform.bird.com/v1/webhooks/{webhook_id}" \
  -H "Authorization: Bearer $TOKEN"