Skip to main content
Atomic Batch Execute E2M
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/latest/events2metrics/events2metrics/v2/batch \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "requests": [
    {}
  ]
}
'
{
  "matchingResponses": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json
requests
object[]

Response

200 - application/json
matchingResponses
object[]