PAPI
API ReferenceAuthentication

Forgot Password

POST
/auth/forgot-password

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

email*string

Response Body

application/json

curl -X POST "https://loading/auth/forgot-password" \  -H "Content-Type: application/json" \  -d '{    "email": "string"  }'
{
  "message": "string"
}