Skip to main content
GET
/
api
/
v1
/
accounts
/
{accountId}
/
projects
{
  "projects": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>"
    }
  ]
}

Path Parameters

accountId
string
required

The ID of the account

Response

projects
object[]
required