Skip to main content
GET
Get My CV Info

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 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.
Get Download URL: Use GET /cv/me/download-url to get a download URL for the CV file.