Authorization: Bearer ********************
curl --location --request GET 'https://api.vpsbg.eu/v1/ssh-keys/' \
--header 'Accept;' \
--header 'Authorization: Bearer <token>'
{
"id": 90,
"name": "Example SSH Key",
"fingerprint": "c3:02:91:64:1f:e3:da:4b:7e:9e:33e:14:qf:4d:39:73",
"key": "ssh-rsa AA... user@example.com",
"servers": [
{
"id": 2922,
"hostname": "ubuntu-1gb",
"ssh_keys_count": 1,
"root_password_login_enabled": false
},
{
"id": 2930,
"hostname": "debian-1gb",
"ssh_keys_count": 1,
"root_password_login_enabled": false
}
]
}