cURL
curl --request POST \ --url https://api.vexelia.com/users/sshKeys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "label": "<string>", "key": "<string>" }'
Creates a new SSH key to use for new server deployment
Your API key goes here, you can generate one in your account settings.
The SSH key data
The body is of type object.
object
The SSH key was created