Added
Recruiting API is Generally Available
about 1 hour ago by Public API Support
We have removed the beta flag from the Recruiting API. The following endpoints are now generally available:
GET /v2/recruiting/applications
GET /v2/recruiting/applications/{id}
GET /v2/recruiting/applications/{id}/stage-transitions
GET /v2/recruiting/candidates
GET /v2/recruiting/candidates/{id}
GET /v2/recruiting/jobs
GET /v2/recruiting/jobs/{id}
GET /v2/recruiting/categories
GET /v2/recruiting/categories/{id}
As a result of this change:
The Beta request header is no longer required for these endpoints.
Response behavior, filtering, sorting, and pagination remain the same as before.

