Lists all projects created by the user.
Lists all projects created by the user.
bearer In: header
The field to sort by
Value in
Page number
1 <= value1Number of items per page
1 <= value <= 10010Sort direction
Value in
application/json
curl -X GET "https://example.com/projects"{ "meta": { "total": 0, "perPage": 0, "currentPage": 0, "lastPage": 0 }, "data": [ { "name": "string", "data": {}, "htmlGameOpsEnabled": true, "autoSwapsEnabled": true, "images": [ { "name": "string", "path": "string" } ], "appTemplate": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "url": "http://example.com", "schema": {}, "images": [ { "name": "string", "maxSize": 0 } ], "files": [ { "name": "string", "maxSize": 0 } ], "isEnabled": true, "previewImage": "string", "sortOrder": 0 }, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "files": [ { "name": "string", "path": "string" } ], "status": "live" } ]}