7digital · Example Payload

Streaming Platform Device Authorisation Example

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

Streaming Platform Device Authorisation 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

deviceIddeviceNameplatformstatusauthorisedAt

Example Payload

Raw ↑
{
  "deviceId": "device-789012",
  "deviceName": "Jane's iPhone",
  "platform": "ios",
  "status": "authorised",
  "authorisedAt": "2026-05-01T10:00:00Z"
}