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