curl https://qstash.upstash.io/v1/keys/rotate \ -H "Authorization: Bearer <token>"
{ "current": "sig_123", "next": "sig_456" }
This endpoint rotates your signing keys.
Was this page helpful?