Home
Help
API Authentication
For each API Query you have to pass correct "api-token" as Request header for authorization. Every successful response will return as HTTP STATUS 200
Production API : https://app.tpmm.org.in/
1. About
GET
endpoint/api/?Instance_ID=about&title=History and Heritage
2. Course (NEP)
GET
endpoint/api/?Instance_ID=course&modulename=NEP
3. Course (CBCS)
GET
endpoint/api/?Instance_ID=course&modulename=CBCS
4. Student Login API
GET
/endpoint/api/?Instance_ID=studentlogin&Params={student id},{date of birth as yyyy-MM-dd}
5. Make Payment List API
GET
endpoint/api/?Instance_ID=makepayment&Student_ID={student id}
6. Complete Payment List API
GET
endpoint/api/?Instance_ID=completepayment&Student_ID={student id}
7. Notice API
GET
endpoint/api/?Instance_ID=notice