List SSH keys

GET /ssh-key

Responses

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