v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Contact Blacklist Rules

Update an email exception blacklist rule

<small>Requires the contacts:write scope (or a broader one that includes it).</small>

Updates an existing email exception blacklist rule.

put/v3/contact-blacklist-rules/email-exceptions/{id}

Path parameters

idinteger required

Email exception blacklist rule ID

Request body

patternstring required

Email address to allow as exception. Must be a valid email format (e.g., user@example.com)

Example request

{
  "pattern": "user@example.com"
}

Response

Email exception blacklist rule updated successfully

idinteger

Unique identifier of the rule

patternstring

Email pattern to allow as exception