Skip to main content
POST
Add an SSH key

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Example:

"My Laptop Key"

public_key
string
required
Example:

"ssh-rsa AAAAB3..."

Response

200 - application/json

Key created

status
boolean
Example:

true

message
string
Example:

"SSH Key created successfully."

data
object