---
title: "Get an account"
method: GET
path: "/accounts/{id}"
tags: ["Accounts"]
---

# Get an account

`GET /accounts/{id}`

Returns a single account by ID.

## Path parameters

- `id` integer, required — Account ID

## Response `200`

Account details

- Account
  - `id` number, required — Account ID
  - `name` string, required — Account/company name
  - `crmId` string, required — External CRM identifier
  - `crmIdentifier` string, nullable, required — External CRM identifier (unified field)
  - `crmLink` string, uri, required — URL to account in external CRM
  - `crm` 'microsoft_dynamics' | 'hubspot' | 'pipedrive' | 'salesforce' | 'sellsy' | 'zoho', required — CRM provider
  - `createdOn` string, nullable, required — Creation timestamp
  - `modifiedOn` string, nullable, required — Last modification timestamp

## Other responses

- `404` — Account not found

---

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