Complete technical documentation, API reference, security guidelines, and compliance information for Ghana's leading school management system.
SBM Schools is Ghana's premier cloud-based school management system, officially approved by CHASS (Conference of Heads of Assisted Secondary Schools) and registered with Data Protection Ghana. Our platform provides comprehensive solutions for educational institutions across the country.
Register your school with basic information and contact details.
Create administrator accounts and configure user permissions.
Import existing student and staff data using our migration tools.
Configure academic terms, subjects, classes, and school settings.
Complete online admission system with automated application processing.
Comprehensive academic reporting and grade management system.
AI-powered chatbot for instant support and assistance.
Real-time attendance tracking with automated notifications.
Access thousands of digital books, journals, and resources anytime, anywhere.
Bulk SMS notifications for parents, students, and staff.
SBM Schools integrates with popular email services for automated communications:
// Email configuration example
{
  "provider": "gmail",
  "smtp_host": "smtp.gmail.com",
  "smtp_port": 587,
  "encryption": "tls",
  "username": "your-school@gmail.com",
  "password": "your-app-password"
}SBM Schools is officially approved by the Conference of Heads of Assisted Secondary Schools (CHASS), ensuring our platform meets the highest standards for secondary education management in Ghana.
We are registered with Data Protection Ghana, ensuring full compliance with the Data Protection Act, 2012 (Act 843) and international data protection standards.
Our compliance certificates are available upon request. Contact our support team for official documentation and audit reports.
Information Security
Data Protection
Security Controls
Student data is retained for 7 years after graduation as per Ghana Education Service requirements. All data can be permanently deleted upon written request after the retention period.
For data deletion requests, contact our Data Protection Officer at privacy@sbmschools.com
SBM Schools provides a comprehensive REST API for integrating with third-party systems. All API endpoints require authentication and follow RESTful conventions.
https://api.sbmschools.com/v1/
                                    All API requests require authentication using API keys:
GET /api/v1/students
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
/api/v1/students
                                                    Get all students
                                                /api/v1/students
                                                    Create new student
                                                /api/v1/students/{id}
                                                    Update student
                                                /api/v1/staff
                                                    Get all staff members
                                                /api/v1/staff/{id}/attendance
                                                    Get staff attendance
                                                /api/v1/reports/academic
                                                    Generate academic reports
                                                /api/v1/reports/attendance
                                                    Generate attendance reports
                                                {
  "status": "success",
  "data": {
    "students": [
      {
        "id": "12345",
        "firstName": "Kwame",
        "lastName": "Asante",
        "class": "Form 2A",
        "admissionNumber": "SBM2024001",
        "dateOfBirth": "2008-03-15",
        "status": "active"
      }
    ],
    "pagination": {
      "current_page": 1,
      "per_page": 20,
      "total": 150
    }
  }
}sbmschoolsgh@gmail.com
+233 24 445 0482
Tarkwa, Western, Ghana
Critical system issues and security incidents are handled 24/7. Contact our emergency hotline for urgent matters.