Bus Search

Method Structure

The Bus Search method provides the list of bus services from the specified source city to the destination city on a specified date.

Service URL (REST) to be used: https://staging.travelxmlapi.com/V3/busservice/busrest/search

Authorization Method

With this method, the sender places a username:password into the request header. The username and password are encoded with Base64, which is an encoding technique that converts the username and password into a set of 64 characters to ensure safe transmission. Here’s an example of a Basic Auth in a request header: Authorization: Basic ABCD*******************