Create a new API key
Authorizations
Body
The name of the API key to create
1 - 255"Production API Key"
A list of api key role ids
["IngestionApi"]The time to live for the API key in seconds, defaults to no expiry
0 <= x <= 7000000031536000
Response
API keys is created successfully
The unique identifier for the API key
The name of the API key
"Production API Key"
The first 8 characters of the API key. Note its not possible to retrieve the key after creation time.
"2ad85149"
A list of api key role ids
["SearchApi", "IngestionApi"]A map of key value pairs associated with this log
{
"region": "eu",
"environment": "production"
}The expiration time of the API key, expressed as a Unix timestamp. If not set, the key never expires.
1757000000
Common metadata attached to all persisted resources.

