Create Domain

This endpoint creates a new domain.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length ≤ 91

The domain name
[Note: name cannot be uberflip.com or any of its subdomains]

string | null

The domain path

string
enum
Defaults to http

The domain scheme
[Note: if set to http, certificate_type must be 2 (None)]

Allowed:
boolean
Defaults to false

Whether HTTP Strict Transport Security (HSTS) is enabled

integer
0 to 63072000
Defaults to 31536000

The domain max age for HSTS (in seconds)

boolean
Defaults to false

Whether HSTS is also enabled for subdomains

boolean
Defaults to false

Whether the domain preloads HSTS
[Note: if enabled, hsts_include_subdomains must also be enabled]

boolean
Defaults to false

Whether ECT is enabled

integer
0 to 2147483647
Defaults to 2592000

The domain max age for ECT (in seconds)

boolean
Defaults to false

Whether to enforce ECT

uri | null

The ECT report URI

integer | null
0 to 5
Defaults to 2

The domain SSL certificate type. See below for the following accepted values and their type:

  • 0: Uberflip Managed (Digicert)
  • 1: Self-Managed
  • 2: None [if set, scheme must be http]
  • 3: Uberflip Managed (Let's Encrypt)
  • 4: Self-Managed and Uberflip Managed (Let's Encrypt)
  • 5: External
integer
0 to 2
Defaults to 0

The domain Let's Encrypt (LE) status. See below for the following accepted values and their status description:

  • 0: blocked from getting LE certificate
  • 1: allowed to get LE certificate
  • 2: in process of removing LE certificate from domain
Response

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json