Skip to content
Search
Main Navigation
Home
Themes
Cloud Code
API
Appearance
Menu
Return to top
Create an SSH public key
​
POST
/user/keys
Authorizations
​
basicAuth
Type
HTTP (basic)
Request Body
​
application/json
Schema
JSON
JSON
{
"title"
:
"string"
,
"key"
:
"string"
}
Responses
​
201
401
key created
Content-Type
application/json
Schema
JSON
JSON
{
"url"
:
"string"
,
"title"
:
"string"
,
"fingerprint"
:
"string"
,
"key"
:
"string"
}
POST
/user/keys
Playground
​
Authorization
basicAuth
Body
Try it out
Samples
​