Skip to main content
POST
Create Key

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

projectId
string
required

The project's id (UUID) or slug — either form is accepted.

gatewayId
string
required

Body

application/json
name
string
required
Required string length: 1 - 100

Response

Key metadata and one-time secret.

id
string<uuid>
required
name
string
required
keyPrefix
string
required
secret
string
required
Pattern: ^kvgw_[A-Za-z0-9]+$