Skip to main content
POST
/
keys
Error
A valid request URL is required to generate request examples
{
  "ok": true,
  "data": {
    "key": "<string>",
    "prefix": "<string>",
    "type": "user",
    "label": "<string>",
    "scopes": [
      {
        "project": "<string>",
        "environment": "<string>"
      }
    ],
    "permission": "<string>"
  }
}

Authorizations

Authorization
string
header
required

API key authentication (kfl_user_* or kfl_sys_*)

Response

Key created successfully

ok
boolean
required
data
object
required