Retrieve Hostaway owner statement detail, including per-reservation financials and summary totals, via the read-only Owner Statements API
domain: api.hostaway.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Authenticate with the existing Hostaway client-credentials token.
List statements with the owner-statements list endpoint to get statement ids and names.
Retrieve full statement detail with the single-statement endpoint, noting its path uses the singular form while the list endpoint uses the plural form.
Parse the statement's filter-parameters field to see which listings, date range, and channels it covers, and its finance-data field for per-reservation financial rows.
Use the statement's summary and grand-total fields for aggregated payout and commission totals to reconcile against owner payouts.
Known gotchas
The single-statement endpoint path is singular while the list endpoint is plural - an easy mismatch to introduce when building the client.
There is no create, update, or delete endpoint for owner statements; they must be generated from the Hostaway dashboard, and the API is read-only for this resource.
The finance-data field can contain a very large number of possible money columns per row - confirm which fields the account's statement template actually populates before hardcoding a schema.
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?