Skip to main content
GET
/
api
/
v1
/
accounts
/
{accountId}
/
projects
Get Projects
curl --request GET \
  --url https://api.example.com/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