{ "opencollection": "1.0.0", "info": { "name": "Nationgraph Accounts Contacts API", "version": "0.2.36" }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "Get Contacts", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v3/contacts", "params": [ { "name": "institution_id", "value": "", "type": "query" }, { "name": "ids", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Contacts" }, { "info": { "name": "Search Contacts", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/contacts/search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Search for contacts using complex criteria.\nUses POST because search criteria are complex and better suited for request body." } ] } ], "bundled": true }