Hostaway website screenshot

Hostaway

Hostaway is an AI-powered vacation rental management platform that consolidates property management, channel management, direct booking, guest messaging, automation, and revenue optimization for short-term rental operators. The platform connects to Airbnb, Vrbo, Booking.com, Expedia, Google Vacation Rentals, and Marriott Homes & Villas, and exposes a documented OAuth 2.0 public REST API at https://api.hostaway.com/v1 covering listings, reservations, calendar, messaging, finance, tasks, custom fields, guest payments, and unified webhooks. Pricing is quote-based; a free product demo is available. The Hostaway Marketplace contains 100+ integrated vendors spanning revenue management, operations, smart locks, payments, and accounting.

10 APIs 16 Features
Vacation RentalsShort-Term RentalsProperty ManagementChannel ManagerAirbnbVrboBooking.comExpediaSaaS

APIs

Hostaway Listings API

Manage vacation rental listings — properties, amenities, bed types, images, and custom field values. Each Hostaway listing maps to one or more external channels (Airbnb, Vrbo, B...

Hostaway Reservations API

Create, read, and update reservations across all connected channels. Includes coupons, reservation fees, reservation units, host proxy email handling, and channel-of-origin cont...

Hostaway Calendar API

Read and update the per-listing availability and nightly pricing calendar. Supports per-day retrieval, batch updates across date ranges, and inline reservation context via the i...

Hostaway Messaging API

Unified guest messaging across Airbnb, Vrbo, Booking.com, Expedia, email, SMS, and WhatsApp. Resources include conversations, conversation messages, and reusable message templates.

Hostaway Finance API

Financial operations for vacation rental managers — finance fields, price calculations, expenses and extras, offline charges, and owner statements.

Hostaway Tasks API

Create, assign, and complete operational tasks (cleaning, maintenance, inspection) tied to listings and reservations.

Hostaway Custom Fields API

Define and manage custom fields on listings and reservations, plus retrieve and set custom field values on individual records.

Hostaway Guest Payments API

Manage guest payments and auto-payment rules for reservations.

Hostaway Reference Data API

Reference-data endpoints for cancellation policies (Airbnb, Vrbo, Booking.com, Marriott), countries, currencies, languages, and timezones.

Hostaway Webhooks API

Manage unified webhooks for the three Hostaway event types — reservation created, reservation updated, and new message received. Failed deliveries retry up to three times before...

Collections

Pricing Plans

Hostaway Plans Pricing

2 plans

PLANS

Rate Limits

Hostaway Rate Limits

2 limits

RATE LIMITS

FinOps

Features

Channel manager for Airbnb, Vrbo, Booking.com, Expedia, Google Vacation Rentals, and Marriott Homes & Villas
Unified inbox across email, SMS, WhatsApp, and channel-native messaging
Listing and reservation management with custom fields
Calendar with per-day pricing, minimum stay, batch updates, and inline reservation context
Owner statements, finance fields, expenses & extras, offline charges
Price calculation engine with coupons and per-channel fee modeling
Automation rules and tasks (cleaning, maintenance, inspection)
Direct booking website
Guest payments and auto-payment rules
Marketplace with 100+ integrated vendors (Pricelabs, Wheelhouse, Beyond, Breezeway, Turno, Operto, RemoteLock, QuickBooks, Stripe, etc.)
Unified webhooks for reservation created, reservation updated, and new message received
Reference data for cancellation policies (Airbnb, Vrbo, Booking.com, Marriott), countries, currencies, languages, timezones
Public REST API at https://api.hostaway.com/v1 with OAuth 2.0 client_credentials
Documented rate limits — 15 req/10s per IP and 20 req/10s per account
Standard envelope response with status, result, and pagination (limit, offset, count, page, totalPages)
HTTPS-only, JSON request/response, UTC timestamps, ISO 3166-2 country codes, booleans as 0/1

Integrations

Pricelabs, Wheelhouse, Beyond, DPGO — revenue management
Breezeway, Turno, Operto, Doinn — property operations and cleaning
Safely, Autohost, Truvi — guest screening and safety
RemoteLock, August, Yale, Nuki, Schlage — smart locks
Stripe, Braintree, ChargeAutomation, Authorize.net — payments
QuickBooks, Ximplifi, Clearing — accounting
Slack, WhatsApp, Zapier — communication
Lula Cleaning, Keepers, Tidy, Pacho — cleaning and maintenance

Semantic Vocabularies

Hostaway Context

0 classes · 4 properties

JSON-LD

Resources

🌐
Portal
Portal
🔗
Documentation
Documentation
📝
Signup
Signup
🔗
Documentation
Documentation
💰
Pricing
Pricing
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
📰
Blog
Blog
🔗
Marketplace
Marketplace
🔗
Partners
Partners
🔗
About
About
💬
Support
Support
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
🔗
LinkedIn
LinkedIn
🔗
Facebook
Facebook
🔗
Twitter
Twitter
🔗
Instagram
Instagram
👥
YouTube
YouTube
👥
GitHubOrganization
GitHubOrganization
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Hostaway Webhooks API
  version: 1.0.0
request:
  auth:
    type: oauth2
    flow: client_credentials
    accessTokenUrl: https://api.hostaway.com/v1/accessTokens
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Webhooks
    type: folder
  items:
  - info:
      name: Hostaway List Unified Webhooks
      type: http
    http:
      method: GET
      url: https://api.hostaway.com/v1/webhooks/unifiedWebhooks
    docs: Hostaway List Unified Webhooks
  - info:
      name: Hostaway Create Unified Webhook
      type: http
    http:
      method: POST
      url: https://api.hostaway.com/v1/webhooks/unifiedWebhooks
      body:
        type: json
        data: '{}'
    docs: Hostaway Create Unified Webhook
  - info:
      name: Hostaway Get Unified Webhook
      type: http
    http:
      method: GET
      url: https://api.hostaway.com/v1/webhooks/unifiedWebhooks/:webhookId
      params:
      - name: webhookId
        value: ''
        type: path
    docs: Hostaway Get Unified Webhook
  - info:
      name: Hostaway Update Unified Webhook
      type: http
    http:
      method: PUT
      url: https://api.hostaway.com/v1/webhooks/unifiedWebhooks/:webhookId
      params:
      - name: webhookId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Hostaway Update Unified Webhook
  - info:
      name: Hostaway Delete Unified Webhook
      type: http
    http:
      method: DELETE
      url: https://api.hostaway.com/v1/webhooks/unifiedWebhooks/:webhookId
      params:
      - name: webhookId
        value: ''
        type: path
    docs: Hostaway Delete Unified Webhook
bundled: true