This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
curl --location -g --request GET 'https://manage.runcloud.io/api/v3/servers/{{serverId}}/databases'
{
"data": [
{
"id": 480,
"name": "appSchimmel_1720508533",
"collation": null,
"created_at": "2024-07-09 07:02:13"
},
{
"id": 490,
"name": "testdb",
"collation": null,
"created_at": "2024-07-17 02:38:46"
},
{
"id": 492,
"name": "dbnew",
"collation": null,
"created_at": "2024-07-17 08:37:10"
},
{
"id": 498,
"name": "appSchimmelDky1qWrGStaging_1721273013",
"collation": null,
"created_at": "2024-07-18 03:23:33"
},
{
"id": 499,
"name": "dbvalorant",
"collation": null,
"created_at": "2024-07-18 03:27:42"
}
],
"meta": {
"pagination": {
"total": 5,
"count": 5,
"per_page": 15,
"current_page": 1,
"total_pages": 1,
"links": {}
}
}
}