List branch listings
**Page through all live listings PropertyPal currently holds for a branch.**
Results are sorted most-recently-updated first.
| Parameter | Description |
| --- | --- |
| `id` | Branch identifier (required). |
| `page` | Zero-based page index. Default `0`. |
| `size` | Page size. Default `20`, capped at `100`. |
### Response
- **`200 OK`** — body is `PropertyAction` with `data` as an array of property records. Empty array when the branch has no live listings.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
id
page
size
Response
200 — Listings returned
meta
data
Errors
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
502
Bad Gateway Error
503
Service Unavailable Error

