Skip to content

Retrieve a single SSH public key

GET
/user/keys/{id}

Authorizations

basicAuth
TypeHTTP (basic)

Parameters

Path Parameters

id*

Public key identifier

Typestring
Required

Responses

key returned

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

Playground

Authorization
Variables
Key
Value

Samples

Part of Nimbu, built by Zenjoy.