cURL
curl --request GET \ --url https://api.autype.com/api/v1/dev/projects \ --header 'X-API-Key: <api-key>'
{ "projects": [ { "id": "<string>", "name": "<string>", "visibility": "PUBLIC", "createdAt": "2023-11-07T05:31:56Z" } ], "total": 123, "page": 123, "limit": 123 }
List all projects for the organization. Results are paginated and sorted by creation date (oldest first).
API Key (starts with ak_...)
Page number (default: 1)
Items per page (default: 20, max: 100)
Paginated list of projects
Show child attributes
Total number of projects
Current page number
Items per page