---
title: "Activate Webhook Destination"
method: PUT
path: "/organizations/{orgId}/integrationdestinations/webhooks/{id}/active"
tags: ["Integrations"]
---

# Activate Webhook Destination

`PUT /organizations/{orgId}/integrationdestinations/webhooks/{id}/active`

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.

## Path parameters

- `orgId` string, required
- `id` string, required

## Query parameters

- `active` boolean

## Response `200`

Returns the WebhookDestinationRequest

- WebhookDestinationResponse
  - `url` string — The URL to which webhook requests are sent.
  - `credentials` object — Response representing a credential set for m3ter request signing
    - `apiKey` string — The API key provided by m3ter. This key is part of the credential set required for signing requests and authenticating with m3ter services.
    - `secret` string — The secret associated with the API key. This secret is used in conjunction with the API key to generate a signature for secure authentication.
    - `id` string, required — The UUID of the entity.
    - `version` integer — The version number: - **Create:** On initial Create to insert a new entity, the version is set at 1 in the response. - **Update:** On successful Update, the version is incremented by 1 in the response.
    - `dtCreated` string, date-time — The DateTime when this item was created *(in ISO-8601 format)*.
    - `dtLastModified` string, date-time — The DateTime when this item was last modified *(in ISO-8601 format)*.
    - `createdBy` string — The ID of the user who created this item.
    - `lastModifiedBy` string — The ID of the user who last modified this item.
    - `type` string, required — the type of credentials
    - `destination` string, required — the system the integration is for
    - `destinationId` string — the destinationId the integration is for
    - `name` string — the name of the credentials
  - `id` string, required — The UUID of the entity.
  - `version` integer — The version number: - **Create:** On initial Create to insert a new entity, the version is set at 1 in the response. - **Update:** On successful Update, the version is incremented by 1 in the response.
  - `dtCreated` string, date-time — The DateTime when this item was created *(in ISO-8601 format)*.
  - `dtLastModified` string, date-time — The DateTime when this item was last modified *(in ISO-8601 format)*.
  - `createdBy` string — The ID of the user who created this item.
  - `lastModifiedBy` string — The ID of the user who last modified this item.
  - `name` string
  - `description` string
  - `code` string
  - `active` boolean

## Other responses

- `4XX` — Error message
- `5XX` — Error message

## Changes

- **2025-08-01** `9f9e5f3dbde7` — 3 breaking, 4 info
  - the response property `credentials` became optional for the status `200`
  - the response property `url` became optional for the status `200`
  - the `url` response property's minLength was decreased from `1` to `0` for the response status `200`
  - added `#/components/schemas/DestinationResponse, #/components/schemas/AbstractResponseWithAuditFields, #/components/schemas/AbstractResponse` to the response body `allOf` list for the response status `200`
  - …3 more
- **2025-02-04** `9433593378b5` — 1 warning
  - added the new `STRIPE_SIGNED_REQUEST` enum value to the `credentials/allOf[#/components/schemas/IntegrationM3terSignedCredentialsRequest]/allOf[#/components/schemas/IntegrationCredentialsRequestBase]/type` response property for the response status `200`

[Change history](https://skmtc.dev/m3ter-com/apis/m3ter-api/changes/organizations/:orgId/integrationdestinations/webhooks/:id/active/put.md)

---

[API](https://skmtc.dev/m3ter-com/apis/m3ter-api.md) · [All operations](https://skmtc.dev/m3ter-com/apis/m3ter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/m3ter-com/m3ter-api/revisions/ac93d1a9e6d9/schema)
