Skip to main content

POST /api/zsc/public/put

MethodPOST
Path/api/zsc/public/put
GroupZsc Public
AuthAuthorization: Bearer zsm_<machine-key> (machine API key)
Sourceshared/api-core/src/routes/zscPublic.ts

Call it

curl -X POST https://zeqsdk.com/api/zsc/public/put \
-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