Manually trigger recovery of stuck queued transactions.
curl --request POST \
--url 'http://localhost:5001/transactions/recover?threshold=5m' \
--header 'X-blnk-key: <api-key>'
{
"recovered": 3,
"threshold": "5m0s"
}
X-blnk-key: <api-key>.
Replace <api-key> with your secret API key. Ensure the key is kept secure and not exposed in public repositories or client-side code.
See also: Secure your Blnk server
5m, 10m, 1h). Default: 2m. Minimum: 2 minutes.2m0s).curl --request POST \
--url 'http://localhost:5001/transactions/recover?threshold=5m' \
--header 'X-blnk-key: <api-key>'
{
"recovered": 3,
"threshold": "5m0s"
}
Was this page helpful?
curl --request POST \
--url 'http://localhost:5001/transactions/recover?threshold=5m' \
--header 'X-blnk-key: <api-key>'
{
"recovered": 3,
"threshold": "5m0s"
}