Skip to main content
Batch Get Presets
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/3/notifications/notification-center/v1/presets:batchGet \
  --header 'Authorization: <api-key>'
{
  "notFoundIds": [
    "<string>"
  ],
  "presets": {}
}

Authorizations

Authorization
string
header
required

API key authentication

Query Parameters

preset_ids
string[]

Response

200 - application/json

Response containing the requested presets and any IDs not found

notFoundIds
string[]
presets
object