retailer: "custom" with intent: "custom_url".
Request
All other fields (
tracking, metadata, fallbackUrl, defaultQrCode) work the same as other link types.
Create link endpoint
Full schema, request playground, and response codes.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Beta: The Incarts API is actively evolving. Endpoint behavior and schemas may change as we expand product, project, and campaign APIs.
Wrap any URL in a trackable Incarts short link
retailer: "custom" with intent: "custom_url".
{
"projectId": "proj_123",
"name": "Campaign landing page",
"publicName": "View the campaign",
"retailer": "custom",
"intent": "custom_url",
"customUrl": "https://www.example.com/landing-page",
"fallbackUrl": "https://www.example.com/",
"tracking": {
"utm": {
"source": "social",
"medium": "instagram",
"campaign": "summer-launch"
},
"tags": ["campaign", "social"]
},
"metadata": {
"campaignId": "cmp_456"
}
}
| Field | Type | Required | Description |
|---|---|---|---|
customUrl | string (URI) | Yes | The destination URL the short link points to. |
tracking, metadata, fallbackUrl, defaultQrCode) work the same as other link types.
