We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
We have several jobs listed in Lever as Open but Unlisted.
We can access them by direct URL in HTML fine, but they are not accessible via the API.
It's fine that they're not listed but I think they should be accessible (and POST'able to) via specific jobs URLs.
When I try to GET the job directly I get this response: {"ok":false,"error":"Document not found"}
{"ok":false,"error":"Document not found"}
So, to be clear: https://jobs.lever.co/[SITE]/[UUID] < This works fine (shows the job and I can get to the apply form too). https://api.lever.co/v0/postings/[SITE]/[UUID]?mode=json < This does not work, shows the above error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
We have several jobs listed in Lever as Open but Unlisted.
We can access them by direct URL in HTML fine, but they are not accessible via the API.
It's fine that they're not listed but I think they should be accessible (and POST'able to) via specific jobs URLs.
When I try to GET the job directly I get this response:
{"ok":false,"error":"Document not found"}
So, to be clear:
https://jobs.lever.co/[SITE]/[UUID] < This works fine (shows the job and I can get to the apply form too).
https://api.lever.co/v0/postings/[SITE]/[UUID]?mode=json < This does not work, shows the above error.
The text was updated successfully, but these errors were encountered: