
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
	<meta name="viewport" content="width=device-width,initial-scale=1.0">
	<title>WebHotelier API</title>
	<link rel="stylesheet" href="https://cdn.webhotelier.net/lib/bootstrap@5.3.8/css/bootstrap.min.css">
</head>
<body>

<div class="bg-light text-center py-5 mb-5">
	<img src="https://cdn.webhotelier.net/identity/webhotelier/signature-editable-min.svg" style="max-width:600px" alt="WebHotelier">
</div>

<div class="container">
	<h1>API</h1>

	<p>The WebHotelier API consists of a set of callable HTTPS endpoints.
	To perform an action using the WebHotelier API, you need to send a request to its endpoint specifying a method
	and some arguments, and will receive a formatted response. The arguments, responses and error codes for each
	method are listed on the method's spec page.</p>

	<div class="alert alert-warning">
		<p class="h4">Warning</p>
		<p class="mb-0">All API methods require authorization.</p>
	</div>

	<h2>API Documentation</h3>

	<p>The entire API's documentation is available online. Please visit the following url to get started:</p>
	<p><a class="btn btn-outline-primary" href="https://docs.webhotelier.net/integration-api-start">https://docs.webhotelier.net/integration-api-start</a></p>
</div>
</body>
</html>
