Skip to content

List projects

GET
/projects

Authorizations

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Responses

OK

application/json
JSON
{
  
"projects": [
  
  
{
  
  
  
"_id": "string",
  
  
  
"name": "string",
  
  
  
"color": "string",
  
  
  
"host_id": "string"
  
  
}
  
]
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI