GET /sdk/v1/campaign-creators/:campaignCreatorRecordId/payout-report
Returns the campaign creator’s payout report as PDF data. You can display the response in a browser, embed it in a PDF viewer, or save it as a file. All requests requireX-Application-Id and X-Api-Key.
Path parameter
campaignCreatorRecordId(required): the campaign creator to report on.
Query parameters
startDate(required): first included activity date inYYYY-MM-DDformat.endDate(required): last included activity date inYYYY-MM-DDformat.
Example request
Response
- Content type:
application/pdf - Content disposition:
inline - Body: raw PDF bytes
Common errors
400: missing or invalid date range401: missing or invalid SDK credentials404: campaign creator record not found413: the report exceeds 10,000 rows; use a shorter date range