API - Logout

Response Balance

POST : /v1/logout

x-ez-seamless-hash: {md5(BODY+API_SECRETE_KEY)}
x-ez-sealess-partner: {partnerSlug}

Take a look at the response body and header code

{
    "status": "success",
    "message": "OK",
    "data": {
        "appId": "EZGPOKDENG",
        "username": "aa"
    }
}

Last updated