Skip to main content
GET
/
revenue-reporting
/
fleets
/
{fleetID}
/
datapoints
Get aggregated revenue data points for a fleet
curl --request GET \
  --url https://api.trlyr.com/revenue-reporting/fleets/{fleetID}/datapoints \
  --header 'Authorization: <authorization>'
{
  "data": {}
}

Headers

Authorization
string
default:Bearer <access token value>
required

Access token

Path Parameters

fleetID
string<uuid>
required

Fleet ID

Query Parameters

start
string
required

Interval start (RFC3339)

end
string
required

Interval end (RFC3339)

datapoints
string

Comma-separated category names; omit for all. See Data point categories in the API overview.

Response

OK

data
object
Last modified on June 30, 2026