zapier
Lists public job posts with form IDs
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
Required string length:
3 - 255
Maximum length:
10000
Available options:
entry
, junior
, midlevel
, senior
, executive
Available options:
onsite
, remote
, hybrid
Required range:
0 <= x <= 2147483647
Required range:
0 <= x <= 2147483647
Available options:
USD
, EUR
, GBP
, EGP
, AED
, SAR
Available options:
fulltime
, parttime
, contract
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>"
}
}
]
}