cURL
curl --request POST \ --url https://qstash.upstash.io/v2/keys/rotate \ --header 'Authorization: Bearer <token>'
{ "current": "<string>", "next": "<string>" }
Rotate your signing keys
QStash authentication token
Keys rotated successfully
The current signing key.
The next signing key.
Was this page helpful?