Add webhook
PUT {{WAFI_URL}}/v1/webhook
Request Body
{"url"=>"https://targeturl.com"}
RESPONSES
status: OK
{"status":true,"message":"Apps endpoint updated successfully","data":{"uid":"aebfe53c-da3e-4b6d-ad9f-72f25b5a57db","target_url":"https://targeturl.com/receive","description":"default","secrets":[{"uid":"520183a1-9d8f-4153-b3b3-738c1ade22b2","value":"secret","created_at":"2022-12-16T14:39:47.283Z","updated_at":"2022-12-16T14:39:47.283Z"}],"advanced_signatures":false,"http_timeout":"","rate_limit":5000,"rate_limit_duration":"1m0s","authentication":null,"created_at":"2022-12-16T14:39:47.283Z","updated_at":"2023-07-31T08:18:09.731Z"}}