Skip to main content
GET
/
v2
/
keys
Get Signing Keys
curl --request GET \
  --url https://qstash.upstash.io/v2/keys \
  --header 'Authorization: Bearer <token>'
{
  "current": "<string>",
  "next": "<string>"
}

Authorizations

Authorization
string
header
required

QStash authentication token

Response

200 - application/json

Signing keys retrieved successfully

current
string

The current signing key.

next
string

The next signing key.