curl --request GET \
--url https://api.helloproper.com/payments \
--header 'Authorization: <api-key>'
{
"payments": [
{
"id": "<string>",
"paymentDate": "<string>",
"net": {
"currency": "<string>",
"amount": 123
},
"fees": {
"currency": "<string>",
"amount": 123
},
"gross": {
"currency": "<string>",
"amount": 123
},
"payoutId": "<string>",
"leaseId": "<string>"
}
]
}
curl --request GET \
--url https://api.helloproper.com/payments \
--header 'Authorization: <api-key>'
{
"payments": [
{
"id": "<string>",
"paymentDate": "<string>",
"net": {
"currency": "<string>",
"amount": 123
},
"fees": {
"currency": "<string>",
"amount": 123
},
"gross": {
"currency": "<string>",
"amount": 123
},
"payoutId": "<string>",
"leaseId": "<string>"
}
]
}
Show child attributes