API Documentation
Integrate with our platform
Getting Started
Our RESTful API allows you to programmatically manage domains, hosting, and other services. Follow these steps to get started:
1. Get API Key
Generate an API key from your dashboard.
2. Authentication
Use your API key in the Authorization header.
3. Make Requests
Start making API requests to our endpoints.
Example Request
curl -X GET \
https://api.hostizi.com/v1/domains \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
API Endpoints
GET
/api/v1/domains
List all domains
POST
/api/v1/domains
Register a new domain
GET
/api/v1/hosting/status
Get hosting status
Full Documentation
View our complete API documentation with detailed examples.
SDKs & Libraries
Official SDKs and libraries for popular languages.
API Support
Get help from our API experts and community.