Create API Key
API Keys Service
Create API Key
No description available
Create API Key
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
application/json
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.
Example:
"{\"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\":[]}"
Example:
true
This data structure allows to specify loose permissions and permission presets for an API key.
Example:
"my_api_key"
- Option 1
- Option 2
- Option 3