Mobile API Documentation

Password Reminder

Overview: We will send a password reset email to the provided email address.

Input Parameters

All parameters are mandatory with every API call.
Parameter Description
app_name Application identifier + version, e.g. "idex-ios"
app_version Application version e.g. "1.2.1""
app_key Secret application key, string, e.g. "ABCDEFGAASFDA13456211233".
email Email address

Sample Request Extended

HTTP JSON
Endpoint: https://mobapi.idexonline.com/account/api/v2.0/passwordreminder
{
	"app_name":"idex-ios",
	"app_version":"1.2.1",
	"app_key":"IMAStg24B",
	"email":"youremail@gmail.com"
}

Sample Response

JSON Data with HTTP Code 200
If all goes well, the response will be an HTTP 200 code and the response_code in the JSON will be 0.

{
	"result_info": 
	{
		"response_code": 0,
		"response_description": ""
	}
}
		


Test the API


Generate JSON Request



POST






© IDEX Online 2024   -   www.idexonline.com