Nimbu Developer Docs
ReferenceUsers

List SSH public keys

GET
/user/keys

Authorization

basicAuth
AuthorizationBasic <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/user/keys"
[
  {
    "url": "http://example.com",
    "title": "string",
    "fingerprint": "string",
    "key": "string"
  }
]
Empty