Developer-friendly hosting API
Use API keys and webhooks to connect orders, billing, domains, tickets, and provisioning flows.
Everything stays connected to the wider Makeitdomain experience.
The public experience introduces the service clearly, while the signed-in workspace carries the operational detail after account creation.
Scoped access
Use managed API credentials rather than embedding customer passwords into integrations.
Webhook events
Receive event-driven updates for supported operational workflows.
Predictable integration surface
Build against documented request and response contracts while internal architecture stays private.
A clean public contract without exposing internal architecture.
Authentication, request headers and webhook behaviour can be documented publicly while implementation details remain private.
GET /api/v1
Authorization: Bearer <token>
Accept: application/jsonEvent-ready integrations
Use the platform’s existing webhook and API-key controls to connect supported workflows to external systems.
Discuss integration accessBuild against the platform when your integration is ready.
Choose the route that makes sense for what you are trying to launch.