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": "trader",
      "millicredits_cost": 1,
      "applicable_filters": [
        "<string>"
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.struct.to/llms.txt

Use this file to discover all available pages before exploring further.

Response

List of available event types

Response for GET /v1/webhook/events

events
object[]
required
Last modified on May 1, 2026