cURL
curl --request GET \ --url https://api.agentpowers.ai/v1/sellers/revenue \ --header 'Authorization: Bearer <token>'
{ "days": [ { "date": "<string>", "total_cents": 123 } ], "total_cents": 123, "period_days": 123 }
Daily revenue timeseries for the past N days.
Provide a Clerk JWT or a long-lived CLI token (prefix ap_cli_). Pass as Authorization: Bearer <token>.
ap_cli_
Authorization: Bearer <token>
1 <= x <= 365
Successful Response
Show child attributes
Was this page helpful?