Retrieve Destination
Function name:m3ter_GetWebhookIntegrationDestination
Category: READ
HTTP method: GET
Destination: m3ter
Retrieve the webhook Destination for the UUID.
Parameters
Exits
Update Destination
Function name:m3ter_UpdateWebhookDestination
Category: WRITE
HTTP method: PUT
Destination: m3ter
Update a destination to be used for a webhook.
Parameters
Exits
Delete Webhook Destination
Function name:m3ter_DeleteWebhookDestination
Category: WRITE
HTTP method: DELETE
Destination: m3ter
This endpoint deletes a specific webhook destination identified by its UUID.
Parameters
Exits
Activate Webhook Destination
Function name:m3ter_ActivateWebhookDestination
Category: WRITE
HTTP method: PUT
Destination: m3ter
Set the active status on a webhook integration destination.
Use this endpoint to activate or deactivate a webhook integration destination. It toggles the active status of the specific wehbook destination with the given ID.
Parameters
Exits
Retrieve reported usage
Function name:m3ter_GetUsageReport
Category: READ
HTTP method: GET (paginated)
Destination: m3ter
Retrieve a list of reported usage records that match the provided filters.
When Bill integration runs are performed, all interactions between m3ter and a Marketplace system are persisted as logs. Use this endpoint to retrieve these logs, which you can use to track all amounts sent over to the Marketplace system together with the date and time the Bill data was sent. This provides a report on usage data sent to the Marketplace for each Bill integration run
Parameters
Exits
List Destinations
Function name:m3ter_ListWebhookIntegrations
Category: READ
HTTP method: GET (paginated)
Destination: m3ter
Retrieve a list of all Destinations created in the Organization.
Parameters
Exits
Create Webhook Destination
Function name:m3ter_CreateWebhookDestination
Category: WRITE
HTTP method: POST
Destination: m3ter
This endpoint creates a new webhook destination. A webhook destination is a URL where webhook payloads will be sent.