Skip to main content
GET
/
projects
List Projects
curl --request GET \
  --url https://api.example.com/projects/
[
  {
    "project_id": "<string>",
    "organization_id": "<string>",
    "name": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "managed_by": "user"
  }
]

Response

200 - application/json

Successful Response

project_id
string
required
organization_id
string
required
name
string
required
created_at
string<date-time>
updated_at
string<date-time>
managed_by
enum<string> | null
Available options:
user,
platform