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

## Changes

- **2025-08-01** `9f9e5f3dbde7` — 4 info
  - added the new optional `query` request parameter `entityType`
  - added the new optional `query` request parameter `systemName`
  - added the required property `selectedConfigurations` to the response with the `200` status
  - added the required property `supportedEntities/additionalProperties/destinations/items/categories` to the response with the `200` status
- **2025-02-04** `9433593378b5` — 1 info
  - added the required property `supportedEntities/additionalProperties/destinations/items/apiName` to the response with the `200` status

[Change history](https://skmtc.dev/m3ter-com/apis/m3ter-api/changes/organizations/:orgId/integrationconfigs/available/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)
