
DOTW Hotel API Integration via Vervotech
DOTW is a B2B bedbank and hotel wholesaler headquartered in United States Of America. It contracts directly with hotels and resells inventory through XML and REST APIs to OTAs, tour operators, and travel agencies. Vervotech maps the DOTW catalog to canonical hotel IDs so every property a customer pulls from DOTW aligns 1:1 with the same property served by peer bedbanks and direct suppliers.
Integration snapshot
- Supplier
- DOTW
- Type
- Bedbank or wholesaler
- Origin country
- United States Of America
- Region
- Americas
- Coverage tier
- Expanding coverage
- Canonical mapping
- Vervotech hotel + room IDs
- Schema unification
- Names, addresses, geocodes, amenities, room types, board types
- Delivery
- REST API, offline file sync, on-demand match
What Vervotech does for DOTW
- Canonical hotel IDs. Each DOTW property resolves to a single Vervotech hotel ID shared with every other connected supplier.
- Room-level mapping. Identical room types from DOTW collapse with peer suppliers' equivalents into a canonical room ID, so you can shop rates without duplicate inventory.
- Continuous refresh. Static and dynamic DOTW content is pulled on a recurring cycle, so newly contracted properties enter the mapped catalog without engineering work.
- One REST endpoint. Call DOTW content through the same Vervotech endpoint that serves the rest of your supplier mix.
- Bedbank deduplication. Where DOTW overlaps with peer bedbanks on the same property, Vervotech keeps a single canonical record and exposes both rate options under one listing.
How the DOTW integration works
- Ingest. Vervotech pulls the DOTW hotel content feed on a continuous refresh cycle. Both static (hotel attributes) and structural (room and board types) data are captured.
- Normalize. DOTW's schema is mapped to a canonical Vervotech model. Currency, language, geocoding, and amenity vocabularies are standardized.
- Resolve. Every DOTW property is matched to a canonical Vervotech hotel ID using deterministic rules (address, geocode, name) and ML scoring trained on 3M+ properties.
- Deduplicate rooms. Equivalent room types from DOTW are collapsed with peer supplier rooms into a canonical room ID.
- Expose. DOTW content is reachable through one Vervotech REST endpoint, mixed with the rest of your supplier inventory.
DOTW in depth
Destinations of the World, better known as DOTW, is a Dubai-headquartered hotel wholesaler and B2B distributor. The DOTWconnect API distributes contracted hotel rates and static content over an XML interface, with particularly deep coverage in the Middle East, North Africa, and increasingly Asia and Europe. DOTW is now part of the WebBeds group but continues to operate its own API and inventory streams.
Vervotech consumes the DOTWconnect API on the same footing as 400+ other hotel suppliers. You call one Vervotech REST endpoint. We handle the DOTW XML envelope, the pinCode + username + password authentication, and the getRooms/getRates filtering. Your rooms and rates come back with canonical Vervotech hotel IDs, so a DOTW property is instantly comparable to the same hotel from Hotelbeds, Expedia Rapid, WebBeds, or any other supplier in your stack.
DOTWconnect API endpoints, mapped through Vervotech
The DOTWconnect API exposes a hotel search-book-cancel funnel over XML, plus a set of reference methods. Vervotech reads every one of them and returns the merged result through a single REST call, so you never touch the DOTW XML envelope directly.
| Endpoint | What it does |
|---|---|
Hotel search (getHotels) | Live availability by city, hotel code, dates, and occupancy. Vervotech returns DOTW rates side by side with peer suppliers on the same canonical hotel ID. |
getRooms detail | Room-level filtering and rate breakdown. Vervotech normalizes DOTW's room descriptors to canonical Vervotech room IDs. |
Book request | Places the reservation with guest info. Vervotech proxies with the DOTW session and returns the DOTW booking id plus a canonical Vervotech booking ID. |
Booking cancellation | Cancels a confirmed booking. Vervotech maps DOTW cancellation policies to our canonical rate-rule schema so your UI stays consistent. |
Booking retrieval | Full itinerary retrieval by DOTW booking id. Vervotech surfaces confirmation numbers, room details, and status via one canonical call. |
Static content (hotel descriptions, images, amenities) | Property catalog and rich content. Vervotech runs the DOTW static-content sync on a scheduled refresh cycle. |
Destination and city reference | Country, city, and destination hierarchy from DOTW. Vervotech unifies these with 3M+ properties from every other supplier. |
How you connect DOTW through Vervotech in 5 steps
- Step 1. Sign up for Vervotech. Create a Vervotech account and grab your REST API key. 7-day free trial, no credit card.
- Step 2. Enable DOTW in your dashboard. Toggle DOTW on. Plug your DOTWconnect credentials (username, password, pinCode) into the Vervotech dashboard. Vervotech can help route the DOTW partnership request if you do not have credentials yet.
- Step 3. Sync property IDs. Vervotech maps every DOTW hotel code to a canonical Vervotech hotel_id. You get a CSV or an API endpoint to reconcile your existing IDs with ours.
- Step 4. Call the unified shopping endpoint. One HTTPS POST returns rates from DOTW, Hotelbeds, Expedia Rapid, and every other supplier you have enabled. Compare margins per room across suppliers in a single JSON response.
- Step 5. Book via the Vervotech booking API. Pass the room token. Vervotech follows the DOTW search-book chain on your behalf and returns the booking reference plus cancellation and modification links on the canonical booking record.
DOTW API access and eligibility
DOTW API access is granted through the DOTW commercial team following a distribution agreement. Since DOTW joined the WebBeds group, some new integrations are routed through the WebBeds sales pathway; existing DOTWconnect contracts continue to be served. Vervotech-mapped customers keep their DOTW credentials and continue their commercial relationship with DOTW; Vervotech is the technical integration layer.
Direct DOTWconnect vs DOTW via Vervotech
| Concern | Direct integration | Through Vervotech |
|---|---|---|
| Suppliers reachable | DOTW only | DOTW + 400+ others through one endpoint |
| Auth | DOTW username + password + pinCode, XML envelope on every call | One Vervotech API key, we handle DOTW auth and XML |
| Content sync | Self-managed catalog refresh, XML parsing | Handled by Vervotech, exposed as canonical hotel objects |
| Booking funnel | getHotels -> getRooms -> book -> cancel, self-tracked session | One Vervotech booking call |
| Cross-supplier price shop | Not possible from DOTW alone | Direct, on shared canonical hotel + room IDs |
| Regional strength | Strong in MENA, Asia, expanding Europe | Same, plus every other supplier's regional strength blended in |
Example DOTW response via Vervotech
Vervotech returns DOTW properties enriched with canonical IDs that match the same property as served by peer suppliers.
GET /v3/hotels?supplier=dotw&country=un
Authorization: Bearer YOUR_VERVOTECH_KEY
200 OK
{
"supplier": "DOTW",
"hotels": [
{
"vervotech_id": "vt_8f3a91...",
"dotw_id": "SUP_REF_12345",
"name": "Example Hotel DOT",
"address": "...",
"geo": { "lat": ..., "lng": ... },
"rooms": [ { "vervotech_room_id": "vrm_...", "dotw_room_id": "RM_77" } ]
}
]
}
Schema is illustrative. See the Hotel Mapping API documentation for the full spec.
Vervotech-mapped DOTW vs direct DOTW integration
| Direct DOTW | DOTW via Vervotech | |
|---|---|---|
| Integration effort | Per-supplier XML or REST mapping, schema work, ID reconciliation | One REST endpoint shared with 152+ other suppliers |
| Canonical IDs | DOTW-specific IDs, no peer alignment | Vervotech hotel + room IDs shared across every supplier |
| Deduplication with peer suppliers | Build it yourself | Built in, with confidence scores |
| Rate shopping across suppliers | Requires custom matching layer | Direct, properties share canonical IDs |
| Mapping accuracy | Self-managed | 99.998% on 3M+ properties, continuously monitored |
| Time to first integrated query | Weeks to months | Same day via free trial |
Typical DOTW use cases
- OTAs and metasearch: blend DOTW rates with peer suppliers behind a single property listing, with no duplicates and no schema drift.
- Travel agencies and TMCs: route bookings to DOTW when its rate wins, fall back to alternates when it does not, all under one mapped catalog.
- Corporate travel: normalize DOTW content into one travel-policy view across regions and brands.
- Post-booking margin capture: watch DOTW and peer rates after the original booking and rebook automatically via Vervotech Profit Maximizer when a cheaper rate appears.
Related Vervotech capabilities
Frequently asked questions
What is DOTW?
- DOTW is a bedbank or wholesaler based in United States Of America that distributes hotel inventory. Vervotech maps the DOTW catalog to canonical hotel IDs so it can be queried through the same API as 152+ other suppliers.
How does Vervotech integrate DOTW?
- Vervotech ingests the DOTW feed on a continuous refresh cycle, normalizes its schema (hotel attributes, room types, geographic data) to a canonical model, and resolves every property to a Vervotech hotel ID. Customers call one REST endpoint and receive DOTW content alongside every other connected supplier.
What DOTW data is mapped?
- Static content (hotel names, addresses, geocodes, amenities, images, descriptions) and structural data (room types, board types, occupancy rules) are mapped to canonical Vervotech IDs. Dynamic data (rates, availability) is passed through with canonical ID enrichment so customers can rate-shop DOTW against peers.
Can I rate-shop DOTW against other suppliers?
- Yes. Because DOTW properties share canonical hotel and room IDs with the rest of the Vervotech network, rates from DOTW are directly comparable with peer suppliers under the same property listing. Profit Maximizer can also automatically rebook to a better source after the original booking if the price drops.
What is the DOTW coverage tier on Vervotech?
- DOTW is currently in the expanding coverage tier on Vervotech's mapping pipeline. Coverage is monitored continuously and re-computed as DOTW publishes new inventory or schema changes.
How long does it take to go live with DOTW through Vervotech?
- Customers with a Vervotech account can start querying DOTW content immediately, no separate DOTW integration project required. The 7-day free trial gives access to DOTW content alongside the rest of the supplier network from day one.
What does DOTW integration cost?
- Vervotech Hotel Mapping starts at $499 a month and includes the full supplier network. Bundle packages discount up to 50% when you connect multiple suppliers. There are no per-supplier integration fees on top of the subscription.
Is DOTW the same as WebBeds now?
- DOTW joined the WebBeds group in 2019 and continues to operate as a distinct hotel-wholesale brand with its own DOTWconnect API. The two APIs remain separate integrations, and Vervotech supports both.
What regions is DOTW strongest in?
- DOTW has particularly deep coverage in the Middle East and North Africa (originating in Dubai), plus strong Asian and expanding European inventory. Combining DOTW with peer suppliers through Vervotech gives full global reach with regional depth in these areas.
Does the DOTWconnect API return JSON or XML?
- The DOTWconnect API is XML-based. Vervotech reads DOTW XML server-side and returns canonical JSON through its own REST endpoint, so you never write DOTW XML parsing code.
Can I rate-shop DOTW against WebBeds through Vervotech?
- Yes. Because both DOTW and WebBeds properties share canonical hotel and room IDs on Vervotech, you can directly compare their rates on the same property listing, even though they are related commercially.
How does Vervotech handle DOTW cancellation policies?
- Vervotech reads DOTW's XML cancellation rules and normalizes them to a canonical rate-rule schema shared with every other supplier, so your UI can render deadlines and penalties consistently.
Official DOTW documentation and mentions
Start with DOTW today
Call DOTW inventory through one mapped endpoint, alongside 152+ other suppliers, in under a day.
Product Tour Explore all suppliers