Get My Overview
Job Seeker
Get My Overview
Retrieve a summary overview of the authenticated job seeker profile
GET
Get My Overview
Endpoint
http://localhost:3000/api/v1
This endpoint requires authentication and Job Seeker role.
Authentication
Include the access token in the Authorization header:Response
Success Response (200 OK)
Response Fields
string
Job seeker’s first name.
string
Job seeker’s last name.
boolean
Indicates whether the job seeker has completed their profile.
string
URL of the profile image. Returns an empty string if no image is set.
string
LinkedIn profile URL. Returns an empty string if not provided.
string
GitHub profile URL. Returns an empty string if not provided.
number
Total number of recommended jobs available for the job seeker.
number
Total number of jobs saved by the job seeker.
