---
title: "Get Salesforce account"
method: GET
path: "/sfdc/account/{id}"
tags: ["Integrations"]
---

# Get Salesforce account

`GET /sfdc/account/{id}`

Gets a Salesforce account by its id.

## Path parameters

- `id` string, required

## Response `200`

successful operation

- SalesforceAccount
  - `id` string
  - `name` string
  - `description` string
  - `billingAddress` SalesforceAccountBillingAddress
    - `street` string
    - `city` string
    - `state` string
    - `postalCode` string
    - `country` string
  - `phone` string
  - `CurrencyIsoCode` string

---

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