cURL
curl --request POST \ --url https://qstash.upstash.io/v2/flowControl/{flowControlKey}/resume \ --header 'Authorization: Bearer <token>'
{ "error": "<string>" }
Resumes the delivery of messages associated with a specific flow-control key.
QStash authentication token
The flow-control key to resume.
The flow-control key has been resumed.
Was this page helpful?