Creators

Daily series per creator

Daily time series for up to 100 named creators — affiliate GMV, video GMV, videos posted, video views, units sold, and commission. Backs sparklines and per-creator trend comparisons.

Every series is aligned positionally with the days axis and zero-filled, so index i of any array corresponds to days[i]. Creators with no activity in the window appear with all-zero arrays rather than being omitted; handles that don't exist in this shop are listed in unresolved_handles instead.

Defaults to the trailing 28 days. Requires a single shop.

post/creators/trends

Request body

creator_handlesstring[] required

Creator handles to fetch series for. Max 100 per call — this mirrors the internal per-page cap and keeps the response bounded. Handles that don't resolve in this shop are reported in unresolved_handles.

start_datestring date nullable

Window start (inclusive). Omit for a trailing 28-day window ending at end_date.

end_datestring date nullable

Window end (inclusive). Defaults to today.

Response

Successful Response

dataobject required

Keyed by creator handle. Creators with no activity are zero-filled, not omitted.

daysstring[] required

ISO date axis for every series in data.

unresolved_handlesstring[]

Requested handles with no creator record in this shop. Absent from data.

currencystring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.