Manufacturing ERP REST API Documentation
Interactive API explorer. Test endpoints directly in your browser with authentication support.
Clean, readable API documentation. Great for understanding the API structure and data models.
Raw OpenAPI 3.0 JSON specification. Use for code generation or import into other tools.
The OpenAPI specification is served from:
1. Authenticate using session login or API key
2. All endpoints accept POST requests with JSON body
3. Responses follow format: {"success": true, "data": {...}, "message": "..."}
4. Rate limit: 100 requests/minute per user