Canvas OneStop REST API
A simple API to integrate Canvas, Stripe, and more.
BASE API URI: api.canvasadmin.educative.tech
Server Status
Returns basic server info and health status.
GET
Endpoint: /api
Expected Params:
{
None
}
Example Response:
{
"message": "API Server is running.",
"status": {"success": 200},
"environment": "Production",
"appVersion": "1.0.0"
}