CASY API

Hotel Reservation & Management API

Notice: This API is for authorized users only. All usage is monitored and logged. Unauthorized access attempts will be investigated.

Overview

Welcome to the CASY API documentation. This RESTful API provides access to hotel reservations, guest information, and property management data.

Base URL

https://onlinebuchungen.ch/v1

Current Version

/v1

Response Format

application/json

Rate Limiting

10 requests/minute (default)

Authentication

All API requests require a valid bearer token. Include your token in the Authorization header:

Authorization: Bearer your-token-here

How to Get a Token

To request API access and obtain authentication tokens, please contact:
support@casy.ch

Token permissions are configured per client and may include:

Rate Limiting

API requests are rate-limited to ensure service stability:

{
  "error": "rate_limited",
  "window_seconds": 60,
  "limit": 10
}

Quick Start

1. Get Your Token

Contact support@casy.ch to request API access

2. Test Connection

Go to the Endpoints section to use the interactive Health Check Tester

3. Explore Endpoints

Head to the Endpoints section to see all available API routes and test your access

4. Understand Data Formats

Check Data Format for field types, date formats, and response structures

5. Handle Errors

Review Error Codes for troubleshooting guidance