This is the API endpoint for MAFM's facilities management platform.
https://api.mafm.app/v1
For complete API documentation, visit: https://mafm.app/api-docs/index.html
All API requests require Bearer token authentication:
Authorization: Bearer mafm_live_YOUR_TOKEN_HERE
curl https://api.mafm.app/v1/service-requests \ -H "Authorization: Bearer mafm_live_YOUR_TOKEN" \ -H "Content-Type: application/json"
✅ API is operational