Get bonus milestone dates
the dates each bonus milestone was crossed for a contract, from daily-snapshot data. Requires the payouts:read scope.
Authorizations
OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.
Path Parameters
The id.
Query Parameters
Comma-separated milestone view counts, e.g. "100000,500000". Required (400 if missing).
"true" for the contract aggregate, "false" for per-video. Required (400 if missing).
true, false Comma-separated post ids; required for the per-video path (isAggregate=false).
Response
The dates each requested bonus milestone was crossed.
The dates each bonus milestone was crossed for a contract, derived from daily-snapshot data. Only one of the two date maps is populated depending on isAggregate.