Flow Control

Resume Flow Control Key

Resumes the delivery of messages associated with a specific flow-control key.

POST/v2/flowControl/{flowControlKey}/resume
cURL
curl --request POST \
  --url https://qstash-{region}.upstash.io/v2/flowControl/{flowControlKey}/resume \
  --header 'Authorization: Bearer <token>'

Authorization

Authorizationheaderstringrequired

Bearer authentication header of the form Bearer <token>.

Path parameters

flowControlKeypathstringrequired

The flow-control key to resume.

Response

200 — The flow-control key has been resumed.

400 — Bad request. Returned when the flow-control key is not provided.

errorstringrequired

Error message

Loading search…