Overview

The Intrepid Product and Availability Feeds allow retailers of Intrepid products to retrieve an Intrepid brand’s trips, their current availability and prices and related trip notes and detailed itinerary information.

The following Intrepid brands are supported in these feeds:

  • Intrepid Travel (Intrepid)

Brand

Request to the feed services must contain a brand identifier in order to return all or specific products. The current brands supported in the feeds are:

Intrepid Brand
Brand Identifier
Intrepid Travel
Intrepid

Versioning

Requests to the feed services can optionally contain a version number. If a version number is provided, the requester is guaranteed the schema of the XML returned will not change. Omission of the version number will result in the retrieval of the latest version of the requested feed. It should be noted that omitting the version number means the requesting process may be vulnerable to breaking changes.

Current versions are:

Feed
Version number
Product
11
Availability
6
Itinerary
3
Trip Note
3

Headers (Optional)

Currently supported headers and what they do:

Header
Supported Value/s
Description
Accept
application/json
application/xml
Controls the format of the response body. Use application/json to receive the feed as JSON or application/xml to receive it as XML. Defaults to XML if omitted.
Accept-Encoding
gzip
Requests a gzip-compressed response. When supplied, the response body is compressed and the Content-Encoding: gzip response header is set. Recommended for large feeds to reduce transfer size and improve download speed.
X-Minify
true
Requests a minified response with all insignificant whitespace removed. Applies to both XML and JSON formats. Can be combined with Accept-Encoding: gzip for maximum payload reduction.