Skip to main content
GET
/
v1
/
sellers
/
payouts
List Payouts
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>"
  }
]

Authorizations

Authorization
string
header
required

Provide a Clerk JWT or a long-lived CLI token (prefix ap_cli_). Pass as Authorization: Bearer <token>.

Response

200 - application/json

Successful Response

payout_id
string
required
amount_cents
integer
required
currency
string
required
status
string
required
period_start
string
required
period_end
string
required
paid_at
string | null