Skip to main content
GET
/
webhooks
Listar URLs de Webhook
curl --request GET \
  --url https://production.api.noodle.cx/external/webhooks \
  --header 'Authorization: <api-key>'
{
  "webhooks": [
    {
      "id": "<string>",
      "webhook_url": "<string>",
      "active": true,
      "created_at": "<string>"
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

Response

200 - application/json

Successful Response

webhooks
WebhookUrlResponse · object[]
required

Lista de URLs de webhook configuradas

total
integer
required

Total de webhooks configurados