---
title: "Profile data model"
url: "https://docs.unified.to/social/profile/model"
description: "API reference for Profile data model. Launch multiple pre-built Profile integrations today with zero maintenance — all through a single API."
---
# Profile data model

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

### 

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

Data Model

**id**string 

Unique identifier for the profile

**created\_at**date 

When the profile was created (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

When the profile was last updated (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**name**string 

Display name of the profile

**username**string 

Handle/username/store code

**parent\_id**string 

Parent profile id when profiles are nested (e.g. account → location)

**description**string 

Bio or description of the profile

**url**string 

Public URL of the profile

**website\_url**string 

External website linked from the profile

**avatar\_url**string 

Profile image URL

**phone**string 

Contact phone number

**location**string 

Free-text location/locale string

**address**object 

Structured postal address

**category**string 

Primary category of the profile

**is\_verified**boolean 

Whether the profile is verified

**is\_private**boolean 

Whether the profile is private/protected

**metrics**object 

Audience metrics for the profile

**raw**any 

Raw data from integration
