Documentation Index
Fetch the complete documentation index at: https://docs.llmgenerator.com/llms.txt
Use this file to discover all available pages before exploring further.
POST /auth/logout
This endpoint invalidates the user’s session by revoking all their refresh tokens. Requires a valid access token in the Authorization header.Request Headers
Bearer token. Format:
Bearer YOUR_ACCESS_TOKENResponse
Indicates whether the logout was successful.
A confirmation message.