Skip to main content

List Projects

GET 

/v2/projects/

Retrieve a list of projects.

Returns: List[Project]: The list of projects.

Responses

Successful Response

Schema

  • Array [

  • id Id (string)required
    name Name (string)required
  • ]

Loading...