{
  "api": "MAB Bureau Development API",
  "version": "2.3-dev",
  "mode": "hybrid",
  "status": "operational",
  "endpoints": {
    "proxied_to_production": [
      "GET /Get_Token/{username}/{password}",
      "GET /Enc_ID_Number/{token}/{id_or_registration}"
    ],
    "mocked_with_static_data": [
      "GET /DHA_ID_Photo/token/{encrypted_id}",
      "GET /DHA_Live/token/{id_number}",
      "GET /DHA_Lineage_Live/token/{id_number}",
      "GET /MAB_Quick_View/token/{id_number}",
      "GET /MAB_Quick_View_Plus/token/{id_number}",
      "GET /Search_Directorships/token/{id_number}/{reference}",
      "GET /MAB_Predicted_Income/token/{encrypted_id}/{enquiry_type}/{consent}",
      "POST /CIPC_Plus_Report/token/{encrypted_registration}/{report_type}",
      "GET /MAB_Credit_Report/token/{encrypted_id}/{report_type}/{consent}"
    ]
  },
  "note": "Helper services use production, data responses are mocked for testing",
  "usage": "Can be accessed with or without /mabcloud/RestServer/RestAPI prefix"
}