Skip to main content
POST
Publish Job

Endpoint

Base URL: http://localhost:3000/api/v1
This endpoint requires authentication and Company role.

Authentication

Include the access token in the Authorization header:

Description

Publish a job posting to make it visible on the platform. Candidates can apply to published jobs.

Path Parameters

Response

Success Response (201 Created)

Error Responses

401 Unauthorized

403 Forbidden

404 Not Found

400 Bad Request - Invalid Status

Notes

You can publish jobs with status DRAFT or PAUSED.
Reverting: You can pause a published job and publish it again later.