Skip to main content

GET /api/zsc/public/list

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

Call it

curl -X GET https://zeqsdk.com/api/zsc/public/list \
-H "Authorization: Bearer zsm_<machine-key>"

Pass the machine's zsm_ machine API key as a Bearer token (as shown above).

Reference