Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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 }
Access Token
userLogoutRequest
Success Result with message.
SuccessResult Api Model
Was this page helpful?