๐Ÿ›๏ธ KhojKhobor API

Welcome to the KhojKhobor platform API

๐Ÿ“ก API Endpoints

POST /api/auth/register/ - User Registration
POST /api/auth/login/ - User Login
GET /api/auth/profile/ - Get User Profile (Requires JWT Token)
PUT /api/auth/profile/ - Update User Profile (Requires JWT Token)
POST /api/auth/token/refresh/ - Refresh JWT Token

๐Ÿ”ง Admin Access

Access the Django admin panel to manage users and data:

Go to Admin Panel

๐Ÿงช Test API

Test the API information endpoint:

View API Info