# Get all chat sessions for the logged-in user **GET /chat** ## Servers - Local development server: http://localhost:3000/api/v1 (Local development server) - Production server: https://referspecs-backend.onrender.com/api/v1 (Production server) ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200 A list of chat sessions #### Body: application/json (object) - **success** (boolean) - **statusCode** (integer) - **message** (string) - **data** (array[object]) ### 401 Unauthorized (User not authenticated) #### Body: application/json (object) - **success** (boolean) - **statusCode** (integer) - **message** (string) ### 500 Internal Server Error #### Body: application/json (object) - **success** (boolean) - **statusCode** (integer) - **message** (string) [Powered by Bump.sh](https://bump.sh)