Get a position via a career page
Authentication
AuthorizationBearer
API key created in company settings, sent as Authorization: Bearer <key>.
Path parameters
id
The career page’s ID (its referral link ID, as returned by GET /career-pages).
positionId
The position ID.
Response
Full position detail (same fields as GET /positions/{id}) with this career page’s link fields flattened in, instead of the sharingLinks/careerPagesLinks arrays.
data
A position via one careers page. enableApplication/enableVouch reflect any per-careers-page override for this position, so they can differ from GET /positions/{id}.
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error