Create Link Delivery

Creates delivery for a DSR engagement created via the Create DSR or Create DSR
from Template APIs and returns the resolved access link URL.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Delivery registration payload. Must include an existing dsrId created by POST https://api.seismic.com/dsr/v1/dsrs. Include recipients when known so downstream engagement can be attributed to specific viewers. Based on the public controller DTO in this repository, the request body accepts only dsrId and recipients.

string
required

Existing DSR identifier to deliver. Use the id returned by POST https://api.seismic.com/dsr/v1/dsrs.

recipients
array of objects

People who receive the delivered DSR link. Provide recipients whenever possible so engagement analytics can attribute sessions to individuals and report what content/pages were viewed in DSR session summaries. In the service implementation in this repository, this field is required when buyer SSO is enabled and optional otherwise. If you do not know the recipients and SSO is disabled, send an empty array instead of null.

recipients
Responses

linkUrl for the delivered DSR.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json