Subscribers
Create Subscriber
POST
Scope required:
subscribers.writemerchant_id and email to be specified, but
accepts additional subscriber information.
This endpoint responds with a 201 for any valid email address that is sent,
even if the email address is already captured in the system. To avoid
unintentional PII exposure for existing records in the system, this API responds
only with accepted email address. The only time this endpoint 400s is when the
input email address is invalid.
Body
string
required
Filter by Merchant ID
string
required
The subscriber’s email
string
The subscriber’s first name
string
The subscriber’s last name
hash
The subscriber’s birthday information
string
The subscriber’s zip code
Response
Subscriber
The newly created subscriber