Skip to content

Create

POST
/security/keys

Create a new private key.

Authorizations

Request Body required

object
name
string
description
string
private_key
required
string

Responses

201

The created private key’s UUID.

object
uuid
string

400

Invalid token.

object
message
string
Invalid token.

401

Unauthenticated.

object
message
string
Unauthenticated.