Skip to content
SoundSyncAudio software platform

API Reference

Analytics API

Developer-authenticated analytics overview, CSV export, revenue summary, product performance, activity, and current charges endpoints.

POST /activateGET /validatePOST /deactivate
Product credentials
Activation request
Entitlement check
Device registration
Periodic validation
Deactivation when needed
Live Moonwave FX products workspace showing the SoundSync product management surface for audio software releases.

SoundSync

Verified endpoints

These endpoints are route-backed in the current platform.

GET /api/developer/analytics/overview

Fetch developer analytics overview.

Auth
Developer JWT.
Scope
Developer-owned or public storefront/marketplace scope as noted.
Request fields
  • Developer JWT
  • date range/filter query
Returns
Revenue, product, customer, activation, download, subscription, marketplace, promotion, and export-ready summary.
Side effects
None for read endpoints unless noted.
GET /api/developer/analytics/overview/export.csv

Export analytics overview CSV.

Auth
Developer JWT.
Scope
Developer-owned or public storefront/marketplace scope as noted.
Request fields
  • Developer JWT
Returns
CSV file.
Side effects
None for read endpoints unless noted.
GET /api/developer/analytics/revenue/summary

Fetch revenue summary.

Auth
Developer JWT.
Scope
Developer-owned or public storefront/marketplace scope as noted.
Request fields
  • Developer JWT
Returns
Revenue summary.
Side effects
None for read endpoints unless noted.
GET /api/developer/analytics/revenue/products

Fetch product revenue performance.

Auth
Developer JWT.
Scope
Developer-owned or public storefront/marketplace scope as noted.
Request fields
  • Developer JWT
Returns
Product revenue rows.
Side effects
None for read endpoints unless noted.
GET /api/developer/analytics/revenue/activity

Fetch revenue activity timeline.

Auth
Developer JWT.
Scope
Developer-owned or public storefront/marketplace scope as noted.
Request fields
  • Developer JWT
Returns
Activity rows.
Side effects
None for read endpoints unless noted.
GET /api/developer/analytics/revenue/current-month-charges

Fetch current month charge summary.

Auth
Developer JWT.
Scope
Developer-owned or public storefront/marketplace scope as noted.
Request fields
  • Developer JWT
Returns
Current charge summary.
Side effects
None for read endpoints unless noted.

API reference

Endpoint groups are organized by authentication model, product scope, request shape, response shape, errors, idempotency, and integration surface.

GET

Analytics API

/docs/api/analytics

Developer analytics, revenue, activity, and exports.