{ "opencollection": "1.0.0", "info": { "name": "Rightsline Availability Contacts API", "version": "v4" }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "List Contacts", "type": "http" }, "http": { "method": "GET", "url": "https://app.rightsline.com/v4/contacts", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns a list of contact records for master data management." }, { "info": { "name": "Create Contact", "type": "http" }, "http": { "method": "POST", "url": "https://app.rightsline.com/v4/contacts", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates a new contact record." } ] } ], "bundled": true }