{ "opencollection": "1.0.0", "info": { "name": "Ascend API V1 Accounts Attachments API", "version": "v1" }, "items": [ { "info": { "name": "Attachments", "type": "folder" }, "items": [ { "info": { "name": "Create attachment", "type": "http" }, "http": { "method": "POST", "url": "https://sandbox.api.useascend.com/v1/attachments", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "title", "type": "text", "value": "" }, { "name": "visibility", "type": "text", "value": "" } ] }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create attachment" }, { "info": { "name": "Get attachment", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.api.useascend.com/v1/attachments/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The attachment identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get attachment" }, { "info": { "name": "Delete Attachments", "type": "http" }, "http": { "method": "DELETE", "url": "https://sandbox.api.useascend.com/v1/attachments/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The attachment identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete Attachments" } ] } ], "bundled": true }