cURL
curl --request PUT \ --url https://production.api.noodle.cx/external/webhooks/{webhook_id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "webhook_url": "<string>", "active": true } '
{ "id": "<string>", "webhook_url": "<string>", "active": true, "created_at": "<string>" }
Use este endpoint para atualizar uma URL de webhook específica.
Nova URL do webhook
1 - 2083
Status ativo/inativo
Successful Response
ID único da configuração de webhook
URL do webhook
Status ativo/inativo do webhook
Data de criação