System
System status and information endpoints.
API Status
GET
/system/status
Get current API status and service availability.
Example
curl -X GET "https://www.HomaCRM.com/api/v1/external/system/status" \
-H "Authorization: a1B2c3D4e5F6g7H8-i9J0k1L2m3N4o5P6-q7R8s9T0u1V2w3X4" \
-H "Accept: application/json"
Available Packages
GET
/system/packages
Get list of available API modules and their status.
Example
curl -X GET "https://www.HomaCRM.com/api/v1/external/system/packages" \
-H "Authorization: a1B2c3D4e5F6g7H8-i9J0k1L2m3N4o5P6-q7R8s9T0u1V2w3X4" \
-H "Accept: application/json"