Skip to main content
GET
/
v1
/
projects
Get details of all projects
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
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #

Response

Successful operation

projects
object[]