Signing Keys
Rotate Signing Keys
Rotate your signing keys
POST/v2/keys/rotate
cURL
curl --request POST \
--url https://qstash-{region}.upstash.io/v2/keys/rotate \
--header 'Authorization: Bearer <token>'200Response
{
"current": "<string>",
"next": "<string>"
}Authorization
Authorizationheaderstringrequired
Bearer authentication header of the form Bearer <token>.
Response
200 — Keys rotated successfully
currentstring
The current signing key.
nextstring
The next signing key.