GET /api/cf/sites
| Method | GET |
| Path | /api/cf/sites |
| Group | Cf |
| Auth | Authorization: Bearer zsm_<machine-key> (machine API key) |
| Source | shared/api-core/src/routes/cf.ts |
Call it
curl -X GET https://zeqsdk.com/api/cf/sites \
-H "Authorization: Bearer zsm_<machine-key>"
Pass the machine's
zsm_machine API key as a Bearer token (as shown above).
Reference
- Group: Cf
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.