Discussions
jobs endpoint returns 404 even with valid access token.
16 hours ago
Hi everyone,
I am trying to integrate our company with the Personio API and retrieve all jobs (both open and draft) for our organization.
What I have done so far:
- Successfully generated an access token via the API. https://developer.personio.de/reference/post_v2-auth-token
- Using this token to call the https://developer.personio.de/reference/get_v2-recruiting-jobs endpoint.
The issue:
The endpoint consistently returns a 404 response.
{
"personio_trace_id": "cbd3b23d-f2a3-4191-8837-35df659b1abc",
"timestamp": "2026-01-12T12:14:53Z",
"errors": [
{
"title": "Not Found",
"detail": "The endpoint with /v2/recruiting/jobs was not found.",
"type": "https://developer.personio.de/v2.0/page/public-api-error-codes#apinot_found",
"_meta": {
"path": "/v2/recruiting/jobs"
}
}
]
}
Expected behavior:
I should be able to retrieve all open and draft job positions belonging to our company using the provided access token. Are there specific scopes, permissions? We granted personio:recruiting:read/write scopes already. Are there any additional setup steps required on the Personio account side?
Any guidance or examples would be appreciated.
Thanks in advance!
