This is the backend API service for Recall Nepal. The API provides endpoints for contact form submissions, student applications, and newsletter subscriptions.
POST /api/contact.php
Submit contact form information.
POST /api/apply.php
Submit student application information.
POST /api/newsletter.php
Subscribe to the newsletter.
GET /api/newsletter.php?action=unsubscribe&email=user@example.com&token=XXX
Unsubscribe from the newsletter.
© 2025 Recall Nepal. All rights reserved.