Skip to main content
POST
/
api
/
notifications
/
alerts
/
{log_id}
/
snooze
Snooze an alert
curl --request POST \
  --url https://api.example.com/api/notifications/alerts/{log_id}/snooze \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "duration": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

log_id
integer
required

Body

application/json

Snooze an alert notification.

duration
string
required

Response

Successful Response

{key}
string