Deprecated: MysqliDb::insertMulti(): Implicitly marking parameter $dataKeys as nullable is deprecated, the explicit nullable type must be used instead in /www/wwwroot/worldx.buzz/core/libs/DB/vendor/thingengineer/mysqli-database-class/MysqliDb.php on line 829
ColibriSM API - Documentation

Reset user password

Please use this (https://worldx.buzz/mobile_api/resetpassword) API to access user password recovery endpoint


Post parameters

Field Value Remarks
email User email address E.g. testuser@gmail.com​

Success response

{
        "code": 200,
        "message": "Check your email for resetting your password",
        "data":[]
    }
    

Error responses

{
        "code": 411,
        "message": "Email address is unknown"
    }
    
{
        "code": 411,
        "message": "Email address is not valid"
    }