cURL
curl --request GET \ --url https://api.specular.dev/projects/ \ --header 'Authorization: Bearer <token>'
{ "projects": [ { "id": "<string>", "name": "<string>", "state": "creating", "productionUrl": "<string>", "openApiSpec": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "total": 123, "limit": 123, "offset": 123 }
Bearer authentication with API key (format: Bearer sk_xxx)
Maximum number of projects to return (1-100)
1 <= x <= 100
Number of projects to skip
x >= 0
List of projects
Show child attributes
Total number of projects
Maximum number of projects returned
Number of projects skipped