API Reference/Endpoints
Download an applicant's resume
GET/api/linkedin/gateway/linkedin/jobs/applicants/{applicant_id}/resume
Streams back the resume file an applicant attached to their application, exactly as they uploaded it.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Path parameters
Query parameters
The success response isn't JSON — it's the file's raw bytes, with a content type matching whatever the applicant uploaded. Save it directly to disk (or a blob) rather than calling
.json() on it.Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.·403 Forbidden. account_id doesn't belong to this key.·404 Not Found. No applicant with that id was found, or they didn't attach a resume.