---
title: "Retrieve an opportunity"
method: GET
path: "/v1/opportunities/{opportunity_id}"
---

# Retrieve an opportunity

`GET /v1/opportunities/{opportunity_id}`

Supply the unique identifier of the opportunity as `opportunity_id` and this API will retrieve the details of it.

## Path parameters

- `opportunity_id` string, required

## Response `200`

200

- object
  - `oppportunity` object
    - `opportunity_id` string
    - `opportunity_title` string
    - `opportunity_description` string
    - `opportunity_user_id` string
    - `opportunity_owner_id` string
    - `opportunity_type` string
    - `opportunity_no` integer
    - `lead_source` object
      - `code` unknown
      - `id` unknown
      - `name` unknown
    - `creation_date` string
    - `expected_close_date` string
    - `followup_date` string
    - `created_by` string
    - `sales_owner` string
    - `therapist_id` unknown
    - `ticket_id` string
    - `custom_fields` object[]
    - `optional` object
      - `optional_field_1` unknown
      - `optional_field_2` unknown
      - `optional_field_3` unknown
    - `price` object
      - `listed_price` unknown
      - `offered_price` unknown
    - `stage` object
      - `stage_name` string
      - `stage_id` string
    - `priority` object
      - `priority_name` string
      - `priority_id` string
    - `guest` object
      - `guest_id` string
      - `guest_name` string
    - `center` object
      - `center_id` string
      - `center_name` string
    - `disposition` object
      - `id` unknown
      - `name` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
