GET /api/zeq-auth/session-key
| Method | GET |
| Path | /api/zeq-auth/session-key |
| Group | Zeq Auth V3 |
| Auth | none — public endpoint |
| Source | shared/api-core/src/routes/zeqAuthV3.ts |
Call it
curl -X GET https://zeqsdk.com/api/zeq-auth/session-key
Public endpoint — no authentication required.
Reference
- Group: Zeq Auth V3
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.