---
title: "Retrieve Available Configurations"
method: GET
path: "/organizations/{orgId}/integrationconfigs/available"
tags: ["Integrations"]
---

# Retrieve Available Configurations

`GET /organizations/{orgId}/integrationconfigs/available`

This endpoint gets the available configuration options for integrations.

## Path parameters

- `orgId` string, required

## Query parameters

- `systemName` string
- `entityType` string

## Response `200`

Returns the configuration details

- AvailableConfigurationResponse — Response containing available configuration options for integrations.
  - `supportedEntities` object, required — An object mapping entity types to their respective `EntityConfiguration`. Provides information on which entities are supported and their configurations.
  - `selectedConfigurations` object, required
  - `globalConfigurationOptions` ConfigOptions, required
    - `empty` boolean

## Other responses

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

---

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