Download OpenAPI specification:
The Publizon Reporting API provides a clear and consistent method for outbound customers (retailers and partners) to report back to Publizon on earnings, content consumption, and reader demography.
An API key and a set of credentials (email and password) must be used to authenticate. Use the auth api to get the short-lived token needed to call the retailer api endpoints.
Revenue
required | Array of objects (Revenue) [ 1 .. 500 ] items |
{- "data": [
- {
- "productIdentifier": "string",
- "retailerTransactionId": "string",
- "saleDateTime": "2019-08-24T14:15:22Z",
- "quantity": 0,
- "quantityType": "Units",
- "subscriptionType": "Unlimited",
- "unitAmount": 0,
- "totalAmount": 0,
- "currency": "DKK",
- "market": "AD"
}
]
}