{ "opencollection": "1.0.0", "info": { "name": "Synctera Accounts Documents (alpha) API", "version": "0.20.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Documents (alpha)", "type": "folder" }, "items": [ { "info": { "name": "List documents", "type": "http" }, "http": { "method": "GET", "url": "https://api.synctera.com/v0/documents", "params": [ { "name": "id", "value": "", "type": "query", "description": "Unique resource identifier" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "Returns a paginated list of documents." }, { "info": { "name": "Create a document", "type": "http" }, "http": { "method": "POST", "url": "https://api.synctera.com/v0/documents", "body": { "type": "multipart-form", "data": [] } }, "docs": "Docs\n" }, { "info": { "name": "Get a document", "type": "http" }, "http": { "method": "GET", "url": "https://api.synctera.com/v0/documents/:document_id", "params": [ { "name": "document_id", "value": "", "type": "path", "description": "The unique identifier of a document." } ] }, "docs": "Returns the bytes of the requested document." }, { "info": { "name": "Update a document", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.synctera.com/v0/documents/:document_id", "params": [ { "name": "document_id", "value": "", "type": "path", "description": "The unique identifier of a document." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update document attributes by document ID" }, { "info": { "name": "Get a document", "type": "http" }, "http": { "method": "GET", "url": "https://api.synctera.com/v0/documents/:document_id/contents", "params": [ { "name": "document_id", "value": "", "type": "path", "description": "The unique identifier of a document." } ] }, "docs": "Returns the bytes of the requested document." } ] } ], "bundled": true }