---
title: "Get an opportunity"
method: GET
path: "/v1/integrations/opportunities/{id}"
---

# Get an opportunity

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

Get an opportunity

## Path parameters

- `id` string, required

## Response `200`

Get an opportunity

- object
  - `id` string, required
  - `externalId` string, required — The ID of the opportunity in the external system (e.g. Salesforce)
  - `name` string, nullable — The name of the opportunity
  - `amount` number — The dollar amount of the opportunity
  - `closedAt` string — The closure date of the opportunity
  - `disposition` string — "WON" | "LOST" | "OPEN"
  - `createdAt` string, required — The date the opportunity was created
  - `updatedAt` string, required — The date the opportunity was last updated
  - `recordingId` string — The ID of the recording associated to the opportunity
  - `accountId` string
  - `organizationId` string, required
  - `account` unknown
  - `opportunityUsers` unknown[]
    - unknown

---

[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/versions/9995339a94c6/schema)
