{ "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 } }