Webhook

Resend failed webhook messages

post

Restarts the retry cycle for any webhook messages which have not been received

Authorizations
Body
Responses
200
Successful response
application/json
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