---
title: "Retrieve Account"
method: GET
path: "/accounts/{id}"
tags: ["Account"]
---

# Retrieve Account

`GET /accounts/{id}`

Retrieve Account

## Response `200`

Successful

- object
  - `id` string
  - `name` string, nullable
  - `domain` string, nullable
  - `linkedin_url` string, nullable
  - `description` string, nullable
  - `industry` string, nullable
  - `size` string, nullable
  - `founded_year` integer, nullable
  - `image_url` string, nullable
  - `location` object, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `country` string, nullable
  - `owner` object, nullable
    - `name` string
    - `email` string
  - `tags` string[]
  - `insights` string, nullable
  - `insights_generated_at` string, date-time, nullable
  - `insights_status` string
  - `engagement` object, nullable
    - `contacts_count` integer
    - `active_contacts_count` integer
    - `interested_contacts_count` integer
    - `first_contacted_at` string, date-time, nullable
    - `last_contacted_at` string, date-time, nullable
    - `last_engaged_at` string, date-time, nullable
    - `emails_sent` integer
    - `emails_received` integer
    - `linkedin_sent` integer
    - `linkedin_received` integer
    - `calls_made` integer
    - `calls_received` integer
    - `meetings` integer
  - `crm` object, nullable
    - `provider` string
    - `account_name` string, nullable
    - `account_url` string, nullable
    - `owner` object, nullable
      - `name` string
      - `email` string
  - `opportunities` object, nullable
    - `open_count` integer
    - `closed_count` integer
    - `total_open_amount` number
    - `total_closed_amount` number
  - `custom_fields` object

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/amplemarket/apis/amplemarket-api-v1-docs.md) · [All operations](https://skmtc.dev/amplemarket/apis/amplemarket-api-v1-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/amplemarket/amplemarket-api-v1-docs/revisions/57f46eaa2dc9/schema)
