Lybic Docs

List Projects

Returns a list of projects for the organization.

GET
/api/orgs/{orgId}/projects

Returns a list of projects for the organization.

Path Parameters

orgId*string

The organization ID

Response Body

application/json

curl -X GET "https://loading/api/orgs/string/projects"
[
  {
    "id": "string",
    "name": "string",
    "createdAt": "string",
    "defaultProject": true
  }
]