cURL
curl --request GET \ --url https://api.ledger.so/v1/webhook-event-types \ --header 'Api-Key: <api-key>'
{ "data": [ { "name": "<string>", "category": "<string>" } ], "object": "list" }
List all available webhook event types that you can subscribe to.
API key for authentication. Get your key from the Dashboard.
List of event types
Show child attributes
"list"