Skip to main content
POST
/
auth
/
verify-resume-password
Verify resume password
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

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Body

application/json
slug
string
required
Minimum string length: 1
username
string
required
Minimum string length: 1
password
string
required
Minimum string length: 1

Response

200 - application/json

OK

The response is of type boolean.