Skip to main content
POST
Generate signed Domain Connect URL

Authorizations

Authorization
string
header
required

API key authentication. Use your API key as the bearer token.

Body

application/json
domain
string
required
Minimum string length: 1
Example:

"example.com"

serviceId
enum<string>
required

Domain Connect template service ID

Available options:
send,
send-receive
Example:

"send"

params
object

Optional template variable overrides

Example:

Response

Domain Connect signing result

supported
boolean
required
Example:

true

url
string

Signed Domain Connect apply URL

Example:

"https://provider.com/v2/domainTemplates/providers/emailr.dev/services/mail/apply?domain=example.com&key=_dcpubkeyv1&sig=abc123"

urlSyncUX
string

DNS provider's Domain Connect base URL

Example:

"https://dash.cloudflare.com/cdn-cgi/access/domain-connect"

error
string

Error message when Domain Connect is not supported

Example:

"Domain Connect is not supported for this domain"