Skip to main content
POST
Update domain settings

Authorizations

Authorization
string
header
required

API key for account management endpoints. Use your api_ prefixed token.

Path Parameters

uuid
string
required

UUID of the domain to update settings for

Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
Example:

"b814c25d-b18c-4044-ae31-49e22ce908b5"

Body

application/json
bccEmails
string<email>[] | null

Array of BCC email addresses (maximum 5). New emails will require verification.

Maximum array length: 5
Example:
openTracking
boolean

Enable or disable open tracking for emails sent from this domain

Example:

true

clickTracking
boolean

Enable or disable click tracking for emails sent from this domain

Example:

false

tracking_domain
string | null

Fully qualified hostname to CNAME to link-{logLocation}.jete.ml for click/open tracking. Pass null or an empty string to clear.

Example:

"links.example.com"

Response

Domain settings updated successfully

success
boolean
Example:

true

message
string
Example:

"Domain settings updated successfully"

bccEmails
object[]

Updated BCC emails with verification status (only present when bccEmails were updated)

Example: