---
title: "MetaData of the opportunities"
method: GET
path: "/v1/opportunities/metadata/{section}"
---

# MetaData of the opportunities

`GET /v1/opportunities/metadata/{section}`

Gives MetaData of the Opportunities which can be needed while creating an opportunity.
Different sections under metadata are :

1. Priorities.
2. Dispositions.
3. Stages.
4. Sources.
5. Types

## Path parameters

- `section` '1' | '2' | '3' | '4' | '5', required

## Headers

- `Authorization` string

## Response `200`

200

- object
  - `priorities` object[]
    - `id` string
    - `name` string
    - `priority` integer
  - `stages` object[]
    - `id` string
    - `name` string
    - `priority` integer
    - `code` string
    - `description` unknown
    - `active` boolean
  - `lead_sources` object[]
    - `id` string
    - `name` string
    - `code` string
    - `description` unknown
    - `active` boolean
    - `optional_field_1` unknown
    - `optional_field_2` unknown
    - `optional_field_3` unknown
    - `optional_field_4` unknown
  - `dispositions` object[]
    - `id` string
    - `name` string
    - `description` string
    - `followup_days` integer
  - `types` string[]

## 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)
