Create Ssh Key

View as Markdown

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
public_keystringRequired

OpenSSH-formatted public key (<type> <base64> [comment]).

namestring or nullOptional
Optional friendly name.

Response

SSH key created
keyobject
SSH key info.

Errors