curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/alerts/events/v3/{id} \
--header 'Authorization: <api-key>'{
"event": {},
"pagination": {
"nextPageToken": "test",
"totalSize": 10
}
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/alerts/events/v3/{id} \
--header 'Authorization: <api-key>'{
"event": {},
"pagination": {
"nextPageToken": "test",
"totalSize": 10
}
}API key authentication
"test"
Was this page helpful?