7digital · Example Payload

Api User Update Request Example

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

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

Top-level fields

emailfirstNamelastNamecountry

Example Payload

Raw ↑
{
  "email": "jane.smith@example.com",
  "firstName": "Jane",
  "lastName": "Smith",
  "country": "GB"
}