Developer Integration Guide
The API Docs module within the FREAKHOSTING Firewall Panel provides a complete technical reference for our RESTful interface. This documentation is essential for developers and system administrators who wish to programmatically manage network filtering, retrieve real-time telemetry, or integrate our specialized DDoS mitigation into their proprietary deployment pipelines.Difficulty
Intermediate
Time
2 Minutes
Accessing the Technical Reference
Our documentation is embedded directly within the management dashboard, ensuring that you always have access to the most up-to-date version of the API schema.Authenticate
Log in to the Firewall Portal using your primary credentials.
Locate API Docs
Click on the API Docs tab in the primary navigation menu.
Authentication Standards
To interact with the API gateway, you must authenticate every request using a valid Bearer Token generated within the API Keys section of the panel.- Header Key:
Authorization - Header Value Format:
Bearer [YOUR_SECURE_TOKEN]
Gateway Architecture
All requests must be directed to our secure, high-availability API gateway. Primary Base URL:https://firewall.freakhosting.com/api/remote
Essential Endpoints
GET /ips
GET /ips
Retrieves a complete list of all protected IP addresses associated with your account, including their unique system identifiers and assigned mitigation profiles.
GET /ips/{id}/rules
GET /ips/{id}/rules
Fetches the current filtering ruleset for a specific IP address, allowing you to audit your active security perimeter.
POST /ips/{id}/rules
POST /ips/{id}/rules
Programmatically creates a new filtering rule (TCP, UDP, or ICMP) for the specified target. This endpoint is important for building dynamic automated response systems.
Need Extra Help?
If you encounter any issues, our support team is ready to assist:- Live Chat: Quick assistance via our website.
- Support Ticket: Open a Ticket
- Discord: Join our Community
- Email: [email protected]
Last Updated: January 2026 | Security: Absolute protection for your digital assets.