Logout
Logout endpoint documentation
End a user session.
Endpoint: /user/logout
Method: POST
Example Usage
After logout, the session JWT becomes invalid and cannot be used for further API calls.
Always clean up session data in your application after a successful logout.
Last updated