POST /api/zeq/apis/:slug/:id/test
POST /api/zeq/apis/:slug/:id/test Server-side test forward. Body: { path?, method?, params?, body? } Returns { status, headers, body } — body is text-truncated to 16 KB.
| Method | POST |
| Path | /api/zeq/apis/:slug/:id/test |
| Auth | public (no key) |
| Group | Platform · Apis Routes |
Request
curl -X POST https://zeqsdk.com/api/zeq/apis/YOUR_MACHINE/CONTRACT_ID/test \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description
Generated from the node's own route registry (GET /api/endpoints) — this path is live.