cauril/Docs

Listar endpoints

get/v1/webhooks/endpoints

Request

BASH
curl https://api.cauril.com/v1/webhooks/endpoints \
  -H "Authorization: Bearer sk_test_..."

Respuestas

200Endpoints de la organizaciónWebhookEndpoint[]

Ejemplo de respuesta · 200

JSON
[
  {
    "object": "webhook_endpoint",
    "id": "whe_01J...",
    "url": "string",
    "enabled_events": [
      "string"
    ],
    "status": "active",
    "secret": "string",
    "created_at": "2026-06-01T12:00:00Z"
  }
]