This API v2 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/v2/servers/{{serverId}}/databaseusers'
{
"data": [
{
"id": 464,
"username": "appSchimmel_1720508533",
"created_at": "2024-07-09 07:02:13"
},
{
"id": 480,
"username": "appSchimmelDky1qWrGStaging_1721273013",
"created_at": "2024-07-18 03:23:33"
},
{
"id": 483,
"username": "phoenix",
"created_at": "2024-07-18 03:31:57"
},
{
"id": 474,
"username": "usernew",
"created_at": "2024-07-17 08:37:10"
}
],
"meta": {
"pagination": {
"total": 4,
"count": 4,
"per_page": 15,
"current_page": 1,
"total_pages": 1,
"links": {}
}
}
}