cURL
curl --request GET \ --url https://api.struct.to/v1/webhooks/events
{ "events": [ { "event": "<string>", "description": "<string>", "category": "<string>", "credits_cost": 1, "applicable_filters": [ "<string>" ] } ] }
Retrieve all available webhook event types with descriptions, categories, credits cost, and applicable filter fields
List of available event types
Response for GET /v1/webhook/events
Show child attributes
Was this page helpful?