Api referenceApiV1Webhooks
/api/v1/webhooks
Authorization
bearerAuth AuthorizationBearer <token>
API key as Authorization: Bearer esk_...
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/webhooks"[ { "id": "string", "url": "string", "events": [ "string" ], "enabled": true, "secret": "string", "createdAt": "string" }]{ "error": { "code": "not_found", "message": "Document not found" }}