Get API key

GET /api-key/{id}

Path parameters

  • id string Required

Responses

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