> ## Documentation Index
> Fetch the complete documentation index at: https://nango-scrips-ref.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Teamtailor

API configuration: [`teamtailor`](https://nango.dev/providers.yaml)

## Features

| Features                                                             | Status                         |
| -------------------------------------------------------------------- | ------------------------------ |
| [Auth (Basic)](/integrate/guides/authorize-an-api)                   | ✅                              |
| [Sync data](/integrate/guides/sync-data-from-an-api)                 | ✅                              |
| [Perform workflows](/integrate/guides/perform-workflows-with-an-api) | ✅                              |
| [Proxy requests](/integrate/guides/proxy-requests-to-an-api)         | ✅                              |
| [Receive webhooks](/integrate/guides/receive-webhooks-from-an-api)   | 🚫 (time to contribute: \<48h) |

<Tip>We can implement missing features in \<48h, just ask for it in the [community](https://nango.dev/slack).</Tip>

## Getting started

* [Generate an API key in your Teamtailor account](https://app.teamtailor.com/app/settings/integrations/api_keys)
* [Teamtailor API docs](https://docs.teamtailor.com)
* [Authentication and API key scopes](https://docs.teamtailor.com/#authentication)
* [API rate limits](https://docs.teamtailor.com/#rate-limit)
* [API versioning](https://docs.teamtailor.com/#versioning)

<Tip>Need help getting started? Get help in the [community](https://nango.dev/slack).</Tip>

## API gotchas

* Teamtailor uses API\_KEY auth mode with Authorization: Token token=`api_key` in the request header to access different endpoints.
* The rate limit allows for a maximum of 50 requests per 10 seconds.
* All API calls must have `X-Api-Version` as a header to resolve API versions.
* Teamtailor uses different domain extensions for different regions, i.e `na` for US West(Oregon) Hosted Customers. For EU(Ireland) based clients, add `api` as your extension but for US West(Oregon) based customers add `api.na` as your extension.

<Note>Add Getting Started links and Gotchas by [editing this page](https://github.com/nangohq/nango/tree/master/docs-v2/integrations/all/teamtailor.mdx)</Note>
