v1

latestOpenAPI 3.1.1MIT2026-07-26661140.3 KB
Resumes

Get resume by ID

Returns a single resume with its full data, identified by its unique ID. Only resumes belonging to the authenticated user can be retrieved. Requires authentication.

get/resumes/{id}

Path parameters

idstring required

The ID of the resume.

Response

The resume with its full data.

idstring required

The ID of the resume.

namestring required

The name of the resume.

slugstring required

The slug of the resume.

tagsstring[] required

The tags of the resume.

isPublicboolean required

Whether the resume is public.

isLockedboolean required

Whether the resume is locked.

updatedAtstring date-time required

The date and time the resume was last updated.

hasPasswordboolean required