SSH Keys
/sshkeys/add
Add a new SSH Key
POST
/
sshkeys
/
add
Authorizations
X-API-KEY
string
headerrequiredBody
application/json
name
string
requiredThe name of the SSH Key.
public_key
string
requiredThe public key.
Response
200 - application/json
id
string
requiredThe ID of the SSH Key.