This schema describes objects returned by the Block List Entry endpoints.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string (uuid) | Yes | Unique identifier for the block list entry (read-only) |
timestamp_created | string (date-time) | Yes | Timestamp when the block list entry was created (read-only) |
organization_id | string (uuid) | Yes | Organization ID that owns this block list entry (read-only) |
bl_value | string | Yes | The email or domain to block |
is_domain | boolean | Yes | Whether this entry blocks an entire domain (read-only) |