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

Response

200
application/json

Successfully created the job post

The response is of type object.