Webhooks

Update a Webhook by ID

This API endpoint modifies an existing Webhook. All the request body parameters should be provided to update the Webhook. Auth mechanism can be either API key or OIDC. Use dropdown beside input in body parameters to change authMechanism and provide respective parameters for the authentication type.

put/network-services/v1/webhooks/{id}

Path parameters

idstring uuid required

Unique identifier for the webhook. This can be obtained from the List Webhooks API.

Request body

inputWebhookRequestPayload required— unresolved $ref

Response

Updates the webhook

Example response

{
  "items": {
    "id": "a1234567-89b9-01",
    "type": "network-services",
    "name": "webhooktest1",
    "generation": 3,
    "createdAt": "2025-10-10T07:20:28Z",
    "updatedAt": "2025-10-14T14:47:21Z",
    "success": true,
    "message": "Webhook updated!",
    "hmacKey": "b27e63985fce36484959fd03118821e8641028bd9f0e0baa564fb3389c1e0219"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.