Skip to main content
POST
Pause 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

Temporarily pause a published job posting. Paused jobs are hidden from candidates but can be published again later.

Path Parameters

Response

Success Response (201 Created)

Error Responses

401 Unauthorized

403 Forbidden

404 Not Found

400 Bad Request - Invalid Status

Notes

Only jobs with status PUBLISHED can be paused.
Reverting: You can publish a paused job again using the publish endpoint.