---
title: "Get an account"
method: GET
path: "/v1/integrations/accounts/{id}"
---

# Get an account

`GET /v1/integrations/accounts/{id}`

Get an account

## Path parameters

- `id` string, required

## Response `200`

Get an account

- object
  - `id` string, required
  - `externalId` string, required — The ID of the account in the external system (e.g. Salesforce)
  - `latitude` number
  - `longitude` number
  - `addresses` unknown[], required
    - unknown
  - `phoneNumbers` string[]
  - `emailAddresses` string[]
  - `name` string
  - `createdAt` string, required — The date the account was created
  - `updatedAt` string, required — The date the account was last updated

---

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