Hotel API Specification June 2012 > Hotel Search Example XML
Obtaining a Login Token
The following request can be used to obtain the token that is needed for all other commands in the API:
Note that the username and password must be set to valid values, obtained by contacting Travelfusion offline.
<LoginRequest xmlns="http://www.travelfusion.com/xml/api/simple">
<username>********</username>
<password>********</password>
</LoginRequest>