Get All Skills
Skills
Get All Skills
Retrieve all skills associated with the authenticated job seeker
GET
Get All Skills
Endpoint
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.
