Skip to main content
GET
/
organizations
/
{orgId}
/
integrationconfigs
/
available
/
{systemName}
/
auth
/
{entityType}
Retrieve Available Auth Config for System and Entity Type
curl --request GET \
  --url https://api.m3ter.com/organizations/{orgId}/integrationconfigs/available/{systemName}/auth/{entityType} \
  --header 'Authorization: Bearer <token>'
{
  "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

UUID of the organization

systemName
string
required

The system to retrieve the configuration for.

entityType
string
required

The entity to retrieve the configuration for.

Response

Return the available auth config

empty
boolean