Skip to main content
GET
/
v1
/
report
/
date-range
/report/date-range
curl --request GET \
  --url https://api.tagdeliver.com/v1/report/date-range \
  --header 'Authorization: Bearer <token>'
{
  "results": {
    "start": "2025-11-17",
    "end": "2025-11-23",
    "prevStart": "2025-11-10",
    "prevEnd": "2025-11-16"
  },
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

range
enum<string>
required

Date range to get dates for

Available options:
all_time,
seven_days,
fourteen_days,
thirty_days,
three_months,
six_months,
week_to_date,
month_to_date,
quarter_to_date,
year_to_date,
last_week,
last_month,
last_quarter,
last_year,
month_on_month,
quarter_on_quarter

Response

200 - application/json
results
object
required
success
boolean
required