hub API Partner program

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.

Read the API docs arrow_forward Partner sign in Talk to partnerships
Partner dashboard ZuriHost · last 30 days
412k API requests
0,04 % Error rate
142ms Avg latency
8 Subscribed events
What you get

An infrastructure layer, not a frontend.

code

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.

vpn_key

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.

price_change

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.

cell_tower

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.

person_off

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.

support_agent

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.

Architecture

Who owns what.

You build the customer-facing parts. We run the infrastructure. The line is bright and the contract is the API.

PieceYouGigaGlobe
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
Economics

What it costs.

Per-call wholesale. No setup fees, no monthly minimums, no platform escrow.

ProductYour cost when you call the APIWhat most partners charge customersTypical margin
.com domain8,50 $/yr14,99 $/yr6,49 $/yr
Starter hosting2,50 $/mo5,99 $/mo3,49 $/mo
Business hosting5,50 $/mo12,99 $/mo7,49 $/mo
SSL DV5 $/yr19,99 $/yr14,99 $/yr
SSL OV45 $/yr99 $/yr54 $/yr
Mailbox1 $/mo4 $/mo3 $/mo

Platform fee: 3% of API-driven gross. Free to apply.

How to start

Four steps. Same day.

1

Apply

Tell us about your platform, country, and target market. Approval within one business day.

2

Mint a key

Sign in to the partner dashboard, click Mint key, save the plaintext. Start with a test.

3

Subscribe to webhooks

Add your callback URL, pick events. Save the whsec_… secret. Verify on receipt.

4

Ship

Call /api/v1/domains, /ssl, /hosting from your app. Customers stay in your UX.

Get started

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.