Skip to main content
GET
/
organizations
/
{orgId}
/
externalmappingconfiguration
/
values
/
{destination}
/
{entityType}
Retrieve External Entities from Destination
curl --request GET \
  --url https://api.m3ter.com/organizations/{orgId}/externalmappingconfiguration/values/{destination}/{entityType} \
  --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

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

destination
string
required

The name of the destination system from where the external entities are to be retrieved.

entityType
string
required

The m3ter entity type.

Query Parameters

externalTable
string

Name of the target externalTable

Response

Returns a list of the external systems entities

externalId
string
externalName
string