7digital · Example Payload

Streaming Platform User Example

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

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

Top-level fields

idemailfirstNamelastNamecountrycreatedAt

Example Payload

Raw ↑
{
  "id": "500123",
  "email": "jane.smith@example.com",
  "firstName": "Jane",
  "lastName": "Smith",
  "country": "GB",
  "createdAt": "2026-05-28T14:30:00Z"
}