Get general information about the API including available endpoints
GET
/api/v1/info
curl \
--request GET 'https://api.echoplain.social/api/v1/info'
Response examples (200)
{
"name": "Edubridge Learning Management System",
"description": "A modular scalable secure learning management system",
"version": "1.0.0",
"author": "Kahuho Charles",
"license": "UNLICENSED",
"documentation": "/api/docs",
"endpoints": {
"health": "/health",
"status": "/status",
"info": "/info",
"uptime": "/uptime",
"version": "/version"
}
}
Response examples (400)
{
"message": "string",
"error": "string",
"statusCode": 42.0
}