cURL
curl --request GET \ --url https://qstash.upstash.io/v2/keys \ --header 'Authorization: Bearer <token>'
{ "current": "<string>", "next": "<string>" }
Retrieve your current and next signing keys
Documentation IndexFetch the complete documentation index at: https://upstash.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://upstash.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
QStash authentication token
Signing keys retrieved successfully
The current signing key.
The next signing key.
Was this page helpful?