User Password Reset Email

Brief description:

  • The OSSN API Password Reset endpoint sends a password reset email to a registered user. Use this endpoint to trigger the password recovery process securely without changing the user's password directly.

Endpoint

Method:

  • POST / GET

Parameter:

Parameter name Required Type Explain
api_key_token Yes string Your API key
email Yes string Email

Example Response

{
    "merchant": "OSSN 10.0",
    "url": "http:\/\/localhost\/10\/",
    "time_token": 1785528765,
    "payload": {
        "success": true
    },
    "code": "100",
    "message": "Request successfully executed"
}

Services View All