Svix · Example Payload

Svix Endpoint Secret Rotate Example

Rotate an endpoint's signing secret. The previous secret remains valid for verification for 24 hours so subscribers can roll over without downtime.

WebhookWebhooks As A ServiceWebhook DeliveryWebhook SendingEvent-DrivenEventingMessagingPub-SubStreamingIngestIntegrationReliabilityRetriesDeliverabilitySigningVerificationHMACStandard WebhooksMulti-TenantMulti-RegionEnterpriseSoftware-as-a-ServiceDeveloper PlatformRESTSOC 2HIPAAPCI DSSGDPROpen-SourceRustPolyglot SDKTerraformCLI

Svix Endpoint Secret Rotate Example is an example object payload from Svix, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationsummarydescriptionrequestresponse

Example Payload

Raw ↑
{
  "operation": "POST /api/v1/app/{app_id}/endpoint/{endpoint_id}/secret/rotate",
  "summary": "Rotate Endpoint Secret",
  "description": "Rotate an endpoint's signing secret. The previous secret remains valid for verification for 24 hours so subscribers can roll over without downtime.",
  "request": {
    "method": "POST",
    "url": "https://api.us.svix.com/api/v1/app/app_1srOrx2ZWZBpBUvZwXKQmoEYga2/endpoint/ep_2srOrx2ZWZBpBUvZwXKQmoEYga2/secret/rotate",
    "headers": {
      "Authorization": "Bearer testsk_xxxxxxxxxxxxxxxxxxxxxxxxxx",
      "Content-Type": "application/json"
    },
    "body": {}
  },
  "response": {
    "status": 204,
    "body": null
  }
}