Skip to main content
This schema describes objects returned by the Block List Entry endpoints.

A blocked email or domain

id
string<uuid>
required
read-only

Unique identifier for the block list entry

Example:

"01a0046b-af08-7a47-98ec-015a1738780f"

timestamp_created
string<date-time>
required
read-only

Timestamp when the block list entry was created

Example:

"2026-08-15T07:56:01.160Z"

organization_id
string<uuid>
required
read-only

Organization ID that owns this block list entry

Example:

"01a0046b-af08-7a47-98ec-015bd048ac65"

bl_value
string
required

The email or domain to block

Example:

"example.com"

is_domain
boolean
required
read-only

Whether this entry blocks an entire domain

Example:

true