ICE Email APIs

Logout

The Service Description of this feature is to logout the user from the system. Given below is the Service URL of the logout module-

https://www.enterice.com/ICEAPI/api/Authenticate/Logout

•Allowed for

Every user

•Json Formats-

1. The user should consider the following code snippet for Web Service Use

Logout

{

“UserId”:738,

 “Token”: “eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJvcmdpZCI6MTI4LCJ1c2VybmFtZSI6ImFkbWluQGljZS5jb20iLCJleHAiOjE0ODE2NjY4MjF9.iChL1ivVQOE81ONgQzY6olz7abVpexb3xtTN6CAGoek”,

}

2. Description for Request Parameters

S.No Name Type Description
1 UserID Int ID of User
2 Token String Authentication Token

3. Response Example

Success:

{

“Message”: “Success”

}

 

Fail:

{“Message”:”The request is invalid.”}

 

    ×

    Contact Us