OwnerRez
OwnerRez is vacation-rental and short-term-rental property management software for hosts, owners, and property managers, covering channel management, bookings, guest CRM, quoting, payments, messaging, reviews, and a hosted booking website. The OwnerRez API v2 is a REST/JSON API served under https://api.ownerrez.com/v2 that exposes bookings, properties, listings, guests, inquiries, quotes, reviews, guest messaging, payments and financials, custom fields and tags, owners, and outbound webhook subscriptions. Requests are authenticated with an OAuth 2.0 access token (Authorization Code Grant) or with an API key / Personal Access Token via HTTP Basic auth, and server-to-app events are delivered through outbound webhooks.
APIs
OwnerRez Bookings API
List, retrieve, create, and update bookings - reservations against a property with arrival/departure dates, guest, occupancy, status, and charge totals. Filter by property, arri...
OwnerRez Properties API
Read the rental properties managed in OwnerRez and search them by availability window and occupancy criteria via the PropertySearch endpoint.
OwnerRez Listings API
Read public listing content (titles, headlines, descriptions) for properties and the channel listing sites - such as Airbnb and Vrbo - that properties are published to.
OwnerRez Guests API
Manage guest contact records - list, retrieve, create, update, and delete guests, and remove individual addresses, email addresses, and phone numbers from a guest.
OwnerRez Inquiries API
Read inbound guest inquiries and leads, filtered by property and received time, to feed a lead-management or booking workflow.
OwnerRez Quotes API
Create, read, update, and delete price quotes for a property and date range, and manage the pricing building blocks that drive them - discounts, fees, surcharges, and ad hoc nig...
OwnerRez Reviews API
Read guest reviews collected for stays and properties, including rating, title, body, and reviewer, for reputation and display use cases.
OwnerRez Messages API
Read guest message threads and send outbound messages tied to a booking, for automated and manual guest communication.
OwnerRez Custom Fields and Tags API
Define and apply custom metadata across records - field definitions and their values (Fields/FieldDefinitions) plus tag definitions and their applied tags (Tags/TagDefinitions),...
OwnerRez Payments and Financials API
Read the financial records attached to bookings - payments, security and damage deposits, and refunds - plus the owners those properties belong to and the authenticated user con...
OwnerRez Webhook Subscriptions API
Create, list, retrieve, and delete outbound webhook subscriptions and enumerate the available event categories. OwnerRez POSTs event notifications to your subscribed URL; there ...