# Vacancy API This API will allow you to configure and read vacancies with all their internal features. Version: 2.0 License: Propietary software ## Servers Development Server ``` https://k8s-exp-api-dev.hunty.cloud/v2/vacancies ``` Production Server ``` https://k8s-exp-api-stg.hunty.cloud/v2/vacancies ``` ## Security ### bearer Type: http Scheme: bearer Bearer Format: JWT ### apiKey Type: apiKey In: header Name: x-auth-api-key ## Download OpenAPI description [Vacancy API](https://hunty.redocly.app/_bundle/apis/vacancy_api/@2.0/index.yaml) ## Vacancy Endpoints for vacancy management and retrieval ### Retrieve a vacancy by id - [GET /{vacancyId}/company/{companyId}](https://hunty.redocly.app/apis/vacancy_api/vacancy/getvacancybyid.md) ### Create a new vacancy - [POST /company/{companyId}](https://hunty.redocly.app/apis/vacancy_api/vacancy/createvacancy.md)