7digital · Example Payload

Api Editorial List Response Example

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

Api Editorial 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

statuseditorial

Example Payload

Raw ↑
{
  "status": "ok",
  "editorial": [
    {
      "id": "editorial-789012",
      "title": "New Releases This Week",
      "description": "Our pick of the freshest releases this week.",
      "type": "feature",
      "url": "https://uk.7digital.com/editorial/new-releases-this-week",
      "image": "https://artwork-cdn.7static.com/static/img/editorial/789012.jpg"
    },
    {
      "id": "editorial-789012",
      "title": "New Releases This Week",
      "description": "Our pick of the freshest releases this week.",
      "type": "feature",
      "url": "https://uk.7digital.com/editorial/new-releases-this-week",
      "image": "https://artwork-cdn.7static.com/static/img/editorial/789012.jpg"
    }
  ]
}