cURL
curl --request GET \ --url https://api.example.com/api/v1/school/admissions/all/ \ --header 'Authorization: Bearer <token>'
{}
Retrieve all student admissions without pagination. Useful for exports or full data downloads.
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