Lists
List All Lists
GET /v3/lists/ — retrieve all blocklists, allowlists, and custom lists for your app. Filter by list type or entry type. Pay-per-call, no contracts.
GET
Retrieve a paginated list of all lists (blocklists, allowlists, custom) for your application. Filter byDocumentation Index
Fetch the complete documentation index at: https://docs.didit.me/llms.txt
Use this file to discover all available pages before exploring further.
list_type or entry_type.
Query parameters
| Parameter | Type | Description |
|---|---|---|
list_type | string | Filter by type: blocklist, allowlist, or custom |
entry_type | string | Filter by entry type: face, document, phone, email, ip_address, device_fingerprint, wallet_address, bank_account, country, user, business, key |
ordering | string | Sort by: created_at, -created_at, entry_count, -entry_count, last_entry_added_at, -last_entry_added_at |
offset | integer | Pagination offset (default: 0) |
limit | integer | Page size (default: 25) |