{ "opencollection": "1.0.0", "info": { "name": "Nifty PM Authentication Documents API", "version": "1.0.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://openapi.niftypm.com/api/v1.0/documents" }, "docs": "List documents" }, { "info": { "name": "Create a document", "type": "http" }, "http": { "method": "POST", "url": "https://openapi.niftypm.com/api/v1.0/documents" }, "docs": "Create a document" }, { "info": { "name": "Get a document", "type": "http" }, "http": { "method": "GET", "url": "https://openapi.niftypm.com/api/v1.0/documents/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a document" }, { "info": { "name": "Update a document", "type": "http" }, "http": { "method": "PUT", "url": "https://openapi.niftypm.com/api/v1.0/documents/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update a document" }, { "info": { "name": "Delete a document", "type": "http" }, "http": { "method": "DELETE", "url": "https://openapi.niftypm.com/api/v1.0/documents/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a document" } ] } ], "bundled": true }