Webhook
Restarts the retry cycle for any webhook messages which have not been received
Authorizations
Body
Responses
200
Successful response
application/json
400
Validation Error
401
Unauthorized
403
Insufficient Privileges
4XX
Client error
5XX
Server error
post
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"
]
}
{
"webhookMessageTypes": [
"ALL"
]
}
Last updated