Skip to main content
POST
/
user
/
logout
User Logout
curl --request POST \
  --url https://apigw.bienport.com/api/user/logout \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "appId": "<string>",
  "jwtToken": "<string>",
  "userId": 123
}
'
{
  "message": "<string>",
  "success": true
}

Headers

Authorization
string
required

Access Token

Body

application/json

userLogoutRequest

appId
string
jwtToken
string
userId
integer<int64>

Response

Success Result with message.

SuccessResult Api Model

message
string
success
boolean