---
title: "Get a sales lead"
method: GET
path: "/sales_leads/{id}"
tags: ["Sales Leads"]
---

# Get a sales lead

`GET /sales_leads/{id}`

**Plan: Paid API.**

## Response `200`

OK

- SalesLead
  - `id` string, uuid
  - `title` string
  - `details` string, nullable
  - `workflowState` string, nullable
  - `nextContactDate` string, date, nullable
  - `expectedCloseDate` string, date, nullable
  - `qualified` boolean, nullable
  - `dealValueInDollars` number, nullable — US dollars.
  - `createdAt` string, date-time
  - `createdById` string, uuid, nullable
  - `updatedById` string, uuid, nullable
  - `companyId` string, uuid, nullable
  - `company` NamedRef — Lightweight reference to a related record.
    - `id` string, uuid
    - `name` string
  - `leadSourceId` string, uuid, nullable
  - `leadSource` NamedRef — Lightweight reference to a related record.
    - `id` string, uuid
    - `name` string
  - `salesRepId` string, uuid, nullable
  - `salesRep` Party — A person reference (sales rep, PM, designer) with initials.
    - `id` string, uuid
    - `name` string, nullable
    - `initials` string, nullable
  - `pipelineStageId` string, uuid, nullable
  - `pipelineStage` NamedRef — Lightweight reference to a related record.
    - `id` string, uuid
    - `name` string
  - `primaryContactId` string, uuid, nullable
  - `primaryContact` object
    - `id` string, uuid
    - `name` string
    - `email` string, nullable
  - `pipelineId` string, uuid, nullable
  - `pipeline` object
    - `id` string, uuid
    - `name` string
    - `stages` object[]
      - `id` string, uuid
      - `name` string
      - `position` integer
  - `assignedToId` string, uuid, nullable
  - `assignedTo` Party — A person reference (sales rep, PM, designer) with initials.
    - `id` string, uuid
    - `name` string, nullable
    - `initials` string, nullable
  - `divisionId` string, uuid, nullable
  - `division` object — Full division record (all columns), present only when the lead has a division.

## Other responses

- `401` — Missing/expired credentials, an index request without a required filter, or the plan does not include this endpoint.

---

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