{ "opencollection": "1.0.0", "info": { "name": "LeadIQ Data GraphQL API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "GraphQL", "type": "folder" }, "items": [ { "info": { "name": "Execute GraphQL Operation", "type": "http" }, "http": { "method": "POST", "url": "https://api.leadiq.com/graphql", "body": { "type": "json", "data": "{}" } }, "docs": "Execute any LeadIQ GraphQL query or mutation. Supported root queries include searchPeople, searchCompany, flatAdvancedSearch, groupedAdvancedSearch, account, prospect, list, lists, usage, and workatoToken. Supported mutations include createList, addProspectToList, submitPersonFeedback, and markAsInvalid." } ] } ], "bundled": true }