Skip to main content
Update API Keys Status
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/5/aaa/api-keys/v3/all/status \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "updates": [
    {
      "active": true,
      "keyId": "key_abc123"
    }
  ]
}
'
{}

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

Body

application/json

This data structure is used to update the status of specified API keys.

updates
API Key Status Update · object[]

Response

This data structure is the response obtained after updating API keys status.