All Collections
Account settings
Use our Teamtailor API
Use our Teamtailor API

What is the Teamtailor API and how can you work with it?

Laura-Linnea avatar
Written by Laura-Linnea
Updated over a week ago

Using our API requires prior knowledge/experience in APIs and how to work with one. This article explains what the Teamtailor API is and how to get started.

What is the Teamtailor API and what does it do?

Our Teamtailor open API is following the JSON API Specification and it can be used to import, edit and export information from/to one's Teamtailor account. This could be anything from fetching a list of jobs, update a job, update a user - to even create a user.

Getting started

In order to be able to use our API an API key needs to be generated in Settings→API keys on your Teamtailor account. Note that this page is only accessible for users with Company Admin access.

To create your first API key, head over to Settings -> API keys -> Create your first API key. Here you can create new keys as well as delete existing ones, however it is not possible to edit a key once it's been created.

There are three different types of keys, with different permissions and scopes. These are all explained in our documentation here, and are as follow:

Permissions:

  • Public - access all public data available on career site

  • Internal - public + internal data like unlisted/internal jobs, departments, locations

  • Admin - access to everything on an account

Types:

  • Read - only fetch information and ‘read’ it

  • Write - only create new information

  • Read/Write - can do both

💡 Use case example:

If eg. fetching a list of jobs via our AP and you only want to fetch a list of published jobs, it's good to use a Public Read key as that gives you access to public data on the career site, like published jobs. Should you instead wish to be able to fetch a list of all locations, public or not - you'd need to have a key with at least Internal Read permissions.

Some data is very restricted due to security reasons (eg. candidates' information/data) and can only be accessed using a key with an Admin scope/permission. If that's the case, this is always stated in the API documentation.

Support

With all available endpoints in our documentation, everything that is required for an action should be included in the documentation with examples that can be tested with if needed.

Should you have any general questions about the API documentation, feel free to reach out to our support at support@teamtailor.com but please note that we don’t offer API implementation support.

If something is not listed in the documentation it is most likely not available for implementation. Custom scripts or further integrations can be combined with the requests available in our public API scripts, however how to go about it is entirely up to the client.

Did this answer your question?