cURL
curl --request GET \ --url https://rxresu.me/api/openapi/resume/list \ --header 'x-api-key: <api-key>'
[ { "id": "<string>", "name": "<string>", "slug": "<string>", "tags": [ "<string>" ], "isPublic": true, "isLocked": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ]
List of all the resumes for the authenticated user.
The API key to authenticate requests.
lastUpdatedAt
createdAt
name
OK