ReferenceUsers
Retrieve a single SSH public key
Authorization
basicAuth AuthorizationBasic <token>
In: header
Path Parameters
id*string
Public key identifier
Response Body
application/json
curl -X GET "https://example.com/user/keys/string"{
"url": "http://example.com",
"title": "string",
"fingerprint": "string",
"key": "string"
}