cURL
curl --request GET \ --url https://api.example.com/api/v1/school/admissions/ \ --header 'Authorization: Bearer <token>'
{}
Retrieve a list of all student admissions with support for search and filtering
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Search by student name, admission number, or parent details