Skip to main content
GET
Get All Skills

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

Retrieve all skills associated with the authenticated job seeker, including verification status. Skills can be verified (from CV parsing) or manually added (unverified).

Response

Success Response (200 OK)

Response Fields

string
Unique identifier for the skill.
string
Name of the skill.
boolean
Whether the skill is verified. true if verified from CV parsing, false if manually added.

Error Responses

401 Unauthorized

403 Forbidden

Notes

Empty Array: If no skills are associated, an empty array is returned.
Verification Status: Skills parsed from CV are marked as verified: true. Manually added skills are marked as verified: false.