Mobile API Documentation

Logout

Overview: Use this service to logout the customer.
After logout the session code will no longer be usable.
If the session code is invalid the result will still be as-if the customer was logged out.

Input Parameters

All parameters are mandatory with every API call.
Parameter Description
session_code Session code, e.g. MOB_20240520130433_eba6WerRaNnprea8hZakE

Sample Request Extended

HTTP JSON
Endpoint: https://mobapi.idexonline.com/account/api/v2.0/logout
{
	"session_code":"MOB_20240523065727_1u1FnnB6vyD5MI6adfUa8b"
}

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": null
	}
}
		


Test the API


Generate JSON Request



POST






© IDEX Online 2024   -   www.idexonline.com