7digital · Example Payload

Streaming Platform Credit Item Request Example

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

Streaming Platform Credit Item 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

userIdreleaseIdtrackIdcurrencyprice

Example Payload

Raw ↑
{
  "userId": "500123",
  "releaseId": "11700062",
  "trackId": "123456",
  "currency": "USD",
  "price": 9.99
}