GET /user/:userID/resumes

This endpoint returns the resume object. By default, resume ID, name, and creation timestamp are only returned. See resumeObject for more details.

Get resumes ID for a user

GET https://open-api.rezi.ai/v1/user/:userID/resumes

Path Parameters

Name
Type
Description

userID*

String

User ID

Headers

Name
Type
Description

Authentication*

String

"Bearer PRIVATE_TOKEN_API_KEY" Authentication token to secure and track down your usage. Use this specific format with your Private API key

{
    "status": "success",
    "data": [resumeObject,resumeObject],
    "total": 2
}

Last updated