cURL
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 }
Use este endpoint para listar todas as URLs de webhook cadastradas.
Successful Response
Lista de URLs de webhook configuradas
Show child attributes
Total de webhooks configurados