Skip to content
Search
⌘
Ctrl
K
Main Navigation
Home
Themes
Cloud Code
SDK
API
Appearance
Menu
Return to top
Are you an LLM? You can read better optimized documentation at /api/operations/get-user-keys---id--.md for this page in Markdown format
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