{ "opencollection": "1.0.0", "info": { "name": "Snov.io Authentication Prospects API", "version": "2.0" }, "items": [ { "info": { "name": "Prospects", "type": "folder" }, "items": [ { "info": { "name": "Add prospect to list", "type": "http" }, "http": { "method": "POST", "url": "https://api.snov.io/v1/add-prospect", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Add a new prospect record to a prospect list." }, { "info": { "name": "Find prospect by ID", "type": "http" }, "http": { "method": "POST", "url": "https://api.snov.io/v1/find-prospect-by-id", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Find prospect by ID" }, { "info": { "name": "Find prospect by email", "type": "http" }, "http": { "method": "POST", "url": "https://api.snov.io/v1/find-prospect-by-email", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Find prospect by email" }, { "info": { "name": "Get prospect custom fields", "type": "http" }, "http": { "method": "GET", "url": "https://api.snov.io/v1/prospect-custom-fields", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns all custom fields defined for prospects." }, { "info": { "name": "List prospect lists", "type": "http" }, "http": { "method": "GET", "url": "https://api.snov.io/v1/user-lists", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns all prospect lists for the user." }, { "info": { "name": "View prospects in list", "type": "http" }, "http": { "method": "POST", "url": "https://api.snov.io/v1/view-prospects-in-list", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns prospects belonging to a specific prospect list." }, { "info": { "name": "Create prospect list", "type": "http" }, "http": { "method": "POST", "url": "https://api.snov.io/v1/create-prospect-list", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new prospect list." } ] } ], "bundled": true }