Webhook events
List the supported webhook event names.
GET/v1/webhook-events/
List webhook events
Use this endpoint to discover all valid event names for webhook endpoints.
Required scope
webhooks:manage
Request
GET
/v1/webhook-events/curl -s https://api.twentybaan.com/v1/webhook-events/ \
-H "Accept: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
{
"ok": true,
"events": [
"contact_message.created",
"listing.published",
"listing.updated",
"webhook.test"
]
}