7digital · Example Payload

Streaming Platform Create Radio Session Request Example

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

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

Top-level fields

userIdplaylistIdsrulesetcountry

Example Payload

Raw ↑
{
  "userId": "500123",
  "playlistIds": [
    "playlist-789012"
  ],
  "ruleset": "dmca",
  "country": "GB"
}