Skip to content
Ecosystem

Connected to every tool you use

Channel Manager, OTAs, accounting, payments, messaging: Heroes PMS plugs into your existing stack via an open API and native connectors.

Native connector

Aiosell — 200+ OTAs synced in real time

Our native Aiosell integration pushes inventory and rates in under a minute to every major channel. Bookings flow down into your planning automatically.

  • Push inventory / rates / restrictions
  • Pull reservations within 60 seconds
  • HMAC-signed webhooks for security
  • Smart OTA ↔ room-type mapping
Booking.com
Agoda
Expedia
cTrip
Airbnb
HostelWorld
Google
+200 channels
Catalog

The full ecosystem, one platform

Channel Manager & OTAs

Aiosell Booking.com Airbnb Vrbo Expedia Hotelbeds HostelWorld Agoda Tripadvisor

Payments

Stripe SumUp PayPal Pennylane Cash Wire Cheque

Messaging

WhatsApp Telegram Email SMTP SES

Accounting

Pennylane Sage Cegid Excel Quickbooks

Identity & security

Google SSO Apple SSO 2FA TOTP IP Allowlist

AI & automation

Claude API OpenAI GPT custom Zapier
For developers

A public, documented, signed REST API

Build your own integrations: pull reservations, create data sources for your BI, plug in your smart lock. Bearer-token authentication, HMAC-signed webhooks.

Documented REST endpoints
Signed webhooks (HMAC SHA-256)
Rate-limiting 1000 req/min
Semantic versioning
api.heroespms.com
curl -X GET https://api.heroespms.com/v1/reservations \
  -H "Authorization: Bearer hkp_live_…" \
  -H "Accept: application/json"

# Response
{
  "data": [
    {
      "id": "r_8a3f",
      "guest": "Sophie Martin",
      "check_in": "2026-06-12",
      "check_out": "2026-06-15",
      "channel": "booking",
      "status": "confirmed"
    }
  ],
  "meta": { "total": 42 }
}

Missing an integration?

Our team can build a custom connector for Enterprise accounts.