zapier
Lists public job posts with form IDs
Lists public job posts
GET
/
zapier
/
published-jobs
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>"
}
}
]
}
Authorizations
API key for authentication
Response
200
application/json
Successfully retrieved the list of job posts
The response is of type object
.
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>"
}
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.