POST /api/zsc/public/subscribe
| Method | POST |
| Path | /api/zsc/public/subscribe |
| Group | Zsc Public |
| Auth | Authorization: Bearer zsm_<machine-key> (machine API key) |
| Source | shared/api-core/src/routes/zscPublic.ts |
Call it
curl -X POST https://zeqsdk.com/api/zsc/public/subscribe \
-H "Authorization: Bearer zsm_<machine-key>" \
-H "Content-Type: application/json" \
-d '{}'
Pass the machine's
zsm_machine API key as a Bearer token (as shown above).
Reference
- Group: Zsc Public
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.