Last updated 5 months ago
Restarts the retry cycle for any webhook messages which have not been received
/v1/webhook-messages
curl -L \ --request POST \ --url 'https://cams.aquanow.com/api/v1/webhook-messages' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "webhookMessageTypes": [ "ALL" ] }'
{ "webhookMessageTypes": [ "ALL" ] }