This article contains useful information on reporting API quotas.
Reports Quotas
GET: https://ads.teads.tv/api/reports/quotas
Request:
Field | Type | Description |
Authorization | Header - String | API key |
Success Response (200):
Field | Type | Description |
used | Number | The number of reports that ran in the past 24h period |
total | Number | Total number of reports allowed per 24h period |
next_available_slot | Number (epochmillis) | Timestamp when the next report will be allowed to run. The current timestamp is returned if the total quota isn't reached yet |
Error Response:
Status code | Description |
401 | Missing authorization header |
401 | No valid token found |