Create data list
API Reference
Create data list
Create a tenant-owned data list with name, type, source, and optional configuration to be referenced by rules and checks β POST /data-lists.
POST
Create data list
Overview
Creates a new data list for the organization. Usetype: "custom" for a generic list you will reference by UUID in rules.
Endpoint
Authentication
Request Body
Display name (1β200 characters). Shown in the dashboard (list catalog, selectors, headers) so your team can identify the list; it does not affect how rules match items.
List type enum, including
custom, company_blocklist, document_blocklist, keyword_list, ip_blocklist, and others supported by the platform.Optional description (max 1000 characters). Use for internal context (owner, refresh policy, intended use case); visible in the dashboard where the product shows list details. Not used by the matching engine.
Origin of data, e.g.
manual_entry, api_integration, custom_upload, internal, etc.Optional:
autoSync, syncFrequency, externalUrl, apiKey, visibleItemDataColumns, etc.Optional string-to-string map for ingestion mappings.
Priority 1β100.
Reserved for platform use; tenant clients normally omit or set
false.Example
Response
201 with success, data (includes list id), and timing metadata on success.