7digital · Example Payload

Streaming Platform Create Subscription Request Example

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

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

Top-level fields

userIdproductIdstartDateendDatecountry

Example Payload

Raw ↑
{
  "userId": "500123",
  "productId": "unlimited-streaming-monthly",
  "startDate": "2026-05-28",
  "endDate": "2026-06-28",
  "country": "GB"
}