Lists
List Entries
GET /v3/lists//entries/ — retrieve paginated entries in a Didit blocklist, allowlist, or custom list with search filtering. Pay-per-call.
GET
Retrieve entries in a specific list with optional search filtering.Documentation Index
Fetch the complete documentation index at: https://docs.didit.me/llms.txt
Use this file to discover all available pages before exploring further.
Query parameters
| Parameter | Type | Description |
|---|---|---|
search | string | Search entries by value or display label |
offset | integer | Pagination offset (default: 0) |
limit | integer | Page size (default: 25) |
Response fields
| Field | Type | Description |
|---|---|---|
uuid | string | Unique entry ID |
value | string | The blocklisted value (phone number, email, document number, IP, etc.) |
display_label | string | Human-readable label |
comment | string | Comment or reason for adding |
added_by | string | Who added the entry (api, console, email, or system) |
reference_session_id | string | null | Session ID this entry was created from (for session-based entries) |
reference_session_number | integer | null | Session number for display |
reference_object_uuid | string | null | UUID of the source entity — Face/KYC/Phone/Email object (for session entries), or transaction/vendor user/business UUID (for entity-based entries). Use with metadata.reference_type to navigate back to the source. |
metadata | object | null | Structured data. May include reference_type ("transaction", "vendor_user", "vendor_business"), document context (full_name, issuing_state), or face image URLs. |
created_at | string | ISO 8601 timestamp |