Skip to main content
GET
Get Candidate CV Download URL

Endpoint

Base URL: http://localhost:3000/api/v1
This endpoint requires authentication and Company role.

Authentication

Include the access token in the Authorization header:

Description

Get a time-limited download URL for a job seeker’s CV. The URL expires after 1 hour.

Parameters

jobSeekerId
string
required
The job seeker ID (UUID)

Response

Success Response (200 OK)

Error Responses

401 Unauthorized

403 Forbidden

404 Not Found

Returned when the job seeker has no CV uploaded:
URL Expiration: The download URL is valid for 1 hour. After expiration, request a new URL.