7digital · Example Payload

Streaming Platform Subscription Example

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

Streaming Platform Subscription Example is an example object payload from 7digital, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

subscriptionIduserIdproductIdstatusstartDateendDate

Example Payload

Raw ↑
{
  "subscriptionId": "sub-789012",
  "userId": "500123",
  "productId": "unlimited-streaming-monthly",
  "status": "active",
  "startDate": "2026-05-28",
  "endDate": "2026-06-28"
}