7digital · Example Payload

Api User Example

MusicStreamingLicensingCatalogueB2BRoyalty ReportingPublic APIs

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

Top-level fields

idemailfirstNamelastNamecountryaccessTokenaccessTokenSecret

Example Payload

Raw ↑
{
  "id": "500123",
  "email": "jane.smith@example.com",
  "firstName": "Jane",
  "lastName": "Smith",
  "country": "GB",
  "accessToken": "tok-a1b2c3d4",
  "accessTokenSecret": "sec-a1b2c3d4"
}