GET
/
checklist
/
royaltyproducts
Check Royalty Products
curl --request GET \
  --url https://server26-dot-royalti-project.uc.r.appspot.com/checklist/royaltyproducts \
  --header 'Authorization: Bearer <token>'
{
  "count": 70,
  "royaltyproducts": [
    {
      "Aggregator": "Merlin",
      "upc": "660902548873",
      "isrcs": [
        "NGA601900055"
      ],
      "Release_Name": "Eat Some",
      "Release_Artist": "Stev_O",
      "Label": "Steveland Emmanuel"
    },
    {
      "Aggregator": "Merlin",
      "upc": "669014748225",
      "isrcs": [
        "NGA601800031"
      ],
      "Release_Name": "Striker",
      "Release_Artist": "Stev_O",
      "Label": "Steveland Emmanuel"
    },
    {
      "Aggregator": "Merlin",
      "upc": "660902548859",
      "isrcs": [
        "NGA601900057"
      ],
      "Release_Name": "Our Eyes",
      "Release_Artist": "Tunestar",
      "Label": "SPIRIT SOUND GROUP (SSG)"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

200
application/json

Successfully retrieved royalty products checklist

The response is of type object.