{ "opencollection": "1.0.0", "info": { "name": "DNSimple Accounts Contacts API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "List contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsimple.com/v2/:account/contacts", "params": [ { "name": "account", "value": "", "type": "path" } ] }, "docs": "List contacts" }, { "info": { "name": "Create contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.dnsimple.com/v2/:account/contacts", "params": [ { "name": "account", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create contact" } ] } ], "bundled": true }