Skip to main content
GET
/
projects
Error
A valid request URL is required to generate request examples
{
  "ok": true,
  "data": {
    "projects": [
      {
        "id": "<string>",
        "name": "<string>",
        "environment_count": 123,
        "created_at": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

API key authentication (kfl_user_* or kfl_sys_*)

Response

List of projects

ok
boolean
required
data
object
required