Integrations
Activate Webhook Destination
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.
put/organizations/{orgId}/integrationdestinations/webhooks/{id}/active
Path parameters
orgIdstring required
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
idstring required
The unique identifier (UUID) of the webhook destination. This ID is used to specify which webhook integration is being targeted for activation or deactivation.
Query parameters
activeboolean
active status of the webhook
Response
Returns the WebhookDestinationRequest
Example response
{
"credentials": {
"apiKey": "api key",
"secret": "api secret"
}
}