Get aggregated earnings summary for a creator

Returns pre-aggregated earnings metrics for the specified creator, including all-time totals, month-over-month comparisons, source/type breakdowns, chart series, and averages. <Info>Scopes required: `read:creator`, `read:insights`</Info>

Authentication

AuthorizationBearer

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

Path parameters

creatorUserUuidstringRequiredformat: "uuid"

Headers

X-Fanvue-API-VersionstringRequiredDefaults to 2025-06-26
API version to use for the request

Query parameters

startDatestringOptionalformat: "date-time"

Start date as ISO 8601 datetime string with optional timezone offset (e.g., 2024-10-20T00:00:00+01:00 or 2024-10-20T00:00:00Z).

endDatestringOptionalformat: "date-time"

End date as ISO 8601 datetime string with optional timezone offset (e.g., 2024-10-25T00:00:00+01:00 or 2024-10-25T00:00:00Z). Non-inclusive - data before this date is included.

granularityenumOptionalDefaults to day

Aggregation granularity for the over-time chart

Allowed values:
timezonestringOptionalDefaults to UTC

IANA timezone used for period grouping and month boundaries (e.g., Europe/London, America/New_York)

Response

Creator aggregated earnings summary
totalsobject
breakdownBySourceobject
earningsByTypeobject
overTimelist of objects
averageByDayOfWeekobject

Average gross earnings by ISO day-of-week (1=Monday, 7=Sunday)

averageByHourOfDaymap from strings to doubles

Average gross earnings by hour-of-day in the selected timezone (0-23)

periodobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
410
Gone Error