Skip to main content
POST
Create Work Experience

Endpoint

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

Authentication

Include the access token in the Authorization header:

Description

Create a new work experience entry for the authenticated job seeker.

Request Body

Example Request Body

Or for a past job:

Response

Success Response (201 Created)

Response Fields

id
string
Unique identifier for the created work experience entry.

Error Responses

401 Unauthorized

403 Forbidden

400 Bad Request - Validation Error

Example Request

Notes

Current Job: When setting isCurrent to true, you can omit endDate or set it to null.
Date Format: Dates must be in ISO 8601 format (YYYY-MM-DD).