{ "opencollection": "1.0.0", "info": { "name": "Verato Organization AddRelationshipService DemographicsQuery API", "version": "2026.1.2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "DemographicsQuery", "type": "folder" }, "items": [ { "info": { "name": "Query using demographic information (demographicsQuery)", "type": "http" }, "http": { "method": "POST", "url": "https://yourveratodomain.com/org-link-ws/svc/demographicsQuery", "body": { "type": "json", "data": "{}" } }, "docs": "Searches Verato using the provided demographic information and returns the best-matching identity if found." }, { "info": { "name": "Query using demographic information (demographicsQuery)", "type": "http" }, "http": { "method": "POST", "url": "https://yourveratodomain.com/org-link-ws/svc/v2/demographicsQuery", "body": { "type": "json", "data": "{}" } }, "docs": "Searches Verato using the provided demographic information and returns the best-matching identity if found." } ] } ], "bundled": true }