Embed domains, SSL, and hosting in your product.
Call our REST API from your own app. We're the registrar, the certificate authority's customer, and the DirectAdmin operator behind the scenes — you own the UX, the brand, and the customer relationship.
An infrastructure layer, not a frontend.
One REST API
26 endpoints under /api/v1/*. Domains, DNS, SSL, hosting, billing, webhooks, usage. Stripe-style JSON envelope and an OpenAPI 3.0 spec to generate SDKs from.
Bearer auth, scoped keys
Mint gg_live_pk_… and gg_test_pk_… keys with read or write scopes. Each plaintext is shown once. Revoke any key, any time, from the partner dashboard.
Your own price book
You set what you charge YOUR customers; we charge you wholesale. TLD prices, hosting plans, SSL SKUs — all configurable per tenant from the partner dashboard.
Signed webhooks
HMAC-SHA256, timestamped, retried on a 30s → 24h exponential schedule. Subscribe to globs like domain.* or specific events. Wire it once, never miss a state change.
We don't see your customers
Identify your end-customers with an opaque customer_id string of your choosing. We store no PII about them — name, email, address all stay in your system.
L2 support included
You handle L1 with your customer. We handle anything that needs registry actions, CA escalation, or DirectAdmin server access — with a request_id you can quote.
Who owns what.
You build the customer-facing parts. We run the infrastructure. The line is bright and the contract is the API.
| Piece | You | GigaGlobe |
|---|---|---|
| Customer signup, login, profile | ✓ | |
| Customer-facing pricing & checkout | ✓ | |
| Customer support tier 1 | ✓ | |
| Customer payment collection | ✓ | |
| ICANN-accredited domain registration | ✓ | |
| SSL issuance (DV / OV / EV / wildcard) | ✓ | |
| Hosting provisioning (DirectAdmin) | ✓ | |
| Anycast DNS hosting | ✓ | |
| Registry escalations + CA orchestration | ✓ | |
| Webhook signing + delivery retries | ✓ |
What it costs.
Per-call wholesale. No setup fees, no monthly minimums, no platform escrow.
| Product | Your cost when you call the API | What most partners charge customers | Typical margin |
|---|---|---|---|
| .com domain | 8,50 $/yr | 14,99 $/yr | 6,49 $/yr |
| Starter hosting | 2,50 $/mo | 5,99 $/mo | 3,49 $/mo |
| Business hosting | 5,50 $/mo | 12,99 $/mo | 7,49 $/mo |
| SSL DV | 5 $/yr | 19,99 $/yr | 14,99 $/yr |
| SSL OV | 45 $/yr | 99 $/yr | 54 $/yr |
| Mailbox | 1 $/mo | 4 $/mo | 3 $/mo |
Platform fee: 3% of API-driven gross. Free to apply.
Four steps. Same day.
Apply
Tell us about your platform, country, and target market. Approval within one business day.
Mint a key
Sign in to the partner dashboard, click Mint key, save the plaintext. Start with a test.
Subscribe to webhooks
Add your callback URL, pick events. Save the whsec_… secret. Verify on receipt.
Ship
Call /api/v1/domains, /ssl, /hosting from your app. Customers stay in your UX.
Read the contract, then mint your first key.
Postman collection + OpenAPI 3.0 spec ready to import. Bearer auth works in two lines of code.