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.
m3ter supports machine to machine authentication using the clientCredentials OAuth2 flow.
The authorizationCode flow controls access for human users via the m3ter Console application.
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
The UUID of the integration configuration. This ID specifies which integration's configuration details are being requested.
Returns the IntegrationConfig
Response containing an IntegrationRun entity.
The UUID of the entity.
The type of entity the integration run is for. Two options:
1The unique identifier (UUID) of the entity the integration run is for.
1The current status of the integration run.
WAITING, STARTED, COMPLETE, ERROR, AWAITING_RETRY, AUTH_FAILED, ACCOUNTING_PERIOD_CLOSED, INVOICE_ALREADY_PAID, DISABLED, TIMEOUT_LIMIT_EXCEEDED, RATE_LIMIT_RETRY The destination system for the integration run.
The version number:
The DateTime when this item was created (in ISO-8601 format).
The DateTime when this item was last modified (in ISO-8601 format).
The ID of the user who created this item.
The ID of the user who last modified this item.
The date and time the integration run was started (in ISO-8601 format).
The date and time the integration was completed. (in ISO-8601 format).
Identifier of the destination
Describes any errors encountered during the integration run.
The URL of the entity in the destination system if available.
The external ID in the destination system if available.
ID of the parent integration run, or null if this is a parent integration run