Skip to content

Create​

POST
/security/keys

Create a new private key.

Authorizations​

bearerAuth

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

TypeHTTP (bearer)

Request Body​

JSON
{
"name": "string",
"description": "string",
"private_key": "string"
}

Responses​

The created private key's UUID.
application/json
JSON
{
"uuid": "string"
}

Playground​

Authorization
Body
JSON

Samples​

Powered by VitePress OpenAPI