---
title: "Integration data model"
url: "https://docs.unified.to/unified/integration/model"
description: "API reference for Integration data model. Launch multiple pre-built Integration integrations today with zero maintenance — all through a single API."
generated_at: "2026-05-29T17:54:19.314Z"
---
# Integration data model

Informational object for supported integrations.

### 

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

Data Model

**type**string  required 

Identifier for this integration

**created\_at**string 

Date that this integration was supported (YYYY-MM-DD) (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**string 

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

**name**string  required 

The integration's name

**is\_active**boolean 

Is this integration active in this workspace

**categories** enum array  required 

Valid values:

 "passthrough" 

 "hris" 

 "ats" 

 "auth" 

 "crm" 

The categories of support solutions that this integration has

**api\_docs\_url**string 

The URL of the integration's API documentation

**logo\_url**string 

The URL of the integration's logo

**in\_progress**boolean 

If this integration is not yet available as it is currently being built by unified.to

**is\_hidden**boolean 

**color**string 

button background color for AUTH

**text\_color**string 

text color for AUTH

**fa\_icon**string 

font-awesome icon

**token\_names**string array 

if auth\_types = 'token'

**token\_instructions**string array 

instructions for the user on how to find the token/key

**web\_url**string 

URL for the software vendor

**rate\_limit\_description**string 

**beta**boolean 

This integration is new and is still considered "beta"

**support**string dictionary 

**tested\_at**date 

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

**sandbox**any 

**partnership**any 

**saml**any 

**description**string 

**api**any 

**featured**boolean 

**popularity**number 

**active\_healthy\_connections**number
