ReachLMS REST API
Backend API for Canvas LMS sub-account provisioning with Stripe billing integration.
Authentication: Most endpoints require a JWT Bearer token in the Authorization header.
Authorization: Bearer <access_token>
Server Status
Health check endpoint to verify the API server is running.
GET
Endpoint: /api
No authentication required
Request Body: None
Example Response:
{
"message": "API Server is running",
"status": {
"Success": 200
},
"environment": "Production",
"appVersion": "1.2.0"
}