Api Keys endpoints
Create a new API key
POST
Authorizations
Body
application/json
The name of the API key to create
Required string length:
1 - 255
Example:
"Production API Key"
A list of api key role ids
Example:
["IngestionApi"]
Response
201
application/json
API keys is created successfully
The unique identifier for the API key
The name of the API key
Example:
"Production API Key"
The timestamp when the API key was created
Example:
1710948395538
The first 8 characters of the API key. Note its not possible to retrieve the key after creation time.
Example:
"2ad85149"
A list of api key role ids
Example:
["SearchApi", "IngestionApi"]
A map of key value pairs associated with this log
Example:
{
"region": "eu",
"environment": "production"
}