List SSH keys
GET /ssh-key
curl \
-X GET https://api-ch-gva-2.exoscale.com/v2/ssh-key
Response examples (200)
{
"ssh-keys": [
{
"name": "string",
"fingerprint": "string"
}
]
}