Skip to main content
List managed integration keys
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/integrations/managed/v1 \
  --header 'Authorization: <api-key>'
{
  "integrationKeys": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication

Response

integrationKeys
string[]