cURL
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>" }
Create a new job post
API key for authentication
Successfully created the job post
The response is of type object.
object