Authorizations
API key authentication
Query Parameters
This data structure represents an events filter
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/v3/events \
--header 'Authorization: <api-key>'{
"events": [
{
"companyId": 1,
"cxEventDedupKey": "test_dedup_key",
"cxEventKey": "test",
"cxEventLabels": {
"test": "test"
},
"cxEventMetadata": {
"test": "test"
},
"cxEventPayload": {
"test": "test"
},
"cxEventPayloadType": "test_payload_type",
"cxEventTimestamp": 1714857600,
"cxEventType": "test_type"
}
],
"pagination": {
"nextPageToken": "test",
"totalSize": 10
}
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/v3/events \
--header 'Authorization: <api-key>'{
"events": [
{
"companyId": 1,
"cxEventDedupKey": "test_dedup_key",
"cxEventKey": "test",
"cxEventLabels": {
"test": "test"
},
"cxEventMetadata": {
"test": "test"
},
"cxEventPayload": {
"test": "test"
},
"cxEventPayloadType": "test_payload_type",
"cxEventTimestamp": 1714857600,
"cxEventType": "test_type"
}
],
"pagination": {
"nextPageToken": "test",
"totalSize": 10
}
}API key authentication
This data structure represents an events filter
Show child attributes
Show child attributes
Show child attributes
Was this page helpful?