Retrieve your signing keys
curl https://qstash.upstash.io/v2/keys \ -H "Authorization: Bearer <token>"
{ "current": "sig_123", "next": "sig_456" }
Your current signing key.
The next signing key.
Was this page helpful?