Skip to main content
POST
Bookmark Job

Endpoint

Base URL: http://localhost:3000/api/v1
This endpoint requires authentication (Job Seeker only).

Request Body

string
required
The unique identifier of the job to bookmark.
enum
required
The source type of the job. Values: DIRECT, SCRAPED.

Request Shape

Response (200 OK)

string
The bookmark ID.

Notes

  • This endpoint uses upsert - if the job is already bookmarked, it returns the existing bookmark ID instead of creating a duplicate.
  • The jobSource must match the job type: DIRECT for platform jobs, SCRAPED for external jobs.

Error Responses

400 Bad Request - Validation Error

401 Unauthorized

403 Forbidden

404 Not Found

Example