> For the complete documentation index, see [llms.txt](https://developers.tiqets.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.tiqets.dev/basics/openapi.md).

# APIs Reference

The pages below provide a complete and structured overview of our API using the OpenAPI Specification (Swagger 3.x). Here, you'll find all available endpoints, request/response formats, authentication methods, and detailed descriptions of the parameters and data models.

The reference is designed to help developers understand how to integrate with our API quickly and effectively. Whether you're building a new integration or maintaining an existing one, this guide serves as your single source of truth for how our API works.

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td align="center">Content API</td><td><a href="/pages/T3TkuSdpRRV8sWAAtTR3">/pages/T3TkuSdpRRV8sWAAtTR3</a></td><td><a href="/files/jSTEJsqr6OVIoYTyf3hS">/files/jSTEJsqr6OVIoYTyf3hS</a></td></tr><tr><td align="center">Availability API</td><td><a href="/pages/wzWCQrWOPRdRRUeEZ0ov">/pages/wzWCQrWOPRdRRUeEZ0ov</a></td><td><a href="/files/aa5g8N4FtlasmUmzDoKX">/files/aa5g8N4FtlasmUmzDoKX</a></td></tr><tr><td align="center">Booking API</td><td><a href="/pages/4QFzKS2XP19e7zj49PEi">/pages/4QFzKS2XP19e7zj49PEi</a></td><td><a href="/files/pSsA8ZIEWa0bVHHMMpVg">/files/pSsA8ZIEWa0bVHHMMpVg</a></td></tr><tr><td align="center">Notification API</td><td><a href="/pages/ybAK1KOGYuCwki4LrDt1">/pages/ybAK1KOGYuCwki4LrDt1</a></td><td><a href="/files/q3wGCp5HI3ijjOwh4Myp">/files/q3wGCp5HI3ijjOwh4Myp</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developers.tiqets.dev/basics/openapi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
