MAFM REST API

This is the API endpoint for MAFM's facilities management platform.

Base URL

https://api.mafm.app/v1

Documentation

For complete API documentation, visit: https://mafm.app/api-docs/index.html

Authentication

All API requests require Bearer token authentication:

Authorization: Bearer mafm_live_YOUR_TOKEN_HERE

Example Request

curl https://api.mafm.app/v1/service-requests \
  -H "Authorization: Bearer mafm_live_YOUR_TOKEN" \
  -H "Content-Type: application/json"

Status

✅ API is operational