Overall
Features
How To
API Reference
- Authentication
- Messages
- Topics
- Schedules
- Signing Keys
- Events
- Dead Letter Queues
- v1 (Deprecated)
Migrating
Recipes
Integrations
Signing Keys
Rotate Signing Keys
Rotate your signing keys
POST
/
v2
/
keys
/
rotate
curl https://qstash.upstash.io/v2/keys/rotate \
-H "Authorization: Bearer <token>"
{ "current": "sig_123", "next": "sig_456" }
Response
Your current signing key.
The next signing key.
curl https://qstash.upstash.io/v2/keys/rotate \
-H "Authorization: Bearer <token>"
{ "current": "sig_123", "next": "sig_456" }
Was this page helpful?
curl https://qstash.upstash.io/v2/keys/rotate \
-H "Authorization: Bearer <token>"
{ "current": "sig_123", "next": "sig_456" }
Assistant
Responses are generated using AI and may contain mistakes.