{ "opencollection": "1.0.0", "info": { "name": "Dashboard Allowlists Chainalysis API", "version": "1.0.0" }, "items": [ { "info": { "name": "Chainalysis", "type": "folder" }, "items": [ { "info": { "name": "Find the Chainalysis configuration for an environment.", "type": "http" }, "http": { "method": "GET", "url": "https://app.dynamicauth.com/api/v0/environments/:environmentId/integrations/chainalysis", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "ID of the environment" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Find the Chainalysis configuration for an environment." }, { "info": { "name": "Enable the Sanctions API", "type": "http" }, "http": { "method": "PUT", "url": "https://app.dynamicauth.com/api/v0/environments/:environmentId/integrations/chainalysis/sanctions/enable", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "ID of the environment" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Enable the Sanctions API" }, { "info": { "name": "Disables the Sanctions API", "type": "http" }, "http": { "method": "PUT", "url": "https://app.dynamicauth.com/api/v0/environments/:environmentId/integrations/chainalysis/sanctions/disable", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "ID of the environment" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Disables the Sanctions API" } ] } ], "bundled": true }