get https://{subdomain}.pinpointhq.com/api/v1/jobs
CORS Errors?
If you are trying to connect to this endpoint from client based code, you will receive a CORS error. This is intended, as you will be leaking your API key in any client side code. Please see the JSON endpoint for jobs for a non-authenticated endpoint that you may use in client side code.
Confidential jobs
This endpoint doesn't return confidential jobs by default for backwards compatibility reasons.
If you want to include confidential jobs, add
confidential
to thevisibility
filter (filter[visibility]
) alongside other visibility options.Example:
Usefilter[visibility]=confidential,external,internal,private_job
to get jobs with any visibility.