Skip to main content
POST
/
v1
/
alert
/
update
/
resolved
Mark alert as resolved manually
curl --request POST \
  --url https://sandbox.api.veepag.com/v1/alert/update/resolved \
  --header 'Content-Type: application/json' \
  --header 'apiKey: <api-key>' \
  --data '
{
  "companyId": "<string>",
  "alertId": "<string>"
}
'
{}

Authorizations

apiKey
string
header
required

API key no formato keyId.secret.

Body

application/json
companyId
string
required
alertId
string
required

Response

object | null

Alerta atualizado para RESOLVED. Body de sucesso vazio.

The response is of type object.