POST
/
zapier
/
create-job
curl --request POST \
  --url https://mgnmzef4kd.us-east-1.awsapprunner.com/api/v1/zapier/create-job \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "title": "<string>",
  "details": "<string>",
  "seniority": "entry",
  "type": "fulltime",
  "countryIso3": "<string>",
  "city": "<string>",
  "presence": "onsite",
  "minAnnualSalary": 1073741823.5,
  "maxAnnualSalary": 1073741823.5,
  "showSalaryOnJobBoard": false
}'
{
  "id": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Body

application/json
title
string
required
Required string length: 3 - 255
details
string
Maximum length: 10000
seniority
enum<string>
Available options:
entry,
junior,
midlevel,
senior,
executive
type
enum<string>
Available options:
fulltime,
parttime,
contract
countryIso3
string
Maximum length: 100
city
string
Maximum length: 100
presence
enum<string>
Available options:
onsite,
remote,
hybrid
minAnnualSalary
number
Required range: 0 <= x <= 2147483647
maxAnnualSalary
number
Required range: 0 <= x <= 2147483647
showSalaryOnJobBoard
boolean
default:false

Response

200
application/json
Successfully created the job post
id
string
required