---
title: "Review data model"
url: "https://docs.unified.to/social/review/model"
description: "API reference for Review data model. Launch multiple pre-built Review integrations today with zero maintenance — all through a single API."
---
# Review 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 review

**created\_at**date 

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

**updated\_at**date 

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

**profile\_id**string 

The social profile (page/handle/listing) being reviewed

**rating**number 

Star rating, typically 1-5

**title**string 

Optional review title/headline

**content**string 

The review text

**author\_name**string 

Display name of the reviewer

**author\_avatar\_url**string 

Profile image URL of the reviewer

**author\_location**string 

Free-text location of the reviewer

**reply**object 

The business's reply to the review

**url**string 

Public permalink to the review

**raw**any 

Raw data from integration
