v5
OpenAPI 3.0.12026-08-0489233677.3 KBKey Management
Create an API key
Create a new API key in the current environment. The environment is determined by the authenticating key. Maximum of 2 active keys are allowed per environment. This endpoint is not available by default. Contact us to enable it.
post/v1/keys/
Response
API key created successfully
Example response
{
"secret": "prod-abc123xyz789"
}