Interview Templates API - Interview Templates
August 22nd, 2025
Description
Updating the Interview Templates API with new endpoints and deprecated the old end points. This API allow to create, update, delete and search for interview and manage job templates.
In interview templates API:
The following endpoints are added to replace the deprecated interview template endpoints:
GET templatesGET templates/{id}POST templatesPUT templates/{id}DELETE templates/{id}GET templates/jobs/{jobId}
The following endpoints are added to replace the deprecated job level interview template endpoints:
GET job-templates/jobs/{jobId}GET job-templates/job-applications/{applicationId}PATCH job-templates/{jobInterviewTemplateId}PUT job-templates/{jobInterviewTemplateId}POST job-templates/jobs/{jobId}/searchGET job-templates/jobs/{jobId}/hiringStages/{hiringStage}PUT job-templates/jobs/{jobId}/hiringStages/{hiringStage}
Impact
The Interview Templates API empowers users to interact with the interview templates, job level templates and interviewers scheduling preferences. The previous end points are deprecated and replaced with new endpoints.
In interview templates API:
The following endpoints are deprecated:
GET interview/templatesGET interview/templates/{id}POST interview/templatesPUT interview/templates/{id}DELETE interview/templates/{id}
The following job level templates endpoints are deprecated:
GET interview/templates/jobs/{jobId}GET interview/templates/job-applications/{applicationId}PATCH interview/templates/job/{jobInterviewTemplateId}PUT interview/templates/job/{jobInterviewTemplateId}