GET /api/keys/me
| Method | GET |
| Path | /api/keys/me |
| Group | Keys |
| Auth | Authorization: Bearer zeq_ak_<key> (API key) |
| Source | shared/api-core/src/routes/keys.ts |
Call it
curl -X GET https://zeqsdk.com/api/keys/me \
-H "Authorization: Bearer zeq_ak_<key>"
Reference
- Group: Keys
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.