List projects for the service user
curl --request GET \ --url https://api.pixxel.space/v0/projects \ --header 'Authorization: <api-key>'
{ "count": 123, "projects": [ { "id": "<string>", "name": "<string>", "title": "<string>", "org_id": "<string>", "members_count": 123, "created_at": "<string>", "updated_at": "<string>", "metadata": {} } ] }
Page number
Page size
Total count of records, to be used for pagination
Show child attributes
ID of the project
Project slug
Project name
Organization ID this project belongs to
Number of users in this project
Project creation datetime
Project update datetime
Additional data in the form of key-value pairs