API ReferenceWebhooks
List webhook endpoints
curl -X GET "https://example.com/v1/webhook-endpoints"{ "endpoints": [ { "id": "string", "url": "string", "events": [ "string" ], "active": true, "createdAt": "string" } ], "eventTypes": [ "string" ]}