cURL
curl --request GET \ --url https://api.agentpowers.ai/v1/sellers/sales \ --header 'Authorization: Bearer <token>'
{ "items": [ { "sale_id": "<string>", "skill_slug": "<string>", "skill_name": "<string>", "amount_cents": 123, "commission_cents": 123, "net_cents": 123, "currency": "<string>", "status": "<string>", "buyer_display_name": "<string>", "sold_at": "<string>" } ], "total": 123 }
List recent sales for the current seller’s skills.
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 <= 100
Successful Response
Show child attributes
Was this page helpful?