Skip to main content
GET
/
v2
/
keys
curl https://qstash.upstash.io/v2/keys \
  -H "Authorization: Bearer <token>"
{ "current": "sig_123", "next": "sig_456" }

Documentation Index

Fetch the complete documentation index at: https://upstash-fix-issues-on-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

current
string
required
Your current signing key.
next
string
required
The next signing key.
curl https://qstash.upstash.io/v2/keys \
  -H "Authorization: Bearer <token>"
{ "current": "sig_123", "next": "sig_456" }