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

x-api-key
string
header
required

API key for authentication

Response

200
application/json
Successfully retrieved the list of job posts
total
number
required
totalPages
number
required
currentPage
number
required
data
object[]
required