Skip to main content
GET
/
organizations
/
{orgId}
/
integrationconfigs
/
available
/
systems
Retrieve Available Integration Systems
curl --request GET \
  --url https://api.m3ter.com/organizations/{orgId}/integrationconfigs/available/systems \
  --header 'Authorization: Bearer <token>'
[
  {
    "identifier": "<string>",
    "displayName": "<string>",
    "validationSupported": true,
    "supportedAuthTypes": [
      "OAUTH_CODE"
    ]
  }
]

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

Query Parameters

entityType
string

The entity to retrieve the configuration for.

Response

Return the available integration systems

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
enum<string>[]

List of supported auth types

Available options:
OAUTH_CODE,
OAUTH_CLIENT_CREDENTIALS,
HTTP_BASIC,
M3TER_SIGNED_REQUEST,
AWS_INTEGRATION,
PADDLE,
NETSUITE,
CHARGEBEE,
M3TER_APP_SIGNATURE,
M3TER_SERVICE_USER,
STRIPE_SIGNED_REQUEST,
OPSGENIE_KEY,
SAP_BYD,
HUBSPOT_ACCESS_TOKEN,
HUBSPOT_CLIENT_SECRET,
SLACK_WEBHOOK,
SAGE_INTACCT_CLIENT_CREDENTIALS,
SAGE_INTACCT_CLIENT_SECRET,
STATIC_API_KEY