Home
Dub
Dub Link Response Example
Dub Link Response Example
Campaign link for Q3
campaign
Dub Link Response Example is an example object payload from Dub, with 41 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
id domain key url externalId tenantId archived expiresAt expiredUrl password proxy title description image video rewrite doIndex ios android geo publicStats tagId tags comments shortLink qrCode utm_source utm_medium utm_campaign utm_term utm_content userId workspaceId clicks lastClicked leads sales saleAmount createdAt updatedAt webhooks
Example Payload
{
"id": "clux0rgak00011...9gh2a",
"domain": "dub.sh",
"key": "my-campaign",
"url": "https://example.com/landing-page",
"externalId": "ext_123456",
"tenantId": null,
"archived": false,
"expiresAt": null,
"expiredUrl": null,
"password": null,
"proxy": false,
"title": "Example Landing Page",
"description": "Campaign link for Q3",
"image": "https://example.com/og-image.jpg",
"video": null,
"rewrite": false,
"doIndex": false,
"ios": null,
"android": null,
"geo": null,
"publicStats": false,
"tagId": null,
"tags": [
{
"id": "tag_abc123",
"name": "campaign",
"color": "blue"
}
],
"comments": "Campaign link for Q3",
"shortLink": "https://dub.sh/my-campaign",
"qrCode": "https://api.dub.co/qr?url=https%3A%2F%2Fdub.sh%2Fmy-campaign",
"utm_source": "newsletter",
"utm_medium": "email",
"utm_campaign": "q3-launch",
"utm_term": null,
"utm_content": null,
"userId": "usr_abc123",
"workspaceId": "ws_abc123",
"clicks": 1247,
"lastClicked": "2026-06-10T14:23:45Z",
"leads": 87,
"sales": 23,
"saleAmount": 4599,
"createdAt": "2026-06-01T00:00:00Z",
"updatedAt": "2026-06-12T00:00:00Z",
"webhooks": []
}