Skip to content

List

GET
/projects

List projects.

Authorizations

bearerAuth

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

TypeHTTP (bearer)

Responses

Get all projects.
application/json
JSON
[
{
"id": 0,
"uuid": "string",
"name": "string",
"description": "string",
"environments": [
{
"id": 0,
"name": "string",
"project_id": 0,
"created_at": "string",
"updated_at": "string",
"description": "string"
}
]
}
]

Samples

Powered by VitePress OpenAPI