{ "opencollection": "1.0.0", "info": { "name": "Digital Asset Export API", "version": "1.0.0" }, "items": [ { "info": { "name": "Export", "type": "folder" }, "items": [ { "info": { "name": "List all exports", "type": "http" }, "http": { "method": "GET", "url": "https://api.staging.layer1.com/digital/v1/exports", "params": [ { "name": "type", "value": "", "type": "query", "description": "Filter exports by type" }, { "name": "pageNumber", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.sandbox.layer1.com/auth/realms/bvnk/protocol/openid-connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves a paginated list of exports based on type and pagination settings." }, { "info": { "name": "Create a balance export", "type": "http" }, "http": { "method": "POST", "url": "https://api.staging.layer1.com/digital/v1/exports", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.sandbox.layer1.com/auth/realms/bvnk/protocol/openid-connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Initiates a job to export balance data in the CSV format." }, { "info": { "name": "Get export with a download link", "type": "http" }, "http": { "method": "GET", "url": "https://api.staging.layer1.com/digital/v1/exports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the export to retrieve" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.sandbox.layer1.com/auth/realms/bvnk/protocol/openid-connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieves export details with a short-lived download link by its ID." } ] } ], "bundled": true }