List API keys

GET /api-key

Responses

  • 200 application/json

    200

    Hide response attribute Show response attribute object
    • api-keys array[object]

      Details about the IAM API Key

      Hide api-keys attributes Show api-keys attributes object
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"
    }
  ]
}