Pre-Configured APIs
Teamtailor
API configuration: teamtailor
Features
Features | Status |
---|---|
Auth (Basic) | ✅ |
Sync data | ✅ |
Perform workflows | ✅ |
Proxy requests | ✅ |
Receive webhooks | 🚫 (time to contribute: <48h) |
We can implement missing features in <48h, just ask for it in the community.
Getting started
- Generate an API key in your Teamtailor account
- Teamtailor API docs
- Authentication and API key scopes
- API rate limits
- API versioning
Need help getting started? Get help in the community.
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, addapi
as your extension but for US West(Oregon) based customers addapi.na
as your extension.
Add Getting Started links and Gotchas by editing this page
Was this page helpful?