{ "opencollection": "1.0.0", "info": { "name": "NodePing Accounts Contacts API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "List contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.nodeping.com/api/1/contacts" }, "docs": "List contacts" }, { "info": { "name": "Create a contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.nodeping.com/api/1/contacts" }, "docs": "Create a contact" }, { "info": { "name": "Update a contact", "type": "http" }, "http": { "method": "PUT", "url": "https://api.nodeping.com/api/1/contacts" }, "docs": "Update a contact" }, { "info": { "name": "Delete a contact", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.nodeping.com/api/1/contacts" }, "docs": "Delete a contact" } ] } ], "bundled": true }