# Recruitee Documentation ## Guides - [Audit logs](https://docs.recruitee.com/docs/audit-logs.md) - [Webhooks](https://docs.recruitee.com/docs/webhooks.md) - [XML feed example](https://docs.recruitee.com/docs/example-xml-feed.md) - [Feed documentation](https://docs.recruitee.com/docs/feed.md): This documentation describes how Recruitee structures data for publishing job offers on job boards. ## API Reference - [/candidates](https://docs.recruitee.com/reference/candidates-post.md): Manually add candidate to your account. Watch out when testing the endpoint here! It will create a candidate in your company! - [/custom_fields/candidates/:id/fields](https://docs.recruitee.com/reference/custom_fieldscandidatesidfields-post.md): Allows to add profile fields to a candidate with provided ID. - [/departments](https://docs.recruitee.com/reference/departments-get.md): Show company departments. - [Getting Started](https://docs.recruitee.com/reference/getting-started.md): API access to your Recruitee data with most commonly used endpoints. - [/locations](https://docs.recruitee.com/reference/locations.md) - [/offers](https://docs.recruitee.com/reference/offers-get.md): Calling the `/offers` endpoint will return a collection of the company's offers (jobs) - [/offers/:id](https://docs.recruitee.com/reference/offersid-get.md): Show company offer (job or talent pool) with provided ID. - [/offers](https://docs.recruitee.com/reference/offersid-post.md): Create a company offer (job or talent pool). Watch out when testing the endpoint here! It will create new resources! - [/search/new/candidates](https://docs.recruitee.com/reference/searchnewcandidates.md): Calling this endpoint will return a collection of the company's candidates. - [Intro to Careers Site API](https://docs.recruitee.com/reference/intro-to-careers-site-api.md) - [/offers/](https://docs.recruitee.com/reference/offers.md): Returns a collection of published company jobs. Offers can be filtered by department or tag. - [/offers/:offer_slug/candidates](https://docs.recruitee.com/reference/offersoffer_idcandidates.md): Apply for the job offer (create candidate). By default, these fields are required: ```name```, ```phone```, ```email```, ```cv```. However, you can turn off the requirements for all of them (besides ```name``` and ```email```) in the offer's settings for the application form. API also allows answering the job’s questions. You just need to attach a list of answers to the request. - [Quickstart](https://docs.recruitee.com/reference/quickstart.md)