
QUICK TIP
Want to create personalised itineraries for your customers? Read the Itinerary Planner Technical Guide and learn how to integrate Itinerary Planner APIs with Visit Singapore Account APIs, allowing your customer to enjoy a more immersive exploration of Singapore.
Itinerary Planner APIs
Method
Description
Method
Description
POST
addParticipants
https://tih-api.stb.gov.sg/service/v1/itineraries/{itineraryUuid}/participants/add
Allows participants to be added to an itinerary.
POST
createItineraries
https://tih-api.stb.gov.sg/service/v1/itineraries
Allows a Visit Singapore Account user to create an itinerary.
DELETE
deleteItineraries
https://tih-api.stb.gov.sg/service/v1/itineraries/{itineraryUuid}
Allows the itinerary owners to delete itineraries.
POST
leaveItineraries
https://tih-api.stb.gov.sg/service/v1/itineraries/{itineraryUuid}/leave
Allows participants to leave an itinerary.
GET
recommendItineraries
https://tih-api.stb.gov.sg/service/v1/itineraries/recommendations
Returns a suggested itinerary based on pre-selected criteria.
POST
removeParticipants
https://tih-api.stb.gov.sg/service/v1/itineraries/{itineraryUuid}/participants/remove
Allows participants to be removed from an itinerary.
PUT
updateItineraries
https://tih-api.stb.gov.sg/service/v1/itineraries/{itineraryUuid}
Allows a Visit Singapore Account user to update an itinerary.
GET
userListItineraries
https://tih-api.stb.gov.sg/service/v1/itineraries
Returns a list of itineraries that are associated with a particular user.
GET
viewItineraries
https://tih-api.stb.gov.sg/service/v1/itineraries/{itineraryUuid}
Allows a Visit Singapore Account user to view an itinerary.