Create a new API key
api-keys
Create a new API key
Create a new Bronto API key with one or more role scopes such as IngestionApi or SearchApi, and an optional TTL, for authenticating REST API requests.
POST
Create a new API key
Authorizations
Body
application/json
Response
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"
}
