{ "opencollection": "1.0.0", "info": { "name": "Commusoft Authentication Contacts API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "List Contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.commusoft.com/api/v1/contacts" }, "docs": "Retrieve contacts linked to customers or suppliers." }, { "info": { "name": "Create Contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.commusoft.com/api/v1/contacts", "body": { "type": "json", "data": "{}" } }, "docs": "Add a new contact linked to a customer or supplier." }, { "info": { "name": "Get Contact", "type": "http" }, "http": { "method": "GET", "url": "https://api.commusoft.com/api/v1/contacts/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "Unique identifier (UUID) of the record" } ] }, "docs": "Retrieve a specific contact record by UUID." } ] } ], "bundled": true }