Skip to content
v1.0.0 (2026-08-15 18:56)

Logout

This API destroys the current user's login session and clears related status. The underlying logic will retain the user's interface language setting and human verification status into a newly allocated guest session. It clears last_session_id in the database to prevent dirty data.

API Details

  • URL: /client/member/logout
  • Method: POST
  • Content-Type: application/json or multipart/form-data
  • Authentication: Bearer Token (A valid Authorization: Bearer <token> must be passed in the Header)

Headers

ParameterRequiredTypeDescription
AuthorizationYesStringBearer Token, obtained via the Member Login API

Request Parameters

None

Response Example

json
{
  "code": 0,
  "msg": "Logout successful",
  "data": {}
}