curl --request GET \
--url https://api.iran.liara.ir/v1/projects \
--header 'Authorization: <api-key>'{
"projects": [
{
"_id": "<string>",
"project_id": "<string>",
"type": "<string>",
"status": "<string>",
"scale": 123,
"planID": "<string>",
"created_at": "<string>",
"isDeployed": true
}
]
}get all details of all projects that user owns
curl --request GET \
--url https://api.iran.liara.ir/v1/projects \
--header 'Authorization: <api-key>'{
"projects": [
{
"_id": "<string>",
"project_id": "<string>",
"type": "<string>",
"status": "<string>",
"scale": 123,
"planID": "<string>",
"created_at": "<string>",
"isDeployed": true
}
]
}