v4

latestOpenAPI 3.0.12026-07-3189233676.2 KB
Key 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

secretstring required

The secret access key, prefixed with environment (e.g. sandbox-abc123).

Example response

{
  "secret": "prod-abc123xyz789"
}