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.
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 unique identifier (UUID) of the webhook destination. This ID is used to specify which webhook integration is being targeted for activation or deactivation.
active status of the webhook
Returns the WebhookDestinationRequest
Response containing details of a webhook destination.
The UUID of the entity.
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 URL to which webhook requests are sent.
This schema defines the credentials required for m3ter request signing.