GET
/
storage
/
provisioning
/
v3
/
key
List SSH keys
curl --request GET \
  --url https://api.gcore.com/storage/provisioning/v3/key \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "created_at": "2025-08-05 09:15:00+00:00",
      "id": 123,
      "name": "my-production-key"
    }
  ],
  "total_count": 123
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Response

200
application/json

KeyListEndpointResV3

The response is of type object.