v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-03-105840481.8 KB
MessagingV1DomainConfig

post/v1/LinkShortening/Domains/{DomainSid}/Config

Path parameters

DomainSidstring required

Unique string used to identify the domain that this config should be associated with.

Response

OK

domain_sidstring nullable

The unique string that we created to identify the Domain resource.

config_sidstring nullable

The unique string that we created to identify the Domain config (prefix ZK).

fallback_urlstring uri nullable

Any requests we receive to this domain that do not match an existing shortened message will be redirected to the fallback url. These will likely be either expired messages, random misdirected traffic, or intentional scraping.

callback_urlstring uri nullable

URL to receive click events to your webhook whenever the recipients click on the shortened links.

continue_on_failureboolean nullable

Boolean field to set customer delivery preference when there is a failure in linkShortening service

date_createdstring date-time nullable

Date this Domain Config was created.

date_updatedstring date-time nullable

Date that this Domain Config was last updated.

urlstring uri nullable
disable_httpsboolean nullable

Customer's choice to send links with/without "https://" attached to shortened url. If true, messages will not be sent with https:// at the beginning of the url. If false, messages will be sent with https:// at the beginning of the url. False is the default behavior if it is not specified.