---
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

---

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