{ "opencollection": "1.0.0", "info": { "name": "Apollo.io Accounts Contacts API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "Search for contacts", "type": "http" }, "http": { "method": "POST", "url": "https://api.apollo.io/api/v1/contacts/search", "body": { "type": "json", "data": "{}" } }, "docs": "Searches the contacts saved in your Apollo account." }, { "info": { "name": "Create a contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.apollo.io/api/v1/contacts", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new contact in your Apollo account." }, { "info": { "name": "Update a contact", "type": "http" }, "http": { "method": "PUT", "url": "https://api.apollo.io/api/v1/contacts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing contact by Apollo contact id." } ] } ], "bundled": true }