POST /api/ssl/credentials/rotate
| Method | POST |
| Path | /api/ssl/credentials/rotate |
| Group | Ssl |
| Auth | session cookie |
| Source | shared/api-core/src/routes/ssl.ts |
Call it
curl -X POST https://zeqsdk.com/api/ssl/credentials/rotate \
-H "Content-Type: application/json" \
-d '{}'
Requires an authenticated session — sign in first; the session cookie is sent automatically by the browser/SDK.
Reference
- Group: Ssl
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.