GET /api/keys/me
| Method | GET |
| Path | /api/keys/me |
| Group | Keys |
| Auth | Authorization: Bearer <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_KEY"
Reference
- Group: Keys
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.