URL Format

Full feed

The URL for accessing the full feed will be in the following format:

https://api.peakadventuretravel.com/Feed/FeedService.svc/<FeedType>/<Brand>/<Version>/<APIKey>
Component
Description
Required?
Possible values
Default value
Example value
FeedType
The kind of data being requested
Mandatory
Product
Availability
Itinerary
TripNote
Product
Brand
The Intrepid brand for which you request the feed
Mandatory
Intrepid
Peregrine
Intrepid
Version
The version number of the feed being requested
Optional
1
2
3
4
5
6
7
8
9
10
The latest version of the requested feed
1
APIKey (replacing UserToken)
The API Key assigned to you. This authenticates you and provides access to the data for which you are authorized
Mandatory
269E38DC-8G7B-5C82-B7FE-056EDDB5E729

Request by product code

You can request a subset of the data for one product code by adding the URL component “Individual” after the feed type, and appending the product code to the URL. For example:

https://api.peakadventuretravel.com/Feed/FeedService.svc/<FeedType>/Individual/<Brand>/<Version>/<APIKey>/<ProductCode>

URL Examples

Please note these examples will not work as the APIKey is invalid. These examples are specific to the brand Intrepid Travel. To use these examples for our other brands please replace Intrepid with the relevant brand identifier.

Click here for the list of supported brands https://api.peakadventuretravel.com/Feed/FeedService.svc/<FeedType>/Individual/<Brand>/<Version>/<APIKey>/<ProductCode>

Product

All Products

https://api.peakadventuretravel.com/Feed/FeedService.svc/product/Intrepid/269E38DC-8G7B-5C82-B7FE-056EDDB5E729

Individual Product

https://api.peakadventuretravel.com/Feed/FeedService.svc/product/Individual/Intrepid/269E38DC-8G7B-5C82-B7FE-056EDDB5E729/ttsk

Availability

All Products

https://api.peakadventuretravel.com/Feed/FeedService.svc/availability/Intrepid/269E38DC-8G7B-5C82-B7FE-056EDDB5E729

Individual Product

https://api.peakadventuretravel.com/Feed/FeedService.svc/availability/Individual/Intrepid/269E38DC-8G7B-5C82-B7FE-056EDDB5E729

Trip notes

All Products

https://api.peakadventuretravel.com/Feed/FeedService.svc/tripnote/Intrepid/269E38DC-8G7B-5C82-B7FE-056EDDB5E729

Individual Product

https://api.peakadventuretravel.com/Feed/FeedService.svc/tripnote/Individual/Intrepid/269E38DC-8G7B-5C82-B7FE-056EDDB5E729/ttsk

Itinerary

All Products

https://api.peakadventuretravel.com/Feed/FeedService.svc/itinerary/Intrepid/269E38DC-8G7B-5C82-B7FE-056EDDB5E729

Individual Product

https://api.peakadventuretravel.com/Feed/FeedService.svc/itinerary/Individual/Intrepid/269E38DC-8G7B-5C82-B7FE-056EDDB5E729/ttsk

Authentication and Security

Requests are authenticated by the APIKey component of the URL. An APIKey will be provided to you by your contact at Intrepid.

Secure requests can be made by prefixing the URL with https. In the current version, requests can be made without SSL as the information that constitutes the currently available feeds is not considered sensitive, however we would prefer that you always use SSL. In future, feed requests will only be allowed over an SSL connection.