v1

latestOpenAPI 3.1.02026-07-2615040.1 KB

Listar Webhook Apps

get/api/v0/webhook

Response

200

idstring
namestring
urlstring
eventsstring[]
is_activeboolean
created_atstring

Example response

[
  {
    "id": "webhook-app-123",
    "name": "Meu Webhook App",
    "url": "https://meusite.com/webhook",
    "events": [
      "order.created"
    ],
    "is_active": true,
    "created_at": "2023-10-01T12:00:00Z"
  }
]