Skip to main content

Endpoint

GET /api/v1/webhooks

Réponse succès 200

{
  "data": [
    {
      "id": "wh_uuid",
      "url": "https://example.com/webhooks/msgflash",
      "events": ["message.delivered"],
      "active": true,
      "createdAt": "2026-04-01T10:00:00.000Z",
      "updatedAt": "2026-04-01T10:00:00.000Z"
    }
  ]
}