---
title: "Apicall data model"
url: "https://docs.unified.to/unified/apicall/model"
description: "API reference for Apicall data model. Launch multiple pre-built Apicall integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-03T19:04:33.516Z"
---
# Apicall data model

### 

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

Data Model

**id**string  read-only 

Unique identifier for this API call

**created\_at**date  read-only 

The date that this object was created (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**connection\_id**string 

**workspace\_id**string  read-only 

(reference to KmsSpace)

**integration\_type**string  required 

The integration type

**external\_xref**string 

your customer's user ID

**name**string  required 

The called name of the API method

**path**string  required 

The called API method's HTTP verb and route path (PUT /crm/{integration}/deak/{id})

**size**number 

The size of the response

**status**string  required 

The resulting HTTP status code (200)

**error**string 

The error description (if status code is >= 400)

**ip\_address**string 

**type** enum required 

Valid values:

 "login" 

 "webhook" 

 "inbound" 

 "mcp" 

The type of API Call being logged

**method**string  required 

**environment**string 

**webhook\_id**string 

**is\_billable**boolean 

**user\_agent**string 

**unified\_response\_time**number 

**endapi\_response\_time**number
