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