😁User

Users API

Send otp code

POST https://api.fatos.biz/mogos/v3/viriya/sendotp

λ‹΄λ‹Ήμž : 넨

Request Body

Name
Type
Description

company_uid*

String

user_email*

String

otp_type*

String

otp_type : signup / changepwd

{
    "code": 200,
    "message": "ok",
    "dev_message": "",
    "data": [
        {
            "user_email": "[email protected]",
            "otp_number": "396940"
        }
    ]
}

Confirm Otp code

POST https://api.fatos.biz/mogos/v3/viriya/confirm

λ‹΄λ‹Ήμž : 넨

Request Body

Name
Type
Description

user_email*

String

otp_number*

String

otp_type*

String

otp_type : signup / changepwd

Sign_up

POST https://api.fatos.biz/mogos/v3/viriya/signup

λ‹΄λ‹Ήμž : 넨

Request Body

Name
Type
Description

company_uid *

String

user_pwd*

String

user_name*

String

user_email*

String

contact_number

String

nickname

String

Sign in

POST https://api.fatos.biz/mogos/scm/signin

Request Body

Name
Type
Description

user_pwd*

String

user_email*

String

Change password

POST https://api.fatos.biz/mogos/scm/changepwd

Request Body

Name
Type
Description

user_pwd*

String

user_email*

String

Last updated