latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-18269154992.5 KB

8fbabe82a04d

Campaigns

Create share link

Creates (or fetches) the campaign's public view-in-browser link. The hosted page renders an anonymized copy - sample contact, inert unsubscribe link, no open/click tracking - so the URL is safe to forward to anyone. Idempotent - an already-active link is returned with created=false instead of being rotated. Email campaigns only.

post/campaigns/{campaignId}/share-link

Path parameters

campaignIdstring required

Campaign ID

Response

Share link active

successboolean
shareUrlstring

Public anonymized view-in-browser URL.

shareTokenstring

Capability token embedded in the URL.

createdboolean

False when an already-active link was returned instead of minted.

Example response

{
  "success": true,
  "shareUrl": "https://sequenzy.com/view/campaign/8f2kL9qWm3ZxYv71TnB4c5RdVaEuGh0s"
}