{ "opencollection": "1.0.0", "info": { "name": "Embedded Consumer Wallets Balances Files API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Files", "type": "folder" }, "items": [ { "info": { "name": "Create upload URL", "type": "http" }, "http": { "method": "POST", "url": "https://api.cadanapay.com/v1/files/upload-url", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Reserve a file ID and receive a short-lived HTTPS **PUT** URL.\nAfter the client uploads the bytes to that URL, it can reference\n`fileId` in later API calls (e.g. Beneficiary creation KYC).\n" }, { "info": { "name": "Get file details", "type": "http" }, "http": { "method": "GET", "url": "https://api.cadanapay.com/v1/files/:fileId", "headers": [ { "name": "X-MultiTenantKey", "value": "" } ], "params": [ { "name": "fileId", "value": "", "type": "path", "description": "The unique identifier for the file" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get details and a download URL for a file by its fileId" } ] } ], "bundled": true }