---
title: "Get Account"
method: GET
path: "/v1/accounts/{accountId}"
---

# Get Account

`GET /v1/accounts/{accountId}`

Return the available details for one CRM account.

Includes contacts and synced CRM fields when present. Requires the **Export**
permission (`read` scope).

## Path parameters

- `accountId` string, required

## Response `200`

Successful Response

- AccountDetail
  - `accountId` string, required
  - `name` string, nullable
  - `website` string, nullable
  - `owner` AccountOwner
    - `name` string, nullable
    - `email` string, nullable
  - `createdDate` string, date-time, nullable
  - `lastActivityDate` string, date-time, nullable
  - `latestDeal` LatestDeal
    - `dealId` string, required
    - `name` string, nullable
    - `stage` string, nullable
    - `amount` number, nullable
    - `closeDate` string, date-time, nullable
  - `contacts` AccountContact[]
    - `name` string, nullable
    - `email` string, nullable
    - `title` string, nullable
    - `phone` string, nullable
  - `syncedCrmFields` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/sybill/apis/sybill-api.md) · [All operations](https://skmtc.net/sybill/apis/sybill-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sybill/sybill-api/revisions/f499ec011b17/schema)
