Get My CV Info
CV
Get My CV Info
Retrieve your current CV information including file name, MIME type, and upload timestamp
GET
Get My CV Info
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 your current CV details including file name, MIME type, and upload timestamp.Response
Success Response (200 OK)
Response Fields
string
The name of the uploaded CV file.
string
The MIME type of the CV file.
string
The timestamp when the CV was uploaded (ISO 8601).
Error Responses
401 Unauthorized
403 Forbidden
404 Not Found - No CV
Notes
No CV Uploaded: If you haven’t uploaded a CV yet, this endpoint will return a 404 error.
