Nimbu Developer Docs
ReferenceUsers

Create an SSH public key

POST
/user/keys

Authorization

basicAuth
AuthorizationBasic <token>

In: header

Request Body

application/json

Public key payload

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/user/keys" \  -H "Content-Type: application/json" \  -d '{    "key": "string"  }'
{
  "url": "http://example.com",
  "title": "string",
  "fingerprint": "string",
  "key": "string"
}
Empty