Skip to content
Search
Main Navigation
Home
Themes
Cloud Code
API
Appearance
Menu
Return to top
Retrieve a single SSH public key
​
GET
/user/keys/{id}
Authorizations
​
basicAuth
Type
HTTP (basic)
Parameters
​
Path Parameters
id
*
Public key identifier
Type
string
Required
Responses
​
200
key returned
Content-Type
application/json
Schema
JSON
JSON
{
"url"
:
"string"
,
"title"
:
"string"
,
"fingerprint"
:
"string"
,
"key"
:
"string"
}
GET
/user/keys/{id}
Playground
​
Authorization
basicAuth
Variables
Key
Value
id
*
Try it out
Samples
​