> 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

The intratool API is tenant-based. Each organization uses its own intratool instance, identified by the `{tenant}` subdomain.

## Base URL and Tenant

Send every API request to the base URL of the affected intratool instance:

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

**Tenant placeholder**

Replace `{tenant}` with the organization's subdomain. For an instance available at `my-company.intratool.de`, the API base URL is `https://my-company.intratool.de`.

## Request Headers

Send the `Accept: application/json` header with every API request so error and validation responses use JSON instead of HTML.

{% hint style="info" %}
Administration-only endpoints are identified in the affected API reference sections.
{% endhint %}
