Last updated 7 months ago
Restarts the retry cycle for any webhook messages which have not been received
POST /api/v1/webhook-messages HTTP/1.1 Host: cams.aquanow.com Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 31 { "webhookMessageTypes": [ "ALL" ] }
Successful response
{ "webhookMessageTypes": [ "ALL" ] }