Skip to main content
POST
Add a subscriber (immediately confirmed, skips double opt-in)

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Path Parameters

id
string<uuid>
required

Body

application/json
email
string<email> | null

Email for EMAIL channel; legacy clients may send only this

Maximum string length: 320
channel
enum<string> | null

Delivery channel (default: EMAIL)

Available options:
EMAIL,
SMS,
WEBHOOK
destination
string | null

Channel destination (email, phone, or webhook URL)

Maximum string length: 2048
componentIds
string<uuid>[] | null

Optional component IDs to scope; null means whole page

Optional component IDs to scope; null means whole page

Response

Created

data
object
required