Skip to main content
POST
Create Education

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 education entry for the authenticated job seeker.

Request Body

Degree Type Values

Example Request Body

Or for currently studying:

Response

Success Response (201 Created)

Response Fields

id
string
Unique identifier for the created education entry.

Error Responses

401 Unauthorized

403 Forbidden

400 Bad Request - Validation Error

Example Request

Notes

Current Study: 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).
GPA: GPA must be between 0 and 4.