action reverb_get_my_payouts { label: "Get a list of payouts" description: "Get a list of payouts" provider: reverb method: GET path: "/my/payouts" encoding: json output: { type: "object" additionalProperties: true } }