Reference
Projects
List Projects

List Projects API

Use this API to list all projects owned by the team.

API Description

MethodPath
GET/v1/projects
Headers
Authorization[API key]

Full Endpoint URL https://api.flightcontrol.dev/v1/projects

Response Example

[
  {
    "id": "cl2kx7acm00003f6gobvidq2i",
    "name": "My Project",
    "repoUrl": "https://github.com/team/project"
  }
]

Response Conditions

Success

Errors