Create Contact via DOI (Double-Opt-In) Flow
POST {{baseUrl}}/contacts/doubleOptinConfirmation
Request Body
{"email"=>"elly@example.com", "includeListIds"=>[36], "redirectionUrl"=>"http://requestb.in/173lyyx1", "templateId"=>2, "attributes"=>{"FNAME"=>"John", "LNANE"=>"Smith"}, "excludeListIds"=>[6]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
""