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

## Changes

- **2025-12-03** `ac93d1a9e6d9` — 3 warning
  - added the new `M3TER_APP_SIGNATURE` enum value to the `items/supportedAuthTypes/items/` response property for the response status `200`
  - added the new `SAGE_INTACCT_CLIENT_CREDENTIALS` enum value to the `items/supportedAuthTypes/items/` response property for the response status `200`
  - added the new `SLACK_WEBHOOK` enum value to the `items/supportedAuthTypes/items/` response property for the response status `200`
- **2025-08-29** `0f92c877619f` — 1 info
  - added the optional property `items/supportedAuthTypes` to the response with the `200` status
- **2025-08-01** `9f9e5f3dbde7` — 1 info
  - endpoint added

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