EduPath

Counselling API base (this server): http://student-counselling.shorthills.ai/api/v1/

Django admin · DRF API root

Endpoints

These routes are defined in counselling/urls.py and mounted in edupath/urls.py at api/v1/. No extra “hosting” URL list is required for the API to work—clients call these URLs on your Django host.

POST   http://student-counselling.shorthills.ai/api/v1/students/                    → Submit student form
GET    http://student-counselling.shorthills.ai/api/v1/students/{id}/               → Get student profile
GET    http://student-counselling.shorthills.ai/api/v1/students/{id}/eligibility/
GET    http://student-counselling.shorthills.ai/api/v1/students/{id}/loan_visa/
GET    http://student-counselling.shorthills.ai/api/v1/students/{id}/lead/

GET    http://student-counselling.shorthills.ai/api/v1/universities/?stream=Engineering&tier=1

GET    http://student-counselling.shorthills.ai/api/v1/leads/?status=new&tier=premium
PATCH  http://student-counselling.shorthills.ai/api/v1/leads/{lead_id}/

GET    /admin/