List Projects API
Use this API to list all projects owned by the team.
API Description
| Method | Path |
|---|---|
| GET | /v1/projects |
| Headers | |
|---|---|
| Authorization | Bearer: [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