cURL
curl --request GET \ --url https://api.agentpowers.ai/v1/sellers/revenue/breakdown \ --header 'Authorization: Bearer <token>'
{ "items": [ { "slug": "<string>", "title": "<string>", "sale_count": 123, "total_cents": 123 } ], "total_cents": 123 }
Revenue breakdown per skill for the current seller.
Provide a Clerk JWT or a long-lived CLI token (prefix ap_cli_). Pass as Authorization: Bearer <token>.
ap_cli_
Authorization: Bearer <token>
Successful Response
Show child attributes
Was this page helpful?