RU Student Verification API

University of Rajshahi Student Verification Service

API Documentation

IMPORTANT: only for Md. Parvez Khan currently, do not share before authentication system is built!

Endpoint Information
To verify RU students, send a POST request to the following endpoint

Endpoint URL

POST
ice.tservice.tech/api/ru-student-verification/verify/

Request Format

Send a JSON payload with the following structure:

{
  "student_id": "<roll>",
  "registration_no": "<registration>"
}

Example Request

{
  "student_id": "19*****49",
  "registration_no": "13******62"
}

Headers

Content-Type: application/json

Response

The API will return a JSON response containing the verification result from the University of Rajshahi student database.

Usage Notes

Only POST requests are accepted

Both student_id and registration_no are required fields