Hostaway API Integration Skill
Overview
Hostaway is the PMS for Seascape Vacations. All property data, reservations, guest messaging, and calendar management flows through Hostaway.
Authentication
- OAuth2 with client_id and client_secret
- Token endpoint: POST https://api.hostaway.com/v1/accessTokens
- Include Bearer token in Authorization header
Key Endpoints
- GET /v1/listings - All managed properties
- GET /v1/reservations - Bookings with filters
- GET /v1/conversations - Guest message threads
- POST /v1/conversations/{id}/messages - Send guest message
- GET /v1/calendars/{listingId} - Availability calendar
- GET /v1/listingFinancials - Revenue and financial data
Integration Patterns
- Guest messaging system trained on 23,000+ historical messages
- Flask approval dashboards for message review
- Automated responses with human-in-the-loop approval
- Calendar sync for availability and pricing