List
GET /projects
GET
/projects
List projects.
Authorizations
Responses
200
Get all projects.
Array<object>
Project model
object
id
integer
uuid
string
name
string
description
string
environments
The environments of the project.
Array<object>
Environment model
object
id
integer
name
string
project_id
integer
created_at
string
updated_at
string
description
string
400
Invalid token.
object
message
string
401
Unauthenticated.
object
message
string