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