Endpoint
Overview
This endpoint retrieves a list of all projects tied to your API key.Use it to list projects for dashboards, dropdowns, or initial app state.
Authentication
This endpoint requires an API key. You can retrieve an API key from your dashboard. Include it in theX-API-KEY header:
Query Parameters
None. This endpoint fetches all projects tied to your API key.Responses
β 200 OK
Returns a JSON array of projects:π 401 Unauthorized
If authentication fails (invalid or missing API key):π₯ 500 Internal Server Error
For unexpected server errors:Examples
CURL
Python (requests)
JavaScript (fetch)
Notes
- This endpoint enforces ownership checks, meaning it only returns projects tied to your API key.