Skip to main content

POST /api/apps/track

MethodPOST
Path/api/apps/track
GroupApps Track
Authauthenticated session
Sourceshared/api-core/src/routes/appsTrack.ts

Call it

curl -X POST https://zeqsdk.com/api/apps/track \
-H "Content-Type: application/json" \
-d '{"app":null}'

Requires an authenticated session — sign in first; the session is sent automatically by the browser/SDK.

Reference