Create a custom field definition
Authentication
X-API-Keystring
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
Path parameters
type_id
Identity type ID (idtype_*).
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:
Idempotency-Key
Unique key for idempotent requests. Cached for 24 hours. Sending the
same key with different parameters returns 422.
Request
This endpoint expects an object.
name
Machine-readable field name.
label
Human-readable label.
field_type
Data type for this field.
is_required
Whether this field is required on identities of this type.
is_unique
Whether values must be unique across identities.
is_encrypted
Whether values are encrypted at rest.
enum_values
Allowed values when field_type is enum.
validation_regex
Optional regex pattern for value validation.
sort_order
Display order for the field.
Response
Custom field definition created.
id
org_id
identity_type_id
name
label
field_type
is_required
created_at
is_unique
is_encrypted
enum_values
validation_regex
sort_order
Errors
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error