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}}/webapps?sortColumn=name&sortDirection=asc&page=1&search='
{
"data": [
{
"id": 646,
"server_user_id": 1647,
"name": "app-schimmel",
"rootPath": "/home/runcloud/webapps/app-schimmel",
"publicPath": "/home/runcloud/webapps/app-schimmel",
"phpVersion": "php81rc",
"stack": "hybrid",
"stackMode": "production",
"type": "wordpress",
"defaultApp": false,
"alias": null,
"pullKey1": "rlNDkqV0UpEISUgM526HUEJJ1720508533",
"pullKey2": "Zs3lqh0HymHDA6cs5uLHRZNVJPMVJTox",
"created_at": "2024-07-09 07:02:13"
},
{
"id": 655,
"server_user_id": 1647,
"name": "eyeshield-testing",
"rootPath": "/home/runcloud/webapps/eyeshield-testing",
"publicPath": "/home/runcloud/webapps/eyeshield-testing",
"phpVersion": "php80rc",
"stack": "hybrid",
"stackMode": "production",
"type": "custom",
"defaultApp": false,
"alias": null,
"pullKey1": "5pGuNkULhLZHyXmTZQUoN4Xr1721180441",
"pullKey2": "f3qO5mNq50bMQV7VZGRKwCmfvcngInCX",
"created_at": "2024-07-17 01:40:41"
}
],
"meta": {
"pagination": {
"total": 2,
"count": 2,
"per_page": 20,
"current_page": 1,
"total_pages": 1,
"links": {}
}
}
}