Skip to main content
GET
/
v2
/
api
/
webhooks
/
event_types
List event types
curl --request GET \
  --url https://api.withallo.com/v2/api/webhooks/event_types \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "name": "call.received",
      "description": "Inbound call received"
    },
    {
      "name": "sms.sent",
      "description": "Outbound sms sent"
    }
  ]
}
Required scope: WEBHOOKS_READ_WRITE
Returns the catalog of event topics you can subscribe a webhook to. See the Event Catalog for payload schemas.

Authorizations

Authorization
string
header
required

Response

Available event types

data
object[]