DocumentationAPI Reference

Platform

Platform status, reseller statistics and health check.

Status

GET/status

Health check endpoint. No authentication required.

curl "https://www.mado-hosting.com/api/v1/status"
This endpoint is public and requires no API key. Ideal for monitoring and uptime checks.

Statistics

GET/stats

Reseller statistics: servers, billing, pricing and recent events.

curl "https://www.mado-hosting.com/api/v1/stats" \
  -H "Authorization: Bearer rsk_your_key"