List payouts
documentedReturn a list of payouts.
GET /v1/payoutsKajabi Payments Payoutsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.kajabi.com/v1/kajabi_payments_payouts?page[number]={{$page}}&filter[site_id]={{$site_id}}&filter[status]={{$status}}&filter[start_date]={{$start_date}}&filter[end_date]={{$end_date}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json"