List MySQL databases

View all MySQL databases on your web hosting account, including database name, size, and associated users. Useful for an overview of database resources.

Path Parameters

accountId integer · min: 1 required

accountId parameter

Headers

Accept Example
Content-Type Example

Responses

200 Successful response
databases string
count string
GET https://cloud.hostup.se/api/hosting/{accountId}/databases
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/hosting/0/databases" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{
  "databases": "string",
  "count": "string"
}