Skip to main content
GET
https://api.helloproper.com
/
leases
/
{leaseId}
/
transactions
List lease transactions
curl --request GET \
  --url https://api.helloproper.com/leases/{leaseId}/transactions \
  --header 'Authorization: <api-key>'
Returns a paginated list of all transactions for a specific lease.

Params

leaseId
string
required
The unique identifier of the lease
limit
integer
default:10
Maximum number of transactions to return (0-100)
startingAfter
string
Cursor for pagination. Pass the id of the last transaction from the previous page to get the next page.

Response

transactions
array