Create API Key
Creates a new API key for the authenticated team.
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
API key authentication
Body
This data structure is used to create an API key.
JSON string representing the access policy for this API key. Defines granular permissions for users and groups.
"{\"version\":\"2025-01-01\",\"default\":{\"permissions\":{\"data-ingest-api-keys:ReadAccessPolicy\":\"grant\",\"data-ingest-api-keys:Manage\":\"deny\",\"data-ingest-api-keys:UpdateAccessPolicy\":\"deny\",\"data-ingest-api-keys:ReadConfig\":\"grant\"}},\"rules\":[]}"
Whether the value is stored as a one-way hash.
true
This data structure allows to specify loose permissions and permission presets for an API key.
Display name.
"my_api_key"
Owner.
- Option 1
- Option 2
- Option 3