Skip to content
Start here

URL Ignore Patterns

List URL ignore patterns
GET/accounts/{account_id}/email-security/settings/url_ignore_patterns
Get a URL ignore pattern
GET/accounts/{account_id}/email-security/settings/url_ignore_patterns/{pattern_id}
Create a URL ignore pattern
POST/accounts/{account_id}/email-security/settings/url_ignore_patterns
Update a URL ignore pattern
PATCH/accounts/{account_id}/email-security/settings/url_ignore_patterns/{pattern_id}
Delete a URL ignore pattern
DELETE/accounts/{account_id}/email-security/settings/url_ignore_patterns/{pattern_id}
ModelsExpand Collapse
URLIgnorePatternListResponse object { id, created_at, pattern, 3 more }

A URL ignore pattern that exempts matching URLs from being rewritten by Email Security.

id: string

URL ignore pattern identifier

formatuuid
created_at: string
formatdate-time
pattern: string

Regular expression matching URLs that should not be rewritten.

maxLength1024
minLength1
comments: optional string

Optional note describing the reason for the ignore pattern.

maxLength1024
Deprecatedlast_modified: optional string

Deprecated, use modified_at instead. End of life: November 1, 2026.

formatdate-time
modified_at: optional string
formatdate-time
URLIgnorePatternGetResponse object { id, created_at, pattern, 3 more }

A URL ignore pattern that exempts matching URLs from being rewritten by Email Security.

id: string

URL ignore pattern identifier

formatuuid
created_at: string
formatdate-time
pattern: string

Regular expression matching URLs that should not be rewritten.

maxLength1024
minLength1
comments: optional string

Optional note describing the reason for the ignore pattern.

maxLength1024
Deprecatedlast_modified: optional string

Deprecated, use modified_at instead. End of life: November 1, 2026.

formatdate-time
modified_at: optional string
formatdate-time
URLIgnorePatternCreateResponse object { id, created_at, pattern, 3 more }

A URL ignore pattern that exempts matching URLs from being rewritten by Email Security.

id: string

URL ignore pattern identifier

formatuuid
created_at: string
formatdate-time
pattern: string

Regular expression matching URLs that should not be rewritten.

maxLength1024
minLength1
comments: optional string

Optional note describing the reason for the ignore pattern.

maxLength1024
Deprecatedlast_modified: optional string

Deprecated, use modified_at instead. End of life: November 1, 2026.

formatdate-time
modified_at: optional string
formatdate-time
URLIgnorePatternEditResponse object { id, created_at, pattern, 3 more }

A URL ignore pattern that exempts matching URLs from being rewritten by Email Security.

id: string

URL ignore pattern identifier

formatuuid
created_at: string
formatdate-time
pattern: string

Regular expression matching URLs that should not be rewritten.

maxLength1024
minLength1
comments: optional string

Optional note describing the reason for the ignore pattern.

maxLength1024
Deprecatedlast_modified: optional string

Deprecated, use modified_at instead. End of life: November 1, 2026.

formatdate-time
modified_at: optional string
formatdate-time
URLIgnorePatternDeleteResponse object { id }
id: string

URL ignore pattern identifier

formatuuid