7digital · Example Payload

Streaming Platform Stream Log Example

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

Streaming Platform Stream Log 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

trackIduserIdclientIdtimestampdurationPlayedcountry

Example Payload

Raw ↑
{
  "trackId": "123456",
  "userId": "500123",
  "clientId": "device-789012",
  "timestamp": "2026-05-28T14:30:45Z",
  "durationPlayed": 259,
  "country": "GB"
}