Skip to main content
GET
/
webhooks
/
events
List event types
curl --request GET \
  --url https://api.struct.to/v1/webhooks/events
{
  "events": [
    {
      "event": "<string>",
      "description": "<string>",
      "category": "<string>",
      "credits_cost": 1,
      "applicable_filters": [
        "<string>"
      ]
    }
  ]
}

Response

List of available event types

Response for GET /v1/webhook/events

events
object[]
required
Last modified on March 17, 2026