cURL
curl --request POST \ --url https://production.api.noodle.cx/external/webhooks \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "webhook_url": "<string>" } '
{ "id": "<string>", "webhook_url": "<string>", "active": true, "created_at": "<string>" }
Use este endpoint para cadastrar uma nova URL de webhook que receberá notificações de eventos.
URL do webhook que receberá as notificações
1 - 2083
Successful Response
ID único da configuração de webhook
URL do webhook
Status ativo/inativo do webhook
Data de criação