TTWrite API: Logout User

Endpoint URL

//ttwrite.4up.eu/mobile_api/logout

Description

This API logs out the authenticated user, invalidating the current session token.

Parameters

FieldValueRemarks
NoneNoneNo additional parameters are required.

Example Usage

httpCopy codePOST //ttwrite.4up.eu/mobile_api/logout
Content-Type: application/json

{}

Notes

  • Authentication is required to access this API.
  • This endpoint invalidates the user’s session token, ensuring they are logged out of the system securely.
  • After logging out, a new login is required to obtain a new session token.

Let me know if you need further refinements or additional details!