{ "opencollection": "1.0.0", "info": { "name": "TransferZero Account Debits Documents API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization-Key", "value": "{{Authorization-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "Getting a list of documents", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.transferzero.com/v1/documents", "params": [ { "name": "page", "value": "1", "type": "query", "description": "The page number to request (defaults to 1)" }, { "name": "per", "value": "10", "type": "query", "description": "The number of results to load per page (defaults to 10)" } ] }, "docs": "Fetches a list of documents." }, { "info": { "name": "Creating a document", "type": "http" }, "http": { "method": "POST", "url": "https://api-sandbox.transferzero.com/v1/documents", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new document" }, { "info": { "name": "Fetching a document", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.transferzero.com/v1/documents/:Document ID", "params": [ { "name": "Document ID", "value": "", "type": "path", "description": "ID of the document to get.\n\nExample: `/v1/documents/bf9ff782-e182-45ac-abea-5bce83ad6670`" } ] }, "docs": "Returns a single document by the Documents ID" } ] } ], "bundled": true }