# Associations Object

> Source: https://truto.one/docs/api-reference/unified-crm-api/associations/

Schema for the `Associations` resource in **Unified CRM API**.

## Properties

- **`entity_id`** _(string)_
  The unique identifier for the entity.
- **`entity`** _(string)_
  The type of the entity.
- **`associations`** _(object)_
  - **`acocunts`** _(array<object>)_
    - **`id`** _(string)_
  - **`contacts`** _(array<object>)_
    - **`id`** _(string)_
  - **`leads`** _(array<object>)_
    - **`id`** _(string)_
  - **`opportunities`** _(array<object>)_
    - **`id`** _(string)_
- **`remote_data`** _(object)_
  Raw data returned from the remote API call.

## Methods

- [POST /unified/crm/associations](/docs/api-reference/unified-crm-api/associations/create) — Create Associations
