---
title: "Get accounts"
method: GET
path: "/v1/integrations/accounts"
---

# Get accounts

`GET /v1/integrations/accounts`

Get accounts

## Response `200`

Get accounts

- 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.dev/siro/apis/swagger-api.md) · [All operations](https://skmtc.dev/siro/apis/swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siro/swagger-api/revisions/9995339a94c6/schema)
