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 templates
GET templates/{id}
POST templates
PUT 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}/search
GET 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/templates
GET interview/templates/{id}
POST interview/templates
PUT 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}