7digital · Example Payload

Streaming Platform Usage Type List Response Example

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

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

Top-level fields

statususageTypes

Example Payload

Raw ↑
{
  "status": "ok",
  "usageTypes": [
    {
      "id": "subscription-streaming",
      "name": "Subscription Streaming",
      "description": "Streaming to subscribers in interactive playback."
    },
    {
      "id": "subscription-streaming",
      "name": "Subscription Streaming",
      "description": "Streaming to subscribers in interactive playback."
    }
  ]
}