Retrieve IntegrationConfig
Function name:m3ter_GetIntegrationConfigForType
Category: READ
HTTP method: GET
Destination: m3ter
Retrieve the integration configuration for the entity
Parameters
Exits
Retrieve Available Auth Config for System and Entity Type
Function name:m3ter_GetAvailableAuthForSystemAndEntityType
Category: READ
HTTP method: GET
Destination: m3ter
Retrieve the valid auth config for provided system and entity type.
Parameters
Exits
List All IntegrationConfigs
Function name:m3ter_GetIntegrationConfigs
Category: READ
HTTP method: GET (paginated)
Destination: m3ter
List all integration configurations.
This endpoint retrieves a list of all integration configurations for the specified Organization. The list can be paginated for easier management.
Parameters
Exits
Create IntegrationConfig
Function name:m3ter_PostIntegrationConfig
Category: WRITE
HTTP method: POST
Destination: m3ter
Set the integration configuration for the entity.
Parameters
Exits
Enable IntegrationConfig
Function name:m3ter_EnableIntegrationConfig
Category: WRITE
HTTP method: POST
Destination: m3ter
Enables a previously disabled integration configuration, allowing it to be operational again.
Parameters
Exits
Retrieve IntegrationConfig for UUID
Function name:m3ter_GetIntegrationConfig
Category: READ
HTTP method: GET
Destination: m3ter
Retrieve the integration configuration for the given UUID.
This endpoint retrieves the configuration details of a specific integration within an organization. It is useful for obtaining the settings and parameters of an integration.
Parameters
Exits
Update IntegrationConfig
Function name:m3ter_UpdateIntegrationConfig
Category: WRITE
HTTP method: PUT
Destination: m3ter
Update the integration configuration for the given UUID.
This endpoint allows you to update the configuration of a specific integration within your organization. It is used to modify settings or parameters of an existing integration.
Parameters
Exits
Delete IntegrationConfig
Function name:m3ter_DeleteIntegrationConfig
Category: WRITE
HTTP method: DELETE
Destination: m3ter
Delete the integration configuration for the given UUID.
Use this endpoint to delete the configuration of a specific integration within your organization. It is intended for removing integration settings that are no longer needed.
Parameters
Exits
Get ConfigOption Values
Function name:m3ter_GetConfigOptionValues
Category: READ
HTTP method: GET
Destination: m3ter
Get possible values for specific configuration setting.
Parameters
Exits
Retrieve Available Configurations
Function name:m3ter_GetAvailableConfig
Category: READ
HTTP method: GET
Destination: m3ter
This endpoint gets the available configuration options for integrations.
Parameters
Exits
Retrieve Available Integration Systems
Function name:m3ter_GetAvailableSystems
Category: READ
HTTP method: GET
Destination: m3ter
Retrieve the valid integration systems. Can be filtered by entityType.
Parameters
Exits
Retrieve Available Entity Types for System
Function name:m3ter_GetAvailableSystemEntities
Category: READ
HTTP method: GET
Destination: m3ter
Retrieve the valid entity types for provided system.