---
title: "Get ConfigOption Values"
method: GET
path: "/organizations/{orgId}/integrationconfigs/values/{systemName}/{configOption}"
tags: ["Integrations"]
---

# Get ConfigOption Values

`GET /organizations/{orgId}/integrationconfigs/values/{systemName}/{configOption}`

Get possible values for specific configuration setting.

## Path parameters

- `orgId` string, required
- `systemName` string, required
- `configOption` string, required

## Response `200`

Returns the ConfigOption Values

- ConfigOptionsResponse — Response containing an options for a configuration
  - `id` string
  - `label` string

## Other responses

- `4XX` — Error message
- `5XX` — Error message

## Changes

- **2025-08-01** `9f9e5f3dbde7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/m3ter-com/apis/m3ter-api/changes/organizations/:orgId/integrationconfigs/values/:systemName/:configOption/get.md)

---

[API](https://skmtc.dev/m3ter-com/apis/m3ter-api.md) · [All operations](https://skmtc.dev/m3ter-com/apis/m3ter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/m3ter-com/m3ter-api/revisions/ac93d1a9e6d9/schema)
