cURL
curl --request POST \ --url https://rxresu.me/api/openapi/auth/verify-resume-password \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "slug": "<string>", "username": "<string>", "password": "<string>" } '
true
Verify a resume password, to grant access to the locked resume.
The API key to authenticate requests.
1
OK
The response is of type boolean.
boolean