Field | Type | Required | Description | Example |
---|---|---|---|---|
slug |
Optional[str] | ➖ | Name of the domain. | acme.com |
expired_url |
OptionalNullable[str] | ➖ | Redirect users to a specific URL when any link under this domain has expired. | https://acme.com/expired |
not_found_url |
OptionalNullable[str] | ➖ | Redirect users to a specific URL when a link under this domain doesn't exist. | https://acme.com/not-found |
archived |
Optional[bool] | ➖ | Whether to archive this domain. false will unarchive a previously archived domain. |
false |
placeholder |
OptionalNullable[str] | ➖ | Provide context to your teammates in the link creation modal by showing them an example of a link to be shortened. | https://dub.co/help/article/what-is-dub |
logo |
OptionalNullable[str] | ➖ | The logo of the domain. | |
asset_links |
OptionalNullable[str] | ➖ | assetLinks.json configuration file (for deep link support on Android). | |
apple_app_site_association |
OptionalNullable[str] | ➖ | apple-app-site-association configuration file (for deep link support on iOS). |