{ "opencollection": "1.0.0", "info": { "name": "Fireblocks Blockchains and Assets Approval Requests Policy Editor (Beta) API", "version": "1.8.0" }, "items": [ { "info": { "name": "Policy Editor (Beta)", "type": "folder" }, "items": [ { "info": { "name": "Get the active policy and its validation", "type": "http" }, "http": { "method": "GET", "url": "https://api.fireblocks.io/v1/tap/active_policy" }, "docs": "Returns the active policy and its validation.
\n**Note:** These endpoints are currently in beta and might be subject to changes.\nIf you want to participate and learn more about the Fireblocks TAP, please contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.\n
Endpoint Permission: Admin, Non-Signing Admin." }, { "info": { "name": "Get the active draft", "type": "http" }, "http": { "method": "GET", "url": "https://api.fireblocks.io/v1/tap/draft" }, "docs": "Returns the active draft and its validation.
\n**Note:** These endpoints are currently in beta and might be subject to changes.\nIf you want to participate and learn more about the Fireblocks TAP, please contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.\n
Endpoint Permission: Admin, Non-Signing Admin." }, { "info": { "name": "Send publish request for a certain draft id", "type": "http" }, "http": { "method": "POST", "url": "https://api.fireblocks.io/v1/tap/draft", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send publish request of certain draft id and returns the response.
\n**Note:** These endpoints are currently in beta and might be subject to changes.\nIf you want to participate and learn more about the Fireblocks TAP, please contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.\n
Endpoint Permission: Admin, Non-Signing Admin." }, { "info": { "name": "Update the draft with a new set of rules", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fireblocks.io/v1/tap/draft", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the draft and return its validation.
\n**Note:** These endpoints are currently in beta and might be subject to changes.\nIf you want to participate and learn more about the Fireblocks TAP, please contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.\nLearn more about Fireblocks Transaction Authorization Policy in the following [guide](https://developers.fireblocks.com/docs/set-transaction-authorization-policy).\n
Endpoint Permission: Admin, Non-Sign" }, { "info": { "name": "Send publish request for a set of policy rules", "type": "http" }, "http": { "method": "POST", "url": "https://api.fireblocks.io/v1/tap/publish", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send publish request of set of policy rules and returns the response.
\n**Note:** These endpoints are currently in beta and might be subject to changes.\nIf you want to participate and learn more about the Fireblocks TAP, please contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.\n
Endpoint Permission: Admin, Non-Signing Admin." } ] } ], "bundled": true }