v1

latestOpenAPI 3.0.02026-07-243339471.1 MB
Webhooks

Rotate HMAC key for a Webhook by ID

This API endpoint rotates the HMAC key for an existing Webhook.

post/network-services/v1/webhooks/{id}/rotate-hmac-key

Path parameters

idstring uuid required

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

Response

Rotates the webhook HMAC Key

Example response

{
  "items": {
    "id": "a1234567-89b9-01",
    "hmacKey": "2067774a07afcf4bc7815c8ff04aa1a71b4c18a6274bf7c6ddb651227a6af796",
    "success": true,
    "message": "HMAC key rotated successfully!"
  }
}