Categories
List categories
Resources
- Tenancies
- Leases
- Bills
- Pending bills
- Payments
- Payouts
- Recurring bill items
- One time bill items
- Transactions
- Products
- Contacts
- Rent adjustment
- Categories
Categories
List categories
GET
/
categories
curl --request GET \
--url https://api.helloproper.com/categories \
--header 'Authorization: <api-key>'
{
"categories": [
{
"id": "<string>",
"name": "<string>",
"type": "<string>"
}
]
}
Request
This request supports pagination.
Response
curl --request GET \
--url https://api.helloproper.com/categories \
--header 'Authorization: <api-key>'
{
"categories": [
{
"id": "<string>",
"name": "<string>",
"type": "<string>"
}
]
}