API Reference
Complete interactive REST API reference for the BeeHive platform.
Health
GET
/api/health
Health Check
Check the health status of the platform.
Example Response
{
"success": true,
"status": "healthy",
"version": "3.0.0"
}