Skip to main content
GET
/
organizations
/
{orgId}
/
externalmappingconfiguration
/
values
/
{destination}
/
{entityType}
/
{integrationCredentialsId}
Retrieve a list of external entities from the destination system for a particular credential
curl --request GET \
  --url https://api.m3ter.com/organizations/{orgId}/externalmappingconfiguration/values/{destination}/{entityType}/{integrationCredentialsId} \
  --header 'Authorization: Bearer <token>'
[
  {
    "externalId": "<string>",
    "externalName": "<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

destination
string
required

Name of the destination system

entityType
string
required

The m3ter entity type.

integrationCredentialsId
string
required

The UUID of the credentials to use.

Query Parameters

externalTable
string

Name of the target externalTable

Response

Return a list of the external systems entities using a particular credential.

externalId
string
externalName
string