Verdocs - Developer Documentation
ReferenceRest APIAPI DocumentationAuthentication

Reset a password for a user

POST
/v2/users/reset-password

Request Body

application/json

Body Parameters

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://api.verdocs.com/v2/users/reset-password" \  -H "Content-Type: application/json" \  -d '{    "email": "string"  }'
"string"
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}
{
  "status": "ERROR",
  "error": "string"
}