Skip to main content

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.

MethodPOST
Path/api/zeq/apis/:slug/:id/test
Authpublic (no key)
GroupPlatform · 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.