v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Reports

Get Reports

get/console/v1/reports

Query parameters

type'first_exposures' | 'pulse_daily' | 'topline_impact_daily' required
Example:first_exposures

report type

datestring required
Example:2024-09-01

date for the report

Response

Get Reports

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "message": "Report URL generated successfully",
  "data": [
    {
      "url": "www.download_report_data_here.com"
    }
  ]
}