BillKit/Docs Console
Webhook endpoints

List event types

Every event type this deployment can deliver.

GET/v1/webhook_endpoints/event_types
Operation list_event_types · Scope webhook_endpoints:read · Spec snapshot 2026-09-13

Parameters

This endpoint takes no parameters.

Returns

Returns an EventTypeListResponse object.

Errors

Status Cause
401 Missing or invalid API key.
403 Key is missing the webhook_endpoints:read scope.
429 Rate limited. Back off and retry.
Request · curl
curl -X GET https://api.billkit.eu/v1/webhook_endpoints/event_types \
  -H "Authorization: Bearer $BILLKIT_SECRET_KEY"
Response · 200 OK
{
  "data": [
    "string"
  ],
  "object": "event_type_list",
  "wildcard": "string"
}