Authorizations
API key authentication
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/enrichment-rules/enrichment-rules/v1/limit \
--header 'Authorization: <api-key>'{
"limit": 10,
"used": 5
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/enrichment-rules/enrichment-rules/v1/limit \
--header 'Authorization: <api-key>'{
"limit": 10,
"used": 5
}API key authentication
Was this page helpful?