v1

latestOpenAPI 3.0.3Apache 2.02026-07-1710047196.1 KB
Job Posts

Create a new job post

Creates a new job post with the provided details.

post/jobs

Request body

titlestring
salary_rangestring
job_typestring
locationstring
deadlinestring
job_modestring
experience_levelstring
benefitsstring
company_namestring
descriptionstring
key_responsibilitiesstring
qualificationsstring

Response

Job post created successfully

statusstring
status_codeinteger
messagestring

Example response

{
  "status": "success",
  "status_code": 201,
  "message": "Job created successfully",
  "data": {
    "id": "01910544-d1e1-7ada-bdac-c761e527ec91",
    "title": "Junior Backend intern",
    "salary_range": "500,000 NGN",
    "job_type": "internship",
    "location": "San Francisco, CA",
    "deadline": "2024-12-31T23:59:59Z",
    "job_mode": "remote",
    "experience_level": "0-2 years",
    "how_to_apply": "Submit your resume and cover letter to hr@company.com",
    "benefits": "Flexible hours, Remote work, Health insurance",
    "company_name": "Tech Innovators",
    "description": "We are looking for a passionate Software Engineer Intern to join our team. You will be working on exciting projects and gain hands-on experience.",
    "key_responsibilities": "Develop and maintain web applications, Collaborate with the team on various projects, Participate in code reviews",
    "qualifications": "Expert with GIT",
    "created_at": "2024-07-30T21:11:21.9538358+01:00",
    "updated_at": "2024-07-30T21:11:21.9538358+01:00"
  }
}