# Reporting v3

<mark style="color:green;">`POST`</mark> `/v3/api`

Use this method to get your reporting data

You must specify which table you want to query using the 'table' property.

You must also provide a 'startDate' and an 'endDate'. The API will return data between these two dates (inclusive).

#### :red\_circle: <mark style="color:red;">**V3 data becomes available starting on 2026-03-01**</mark>

#### **Headers**

| Name          | Value           |
| ------------- | --------------- |
| Authorization | `Basic <token>` |

{% content-ref url="/pages/ypH3XFNwJyB76njnv3Sp" %}
[Impressions](/platform-apis/reporting-api/reporting-v3/impressions.md)
{% endcontent-ref %}

{% content-ref url="/pages/iuXSgbWvkQmHcBx5wI6F" %}
[Auctions](/platform-apis/reporting-api/reporting-v3/auctions.md)
{% endcontent-ref %}

{% content-ref url="/pages/O79aCAs2TpHoo8LKGmsf" %}
[Bids](/platform-apis/reporting-api/reporting-v3/bids.md)
{% endcontent-ref %}

{% content-ref url="/pages/o1IGVveXKuoUATqnOPaT" %}
[Vast Events](/platform-apis/reporting-api/reporting-v3/vast-events.md)
{% endcontent-ref %}

{% content-ref url="/pages/DADtwD4unmxm68iq4DkU" %}
[Viewed](/platform-apis/reporting-api/reporting-v3/viewed.md)
{% endcontent-ref %}

{% content-ref url="/pages/KYGREefw89qlKlHiY44l" %}
[Deals](/platform-apis/reporting-api/reporting-v3/deals.md)
{% endcontent-ref %}

{% content-ref url="/pages/Hu41Y9qlRkMDxuzO2R9i" %}
[Deal Forecast](/platform-apis/reporting-api/reporting-v3/deal-forecast.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.nexx360.io/platform-apis/reporting-api/reporting-v3.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
