Skip to main content
GET
/
api
/
v1
/
projects
Error
A valid request URL is required to generate request examples
{
  "projects": [
    {
      "created_at": "<string>",
      "id": "<string>",
      "name": "<string>",
      "updated_at": "<string>",
      "description": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

List of projects

List of projects response

projects
object[]
required

List of projects