cURL
curl --request GET \ --url https://api.letraz.app/api/v1/resume/ \ --header 'Authorization: Basic <encoded-value>'
[ { "id": "<string>", "user": "<string>", "job": "<string>", "status": "<string>", "base": false, "thumbnail": "<string>" } ]
Gives a list of all resumes for the user. If no resumes are found, an empty list is returned.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The unique identifier for the resume entry.
The user who the resume belongs to.
Whether the resume is a base resume for the user. One user can
200