---
title: "Package data model"
url: "https://docs.unified.to/verification/package/model"
description: "API reference for Package data model. Launch multiple pre-built Package integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-03T20:56:17.727Z"
---
# Package data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/verification/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

Unique identifier for the verification type

**created\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**name**string  required 

Name of the verification type

**type** enum required 

Valid values:

 "IDENTITY\_VERIFICATION" 

 "SCREENING" 

 "BACKGROUND\_CHECK" 

 "EMPLOYMENT\_VERIFICATION" 

 "EDUCATION\_VERIFICATION" 

**aliases**string array 

**tags**string array 

Category (Verification, Validation, Background Check)

**description**string 

Detailed description

**parameters** array 

Questions that need to be answered for this verification

**average\_processing\_times** array 

average processing time in minutes

**has\_redirect\_url**boolean 

**has\_target\_url**boolean 

where the provider will redirect the user to after the verification

**needs\_ip\_address**boolean 

**cost\_amount**number 

Cost-related information

**currency**string 

**max\_score**number 

if this verification returns a score, what is the maximum?

**info\_url**string 

where to find additional information

**valid\_regions**string array 

{country}-{state/province/territory} or just {country} 2-digit ISO codes

**raw**any
