Skip to main content
GET
/
organizations
/
{orgId}
/
integrationconfigs
/
values
/
{systemName}
/
{configOption}
Get ConfigOption Values
curl --request GET \
  --url https://api.m3ter.com/organizations/{orgId}/integrationconfigs/values/{systemName}/{configOption} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "label": "<string>"
}

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

UUID of the organization

systemName
string
required

The name of the system.

configOption
string
required

The entity to retrieve the configuration for.

Response

Returns the ConfigOption Values

Response containing an options for a configuration

id
string
label
string