Authorization: Bearer ********************
curl --location --request GET 'https://api.vpsbg.eu/v1/ssh-keys/' \
--header 'Accept;'
{
"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"
},
{
"id": 2930,
"hostname": "debian-1gb"
}
]
}