DV Report Data API

DoubleVerify's asynchronous reporting API. A caller submits a data request, receives an ID, and retrieves the result as a CSV stream once the data is available; the request ID stays valid for 30 days. Access tokens are minted by the user inside DV Pinnacle under Analytics then Data API. Known routed paths are /requests, /requestTypes, /compatibility and /dataloadtime, each of which returns HTTP 401 to an unauthenticated caller while the host root serves an anonymous health-check document. The reference documentation is behind a login at developer.doubleverify.com, and no OpenAPI is published.

API entry from apis.yml

apis.yml Raw ↑
name: DV Report Data API
description: DoubleVerify's asynchronous reporting API. A caller submits a data request, receives an ID,
  and retrieves the result as a CSV stream once the data is available; the request ID stays valid for
  30 days. Access tokens are minted by the user inside DV Pinnacle under Analytics then Data API. Known
  routed paths are /requests, /requestTypes, /compatibility and /dataloadtime, each of which returns HTTP
  401 to an unauthenticated caller while the host root serves an anonymous health-check document. The
  reference documentation is behind a login at developer.doubleverify.com, and no OpenAPI is published.
humanURL: https://developer.doubleverify.com/docs/client-integrations/extensions/report-data-api
baseURL: https://data-reporting.doubleverify.com
tags:
- Reporting
- Analytics
- Media Measurement
properties:
- type: Authentication
  url: authentication/doubleverify-authentication.yml
- type: Conventions
  url: conventions/doubleverify-conventions.yml
- type: RateLimits
  url: rate-limits/doubleverify-rate-limits.yml