curl --request GET \
--url https://api.iran.liara.ir/v1/projects/{name} \
--header 'Authorization: <api-key>'{
"project": {
"_id": "<string>",
"project_id": "<string>",
"type": "<string>",
"status": "<string>",
"defaultSubdomain": true,
"readOnlyRootFilesystem": true,
"zeroDowntime": true,
"scale": 123,
"envs": [
{
"key": "<string>",
"value": "<string>",
"encrypted": true,
"_id": "<string>"
}
],
"planID": "<string>",
"fixedIPStatus": "<string>",
"created_at": "<string>",
"node": {
"_id": "<string>",
"IP": "<string>"
},
"hourlyPrice": 123,
"isDeployed": true,
"reservedDiskSpace": 123
}
}get all details of all project that user owns
curl --request GET \
--url https://api.iran.liara.ir/v1/projects/{name} \
--header 'Authorization: <api-key>'{
"project": {
"_id": "<string>",
"project_id": "<string>",
"type": "<string>",
"status": "<string>",
"defaultSubdomain": true,
"readOnlyRootFilesystem": true,
"zeroDowntime": true,
"scale": 123,
"envs": [
{
"key": "<string>",
"value": "<string>",
"encrypted": true,
"_id": "<string>"
}
],
"planID": "<string>",
"fixedIPStatus": "<string>",
"created_at": "<string>",
"node": {
"_id": "<string>",
"IP": "<string>"
},
"hourlyPrice": 123,
"isDeployed": true,
"reservedDiskSpace": 123
}
}