POST
/
users
/
sshKeys
curl --request POST \
  --url https://api.vexelia.com/users/sshKeys \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "label": "<string>",
  "key": "<string>"
}'

Authorizations

Authorization
string
header
required

Your API key goes here, you can generate one in your account settings.

Body

The SSH key data

The body is of type object.

Response

200

The SSH key was created