{ "opencollection": "1.0.0", "info": { "name": "Fireblocks Blockchains and Assets Approval Requests API", "version": "1.8.0" }, "items": [ { "info": { "name": "Approval Requests", "type": "folder" }, "items": [ { "info": { "name": "Get an approval request by id", "type": "http" }, "http": { "method": "GET", "url": "https://api.fireblocks.io/v1/tags/approval_requests/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an approval request by id" }, { "info": { "name": "Cancel an approval request by ID", "type": "http" }, "http": { "method": "POST", "url": "https://api.fireblocks.io/v1/tags/approval_requests/:id/cancel", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Cancel an approval request by id.\n- Can only cancel requests in the `PENDING` status.\n- Returns `202 Accepted` when the cancellation is processed.\n" } ] } ], "bundled": true }