GET /api/sources
| Method | GET |
| Path | /api/sources |
| Group | Sources |
| Auth | optional (richer response when authenticated) |
| Source | shared/api-core/src/routes/sources.ts |
Call it
curl -X GET https://zeqsdk.com/api/sources
Authentication is optional; an API key or session yields a richer response.
Reference
- Group: Sources
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.