Skip to main content

POST /api/contracts/simulate

: accept a machine API key (Bearer zsm_*) as well as a session, so a CI pipeline can lint → simulate → deploy with one credential. The inline dry-run only uses the caller zid as a created_by fallback; the

MethodPOST
Path/api/contracts/simulate
Authpublic (no key)
GroupContracts · Contracts Simulate

Request

curl -X POST https://zeqsdk.com/api/contracts/simulate \
-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.