> For the complete documentation index, see [llms.txt](https://docs.api.intratool.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.api.intratool.de/introduction/general.md).

# General

## Base URL & Tenant

The intratool API is tenant-based. Each organization has its own unique system identified by a subdomain (the `{tenant}`).

All API requests must be directed to your specific instance URL:

`https://{tenant}.intratool.de`

### How to use

Replace `{tenant}` with your organization's identifier. For example, if your intratool instance is accessible via `my-company.intratool.de`, your base URL for API requests is `https://my-company.intratool.de`.

## Request Requirements

Please ensure to always send an `Accept` header with the value `application/json`. This will prevent our backend to return HTML views where you don't want to receive them.

> **Note:** Certain requests are restricted to users with administrative permissions. These endpoints are highlighted throughout the documentation.
