cURL
curl --request GET \ --url https://api.agentpowers.ai/v1/sellers/activity \ --header 'Authorization: Bearer <token>'
{ "items": [ { "type": "<string>", "slug": "<string>", "created_at": "<string>", "title": "<string>", "amount_cents": 123, "actor_name": "<string>" } ], "total": 123 }
Activity feed combining installs and purchases for 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?