This API v3 documentation is currently still on progress. For any issue, please contact support@runcloud.io
Authorization: Bearer ********************
curl --location --request GET 'https://manage.runcloud.io/api/v3/atomic'
{
"data": [
{
"id": 24,
"name": "ali api atomic",
"active": true,
"provider": "github",
"repository": "alirhmn/laravel-woi",
"branch": "master",
"autoDeploy": true,
"composerInstall": true,
"composerInstallDev": false,
"totalCompleted": 0,
"totalFailed": 0,
"completedNotification": false,
"failedNotification": false,
"pullKey1": "QbQMkGwgeEta3D6x94pWcrN41721373808",
"pullKey2": "beidhu1ZmTTp9stvY43ayZ9K2LvytsvF",
"repositoryData": {
"url": "https://github.com/alirhmn/laravel-woi",
"repo": "[email protected]:alirhmn/laravel-woi.git"
},
"latestDeployment": null
}
],
"meta": {
"pagination": {
"total": 1,
"count": 1,
"per_page": 21,
"current_page": 1,
"total_pages": 1,
"links": {}
}
}
}