curl --request GET \
--url https://app.plugchoice.com/api/v3/teams/{team}/billing/reimbursement/payouts \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"period_start": "<string>",
"period_end": "<string>",
"amount": 123,
"currency": "<string>",
"status": "<string>",
"status_label": "<string>",
"paid_at": "<string>",
"error_message": "<string>"
}curl --request GET \
--url https://app.plugchoice.com/api/v3/teams/{team}/billing/reimbursement/payouts \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"period_start": "<string>",
"period_end": "<string>",
"amount": 123,
"currency": "<string>",
"status": "<string>",
"status_label": "<string>",
"paid_at": "<string>",
"error_message": "<string>"
}Returns a paginated list of reimbursement payouts for a team.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
pending, processing, succeeded, or failed.null if not yet paid.null.