Create a custom list
Creates a new custom screening list. Lists can be used in workflows
to check subjects against custom criteria.
Authentication
X-API-Keystring
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
Headers
Verifa-Version
API version date string (e.g. 2026-02-01). If omitted, the version
pinned to your API key is used.
Key-Inflection
Response key casing. Defaults to snake.
Allowed values:
Request
This endpoint expects an object.
name
Name of the list.
list_type
Type of list (e.g. blocklist, allowlist).
match_mode
Action when a match is found (flag or block).
description
Response
List created.
id
name
list_type
match_mode
item_count
is_active
created_at
org_id
description
updated_at
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error