Docs/Channel Manager

Channel Manager

Push listings, availability, pricing, and content to Airbnb, Booking.com, VRBO, and Plumguide through a single API. Every write operation syncs bidirectionally — changes you make via API are reflected on the OTA platform.

Example

# All channel endpoints use the same auth header
curl https://api.repull.dev/v1/channels/airbnb/listings \
  -H "Authorization: Bearer sk_test_YOUR_KEY"

# Connect a new channel, then manage listings, pricing, and availability
# See individual channel pages for detailed examples.
AI