cURL
curl --request GET \ --url https://api.helloproper.com/payouts \ --header 'Authorization: <api-key>'
{ "payouts": [ { "id": "<string>", "payoutReason": "<string>", "payoutDate": "<string>", "net": { "currency": "<string>", "amount": 123 }, "fees": { "currency": "<string>", "amount": 123 }, "gross": { "currency": "<string>", "amount": 123 }, "bankStatement": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.helloproper.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.helloproper.com/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes