POST /api/keys/rotate
| Method | POST |
| Path | /api/keys/rotate |
| Group | Keys |
| Auth | Authorization: Bearer zeq_ak_<key> (API key) |
| Source | shared/api-core/src/routes/keys.ts |
Call it
curl -X POST https://zeqsdk.com/api/keys/rotate \
-H "Authorization: Bearer zeq_ak_<key>" \
-H "Content-Type: application/json" \
-d '{"label":"…"}'
Reference
- Group: Keys
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.