cURL
curl --request GET \ --url https://mgnmzef4kd.us-east-1.awsapprunner.com/api/v1/zapier/published-jobs \ --header 'x-api-key: <api-key>'
{ "total": 123, "totalPages": 123, "currentPage": 123, "data": [ { "id": "<string>", "title": "<string>", "seniority": "entry", "presence": "onsite", "showSalaryOnJobBoard": false, "minAnnualSalary": 1073741823.5, "maxAnnualSalary": 1073741823.5, "annualSalaryCurrency": "USD", "type": "fulltime", "details": "<string>", "createdAt": "<string>", "Country": { "name": "<string>", "iso3": "<string>" }, "JobBoardForm": { "id": "<string>", "createdAt": "<string>", "workspaceId": "<string>" } } ] }
Lists public job posts
API key for authentication
Successfully retrieved the list of job posts
The response is of type object.
object