Skip to main content
GET
/
organizations
/
{orgId}
/
integrationconfigs
/
available
Retrieve Available Configurations
curl --request GET \
  --url https://api.m3ter.com/organizations/{orgId}/integrationconfigs/available \
  --header 'Authorization: Bearer <token>'
{
  "supportedEntities": {},
  "selectedConfigurations": {},
  "globalConfigurationOptions": {
    "empty": true
  }
}

Authorizations

Authorization
string
header
required

m3ter supports machine to machine authentication using the clientCredentials OAuth2 flow.

The authorizationCode flow controls access for human users via the m3ter Console application.

Path Parameters

orgId
string
required

The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.

Query Parameters

systemName
string

The system to retrieve the configuration for.

entityType
string

The entity to retrieve the configuration for.

Response

Returns the configuration details

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

An array of objects, each representing a global configuration option available for integrations.