{ "opencollection": "1.0.0", "info": { "name": "Whiplash (Rydership) Bundle Items Documents API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "List documents", "type": "http" }, "http": { "method": "GET", "url": "https://api.getwhiplash.com/v2/documents", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results per page" } ] }, "docs": "List documents" }, { "info": { "name": "Create a document", "type": "http" }, "http": { "method": "POST", "url": "https://api.getwhiplash.com/v2/documents", "body": { "type": "json", "data": "{}" } }, "docs": "Create a document" }, { "info": { "name": "List available document actions", "type": "http" }, "http": { "method": "GET", "url": "https://api.getwhiplash.com/v2/documents/actions" }, "docs": "List available document actions" }, { "info": { "name": "Retrieve a document", "type": "http" }, "http": { "method": "GET", "url": "https://api.getwhiplash.com/v2/documents/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "Retrieve a document" }, { "info": { "name": "Delete a document", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.getwhiplash.com/v2/documents/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "Delete a document" }, { "info": { "name": "Retrieve a template", "type": "http" }, "http": { "method": "GET", "url": "https://api.getwhiplash.com/v2/templates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource" } ] }, "docs": "Retrieve a template" } ] } ], "bundled": true }