Skip to main content
POST
/
qstash
/
user
/
rotatetoken
Reset QStash Token
curl --request POST \
  --url https://api.upstash.com/qstash/user/rotatetoken \
  --header 'Authorization: Basic <encoded-value>'
{
  "customer_id": "[email protected]",
  "id": "99a4c327-31f0-490f-a594-043ade84085a",
  "password": "ZXhhbXBsZUB1cHN0YXNoLmNvbTpuYWJlcg==",
  "token": "ZXhhbXBsZUB1cHN0YXNoLmNvbTpuYWJlcg==",
  "active": true,
  "state": "active",
  "last_plan_upgrade_time": 1761267303,
  "max_message_size": 52428800,
  "max_requests_per_day": 1000000,
  "max_requests_per_day_hard": 10000000,
  "max_endpoints_per_topic": 1000,
  "max_requests_per_second": 500,
  "max_dlq_size": 2147483647,
  "max_retries": 20,
  "max_topics": 1000,
  "max_schedules": 1000000,
  "max_events_size": 100000,
  "max_dlq_retention_time_milis": 2592000000,
  "max_delay": 2147483647,
  "max_parallelism": 10,
  "max_global_parallelism": 200,
  "max_queues": 1000,
  "prod_pack_enabled": false,
  "timeout": 21600,
  "type": "paid",
  "reserved_type": "qstash_enterprise_1m",
  "reserved_price": 180,
  "created_by": "[email protected]",
  "creation_time": 1760423113
}

Authorizations

Authorization
string
header
required

Response

200 - application/json
customer_id
string
Example:
id
string<uuid>
Example:
password
string
Example:
token
string
Example:
active
boolean
Example:
state
enum<string>
Available options:
active,
passive
Example:
last_plan_upgrade_time
integer
Example:
max_message_size
integer
Example:
max_requests_per_day
integer
Example:
max_requests_per_day_hard
integer
Example:
max_endpoints_per_topic
integer
Example:
max_requests_per_second
integer
Example:
max_dlq_size
integer
Example:
max_retries
integer
Example:
max_topics
integer
Example:
max_schedules
integer
Example:
max_events_size
integer
Example:
max_dlq_retention_time_milis
integer
Example:
max_delay
integer
Example:
max_parallelism
integer
Example:
max_global_parallelism
integer
Example:
max_queues
integer
Example:
prod_pack_enabled
boolean
Example:
timeout
integer
Example:
type
enum<string>
Available options:
free,
paid
Example:
reserved_type
enum<string>
Available options:
paid,
qstash_enterprise_1m,
qstash_enterprise_10m
Example:
reserved_price
number
Example:
created_by
string
Example:
creation_time
integer
Example: