API ReferenceRevenue
Revenue metrics
Headline revenue metrics for a project over a window: total revenue, orders, AOV, ARPA (per account), ARPU (per user). Organization-wide; requires owner/admin. Returns total_revenue, orders, aov, arpa, arpu, and currency.
AuthorizationBearer <token>
Organization API Token (prefixed sk_) sent as Authorization: Bearer sk_.... Create one in Settings and grant it scopes. Server-side only.
In: header
Path Parameters
project_idstring
Query Parameters
start_date?string
Inclusive start of the window (ISO-8601). Defaults to 30 days ago.
end_date?string
Inclusive end of the window (ISO-8601). Defaults to now.
Response Body
curl -X GET "https://api.logspot.io/v1/projects/string/revenue/metrics"Empty
Empty
Empty
Empty
Empty