home > support > API > client libraries and wrappers
The TourCMS API is RESTful and XML based, authentication is HTTP headers containing an encrypted signature. Each of the various endpoint pages includes information on the REST URLs, querystring parameters and XML responses. For more detail on the connection process please see the connection page.
If you are writing a new implementation we would suggest using the official PHP or Node libraries as a reference.