Nimbu Developer Docs
ReferenceUsers

Retrieve a single SSH public key

GET
/user/keys/{id}

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"
}