Authorizations
API key authentication
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/v3/events/events:batchGet \
--header 'Authorization: <api-key>'{
"events": {},
"notFoundIds": [
"<string>"
],
"pagination": {
"nextPageToken": "test",
"totalSize": 10
}
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/v3/events/events:batchGet \
--header 'Authorization: <api-key>'{
"events": {},
"notFoundIds": [
"<string>"
],
"pagination": {
"nextPageToken": "test",
"totalSize": 10
}
}API key authentication
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?