Skip to main content
GET
Get block list entry

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

The ID of the requested item

Example:

"019fef96-7afb-7239-a75d-156977e9de93"

Response

The requested Block List Entry

A blocked email or domain

id
string<uuid>
required
read-only

Unique identifier for the block list entry

Example:

"019fef96-3ce7-7e35-9931-74f15cc9ecc1"

timestamp_created
string<date-time>
required
read-only

Timestamp when the block list entry was created

Example:

"2026-08-11T06:50:28.455Z"

organization_id
string<uuid>
required
read-only

Organization ID that owns this block list entry

Example:

"019fef96-3ce7-7e35-9931-74f2902275f4"

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