GET
/
v0
/
projects
curl --request GET \
  --url https://api.pixxel.space/v0/projects \
  --header 'Authorization: <api-key>'
{
  "count": 123,
  "projects": [
    {
      "created_at": "<string>",
      "id": "<string>",
      "members_count": 123,
      "metadata": {},
      "name": "<string>",
      "org_id": "<string>",
      "title": "<string>",
      "updated_at": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

page_num
integer

Page number

page_size
integer

Page size

Response

200
application/json
OK
count
integer

Total count of records, to be used for pagination

projects
object[]