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

# Retrieve Available Integration Systems

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

Retrieve the valid integration systems. Can be filtered by entityType.

## Path parameters

- `orgId` string, required

## Query parameters

- `entityType` string

## Response `200`

Return the available integration systems

- SystemResponse[]
  - `identifier` string — System name
  - `displayName` string — User friendly display name
  - `validationSupported` boolean — Whether or not m3ter supports validation of requests for this system. Requests will need to made without validation
  - `supportedAuthTypes` AuthType[] — List of supported auth types

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