API reference

client-reports

21 endpoints in this area. Each one has its own page with its parameters, its response and a request you can run.

All developer docs →

MethodPathWhat it doesPermission
GET/v1/client-reports/brandsYour report looks (white-label brands).sites.view
POST/v1/client-reports/brandsAdd a report look — your name, colours, intro and footer.sites.create
DELETE/v1/client-reports/brands/{brand_id}Remove a report look.sites.create
PATCH/v1/client-reports/brands/{brand_id}Change a report look.sites.create
DELETE/v1/client-reports/brands/{brand_id}/logoTake the logo off future reports.sites.create
POST/v1/client-reports/brands/{brand_id}/logoUpload the logo a report look carries.sites.create
POST/v1/client-reports/brands/{brand_id}/reply-to/codeE-mail a confirmation code to the look's reply-to address.sites.create
POST/v1/client-reports/brands/{brand_id}/reply-to/confirmConfirm the reply-to address with the code it received.sites.create
GET/v1/client-reports/clientsThe clients you make reports for, with their schedules.sites.view
POST/v1/client-reports/clientsAdd a client, the domains a report covers, who receives it and how often.sites.create
DELETE/v1/client-reports/clients/{client_id}Remove a client and its reports.sites.create
PATCH/v1/client-reports/clients/{client_id}Change a client or its schedule.sites.create
POST/v1/client-reports/clients/{client_id}/reportsMake a report for this client now.sites.create
GET/v1/client-reports/overviewWhat your Client Reports plan allows, and which report sections have data.sites.view
GET/v1/client-reports/reportsReports made, newest first (100 at most).sites.view
GET/v1/client-reports/reports/{report_id}One report's state, headline figures and share link.sites.view
GET/v1/client-reports/reports/{report_id}/pdfDownload the report as a PDF.sites.view
GET/v1/client-reports/reports/{report_id}/previewThe report as the HTML page its PDF is made from.sites.view
POST/v1/client-reports/reports/{report_id}/revokeStop the report's share link working, now.sites.create
GET/v1/public/client-reports/{token}A shared report, as a web page. Unauthenticated.—
GET/v1/public/client-reports/{token}/pdfA shared report as a PDF. Unauthenticated.—