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/atomic/{{atomicProjectId}}' \
--header 'accept: application/json'
{
"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
}