Last updated 2 months ago
Restarts the retry cycle for any webhook messages which have not been received
Successful response
const response = await fetch('https://cams.aquanow.com/api/v1/webhook-messages', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "webhookMessageTypes": [ "ALL" ] }