Format
A code link has the following format:https://<subdomain>.wwk.link/<code>
.
Example
An example of the Code Link page for the Usage app, available at https://usage.wwk.link/NMB231.
Setting Up
Project Details
For the best presentation of the project on the Code Link page, configure the following details by going to Settings -> General.Logo
Upload app icon.Name
In necessary update the name of the project to match the app name.Description
Enter a short description of the app.Link
Set the link to where your app is available. This can be a link to the App Store or website.
Subdomain
Subdomain is required to enable the Code Link feature and can be set by going to Settings -> General -> Subdomain.Subdomain can be set only once.

Deep Links
Deep links can be used to open the app directly from the Code Link page and enable two-step instructions shown on the page.Configuring
Navigate to Pages -> Code Link -> Deep Links to configure the deep links. Configure a deep link for each platform where your app is available, or set a single deep link that works across all platforms.You are responsible for setting up the deep links handling in your app. When
receiving a deep link, you can present a view, claim the received code, or
implement any other functionality that suits your needs.

Preview
Navigate to Pages -> Code Link to preview and verify the presentation of the page. Use Preview Configurations to verify how the page is presented with different content and deep links.
Access
Affiliate Code
The affiliate code link is available on the dashboard for active and archived campaigns.Referral Code
The referral code link value is available on the user object via SDKs and REST API.Swift SDK
The Code Link value is available on the User object as thereferralCodeLink
property.
Get it from the singleton instance:
TypeScript SDK
The Code Link value is available on the user object as thereferral_code_link
property.
REST API
The Code Link value is part of the User object:Promo Code
The promo code link can be constructed by following the usual formathttps://<subdomain>.wwk.link/<code>
.