cURL
curl --request GET \ --url https://api.agentpowers.ai/v1/sellers/payouts \ --header 'Authorization: Bearer <token>'
[ { "payout_id": "<string>", "amount_cents": 123, "currency": "<string>", "status": "<string>", "period_start": "<string>", "period_end": "<string>", "paid_at": "<string>" } ]
List payout history for the current seller via Stripe Connect.
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
Was this page helpful?