do-not-contact

Add a domain/email(s) to the dnc list.

post/v1/dnc

Request body

itemsstring[] required

Array of strings containing either emails or domains

dncListIdstring required

DNC list id to which the items should be added. Use the string id returned by GET /v1/dnc (e.g. "vWjzRkZwAq") — do not coerce it to a number.

Example request

{
  "items": [
    "example@example.com",
    "domain.com"
  ],
  "dncListId": "vWjzRkZwAq"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.