Developer portal

Making requests

Base URL of all API web services are:

  • Production - https://api.londontheatredirect.com/rest/v2
  • Sandbox - https://api-sandbox.londontheatredirect.com/rest/v2

All provided services reside within these URLs.

Described methods are provided with fully qualified URLs that is used to call a specified method. Services come in logical order that reflects common use – getting information regarding events and tickets, booking tickets and managing your basket.

Communication

All communication is typically done using common REST standards.

Request headers

You must use following request headers:

Api-Key: [YOUR API KEY]
Content-Type: application/json