Skip to main content
Get proxy information for an organization. Returns CloudFront distribution info and connection status needed for the two-part DNS configuration flow. Supports:
  • Apex domains (example.com)
  • WWW subdomains (www.example.com)
  • Custom subdomains (shop.example.com, blog.example.com, etc.)

Path Parameters

Example Request

Example Response (WWW Subdomain - Deployed)

Example Response (Custom Subdomain - shop.example.com)

Example Response (Apex Domain - Ready for Part 2)

Example Response (No Proxy)

Response Fields

Proxy Status Flow

Two-Part Flow (Works for All Domain Types)

Part 1: Domain Verification (no downtime)
  1. Frontend calls /start-certificate to get TXT record
  2. User adds TXT record via Entri
  3. Frontend calls /complete-certificate to validate and issue cert
  4. Let’s Encrypt certificate is attached to CloudFront
  5. Status becomes SSL_VALIDATED
Part 2: DNS Switch (zero downtime)
  • Subdomains (www, shop, blog): User adds CNAME subdomain_label β†’ cloudfront_domain via Entri
  • Apex domains: User adds A @ β†’ apex_gateway_ips via Entri (2 A records)

Domain Type Handling

Why Apex Domains Need Gateway IPs

Apex/naked domains (example.com) cannot use CNAME records per DNS specification. We provide static IP addresses via AWS Global Accelerator that route to our proxy, which then forwards to CloudFront. This works with ALL DNS providers (GoDaddy, Cloudflare, Vercel, Namecheap, etc.) because A records are universally supported.