v4
latestOpenAPI 3.0.12026-07-3189233676.2 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"
}