Skip to main content
GET
Get My Overview

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:

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.
Total number of recommended jobs available for the job seeker.
number
Total number of jobs saved by the job seeker.

Error Responses

401 Unauthorized

403 Forbidden