> 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/authorization.md).

# Authorization

The intratool API routes are protected by the OAuth2 protocol. To get access to API data, users need to authorize with an [Authorization Token](/introduction/authorization/get-token.md) which is granted by the customer's system.

Each user on intratool can have multiple clients and tokens associated. **Authorization tokens** will only grant access to the components and data the granting user is permitted to use.

## Topics

* [**Authorize**](/introduction/authorization/authorize.md): How to use the token in your requests.
* [**Get a Token**](/introduction/authorization/get-token.md): How to obtain a personal access token.
* [**Third-Party Login**](/introduction/authorization/third-party-login.md): Authenticating users for 3rd party apps.
