Skip to main content
POST
/
transactions
/
recover
curl -X POST "http://localhost:5001/transactions/recover?threshold=5m" \
  -H "X-blnk-key: <api-key>"
{
  "recovered": 3,
  "threshold": "5m0s"
}
If you’re using the auto-provisioned Enterprise Core instance included with your Production License deployment, set the base URL to: https://ENTERPRISE_PUBLIC_URL/core.If you’re connecting to a different Core instance, use the publicly accessible base URL for that instance instead.

Authorization

If set, the API uses an API key for authentication. Include the following header in your requests: 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: Scoped API keys and Secure your Blnk server.

Query parameters

threshold
string
Minimum age of transactions to recover. Use duration format (e.g. 5m, 10m, 1h). Default: 2m. Minimum: 2 minutes.

Response

recovered
integer
Number of transactions re-enqueued for processing.
threshold
string
The threshold duration that was used (e.g. 2m0s).
curl -X POST "http://localhost:5001/transactions/recover?threshold=5m" \
  -H "X-blnk-key: <api-key>"
{
  "recovered": 3,
  "threshold": "5m0s"
}

Need help?

We are very happy to help you make the most of Blnk, regardless of whether it is your first time or you are switching from another tool. To ask questions or discuss issues, please contact us or join our Discord community.