Skip to content

Create an SSH public key​

POST
/user/keys

Authorizations​

basicAuth
TypeHTTP (basic)

Request Body​

application/json
JSON
{
"title": "string",
"key": "string"
}

Responses​

key created

application/json
JSON
{
"url": "string",
"title": "string",
"fingerprint": "string",
"key": "string"
}

Playground​

Authorization
Body

Samples​