Assessment API(v1) and Offers API(v1) - Endpoints sunset
March 12th, 2025
Description
Assessment API(v1) endpoints, that were officially sunset on June 10th 2024, are removed. This API was replaced by the Assessment API(2021).
Removed endpoints:
GET https://api.smartrecruiters.com/v1/assessments
POST https://api.smartrecruiters.com/v1/assessments
POST https://api.smartrecruiters.com/v1/assessments/{assessmentOrderId}/reject
POST https://api.smartrecruiters.com/v1/assessments/{assessmentOrderId}/complete
POST https://api.smartrecruiters.com/v1/assessments/{assessmentOrderId}/accept
GET https://api.smartrecruiters.com/v1/assessments/{assessmentOrderId}
GET https://api.smartrecruiters.com/v1/assessments/{assessmentOrderId}/comments
POST https://api.smartrecruiters.com/v1/assessments/{assessmentOrderId}/comments
GET https://api.smartrecruiters.com/v1/assessments/{assessmentOrderId}/comments/{commentId}
Related Offers API(v1) endpoints are also removed:
POST https://api.smartrecruiters.com/v1/offers
GET https://api.smartrecruiters.com/v1/offers/{offerId}
POST https://api.smartrecruiters.com/v1/offers/{offerId}
POST https://api.smartrecruiters.com/v1/offers/{offerId}/withdraw
POST https://api.smartrecruiters.com/v1/offers/{offerId}/submit
with the exception of GET https://api.smartrecruiters.com/v1/offers
, which is not removed.
Impact
This change is not backward-compatible.
All customers using the Assessment API(v1) and Offers API (v1) no longer have access to these APIs.
All integrations still using these APIs are affected.