{"info":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","description":"<html><head></head><body><p>API Limit: 500 requests per minute. Limit increases are available on a per-customer basis by contacting our support team.</p>\n<p>Welcome to the Everest API (V2) by Validity. We'll be rolling out additional product support in the coming months. It's important to note that V2 of our API is purely optional. We hope you find it simpler to use, more intuitive, and better documented, but we plan to continue supporting API V1.</p>\n<p>All API requests utilize REST methods resulting in JSON, XML, CSV, or Serialized output. To request new API functionality please feel free to contact us.</p>\n<p>Every API request requires the use of the <strong>X-API-KEY</strong> header, which is located in your account settings.</p>\n<p>Throughout the documentation you'll see the use of variables like <strong>{{apikey}}</strong> that can be swapped out using your real API key. If you use Postman, this collection is available for download along with a shared variable template to define your <em>host</em> and <em>apikey</em> variables.</p>\n<p>All <strong>datetime</strong> fields are UTC.</p>\n<h2 id=\"standard-api-responses\">Standard API Responses</h2>\n<ul>\n<li><p><strong>200</strong> Success</p>\n</li>\n<li><p><strong>401</strong> Unauthorized (no valid API key provided)</p>\n</li>\n<li><p><strong>403</strong> Forbidden (indicates lack access to the action you're performning)</p>\n</li>\n<li><p><strong>404</strong> Not Found (indicates invalid parameters or missing API endpoint)</p>\n</li>\n<li><p><strong>429</strong> Too Many Requests (API limits have been reached, retry after some time)</p>\n</li>\n<li><p><strong>500</strong> Internal Server Error (indicates something went wrong on our end)</p>\n</li>\n</ul>\n<p>Each 400-level error code will contain an <strong>status</strong> object containing a description of the problem.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"3350372","collectionId":"c98a14c8-766c-1781-d1ff-312366de7d64","publishedId":"RVnTmLyx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0088FF"},"publishDate":"2023-01-30T14:16:45.000Z"},"item":[{"name":"Legacy API (1.0)","item":[{"name":"Account Services","item":[{"name":"Get Alias(es)","id":"59a99429-7530-41b4-a68f-e953fc99e6c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://api.everest.validity.com/api/1.0/account/alias?alias_id=(integer)","description":"<p>This API call provides a broad overview of alias(es) tied to an account. Data is returned in the following formats: XML, JSON, CSV and Serialized.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["account","alias"],"host":["https://api.everest.validity.com/api/1.0"],"query":[{"key":"alias_id","value":"(integer)"}],"variable":[]}},"response":[{"id":"f7be68b4-c92f-4c19-8b84-0ba231ead465","name":"Get Alias(es)","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.everest.validity.com/api/1.0/account/alias"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"user_id\": 30,\n        \"owner\": 0,\n        \"admin\": 0,\n        \"company_name\": \"Validity, Inc.\",\n        \"logintype\": \"standard\",\n        \"saml_nostandard\": 0,\n        \"firstname\": \"First\",\n        \"lastname\": \"Last\",\n        \"title\": \"\",\n        \"phone\": \"\",\n        \"email\": \"first.last@validity.com\",\n        \"mfatype\": \"email\",\n        \"mfaverified\": 1,\n        \"loginattempts\": 0,\n        \"accountlocked\": null,\n        \"updated\": \"2022-10-13 19:32:15\",\n        \"created\": \"2016-01-27 11:48:50\",\n        \"alias_id\": 1\n    },\n    {\n        \"user_id\": 30,\n        \"owner\": 0,\n        \"admin\": 0,\n        \"company_name\": \"Validity, Inc.\",\n        \"logintype\": \"standard\",\n        \"saml_nostandard\": 0,\n        \"firstname\": \"First2\",\n        \"lastname\": \"Last2\",\n        \"title\": \"\",\n        \"phone\": \"\",\n        \"email\": \"first2.last2@validity.com\",\n        \"mfatype\": \"email\",\n        \"mfaverified\": 1,\n        \"loginattempts\": 0,\n        \"accountlocked\": null,\n        \"updated\": \"2022-10-13 19:32:15\",\n        \"created\": \"2016-01-27 11:48:50\",\n        \"alias_id\": 2\n    }\n]"},{"id":"576ce98b-0c1e-4941-a01f-acd329cee027","name":"Get Alias using ID","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.everest.validity.com/api/1.0/account/alias?alias_id=1","host":["https://api.everest.validity.com/api/1.0"],"path":["account","alias"],"query":[{"key":"alias_id","value":"1","description":"The unique identifier of the alias."}]}},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"user_id\": 30,\n        \"owner\": 0,\n        \"admin\": 0,\n        \"company_name\": \"Validity, Inc.\",\n        \"logintype\": \"standard\",\n        \"saml_nostandard\": 0,\n        \"firstname\": \"First\",\n        \"lastname\": \"Last\",\n        \"title\": \"\",\n        \"phone\": \"\",\n        \"email\": \"first.last@validity.com\",\n        \"mfatype\": \"email\",\n        \"mfaverified\": 1,\n        \"loginattempts\": 0,\n        \"accountlocked\": null,\n        \"updated\": \"2022-10-13 19:32:15\",\n        \"created\": \"2016-01-27 11:48:50\",\n        \"alias_id\": 1\n    }\n]"}],"_postman_id":"59a99429-7530-41b4-a68f-e953fc99e6c0"},{"name":"Create Alias","id":"e0d0fa89-28b7-4dac-865f-cf02bcf5a05a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"firstname\": \"(String)\",\n    \"lastname\": \"(String)\",\n    \"email\": \"(String) Valid Email\",\n    \"password\": \"(String)\",\n    \"forcepasswordreset\": (Boolean),\n    \"emailcredentials\": (Boolean)\n}","options":{"raw":{"language":"json"}}},"url":"https://api.everest.validity.com/api/1.0/account/alias","description":"<p>This API allows you to create a new account alias. Successful alias creation will result in the API returning the ID of the new alias. Data is returned in the following formats: XML, JSON, CSV and Serialized</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["account","alias"],"host":["https://api.everest.validity.com/api/1.0"],"query":[],"variable":[]}},"response":[{"id":"7194fa39-8465-4943-9110-ed6fba9f9e48","name":"Create Alias","originalRequest":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{apikey}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstname\": \"First\",\n    \"lastname\": \"Last\",\n    \"email\": \"first.last@company.com\",\n    \"password\": \"(secret)\",\n    \"forcepasswordreset\": 1,\n    \"emailcredentials\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.everest.validity.com/api/1.0/account/alias"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"123"}],"_postman_id":"e0d0fa89-28b7-4dac-865f-cf02bcf5a05a"},{"name":"Update Alias","id":"950e6f55-2c6e-4a3b-87cb-9619db294b01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": (Integer),\n    \"firstname\": \"(String)\",\n    \"lastname\": \"(String)\",\n    \"email\": \"(String) Valid Email\",\n    \"password\": \"(String)\",\n    \"forcepasswordreset\": (Boolean),\n    \"emailcredentials\": (Boolean)\n}","options":{"raw":{"language":"json"}}},"url":"https://api.everest.validity.com/api/1.0/account/alias","description":"<p>This API allows you to update the information for an existing account alias. Data is returned in the following formats: XML, JSON, CSV and Serialized.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["account","alias"],"host":["https://api.everest.validity.com/api/1.0"],"query":[{"disabled":true,"description":{"content":"<p>(Required)  The unique identifier of the alias account. Required if external_is blank.</p>\n","type":"text/plain"},"key":"id","value":"(Integer)"},{"disabled":true,"description":{"content":"<p>(Required)  The user's first name.</p>\n","type":"text/plain"},"key":"fistname","value":"(String)"},{"disabled":true,"description":{"content":"<p>(Required)  The user's last name.</p>\n","type":"text/plain"},"key":"lastname","value":"(String)"},{"disabled":true,"description":{"content":"<p>(Required)   The unique/valid email of the account alias.</p>\n","type":"text/plain"},"key":"email","value":"Valid Email"},{"disabled":true,"description":{"content":"<p>The password for the account.</p>\n","type":"text/plain"},"key":"password","value":"(String)"},{"disabled":true,"description":{"content":"<p>Force the user to reset their password on the first login.</p>\n","type":"text/plain"},"key":"forcepasswordreset","value":"(Boolean)"},{"disabled":true,"description":{"content":"<p>Email login credentials to the user being created.</p>\n","type":"text/plain"},"key":"emailcredentials","value":"(Boolean)"}],"variable":[]}},"response":[{"id":"20824d50-c10b-4cb5-9764-79c3c450749c","name":"Update Alias","originalRequest":{"method":"PUT","header":[{"key":"X-API-KEY","value":"{{apikey}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 123,\n    \"firstname\": \"First\",\n    \"lastname\": \"Last\",\n    \"email\": \"flast@company.com\",\n    \"password\": \"(String)\",\n    \"forcepasswordreset\": 1,\n    \"emailcredentials\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.everest.validity.com/api/1.0/account/alias"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\"\n}"}],"_postman_id":"950e6f55-2c6e-4a3b-87cb-9619db294b01"},{"name":"Delete Alias","id":"4ce3b457-14d5-4dfe-8fad-a22b6c0d4500","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": (integer)\n}","options":{"raw":{"language":"json"}}},"url":"https://api.everest.validity.com/api/1.0/account/alias","description":"<p>This API allows you to delete an account alias by ID. </p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["account","alias"],"host":["https://api.everest.validity.com/api/1.0"],"query":[],"variable":[]}},"response":[{"id":"f98d1c57-2740-4f97-99bf-50e76579db7a","name":"Delete Alias (Success)","originalRequest":{"method":"DELETE","header":[{"key":"X-API-KEY","value":"{{apikey}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 123\n}","options":{"raw":{"language":"json"}}},"url":"https://api.everest.validity.com/api/1.0/account/alias"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\"\n}"},{"id":"6c05303e-c707-4db5-8a3f-a641ae4ebe08","name":"Delete Alias (Error)","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 123\n}","options":{"raw":{"language":"json"}}},"url":"https://api.everest.validity.com/api/1.0/account/alias"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"This alias does not exist.\"\n}"}],"_postman_id":"4ce3b457-14d5-4dfe-8fad-a22b6c0d4500"},{"name":"Get Child Account(s)","id":"0c43971e-5742-4eb1-a394-33560e593b92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type`","value":"application/json"}],"url":"https://api.everest.validity.com/api/1.0/account/childaccount?id=(Integer)&external_id=(String)&search=(String)","description":"<p>This API call provides a broad overview of children account(s) including the email address, API key, enabled products, and the current/max usage of those products. Data is returned in the following formats: XML, JSON, CSV and Serialized.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["account","childaccount"],"host":["https://api.everest.validity.com/api/1.0"],"query":[{"description":{"content":"<p>The unique identifier of the child account.</p>\n","type":"text/plain"},"key":"id","value":"(Integer)"},{"description":{"content":"<p>The external identifier of the alias.</p>\n","type":"text/plain"},"key":"external_id","value":"(String)"},{"description":{"content":"<p>Search for a partial match in the child account's name.</p>\n","type":"text/plain"},"key":"search","value":"(String)"}],"variable":[]}},"response":[{"id":"fe8840d4-874c-4aaa-9012-6698fe5aaf2b","name":"Get Child Account(s)","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{apikey}}"}],"url":{"raw":"https://api.everest.validity.com/api/1.0/account/childaccount?id=2","host":["https://api.everest.validity.com/api/1.0"],"path":["account","childaccount"],"query":[{"key":"id","value":"2"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"id\": 2,\r\n        \"email\": \"child-account@validity.com\",\r\n        \"external_id\": 1234,\r\n        \"api_key\": \"123abc\",\r\n        \"loginslug\": \"child-account-1234\",\r\n        \"company\": \"Child Account 1234\",\r\n        \"has_inboxinformant\": \"n\",\r\n        \"inbox_max\": 0,\r\n        \"inbox_used\": 0,\r\n        \"inbox_expires\": null,\r\n        \"has_blacklistinformant\": \"n\",\r\n        \"blacklist_max\": 0,\r\n        \"blacklist_used\": null,\r\n        \"blacklist_expires\": null,\r\n        \"has_reputation\": \"n\",\r\n        \"reputation_expires\": null,\r\n        \"has_designinformant\": \"n\",\r\n        \"design_max\": 0,\r\n        \"design_used\": 0,\r\n        \"design_expires\": null,\r\n        \"has_emailinformant\": \"n\",\r\n        \"emailinformant_max\": null,\r\n        \"emailinformant_used\": 0,\r\n        \"emailinformant_expires\": null,\r\n        \"has_dmarc\": \"n\",\r\n        \"dmarc_max\": null,\r\n        \"dmarc_used\": 0,\r\n        \"dmarc_expires\": null,\r\n        \"has_validation\": \"n\",\r\n        \"validation_start\": null,\r\n        \"validation_expires\": null,\r\n        \"validationmax\": null,\r\n        \"validationmaxtype\": null,\r\n        \"validation_used\": 0,\r\n        \"validation_used_unique\": 0\r\n    }\r\n]"}],"_postman_id":"0c43971e-5742-4eb1-a394-33560e593b92"},{"name":"Create Child Account","id":"c661de53-dd21-4c5d-a760-359bdbf110f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"250okSDF@sjlefke.com\",\n  \"password\": \"REDACTED\",\n  \"name\": \"666\",\n  \"packagecontractstart\": \"2022-01-01\",\n  \"packagecontractexpire\": \"2026-01-01\",\n  \"inbox\": \"y\",\n  \"inbox_type\": \"pro\",\n  \"max_inbox\": 10000,\n  \"max_blacklist\": 0,\n  \"inbox_period\": \"annual\",\n  \"blacklist\": \"n\",\n  \"reputation\": \"n\",\n  \"design\": \"y\",\n  \"max_design\": 1000,\n  \"design_period\": \"annual\",\n  \"emailformat\": \"n\",\n  \"inbox_used\": 0,\n  \"design_used\": 0\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.everest.validity.com/api/1.0/account/childaccount","description":"<p>This API allows you to create a new child account. Successful account creation will result in the API returning the ID of the new child account. Data is returned in the following formats: XML, JSON, CSV and Serialized.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["account","childaccount"],"host":["https://api.everest.validity.com/api/1.0"],"query":[],"variable":[]}},"response":[{"id":"cf2114c3-7265-48f6-aa62-2b068e5012f6","name":"Create Child Account","originalRequest":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{apikey}}","disabled":false},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Simon\",\n    \"email\": \"simon@example.com\",\n    \"password\": \"simon'spass\",\n    \"inbox\": \"y\",\n    \"blacklist\": \"y\",\n    \"reputation\": \"y\",\n    \"design\": \"y\",\n    \"dmarc\": \"n\",\n    \"validation\": \"n\",\n    \"packagecontractstart\": \"2022-01-01\",\n    \"packagecontractexpire\": \"2026-01-01\",\n    \"max_inbox\": 5,\n    \"max_blacklist\": 8,\n    \"max_design\": 10,\n    \"analyticsmax\": 0,\n    \"validationmax\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.everest.validity.com/api/1.0/account/childaccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Content-Length","value":"4","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 09 Jan 2018 21:32:14 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"nginx","name":"Server","description":""}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"250ok.com","path":"/","secure":true,"value":"e37lo5iblaegho05e70idc0070","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"status\": true,\n    \"id\": 3\n}"}],"_postman_id":"c661de53-dd21-4c5d-a760-359bdbf110f9"},{"name":"Update Child Account","id":"56495ce5-6fbf-4864-9315-73c0d35ef7ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 3,\n    \"name\": \"Simon\",\n    \"email\": \"simon@example.com\",\n    \"password\": \"simon'spass\",\n    \"max_inbox\": 5,\n    \"max_blacklist\": 8,\n    \"max_design\": 10,\n    \"analyticsmax\": 0,\n    \"validationmax\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.everest.validity.com/api/1.0/account/childaccount","description":"<p>This API allows you to create a new child account. Successful account creation will result in the API returning the ID of the new child account. Data is returned in the following formats: XML, JSON, CSV and Serialized.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["account","childaccount"],"host":["https://api.everest.validity.com/api/1.0"],"query":[],"variable":[]}},"response":[{"id":"7a458fa3-17d8-40e8-94e0-a0603928cbb3","name":"Update Child Account","originalRequest":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{apikey}}","disabled":false},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": \"3\",\n    \"name\": \"Simon\",\n    \"email\": \"simon@example.com\",\n    \"password\": \"simon'spass\",\n    \"max_inbox\": 5,\n    \"max_blacklist\": 8,\n    \"max_design\": 10,\n    \"analyticsmax\": 0,\n    \"validationmax\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.everest.validity.com/api/1.0/account/childaccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":""},{"key":"Content-Length","value":"4","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Tue, 09 Jan 2018 21:32:14 GMT","name":"Date","description":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":""},{"key":"Pragma","value":"no-cache","name":"Pragma","description":""},{"key":"Server","value":"nginx","name":"Server","description":""}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"250ok.com","path":"/","secure":true,"value":"e37lo5iblaegho05e70idc0070","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"status\": \"success\"\n}"}],"_postman_id":"56495ce5-6fbf-4864-9315-73c0d35ef7ff"},{"name":"Delete Child Account","id":"8b3e39c2-cd7f-4822-bd84-d2d7d74b8418","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1015239\n}","options":{"raw":{"language":"json"}}},"url":"https://api.everest.validity.com/api/1.0/account/childaccount","description":"<p>This API allows you to delete a child account by ID. Data is returned in the following formats: XML, JSON, CSV and Serialized.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["account","childaccount"],"host":["https://api.everest.validity.com/api/1.0"],"query":[],"variable":[]}},"response":[{"id":"8224cd41-bc12-43f5-aaf2-d91b73ea68d1","name":"Delete Child Account","originalRequest":{"method":"DELETE","header":[{"key":"X-API-KEY","value":"{{apikey}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"id\": 3\n}","options":{"raw":{"language":"json"}}},"url":"https://api.everest.validity.com/api/1.0/account/childaccount"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\"\n}"}],"_postman_id":"8b3e39c2-cd7f-4822-bd84-d2d7d74b8418"},{"name":"Create Child API Key","id":"453cb0c0-f65c-4f28-b74a-fe1a0cfc5da8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"id\":1}","options":{"raw":{"language":"json"}}},"url":"https://api.everest.validity.com/api/1.0/account/apikey","description":"<p>This API allows you to generate an API key for a new or existing child account. Successful account creation will result in the API returning the API key of the child account. Data is returned in the following formats: XML, JSON, CSV and Serialized.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["account","apikey"],"host":["https://api.everest.validity.com/api/1.0"],"query":[],"variable":[]}},"response":[{"id":"47d6f59d-c94d-4dda-9b2d-ea3f73ffda5d","name":"Create Child API Key","originalRequest":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{apikey}}"}],"body":{"mode":"raw","raw":"{\"id\":1}"},"url":"https://api.everest.validity.com/api/1.0/account/apikey"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"\"998419a68f678a0411194c30c86d4554ca9750f7\""}],"_postman_id":"453cb0c0-f65c-4f28-b74a-fe1a0cfc5da8"},{"name":"Get GDPR Requests","id":"960fe9d7-0cb5-49c2-8982-74ed11002ce6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.everest.validity.com/api/1.0/account/gdpr","description":"<p>This API call provides a historical list of GDPR Requests.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["account","gdpr"],"host":["https://api.everest.validity.com/api/1.0"],"query":[],"variable":[]}},"response":[{"id":"c10c63c9-b96b-429d-95ca-0733e60832fb","name":"Get GDPR Requests","originalRequest":{"method":"GET","header":[],"url":"https://api.everest.validity.com/api/1.0/account/gdpr"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"8/7/2018 2:33 PM\",\n        \"reference\": \"#7-20180807\",\n        \"requester\": \"John Smith (john@smith.com)\",\n        \"action\": \"export\",\n        \"users\": 12,\n        \"fileurl\": \"https://250ok.com/app/export/gdpr/gdpr_export_XX_YYYY-MM-DD_HH-II-SS.zip\",\n        \"status\": \"complete\"\n    },\n    {\n        \"date\": \"8/7/2018 2:41 PM\",\n        \"reference\": \"#8-20180807\",\n        \"requester\": \"John Smith (john@smith.com)\",\n        \"action\": \"delete\",\n        \"users\": 12,\n        \"fileurl\": null,\n        \"status\": \"waiting\"\n    }\n]"}],"_postman_id":"960fe9d7-0cb5-49c2-8982-74ed11002ce6"},{"name":"Create GDPR Request","id":"602bd4f0-aa99-4e30-968a-cb7345af3f5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"requester_email\": Valid Email,\n    \"requester_name\": (String),\n    \"action\": (String) One of: 'delete','ignore','export',\n    \"users\": (String) Comma delmited list of email addresses\n}","options":{"raw":{"language":"json"}}},"url":"https://api.everest.validity.com/api/1.0/account/gdpr","description":"<p>In accordance with Article 15 of the GDPR, 250ok will aim to provide its customers with transparency and ease-of-access to their data. Through the GDPR Request Form, customers can access, export (or transfer), erase, or anonymize their personal data. Lastly, customers can restrict the processing of data subjects at any time by pausing data forwarding to 250ok.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["account","gdpr"],"host":["https://api.everest.validity.com/api/1.0"],"query":[],"variable":[]}},"response":[{"id":"1c388210-f01c-4fd8-b3b2-74e97efb928e","name":"Create GDPR Request","originalRequest":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{apikey}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"requester_email\": \"requestor@company.com\",\n    \"requester_name\": \"My Name\",\n    \"action\": \"delete\",\n    \"users\": \"user1@example.com,user2@example.com,user3@example.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.everest.validity.com/api/1.0/account/gdpr"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 04 Feb 2020 15:33:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"43"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\"\n}"}],"_postman_id":"602bd4f0-aa99-4e30-968a-cb7345af3f5e"},{"name":"Get Webhooks","id":"7c5cca21-6314-460f-80ff-4c8e7c2d0cc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.everest.validity.com/api/1.0/account/webhooks","description":"<p>This API call provides a list of webhook endpoints for the specified account. </p>\n<p><a href=\"https://s3.amazonaws.com/250ok-wordpress/wp-content/uploads/2017/08/25163553/Developer-Guide-Universal-Endpoint.pdf\">This documentation</a> will explain the data schema used to send email-based information to a user's 250ok account via the 250ok Universal Endpoint (referred to simply as endpoint).</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["account","webhooks"],"host":["https://api.everest.validity.com/api/1.0"],"query":[{"disabled":true,"key":"alias_id","value":"(integer)"}],"variable":[]}},"response":[{"id":"f48c2b13-d802-4940-a876-f62f8c7696a9","name":"Get Webhooks","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{apikey}}"}],"url":"https://api.everest.validity.com/api/1.0/account/webhooks"},"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"key\": \"WEBHOOK-KEY\",\n        \"url\": \"https://webhook.everest.validity.com/webhooks/WEBHOOK-KEY\",\n        \"name\": \"Universal Webhook Endpoint\",\n        \"description\": \"Endpoint for MTA logs\",\n        \"require_auth\": 1,\n        \"created\": \"2020-10-22 13:00:46\"\n    },\n    {\n        \"key\": \"ANOTHER-WEBHOOK-KEY\",\n        \"url\": \"https://webhook.everest.validity.com/webhooks/ANOTHER-WEBHOOK-KEY\",\n        \"name\": \"Universal Webhook Endpoint\",\n        \"description\": \"Endpoint for daily batches\",\n        \"require_auth\": 0,\n        \"created\": \"2020-09-11 04:51:25\"\n    }\n]"}],"_postman_id":"7c5cca21-6314-460f-80ff-4c8e7c2d0cc0"},{"name":"Create Webhook","id":"92471ec9-e715-409e-aaec-edd65c538b45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": (String) Endpoint description,\n    \"require_auth\": (Boolean)\n}","options":{"raw":{"language":"json"}}},"url":"https://api.everest.validity.com/api/1.0/account/webhooks","description":"<p>This API allows you to create a new webhook endpoint. Successful account creation will result in the API returning the integration key and receiving URL of the endpoint.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["account","webhooks"],"host":["https://api.everest.validity.com/api/1.0"],"query":[{"disabled":true,"key":"","value":"(integer)"}],"variable":[]}},"response":[{"id":"bbf1a7a9-7c7a-416e-b64b-fb6b3e93f8fe","name":"Create Webhook","originalRequest":{"method":"POST","header":[{"key":"","value":"","disabled":true},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"description\": \"Test Endpoint\",\n    \"require_auth\": 0\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.everest.validity.com/api/1.0/account/webhooks","host":["https://api.everest.validity.com/api/1.0"],"path":["account","webhooks"],"query":[{"key":"","value":"(integer)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Fri, 11 Dec 2020 15:40:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"173"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"key\": \"WEBHOOK-KEY\",\n    \"url\": \"https://webhook.everest.validity.com/webhooks/WEBHOOK-KEY\",\n    \"description\": \"Test Endpoint\",\n    \"require_auth\": 0\n}"}],"_postman_id":"92471ec9-e715-409e-aaec-edd65c538b45"},{"name":"Update Webhook","id":"599e9912-d2b9-4fc6-a4bd-7e4a377df700","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": (String) Updated description\n}","options":{"raw":{"language":"json"}}},"url":"https://api.everest.validity.com/api/1.0/account/webhooks/WEBHOOK-KEY","description":"<p>This API allows you to modify an existing webhook endpoint, such as changing its description.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["account","webhooks","WEBHOOK-KEY"],"host":["https://api.everest.validity.com/api/1.0"],"query":[{"disabled":true,"key":"","value":"(integer)"}],"variable":[]}},"response":[{"id":"c12bde07-19be-45a4-97a5-1507facf0c00","name":"Update Webhook","originalRequest":{"method":"PUT","header":[{"key":"","value":"","disabled":true},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"description\": \"Testing new description!\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.everest.validity.com/api/1.0/account/webhooks/WEBHOOK-KEY","host":["https://api.everest.validity.com/api/1.0"],"path":["account","webhooks","WEBHOOK-KEY"],"query":[{"key":"","value":"(integer)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Fri, 11 Dec 2020 16:05:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": false\n}"}],"_postman_id":"599e9912-d2b9-4fc6-a4bd-7e4a377df700"},{"name":"Delete Webhook","id":"5c1db59f-2974-4c85-92c4-649852704a7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.everest.validity.com/api/1.0/account/webhooks/WEBHOOK-KEY","description":"<p>This API allows you to delete a webhook endpoint by integration <code>key</code>. Data is returned in the following formats: XML, JSON, CSV and Serialized.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["account","webhooks","WEBHOOK-KEY"],"host":["https://api.everest.validity.com/api/1.0"],"query":[],"variable":[]}},"response":[{"id":"9d32f53f-5609-4940-84e8-d15ba51a4b68","name":"Delete Webhook","originalRequest":{"method":"DELETE","header":[{"key":"","value":"","disabled":true}],"url":{"raw":"https://api.everest.validity.com/api/1.0/account/webhooks/WEBHOOK-KEY","host":["https://api.everest.validity.com/api/1.0"],"path":["account","webhooks","WEBHOOK-KEY"],"query":[{"key":"alias_id","value":"(integer)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Fri, 11 Dec 2020 15:51:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"20"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\"\n}"}],"_postman_id":"5c1db59f-2974-4c85-92c4-649852704a7a"}],"id":"2e971ed2-1752-4e2d-9b58-8eeb31b92fb6","_postman_id":"2e971ed2-1752-4e2d-9b58-8eeb31b92fb6","description":"","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}}],"id":"cf2d8e21-9068-4d79-b11e-8f7915a73ceb","_postman_id":"cf2d8e21-9068-4d79-b11e-8f7915a73ceb","description":"","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"List Validation","item":[{"name":"Classifications","id":"e8eab1ee-25ef-4e0f-b8a1-502172e2d676","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/validation/classifications","description":"<p>Returns a full list of Validation result classifications, along with the definition, risk, common reasons, and recommendation for each result type.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["validation","classifications"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e6110b5c-b504-4378-96fe-b15ed4931bb6","name":"Get Classifications, Risk, and Suggestions","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{apikey}}"}],"url":"{{host}}/validation/classifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.12"},{"key":"Date","value":"Tue, 06 Aug 2019 19:33:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4207"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"valid\": {\n            \"category\": \"valid\",\n            \"status\": \"valid\",\n            \"name\": \"Valid\",\n            \"definition\": \"The email has a valid account associated with it.\",\n            \"reasons\": [],\n            \"risk\": \"low\",\n            \"recommendation\": \"send\"\n        },\n        \"email_address_invalid\": {\n            \"category\": \"email_address_invalid\",\n            \"status\": \"invalid\",\n            \"name\": \"Address Invalid\",\n            \"definition\": \"The email address format is incorrect. For example, james0uwerwe#com is not in the correct email format of inbox@domain.com. Many of these can be prevented by applying simple regular expression to data prior to verification.\",\n            \"reasons\": [],\n            \"risk\": \"very_high\",\n            \"recommendation\": \"suppress\"\n        },\n        \"email_domain_invalid\": {\n            \"category\": \"email_domain_invalid\",\n            \"status\": \"invalid\",\n            \"name\": \"Domain Invalid\",\n            \"definition\": \"The email address is associated with a domain that doesn't exist. For example, evereeeeest.validity.com is not a real domain capable of sending and receiving email. So inbox@evereeeeest.validity.com is an invalid email since it pertains to a domain that does not exists.\",\n            \"reasons\": [],\n            \"risk\": \"very_high\",\n            \"recommendation\": \"suppress\"\n        },\n        \"mailbox_full\": {\n            \"category\": \"mailbox_full\",\n            \"status\": \"invalid\",\n            \"name\": \"Mailbox Full\",\n            \"definition\": \"The mailbox is full.\",\n            \"reasons\": [\n                {\n                    \"summary\": \"Mailbox is full\",\n                    \"details\": \"The mailbox is full.\"\n                }\n            ],\n            \"risk\": \"medium\",\n            \"recommendation\": \"suppress\"\n        },\n        \"email_account_invalid\": {\n            \"category\": \"email_account_invalid\",\n            \"status\": \"invalid\",\n            \"name\": \"Account Invalid\",\n            \"definition\": \"The email account (the inbox) does not exist at the given domain. For example, not-an-inbox@everest.validity.com results in a secondary status of Email Account Invalid.\",\n            \"reasons\": [],\n            \"risk\": \"very_high\",\n            \"recommendation\": \"suppress\"\n        },\n        \"accept_all\": {\n            \"category\": \"accept_all\",\n            \"status\": \"risky\",\n            \"name\": \"Accept-All\",\n            \"definition\": \"Accept-All emails are when a server is set to receive all emails at a specific domain, meaning these domains accept any email you send to them at first. So it appears as if all of the emails are Valid at that domain, but the company actually has a firewall or another spam tool that may remove the email message or send a bounce message at a later time.\",\n            \"reasons\": [\n                {\n                    \"summary\": \"Address acccepts all mail\",\n                    \"details\": \"Some domains do not distinguish between existing and non-existing addresses and accept all mail.\"\n                }\n            ],\n            \"risk\": \"medium\",\n            \"recommendation\": \"caution\"\n        },\n        \"role_address\": {\n            \"category\": \"role_address\",\n            \"status\": \"risky\",\n            \"name\": \"Role Address\",\n            \"definition\": \"Email address was created to message a function like sales@, support@, or postmaster@. While many Role Addresses are Valid, they typically underperform compared to addresses that message individuals. Unless you’re marketing to small businesses, Role addresses will often dilute the performance of your marketing program.\",\n            \"reasons\": [\n                {\n                    \"summary\": \"Address matches known role email accounts such as sales@company or customerservice@company\",\n                    \"details\": \"Role addresses belong to the end user and are deliverable, but include multiple end recipients as part of a larger distribution list. These kinds of addresses are usually not good for sending campaigns.\"\n                }\n            ],\n            \"risk\": \"medium\",\n            \"recommendation\": \"caution\"\n        },\n        \"disposable\": {\n            \"category\": \"disposable\",\n            \"status\": \"risky\",\n            \"name\": \"Disposable\",\n            \"definition\": \"Email address is disposable and the Inbox will self-destruct. Disposable addresses are created to be Valid only temporarily so their owners can sign up for promotions or services without using a primary address. Disposable addresses will not perform and typically just take up space in your database. \",\n            \"reasons\": [\n                {\n                    \"summary\": \"Address matches series of known disposable or temporary addresses in our database, like 10minutemail.com or 12houremail.com\",\n                    \"details\": \"Disposable addresses are short-term email addresses that disappear or expire after a set time period. Therefore, these addresses are usually not good for sending campaigns.\"\n                }\n            ],\n            \"risk\": \"medium\",\n            \"recommendation\": \"caution\"\n        },\n        \"unknown\": {\n            \"category\": \"unknown\",\n            \"status\": \"risky\",\n            \"name\": \"Unknown\",\n            \"definition\": \"The email address looks good but the associated domain is not responding. This could be a temporary status for domains having intermittent issues or a permanent issue for dying domains.\",\n            \"reasons\": [\n                {\n                    \"summary\": \"Unable to connect to email server\",\n                    \"details\": \"Unable to connect and resolve to service during SMTP connection.\"\n                },\n                {\n                    \"summary\": \"Unresponsive SMTP server\",\n                    \"details\": \"Unable to successfully get a response from SMTP server.\"\n                },\n                {\n                    \"summary\": \"Other unknown anomalies\",\n                    \"details\": \"Address was outside known result definitions and criteria and was unable to be classified.\"\n                }\n            ],\n            \"risk\": \"medium\",\n            \"recommendation\": \"caution\"\n        }\n    }\n}"}],"_postman_id":"e8eab1ee-25ef-4e0f-b8a1-502172e2d676"},{"name":"Single Address","id":"bc0f96ba-bf72-45c3-82ed-36a2dc356e8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/validation/addresses/alextgriffis@gmai.com","description":"<p>Returns validation results for a specific address.</p>\n<p>After processing, the results object contains the input address, the final result, and relevant diagnostic information.</p>\n<p>The <strong>category</strong> will return one of the following: valid, email_address_invalid, email_domain_invalid, email_account_invalid, accept_all, role_address, disposable, unknown, but the <strong>diagnostics</strong> object may change depending on the result classification. </p>\n<p>For example, if an email address is believed to contain a typo domain, the typo flag will be set to true and the typo_suggestion will contain what is believed to be the intended domain.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["validation","addresses","alextgriffis@gmai.com"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5aa53fe3-778c-4096-b0e5-94a1348ec865","name":"Single Address","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{apikey}}"}],"url":"{{host}}/validation/address/address@gmai.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.12"},{"key":"Date","value":"Tue, 06 Aug 2019 18:43:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"301"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"category\": \"email_domain_invalid\",\n        \"status\": \"invalid\",\n        \"name\": \"Domain Invalid\",\n        \"definition\": \"The email address is associated with a domain that doesn't exist. For example, evereeeeest.validity.com is not a real domain capable of sending and receiving email. So inbox@evereeeeest.validity.com is an invalid email since it pertains to a domain that does not exists.\",\n        \"reasons\": [],\n        \"risk\": \"very_high\",\n        \"recommendation\": \"suppress\",\n        \"address\": \"everest@gmai.com\",\n        \"diagnostics\": {\n            \"role_address\": false,\n            \"disposable\": false,\n            \"typo\": true,\n            \"typo_suggestion\": \"gmail.com\"\n        }\n    }\n}"}],"_postman_id":"bc0f96ba-bf72-45c3-82ed-36a2dc356e8a"},{"name":"Create List","id":"1f95fcfb-c4c2-4a8c-9391-b18dc757979b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"description","value":"Checkout Customers","description":"<p>(Required) The name or description of the list</p>\n","type":"text"},{"key":"emails","value":"email1@domain.com;email2@domain.com;email3@domain.com","description":"<p>(Required) String of delimiter-separated email addresses</p>\n","type":"text"},{"key":"delimiter","value":";","description":"<p>The delimiter separating the email addresses, such as commas (,) or new lines (\\n)</p>\n","type":"text"}]},"url":"{{host}}/validation/lists","description":"<p>Allows batch validation of a new list using a description and a string of email addresses. By default, addresses will be parsed as a CSV using a <strong>comma</strong> as the delimiter.</p>\n<p>Optional <strong>delimiter</strong> values:</p>\n<ul>\n<li><p>, (comma)</p>\n</li>\n<li><p>; (semicolon)</p>\n</li>\n<li><p>\\n (new line)</p>\n</li>\n<li><p>\\t (tab)</p>\n</li>\n<li><p>| (pipe)</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["validation","lists"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"93afd328-a14e-408c-8cbf-012ed993c709","name":"Create List","originalRequest":{"method":"POST","header":[{"key":"X-API-KEY","value":"{{apikey}}"}],"body":{"mode":"formdata","formdata":[{"key":"description","value":"Checkout Customers","description":"(Required) The name or description of the list","type":"text"},{"key":"emails","value":"email1@domain.com;email2@domain.com;email3@domain.com","description":"(Required) String of delimiter-separated email addresses","type":"text"},{"key":"delimiter","value":";","description":"The delimiter separating the email addresses, such as commas (,) or new lines (\\n)","type":"text"}]},"url":"{{host}}/validation/lists"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Feb 2019 17:32:02 GMT"},{"key":"Server","value":"Apache/2.4.33 (Unix) LibreSSL/2.2.7 PHP/7.0.18"},{"key":"X-Powered-By","value":"PHP/7.0.18"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Status","value":"200"},{"key":"Content-Length","value":"579"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"id\": 1,\n        \"created\": \"2019-02-12 17:32:02\",\n        \"status\": \"processing\",\n        \"description\": \"Checkout Customers\",\n        \"total\": 100,\n        \"processed\": null,\n        \"invalid\": 0,\n        \"results\": {\n            \"valid\": {\n                \"count\": 0,\n                \"pct\": null\n            },\n            \"email_address_invalid\": {\n                \"count\": 0,\n                \"pct\": null\n            },\n            \"email_domain_invalid\": {\n                \"count\": 0,\n                \"pct\": null\n            },\n            \"email_account_invalid\": {\n                \"count\": 0,\n                \"pct\": null\n            },\n            \"accept_all\": {\n                \"count\": 0,\n                \"pct\": null\n            },\n            \"role_address\": {\n                \"count\": 0,\n                \"pct\": null\n            },\n            \"unknown\": {\n                \"count\": 0,\n                \"pct\": null\n            }\n        },\n        \"endpoints\": {\n            \"all\": \"/validation/exports/1/all\",\n            \"valid\": \"/validation/exports/1/valid\",\n            \"email_address_invalid\": \"/validation/exports/1/email_address_invalid\",\n            \"email_domain_invalid\": \"/validation/exports/1/email_domain_invalid\",\n            \"email_account_invalid\": \"/validation/exports/1/email_account_invalid\",\n            \"accept_all\": \"/validation/exports/1/accept_all\",\n            \"role_address\": \"/validation/exports/1/role_address\",\n            \"disposable\": \"/validation/exports/1/disposable\",\n            \"unknown\": \"/validation/exports/1/unknown\"\n        }\n    }\n}"}],"_postman_id":"1f95fcfb-c4c2-4a8c-9391-b18dc757979b"},{"name":"All Lists","id":"c2fe7fdb-2667-495f-8e2e-105c01f71fd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/validation/lists","description":"<p>Returns a full list of validation results from an account.  The <strong>status</strong> field may vary until all addresses have been scanned, at which time <strong>status</strong> will switch to <em>complete</em>.</p>\n<p>During processing, the <strong>processed</strong> field will increment its percentage to reflect the progress of the scan.</p>\n<p>After processing, the list results contain the total number (and percentage) of addressess classified under each result group. Those addresses can be exported or downloaded using the specific export endpoints listed in the <strong>endpoints</strong> object.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["validation","lists"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"4b0a9817-57ef-4737-93e2-14ed2df24a57","name":"All Lists","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{apikey}}"}],"url":"{{host}}/validation/lists"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Jan 2019 15:08:11 GMT"},{"key":"Server","value":"Apache/2.4.33 (Unix) LibreSSL/2.2.7 PHP/7.0.18"},{"key":"X-Powered-By","value":"PHP/7.0.18"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=0rrqrniji3mfr4sdhf8u9lh0s5; path=/"},{"key":"Set-Cookie","value":"PHPSESSID=0rrqrniji3mfr4sdhf8u9lh0s5; path=/"},{"key":"Status","value":"200"},{"key":"Content-Length","value":"3576"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"classifications\": {\n            \"valid\": \"The email has a valid account associated with it.\",\n            \"email_address_invalid\": \"The email address format is incorrect. For example, james0uwerwe#com is not in the correct email format of inbox@domain.com. Many of these can be prevented by applying simple regular expression to data prior to verification.\",\n            \"email_domain_invalid\": \"The email address is associated with a domain that doesn't exist. For example, evereeeeest.validity.com is not a real domain capable of sending and receiving email. So inbox@evereeeeest.validity.com is an invalid email since it pertains to a domain that does not exists.\",\n            \"email_account_invalid\": \"The email account (the inbox) does not exist at the given domain. For example, not-an-inbox@everest.validity.com results in a secondary status of Email Account Invalid.\",\n            \"accept_all\": \"Accept-All emails are when a server is set to receive all emails at a specific domain, meaning these domains accept any email you send to them at first. So it appears as if all of the emails are Valid at that domain, but the company actually has a firewall or another spam tool that may remove the email message or send a bounce message at a later time.\",\n            \"role_address\": \"Email address was created to message a function like sales@, support@, or postmaster@. While many Role Addresses are Valid, they typically underperform compared to addresses that message individuals. Unless you’re marketing to small businesses, Role addresses will often dilute the performance of your marketing program.\",\n            \"disposable\": \"Email address is disposable and the Inbox will self-destruct. Disposable addresses are created to be Valid only temporarily so their owners can sign up for promotions or services without using a primary address. Disposable addresses will not perform and typically just take up space in your database. \",\n            \"unknown\": \"The email address looks good but the associated domain is not responding. This could be a temporary status for domains having intermittent issues or a permanent issue for dying domains.\",\n            \"mailbox_full\": \"The mailbox is full.\"\n        }\n    },\n    \"results\": [\n        {\n            \"id\": 1,\n            \"created\": \"2021-10-21 20:21:48\",\n            \"expiration\": \"2021-10-28 16:23:00\",\n            \"status\": \"complete\",\n            \"description\": \"File Upload\",\n            \"total\": 200,\n            \"processed\": 100,\n            \"invalid\": 22,\n            \"results\": {\n                \"valid\": {\n                    \"count\": 178,\n                    \"pct\": 89\n                },\n                \"email_address_invalid\": {\n                    \"count\": 0,\n                    \"pct\": 0\n                },\n                \"email_domain_invalid\": {\n                    \"count\": 4,\n                    \"pct\": 2\n                },\n                \"email_account_invalid\": {\n                    \"count\": 6,\n                    \"pct\": 3\n                },\n                \"mailbox_full\": {\n                    \"count\": 0,\n                    \"pct\": 0\n                },\n                \"accept_all\": {\n                    \"count\": 4,\n                    \"pct\": 2\n                },\n                \"role_address\": {\n                    \"count\": 0,\n                    \"pct\": 0\n                },\n                \"unknown\": {\n                    \"count\": 8,\n                    \"pct\": 4\n                }\n            },\n            \"endpoints\": {\n                \"all\": \"/validation/exports/1/all\",\n                \"valid\": \"/validation/exports/1/valid\",\n                \"email_address_invalid\": \"/validation/exports/1/email_address_invalid\",\n                \"email_domain_invalid\": \"/validation/exports/1/email_domain_invalid\",\n                \"email_account_invalid\": \"/validation/exports/1/email_account_invalid\",\n                \"accept_all\": \"/validation/exports/1/accept_all\",\n                \"role_address\": \"/validation/exports/1/role_address\",\n                \"disposable\": \"/validation/exports/1/disposable\",\n                \"unknown\": \"/validation/exports/1/unknown\",\n                \"mailbox_full\": \"/validation/exports/1/mailbox_full\"\n            }\n        },\n        {\n            \"id\": 2,\n            \"created\": \"2021-10-21 20:19:02\",\n            \"expiration\": \"2021-10-28 16:19:00\",\n            \"status\": \"complete\",\n            \"description\": \"Pasted List\",\n            \"total\": 12,\n            \"processed\": 100,\n            \"invalid\": 4,\n            \"results\": {\n                \"valid\": {\n                    \"count\": 8,\n                    \"pct\": 66.7\n                },\n                \"email_address_invalid\": {\n                    \"count\": 0,\n                    \"pct\": 0\n                },\n                \"email_domain_invalid\": {\n                    \"count\": 0,\n                    \"pct\": 0\n                },\n                \"email_account_invalid\": {\n                    \"count\": 1,\n                    \"pct\": 8.3\n                },\n                \"mailbox_full\": {\n                    \"count\": 0,\n                    \"pct\": 0\n                },\n                \"accept_all\": {\n                    \"count\": 3,\n                    \"pct\": 25\n                },\n                \"role_address\": {\n                    \"count\": 0,\n                    \"pct\": 0\n                },\n                \"unknown\": {\n                    \"count\": 0,\n                    \"pct\": 0\n                }\n            },\n            \"endpoints\": {\n                \"all\": \"/validation/exports/2/all\",\n                \"valid\": \"/validation/exports/2/valid\",\n                \"email_address_invalid\": \"/validation/exports/2/email_address_invalid\",\n                \"email_domain_invalid\": \"/validation/exports/2/email_domain_invalid\",\n                \"email_account_invalid\": \"/validation/exports/2/email_account_invalid\",\n                \"accept_all\": \"/validation/exports/2/accept_all\",\n                \"role_address\": \"/validation/exports/2/role_address\",\n                \"disposable\": \"/validation/exports/2/disposable\",\n                \"unknown\": \"/validation/exports/2/unknown\",\n                \"mailbox_full\": \"/validation/exports/2/mailbox_full\"\n            }\n        }\n    ]\n}"}],"_postman_id":"c2fe7fdb-2667-495f-8e2e-105c01f71fd4"},{"name":"List by ID","id":"2a7bfc16-197a-4996-aa15-584a4d8079f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/validation/lists/1","description":"<p>Returns a specific set of validation results from an account. The <strong>status</strong> field may vary until all addresses have been scanned, at which time <strong>status</strong> will switch to <em>complete</em>. </p>\n<p>During processing, the <strong>processed</strong> field will increment its percentage to reflect the progress of the scan.</p>\n<p>After processing, the list results contain the total number (and percentage) of addressess classified under each result group. Those addresses can be exported or downloaded using the specific export endpoints listed in the <strong>endpoints</strong> object.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["validation","lists","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"1af161c2-6a66-4090-ae17-d995e02971f8","name":"List by ID","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{apikey}}"}],"url":"{{host}}/validation/lists/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Jan 2019 21:21:37 GMT"},{"key":"Server","value":"Apache/2.4.33 (Unix) LibreSSL/2.2.7 PHP/7.0.18"},{"key":"X-Powered-By","value":"PHP/7.0.18"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Status","value":"200"},{"key":"Content-Length","value":"1839"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"classifications\": {\n            \"valid\": \"The email has a valid account associated with it.\",\n            \"email_address_invalid\": \"The email address format is incorrect. For example, james0uwerwe#com is not in the correct email format of inbox@domain.com. Many of these can be prevented by applying simple regular expression to data prior to verification.\",\n            \"email_domain_invalid\": \"The email address is associated with a domain that doesn't exist. For example, evereeeeest.validity.com is not a real domain capable of sending and receiving email. So inbox@evereeeeest.validity.com is an invalid email since it pertains to a domain that does not exists.\",\n            \"email_account_invalid\": \"The email account (the inbox) does not exist at the given domain. For example, not-an-inbox@everest.validity.com results in a secondary status of Email Account Invalid.\",\n            \"accept_all\": \"Accept-All emails are when a server is set to receive all emails at a specific domain, meaning these domains accept any email you send to them at first. So it appears as if all of the emails are Valid at that domain, but the company actually has a firewall or another spam tool that may remove the email message or send a bounce message at a later time.\",\n            \"role_address\": \"Email address was created to message a function like sales@, support@, or postmaster@. While many Role Addresses are Valid, they typically underperform compared to addresses that message individuals. Unless you’re marketing to small businesses, Role addresses will often dilute the performance of your marketing program.\",\n            \"disposable\": \"Email address is disposable and the Inbox will self-destruct. Disposable addresses are created to be Valid only temporarily so their owners can sign up for promotions or services without using a primary address. Disposable addresses will not perform and typically just take up space in your database. \",\n            \"unknown\": \"The email address looks good but the associated domain is not responding. This could be a temporary status for domains having intermittent issues or a permanent issue for dying domains.\",\n            \"mailbox_full\": \"The mailbox is full.\"\n        }\n    },\n    \"results\": {\n        \"id\": 1,\n        \"created\": \"2021-10-21 20:21:48\",\n        \"expiration\": \"2021-10-28 16:23:00\",\n        \"status\": \"complete\",\n        \"description\": \"File Upload\",\n        \"total\": 200,\n        \"processed\": 100,\n        \"invalid\": 22,\n        \"results\": {\n            \"valid\": {\n                \"count\": 178,\n                \"pct\": 89\n            },\n            \"email_address_invalid\": {\n                \"count\": 0,\n                \"pct\": 0\n            },\n            \"email_domain_invalid\": {\n                \"count\": 4,\n                \"pct\": 2\n            },\n            \"email_account_invalid\": {\n                \"count\": 6,\n                \"pct\": 3\n            },\n            \"mailbox_full\": {\n                \"count\": 0,\n                \"pct\": 0\n            },\n            \"accept_all\": {\n                \"count\": 4,\n                \"pct\": 2\n            },\n            \"role_address\": {\n                \"count\": 0,\n                \"pct\": 0\n            },\n            \"unknown\": {\n                \"count\": 8,\n                \"pct\": 4\n            }\n        },\n        \"endpoints\": {\n            \"all\": \"/validation/exports/1/all\",\n            \"valid\": \"/validation/exports/1/valid\",\n            \"email_address_invalid\": \"/validation/exports/1/email_address_invalid\",\n            \"email_domain_invalid\": \"/validation/exports/1/email_domain_invalid\",\n            \"email_account_invalid\": \"/validation/exports/1/email_account_invalid\",\n            \"accept_all\": \"/validation/exports/1/accept_all\",\n            \"role_address\": \"/validation/exports/1/role_address\",\n            \"disposable\": \"/validation/exports/1/disposable\",\n            \"unknown\": \"/validation/exports/1/unknown\",\n            \"mailbox_full\": \"/validation/exports/1/mailbox_full\"\n        }\n    }\n}"}],"_postman_id":"2a7bfc16-197a-4996-aa15-584a4d8079f5"},{"name":"List - Exports","id":"a863a301-d7e4-4739-98af-0d59d39e8792","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/validation/exports/1","description":"<p>After processing is complete, results can be exported individually or in bulk, grouped by classification. The <strong>Get Exports</strong> endpoint will provide an <strong>endpoints:{}</strong> consisting of the individual export URLs.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["validation","exports","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8dbce3d1-4687-431b-becd-57fe5286a02f","name":"List - Exports","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{apikey}}"}],"url":"{{host}}/validation/exports/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Jan 2019 21:24:46 GMT"},{"key":"Server","value":"Apache/2.4.33 (Unix) LibreSSL/2.2.7 PHP/7.0.18"},{"key":"X-Powered-By","value":"PHP/7.0.18"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Status","value":"200"},{"key":"Content-Length","value":"533"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"id\": 1,\n        \"description\": \"File Upload\",\n        \"created\": \"2021-10-21 20:21:48\",\n        \"expiration\": \"2021-10-28 16:23:00\",\n        \"status\": \"complete\",\n        \"total\": 200,\n        \"processed\": 200,\n        \"percent_complete\": 100,\n        \"endpoints\": {\n            \"all\": \"/validation/exports/1/all\",\n            \"valid\": \"/validation/exports/1/valid\",\n            \"email_address_invalid\": \"/validation/exports/1/email_address_invalid\",\n            \"email_domain_invalid\": \"/validation/exports/1/email_domain_invalid\",\n            \"email_account_invalid\": \"/validation/exports/1/email_account_invalid\",\n            \"accept_all\": \"/validation/exports/1/accept_all\",\n            \"role_address\": \"/validation/exports/1/role_address\",\n            \"disposable\": \"/validation/exports/1/disposable\",\n            \"unknown\": \"/validation/exports/1/unknown\",\n            \"mailbox_full\": \"/validation/exports/1/mailbox_full\"\n        }\n    }\n}"}],"_postman_id":"a863a301-d7e4-4739-98af-0d59d39e8792"},{"name":"List - Export by Classification","id":"08cb5887-0f2e-49a4-b798-31b714187be3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/validation/exports/1/role","description":"<p>Returns a specific set of email addresses based on the result classifications retrieved from <strong>Get Lists</strong>, <strong>Get List</strong>, or <strong>Get Exports</strong>.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["validation","exports","1","role"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c3214c17-cb83-4771-8a20-7dc949e60409","name":"List - Export by \"unknown\"","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{apikey}}"},{"key":"ACCEPT","type":"text","value":"xml","disabled":true}],"url":"{{host}}/validation/exports/1/unknown"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Jan 2019 20:59:40 GMT"},{"key":"Server","value":"Apache/2.4.33 (Unix) LibreSSL/2.2.7 PHP/7.0.18"},{"key":"X-Powered-By","value":"PHP/7.0.18"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Status","value":"200"},{"key":"Content-Length","value":"1404"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"unknown\": \"The email address looks good but the associated domain is not responding. This could be a temporary status for domains having intermittent issues or a permanent issue for dying domains.\"\n    },\n    \"results\": [\n        {\n            \"email\": \"address@domain.com\",\n            \"classification\": \"Risky: Unknown\"\n        },\n        {\n            \"email\": \"address2@domain.com\",\n            \"classification\": \"Risky: Unknown\"\n        },\n        {\n            \"email\": \"address3@domain.com\",\n            \"classification\": \"Risky: Unknown\"\n        }\n    ]\n}"}],"_postman_id":"08cb5887-0f2e-49a4-b798-31b714187be3"}],"id":"ea6a753c-3267-4df7-afb1-593de2d40c1f","description":"<p>Throughout the Validation documentation you'll see the use of variables like <strong>{{apikey}}</strong> that can be swapped out using your real API key. If you use Postman, this collection is available for download along with a shared variable template to define your <em>host</em> and <em>apikey</em> variables.</p>\n","event":[{"listen":"prerequest","script":{"id":"dbbf6636-d57d-4252-867d-b70aeedeb268","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e061074f-091c-4504-a720-c33a51ed534b","type":"text/javascript","exec":[""]}}],"_postman_id":"ea6a753c-3267-4df7-afb1-593de2d40c1f","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"Competitive Intel","item":[{"name":"Search History","id":"bb49405a-a0c6-418b-8248-79aef1c733d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/prospect/search","description":"<p>Returns a list of domains in your Prospect search history.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["prospect","search"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f208f740-fa18-414e-ad43-877fccbb3c3f","name":"Search History","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"abcdefghijk123456789"}],"url":"{{host}}/prospect/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"6640","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 13:58:01 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.29 (Unix) PHP/7.0.18 LibreSSL/2.2.7","name":"Server","description":"A name for the server"},{"key":"Set-Cookie","value":"PHPSESSID=bs6d7f5p867o6cp9dhed8u33f6; path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"PHPSESSID=bs6d7f5p867o6cp9dhed8u33f6; path=/","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Status","value":"200","name":"Status","description":"Custom header"},{"key":"X-Powered-By","value":"PHP/7.0.18","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"250ok.com","path":"/","secure":true,"value":"s09c9b6f37lm36dnf785ng8ge5","key":"PHPSESSID"},{"expires":"Invalid Date","httpOnly":false,"domain":"dev.250ok.com","path":"/","secure":false,"value":"bs6d7f5p867o6cp9dhed8u33f6","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": [\n        {\n            \"id\": 1,\n            \"domain\": null,\n            \"traps\": 3943568,\n            \"volume\": \"> 1B\",\n            \"matches\": [\n                \"example.com\",\n                \"app.example.com\"\n            ],\n            \"created\": \"1970-01-01 00:00:00\",\n            \"endpoints\": [\n                \"/prospect/search/1/esps\",\n                \"/prospect/search/1/traps\",\n                \"/prospect/search/1/blacklists\",\n                \"/prospect/search/1/authentication\",\n                \"/prospect/search/1/whois/:domain\"\n            ]\n        },\n        {\n            \"id\": 2,\n            \"domain\": null,\n            \"traps\": 3949109,\n            \"volume\": \"> 1B\",\n            \"matches\": [\n                \"example.com\",\n                \"app.example.com\"\n            ],\n            \"created\": \"1970-01-01 00:00:00\",\n            \"endpoints\": [\n                \"/prospect/search/2/esps\",\n                \"/prospect/search/2/traps\",\n                \"/prospect/search/2/blacklists\",\n                \"/prospect/search/2/authentication\",\n                \"/prospect/search/2/whois/:domain\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"bb49405a-a0c6-418b-8248-79aef1c733d5"},{"name":"Search - Overview","id":"9dffc516-1a9c-4b6e-86a3-a67aa28b7de5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/prospect/search/1","description":"<p>Returns the 90-day blacklistings count, trap volume, estimated monthly sending volume, and a list of available endpoints to retrieve additional data feeds: traps by day, by ESP, blacklists, authentication, WHOIS, etc. </p>\n<p>You can pass <strong>authenticated=1</strong> to exclude unauthenticated mail from the data feeds and endpoints, which will remove illegitimate and spoofed traffic.</p>\n<h3 id=\"error-responses\">Error Responses</h3>\n<ul>\n<li><strong>400</strong> Invalid search ID.</li>\n<li><strong>400</strong> No domain matches selected. Please refer to the 'Search - Select Matches (POST)' endpoint to select a minimum of 1 domain match.</li>\n<li><strong>404</strong> Search ID not found.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["prospect","search","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"458bba8c-f51f-45c2-adc4-dfb3edd1d26a","name":"Get Search - Overview","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"abcdefghijk123456789"}],"url":"{{host}}/prospect/search/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"297","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 14:31:15 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.29 (Unix) PHP/7.0.18 LibreSSL/2.2.7","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"},{"key":"X-Powered-By","value":"PHP/7.0.18","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"250ok.com","path":"/","secure":true,"value":"s09c9b6f37lm36dnf785ng8ge5","key":"PHPSESSID"},{"expires":"Invalid Date","httpOnly":false,"domain":"dev.250ok.com","path":"/","secure":false,"value":"bs6d7f5p867o6cp9dhed8u33f6","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"id\": 1,\n        \"domain\": \"domain.com\",\n        \"traps\": 31271,\n        \"volume\": \"30-40M\",\n        \"matches\": [\n            \"domain.com\",\n            \"server.domain.com\"\n        ],\n        \"created\": \"2019-11-07 20:02:28\",\n        \"endpoints\": [\n            \"/prospect/search/1/esps\",\n            \"/prospect/search/1/traps\",\n            \"/prospect/search/1/blacklists\",\n            \"/prospect/search/1/authentication\",\n            \"/prospect/search/1/whois/:domain\"\n        ]\n    }\n}\n"}],"_postman_id":"9dffc516-1a9c-4b6e-86a3-a67aa28b7de5"},{"name":"Create Search","id":"62b7846e-3d98-43da-838a-ece86ebb1c5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"domain","value":"domain.com","type":"text"}]},"url":"{{host}}/prospect/search","description":"<p>Returns a list of subdomains, exact matches, fuzzy matches, and related domains matching your search criteria. The 90-day trap counts for the domain matches are also included to determine which matches account for the most volume.</p>\n<h3 id=\"error-responses\">Error Responses</h3>\n<ul>\n<li><strong>400</strong> 'domain' is a required field.</li>\n<li><strong>400</strong> Invalid domain value.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["prospect","search"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"73c7dc1c-0c17-4c09-8fe2-f1cafc0a3215","name":"Create Search","originalRequest":{"method":"POST","header":[{"key":"X-API-KEY","value":"abcdefghijk123456789"}],"body":{"mode":"formdata","formdata":[{"key":"domain","value":"domain.com","type":"text"}]},"url":"{{host}}/prospect/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"35852","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 14:09:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.29 (Unix) PHP/7.0.18 LibreSSL/2.2.7","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"},{"key":"X-Powered-By","value":"PHP/7.0.18","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"250ok.com","path":"/","secure":true,"value":"s09c9b6f37lm36dnf785ng8ge5","key":"PHPSESSID"},{"expires":"Invalid Date","httpOnly":false,"domain":"dev.250ok.com","path":"/","secure":false,"value":"bs6d7f5p867o6cp9dhed8u33f6","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2020-07-30\"\n        }\n    },\n    \"results\": {\n        \"id\": 1,\n        \"domain\": \"newdomainsearch.domain.com\",\n        \"matches\": []\n    }\n}"}],"_postman_id":"62b7846e-3d98-43da-838a-ece86ebb1c5b"},{"name":"Search - Select Matches","id":"dc68562f-6fc6-4361-9553-afeee9f17cd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"matches","value":"invalid.com,domain.com,server.domain.com","type":"text"}]},"url":"{{host}}/prospect/search/1","description":"<p>POST your selection of domain matches using a comma-separated or pipe-delimited set of domains. Domains submitted that were not listed in the <strong>available_domains</strong> field from <a href=\"#a6b107f4-6d82-aa5e-bd27-0d757fa1d357\">Prospect Search</a> will be discarded.</p>\n<h3 id=\"error-responses\">Error Responses</h3>\n<ul>\n<li><strong>400</strong> Invalid search ID.</li>\n<li><strong>400</strong> 'matches' is a required field.</li>\n<li><strong>400</strong> The contents of 'matches' must use the 'available_domains' from /prospect/search.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["prospect","search","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"f0c4bcbe-c104-4128-854c-3532ccab16ba","name":"Search - Select Matches","originalRequest":{"method":"PUT","header":[{"key":"X-API-KEY","value":"abcdefghijk123456789"}],"body":{"mode":"formdata","formdata":[{"key":"matches","value":"invalid.com,domain.com,server.domain.com","type":"text"}]},"url":"{{host}}/prospect/search/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"187","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 14:21:43 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.29 (Unix) PHP/7.0.18 LibreSSL/2.2.7","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"},{"key":"X-Powered-By","value":"PHP/7.0.18","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"250ok.com","path":"/","secure":true,"value":"s09c9b6f37lm36dnf785ng8ge5","key":"PHPSESSID"},{"expires":"Invalid Date","httpOnly":false,"domain":"dev.250ok.com","path":"/","secure":false,"value":"bs6d7f5p867o6cp9dhed8u33f6","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2020-07-30\"\n        }\n    },\n    \"results\": {\n        \"id\": 1,\n        \"domain\": \"example.com\",\n        \"traps\": 1573919,\n        \"volume\": \"> 1B\",\n        \"matches_selected\": [\n            \"spotify.com\"\n        ],\n        \"matches_discarded\": [\n            \"invalid.com\",\n            \"domain.com\",\n            \"server.domain.com\"\n        ],\n        \"created\": \"2019-11-07 20:02:28\"\n    }\n}"}],"_postman_id":"dc68562f-6fc6-4361-9553-afeee9f17cd2"},{"name":"Search - Traps","id":"25458fc4-f2ce-46d1-bc80-abda42c5e2de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/prospect/search/1/traps?authenticated=1","description":"<p>Returns a <strong>traps: {}</strong> object containing the total number of trap hits, hits by type (pristine, typo, recycled), hits by day, and hits by IP address. </p>\n<p>You can pass <strong>authenticated=1</strong> to exclude unauthenticated mail from the data feeds and endpoints, which will remove illegitimate and spoofed traffic.</p>\n<h3 id=\"error-responses\">Error Responses</h3>\n<ul>\n<li><strong>400</strong> Invalid search ID.</li>\n<li><strong>404</strong> Search ID not found.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["prospect","search","1","traps"],"host":["{{host}}"],"query":[{"key":"authenticated","value":"1"}],"variable":[]}},"response":[{"id":"766bab06-d375-4e58-9431-487c26178455","name":"Get Search - Traps","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"abcdefghijk123456789"}],"url":{"raw":"{{host}}/prospect/search/1/traps?authenticated=1","host":["{{host}}"],"path":["prospect","search","1","traps"],"query":[{"key":"authenticated","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"9359","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 14:38:35 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.29 (Unix) PHP/7.0.18 LibreSSL/2.2.7","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"},{"key":"X-Powered-By","value":"PHP/7.0.18","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"250ok.com","path":"/","secure":true,"value":"s09c9b6f37lm36dnf785ng8ge5","key":"PHPSESSID"},{"expires":"Invalid Date","httpOnly":false,"domain":"dev.250ok.com","path":"/","secure":false,"value":"bs6d7f5p867o6cp9dhed8u33f6","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"authenticated\": true\n        },\n        \"typo\": \"Indicative of poor address collection, lack of address validation on forms, no double opt-in, data entry errors\",\n        \"grey\": \"Indicative of poor email list hygiene, not removing disengaged subscribers\",\n        \"pristine\": \"Indicative of email list purchasing or email \\\"scraping\\\" bots\"\n    },\n    \"results\": {\n        \"total\": 3882380,\n        \"type\": {\n            \"pristine\": 36828,\n            \"typo\": 288788,\n            \"recycled\": 3556764\n        },\n        \"day\": {\n            \"2020-07-30\": 10081,\n            \"2020-07-31\": 20926,\n            \"2020-08-01\": 8845,\n            \"2020-08-02\": 8074\n        },\n        \"ip\": [\n            {\n                \"ip\": \"167.89.81.103\",\n                \"esp\": \"SendGrid\",\n                \"rdns\": \"o15.em.spotify.com\",\n                \"count\": 1048321\n            },\n            {\n                \"ip\": \"167.89.81.104\",\n                \"esp\": \"SendGrid\",\n                \"rdns\": \"o16.em.spotify.com\",\n                \"count\": 1048177\n            }\n        ],\n        \"subject\": [\n            {\n                \"subject\": \"Subject 1\",\n                \"count\": 1505015\n            },\n            {\n                \"subject\": \"Subject 2\",\n                \"count\": 355956\n            }\n        ]\n    }\n}\n"}],"_postman_id":"25458fc4-f2ce-46d1-bc80-abda42c5e2de"},{"name":"Search - ESPs","id":"c5ddce96-1635-4612-bd8f-74d2160b1a2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/prospect/search/1/esps?authenticated=1","description":"<p>Returns an <strong>esps: {}</strong> object containing the total number of trap hits, total hits by ESP, hits by day by ESP.</p>\n<p>You can pass <strong>authenticated=1</strong> to exclude unauthenticated mail from the data feeds and endpoints, which will remove illegitimate and spoofed traffic.</p>\n<h3 id=\"error-responses\">Error Responses</h3>\n<ul>\n<li><strong>400</strong> Invalid search ID.</li>\n<li><strong>404</strong> Search ID not found.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["prospect","search","1","esps"],"host":["{{host}}"],"query":[{"key":"authenticated","value":"1"}],"variable":[]}},"response":[{"id":"7580fdeb-c304-454f-b9e8-da98e66a57b7","name":"Get Search - ESPs","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"abcdefghijk123456789"}],"url":{"raw":"{{host}}/prospect/search/1/esps?authenticated=1","host":["{{host}}"],"path":["prospect","search","1","esps"],"query":[{"key":"authenticated","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"6256","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 14:41:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.29 (Unix) PHP/7.0.18 LibreSSL/2.2.7","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"},{"key":"X-Powered-By","value":"PHP/7.0.18","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"250ok.com","path":"/","secure":true,"value":"s09c9b6f37lm36dnf785ng8ge5","key":"PHPSESSID"},{"expires":"Invalid Date","httpOnly":false,"domain":"dev.250ok.com","path":"/","secure":false,"value":"bs6d7f5p867o6cp9dhed8u33f6","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"meta\": {\n        \"Uknown\": \"ESP 'Unknown' is likely an in-house MTA, or is originating from an IP outside of the commercial IP space we monitor.\"\n    },\n    \"esps\": {\n        \"total\": 31274,\n        \"esp\": {\n            \"SendGrid\": 31264,\n            \"Unknown\": 5,\n            \"Amazon SES\": 1\n        },\n        \"day\": {\n            \"2018-06-14\": {\n                \"SendGrid\": 265,\n                \"Unknown\": 0,\n                \"Amazon SES\": 0\n            },\n            \"2018-06-15\": {\n                \"SendGrid\": 104,\n                \"Unknown\": 0,\n                \"Amazon SES\": 0\n            },\n            \"2018-06-16\": {\n                \"SendGrid\": 349,\n                \"Unknown\": 0,\n                \"Amazon SES\": 0\n            }\n        }\n    }\n}"}],"_postman_id":"c5ddce96-1635-4612-bd8f-74d2160b1a2a"},{"name":"Search - Blacklists","id":"f4b5cfc1-78bb-42c0-847e-9c2014d92a82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/prospect/search/1/blacklists","description":"<p>Returns an <strong>blacklists: {}</strong> object containing:</p>\n<ul>\n<li>day: total blacklisted items by day</li>\n<li>daylist: total blacklisted items by day, by list</li>\n<li>blacklist: total blacklisted items by list</li>\n<li>item: total blacklisted items by item (IP address)</li>\n<li>itemlist: total blacklisted by item, by list</li>\n</ul>\n<h3 id=\"error-responses\">Error Responses</h3>\n<ul>\n<li><strong>400</strong> Invalid search ID.</li>\n<li><strong>404</strong> Search ID not found.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["prospect","search","1","blacklists"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"db5ecb53-c05d-4a1b-a3de-170ee61e28e6","name":"Get Search - Blacklists","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"abcdefghijk123456789"}],"url":"{{host}}/prospect/search/1/blacklists"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"16029","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 16:55:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.29 (Unix) PHP/7.0.18 LibreSSL/2.2.7","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"},{"key":"X-Powered-By","value":"PHP/7.0.18","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"250ok.com","path":"/","secure":true,"value":"s09c9b6f37lm36dnf785ng8ge5","key":"PHPSESSID"},{"expires":"Invalid Date","httpOnly":false,"domain":"dev.250ok.com","path":"/","secure":false,"value":"fh6ais99h09hdjvuvnnurh3uo1","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"authenticated\": true\n        },\n        \"day\": \"The number of total blacklisted items, grouped by day\",\n        \"daylist\": \"The number of total blacklisted items, grouped by blacklist, by day\",\n        \"blacklist\": \"The number of total blacklisted items, grouped by blacklist\",\n        \"item\": \"The number of total blacklisted items, grouped by IP or domain\",\n        \"itemlist\": \"The number of total blacklisted items, grouped by IP or domain, by day\"\n    },\n    \"results\": {\n        \"day\": {\n            \"2018-06-14\": 2,\n            \"2018-06-15\": 2,\n            \"2018-06-16\": 2\n        },\n        \"daylist\": {\n            \"2018-06-14\": {\n                \"UCEPROTECT Level 2\": 1,\n                \"Invaluement SIP/24\": 1\n            },\n            \"2018-06-15\": {\n                \"Invaluement SIP/24\": 1,\n                \"UCEPROTECT Level 2\": 1\n            },\n            \"2018-06-16\": {\n                \"Invaluement SIP/24\": 1,\n                \"UCEPROTECT Level 2\": 1\n            }\n        },\n        \"blacklist\": {\n            \"UCEPROTECT Level 2\": 71,\n            \"Invaluement SIP/24\": 67,\n            \"Spamhaus SBL\": 66\n        },\n        \"item\": {\n            \"59.148.43.38\": 311,\n            \"37.49.227.131\": 291,\n            \"115.124.25.127\": 8\n        },\n        \"itemlist\": {\n            \"UCEPROTECT Level 2\": {\n                \"37.49.227.131\": 67,\n                \"115.124.25.126\": 4,\n                \"115.124.25.127\": 4\n            },\n            \"UCEPROTECT Level 3\": {\n                \"37.49.227.131\": 38\n            },\n            \"Spamhaus PBL\": {\n                \"37.49.227.131\": 56\n            }\n        }\n    }\n}"}],"_postman_id":"f4b5cfc1-78bb-42c0-847e-9c2014d92a82"},{"name":"Search - Authentication","id":"b8ac3319-a8f5-4e19-a2ab-984d2bb3e27a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/prospect/search/1/authentication?authenticated=1","description":"<p>Returns an <strong>authentication: {}</strong> object containing your domain selections and their WHOIS records (registration date and expiration), pecentage of mail volume, SPF and DMARC records, and SPF lookups.</p>\n<h3 id=\"error-responses\">Error Responses</h3>\n<ul>\n<li><strong>400</strong> Invalid search ID.</li>\n<li><strong>404</strong> Search ID not found.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["prospect","search","1","authentication"],"host":["{{host}}"],"query":[{"key":"authenticated","value":"1"}],"variable":[]}},"response":[{"id":"d3d118fc-d190-48dc-93f8-d6688b0d1338","name":"Get Search - Authentication","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"abcdefghijk123456789"}],"url":{"raw":"{{host}}/prospect/search/1/authentication?authenticated=1","host":["{{host}}"],"path":["prospect","search","1","authentication"],"query":[{"key":"authenticated","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1680","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 19:09:51 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=99","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.29 (Unix) PHP/7.0.18 LibreSSL/2.2.7","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"},{"key":"X-Powered-By","value":"PHP/7.0.18","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"250ok.com","path":"/","secure":true,"value":"s09c9b6f37lm36dnf785ng8ge5","key":"PHPSESSID"},{"expires":"Invalid Date","httpOnly":false,"domain":"dev.250ok.com","path":"/","secure":false,"value":"jfjd0lbbm4trmtgi10u7jg5ut1","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"authenticated\": true\n        },\n        \"typo\": \"Indicative of poor address collection, lack of address validation on forms, no double opt-in, data entry errors\",\n        \"grey\": \"Indicative of poor email list hygiene, not removing disengaged subscribers\",\n        \"pristine\": \"Indicative of email list purchasing or email \\\"scraping\\\" bots\"\n    },\n    \"results\": {\n        \"domain.com\": {\n            \"volume_pct\": \"4%\",\n            \"whois_created\": \"4/14/1999\",\n            \"whois_expires\": \"10/28/2020\",\n            \"spf\": \"v=spf1 include:spf1.domain.com -all\",\n            \"spf_lookups\": 2,\n            \"dmarc\": \"v=DMARC1; p=none; rua=mailto:dmarc@domain.com; ruf=mailto:dmarc@domain.com\"\n        },\n        \"email.domain.com\": {\n            \"volume_pct\": \"96%\",\n            \"whois_created\": \"4/14/1999\",\n            \"whois_expires\": \"10/28/2020\",\n            \"spf\": \"v=spf1 include:spf1.email.domain.com include:spf2.email.domain.com -all\",\n            \"spf_lookups\": 4,\n            \"dmarc\": \"v=DMARC1; p=none; rua=mailto:dmarc@email.domain.com; ruf=mailto:dmarc@email.domain.com\"\n        }\n    }\n}"}],"_postman_id":"b8ac3319-a8f5-4e19-a2ab-984d2bb3e27a"},{"name":"Search - Domain WHOIS","id":"cafbacee-f56d-42c2-bff7-34e6f159a8f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/prospect/search/whois/{{whois_domain}}","description":"<p>Returns WHOIS and registration information about a domain including the company, creation date, and expiration date.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["prospect","search","whois","{{whois_domain}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"bf68df30-2a9a-4a57-bb7a-37babe2768ad","name":"Get Search - Domain WHOIS","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"abcdefghijk123456789"}],"url":"{{host}}/prospect/search/whois/domain.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"848","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 11 Sep 2018 19:17:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.29 (Unix) PHP/7.0.18 LibreSSL/2.2.7","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"},{"key":"X-Powered-By","value":"PHP/7.0.18","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"250ok.com","path":"/","secure":true,"value":"s09c9b6f37lm36dnf785ng8ge5","key":"PHPSESSID"},{"expires":"Invalid Date","httpOnly":false,"domain":"dev.250ok.com","path":"/","secure":false,"value":"jfjd0lbbm4trmtgi10u7jg5ut1","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"domain\": \"domain.com\",\n        \"registrar\": \"Domain, Inc.\",\n        \"created\": \"1999-04-14\",\n        \"updated\": \"2014-10-28\",\n        \"expiration\": \"2022-05-23\",\n        \"registrant\": {\n            \"state\": \"New York\",\n            \"organization_count\": 0,\n            \"organization\": \"Domain, Inc.\",\n            \"countryCode\": \"US\",\n            \"country\": \"UNITED STATES\"\n        },\n        \"administrative\": {\n            \"state\": \"New York\",\n            \"organization_count\": 0,\n            \"organization\": \"Domain, Inc.\",\n            \"countryCode\": \"US\",\n            \"country\": \"UNITED STATES\"\n        },\n        \"technical\": {\n            \"state\": \"New York\",\n            \"organization_count\": 0,\n            \"organization\": \"Domain, Inc.\",\n            \"countryCode\": \"US\",\n            \"country\": \"UNITED STATES\"\n        },\n        \"lastlookup\": \"2018-09-09 19:04:18\"\n    }\n}"}],"_postman_id":"cafbacee-f56d-42c2-bff7-34e6f159a8f8"},{"name":"Delete Search","id":"4e476e53-67aa-4e02-bdf1-d86a02ee5f0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[{"key":"domain","value":"alibaba.com","type":"text"}]},"url":"{{host}}/prospect/search/1","description":"<p>Deletes a search from your Prospect search history.</p>\n<h3 id=\"error-responses\">Error Responses</h3>\n<ul>\n<li><strong>400</strong> Invalid search ID.</li>\n<li><strong>404</strong> Search ID not found.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["prospect","search","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"4d8e7d81-d4c9-48b2-a70f-3d44a138ba31","name":"Delete Search","originalRequest":{"method":"DELETE","header":[{"key":"X-API-KEY","value":"{{apikey}}"}],"url":"{{host}}/prospect/search/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"89968","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 17 Jul 2018 15:45:09 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.29 (Unix) PHP/7.0.18 LibreSSL/2.2.7","name":"Server","description":"A name for the server"},{"key":"Status","value":"200","name":"Status","description":"Custom header"},{"key":"X-Powered-By","value":"PHP/7.0.18","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Invalid Date","httpOnly":false,"domain":"250ok.com","path":"/","secure":true,"value":"s09c9b6f37lm36dnf785ng8ge5","key":"PHPSESSID"},{"expires":"Invalid Date","httpOnly":false,"domain":"dev.250ok.com","path":"/","secure":false,"value":"shjh4lfu763hsbfdhn8j26p2k6","key":"PHPSESSID"}],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"id\": 1,\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"4e476e53-67aa-4e02-bdf1-d86a02ee5f0c"}],"id":"54a7412c-4945-4ae6-8578-913c152ed0ba","description":"<p>Throughout the API documentation you'll see the use of variables like <strong>{{apikey}}</strong> that can be swapped out using your real API key. If you use Postman, this collection is available for download along with a shared variable template to define your <em>host</em> and <em>apikey</em> variables.</p>\n<h2 id=\"workflow-overview\">Workflow overview:</h2>\n<ul>\n<li>Create a new <a href=\"#a6b107f4-6d82-aa5e-bd27-0d757fa1d357\">Prospect Search</a> using a single top-level domain, which will return a list of available sending domains (<strong>available_matches</strong>) that you can select to refine your search. This list includes exact domain matches, subdomains, related domains, and fuzzy matches.</li>\n<li>POST your selection of domain matches to <a href=\"#fa443995-e0d9-c1e9-c45e-2106b2ed9296\">Search - Select Matches</a> using a comma-separated or pipe-delimited set of domains.</li>\n<li>After your match selection, GET the <a href=\"#fa443995-e0d9-c1e9-c45e-2106b2ed9296\">Get Search - Overview</a> to retrieve the 90-day blacklistings count, trap volume, estimated monthly sending volume, and a list of available endpoints to retrieve additional data feeds: traps by day, by ESP, blacklists, authentication, WHOIS, etc.</li>\n<li>Each available <strong>Get Search</strong> endpoint may contain a <strong>meta: {}</strong> object that provides help text or explanations of fields to help you interpret the data.</li>\n<li>Retrieve your Prospect search history at any time using <a href=\"#f3520d40-e4db-b352-59fa-213332eacfc2\">Search History</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"bf2a2a30-2661-41ba-9a02-13951a1b8744","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0f96741e-5590-4f76-b1a0-b8374354b5ce","type":"text/javascript","exec":[""]}}],"_postman_id":"54a7412c-4945-4ae6-8578-913c152ed0ba","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"Inbox Placement","item":[{"name":"Seed Lists","item":[{"name":"Seed List","event":[{"listen":"test","script":{"id":"e9baf239-f66b-46c6-bcf1-eba9801474db","exec":[""],"type":"text/javascript"}}],"id":"54236f75-0772-4d00-89fc-9ad5cf31c563","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{host}}/inbox/seeds","description":"<p>Seed List returns a full list of seed addresses for an account.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","seeds"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"4696cb0e-9cbd-43b3-83e9-dc76940d3099","name":"Seed List","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{host}}/inbox/seeds/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Fri, 11 Sep 2020 17:24:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"22294"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"pages\": 1,\n        \"total\": 3\n    },\n    \"results\": [\n        \"seed1@domain.com\",\n        \"seed2@domain.com\",\n        \"seed3@domain.com\"\n    ]\n}"}],"_postman_id":"54236f75-0772-4d00-89fc-9ad5cf31c563"},{"name":"Regions & Providers","id":"2b8916fa-1171-4c2b-8576-d51777f7811f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/inbox/seeds/providers","description":"<p>Regions &amp; Providers returns a region along with the supported ISPs within it, or a list of targetable regions to configure your seed list.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","seeds","providers"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"32c16113-6ae0-46cf-902a-9a567f550218","name":"Expected Output","originalRequest":{"method":"GET","header":[],"url":"{{host}}/inbox/seeds/providers"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"pages\": 1,\n        \"total\": 8\n    },\n    \"results\": [\n        {\n            \"id\": 3,\n            \"name\": \"Global\",\n            \"providers\": [\n                {\n                    \"id\": 13,\n                    \"name\": \"AOL\"\n                },\n                {\n                    \"id\": 14,\n                    \"name\": \"Apple\"\n                },\n                {\n                    \"id\": 34,\n                    \"name\": \"Gmail\"\n                }\n            ]\n        },\n        {\n            \"id\": 1,\n            \"name\": \"North America\",\n            \"providers\": [\n                {\n                    \"id\": 15,\n                    \"name\": \"ATT\"\n                },\n                {\n                    \"id\": 17,\n                    \"name\": \"Bell Canada\"\n                },\n                {\n                    \"id\": 108,\n                    \"name\": \"CenturyLink\"\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"name\": \"South America\",\n            \"providers\": [\n                {\n                    \"id\": 19,\n                    \"name\": \"BOL\"\n                },\n                {\n                    \"id\": 30,\n                    \"name\": \"Fibertel\"\n                },\n                {\n                    \"id\": 83,\n                    \"name\": \"Terra Brasil\"\n                }\n            ]\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Europe\",\n            \"providers\": [\n                {\n                    \"id\": 9,\n                    \"name\": \"Alice\"\n                },\n                {\n                    \"id\": 10,\n                    \"name\": \"Alice.it\"\n                },\n                {\n                    \"id\": 106,\n                    \"name\": \"Bluewin\"\n                }\n            ]\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Asia\",\n            \"providers\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"126.com\"\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"139.com\"\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"163.com\"\n                }\n            ]\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Oceania\",\n            \"providers\": [\n                {\n                    \"id\": 18,\n                    \"name\": \"BigPond\"\n                },\n                {\n                    \"id\": 113,\n                    \"name\": \"iinet\"\n                },\n                {\n                    \"id\": 84,\n                    \"name\": \"TPG\"\n                }\n            ]\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Hosting Companies\",\n            \"providers\": [\n                {\n                    \"id\": 12,\n                    \"name\": \"Amazon WorkMail\"\n                },\n                {\n                    \"id\": 36,\n                    \"name\": \"GoDaddy\"\n                },\n                {\n                    \"id\": 37,\n                    \"name\": \"Google Apps\"\n                }\n            ]\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Filter Companies\",\n            \"providers\": [\n                {\n                    \"id\": 16,\n                    \"name\": \"Barracuda\"\n                },\n                {\n                    \"id\": 25,\n                    \"name\": \"Cisco Email Security\"\n                },\n                {\n                    \"id\": 26,\n                    \"name\": \"Cloudmark\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"2b8916fa-1171-4c2b-8576-d51777f7811f"},{"name":"Update Seed List","id":"81835082-9680-4d0f-9f3f-fc71ecd25c08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"regions","value":"1,2,3,6,7,8,9,13,15","type":"text","description":"<p>(Required) Either an array or comma separated list of region ids.</p>\n"}]},"url":"{{host}}/inbox/seeds/","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","seeds",""],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"801695ba-0e17-46ec-80ad-615095e3c699","name":"Update Seed List","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"regions[]","value":"1","type":"text"},{"key":"regions[]","value":"2","type":"text"},{"key":"regions[]","value":"3","type":"text"},{"key":"regions[]","value":"6","type":"text"},{"key":"regions[]","value":"7","type":"text"},{"key":"regions[]","value":"8","type":"text"},{"key":"regions[]","value":"9","type":"text"},{"key":"regions[]","value":"13","type":"text"},{"key":"regions[]","value":"15","type":"text"}]},"url":"{{host}}/inbox/seeds/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 05 Jan 2021 00:34:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"32"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": {\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"81835082-9680-4d0f-9f3f-fc71ecd25c08"}],"id":"4e609bb8-461c-46f8-887e-2fa22adcf341","_postman_id":"4e609bb8-461c-46f8-887e-2fa22adcf341","description":"","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"List Optimizer","item":[{"name":"All Lists","id":"7f49a65c-6add-4d8c-9639-dc4f1ba42eba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/inbox/optimizer","description":"<p>All Lists provides an overview of each available mailing list.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","optimizer"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ac20e4d8-41bc-40b0-9f4d-22173c14e488","name":"All Lists","originalRequest":{"method":"GET","header":[],"url":"{{host}}/inbox/optimizer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Mon, 04 Jan 2021 15:38:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"272"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"session=bhbrlq77c3ngkfgpkvtdio5s56jdljd5; expires=Mon, 04-Jan-2021 19:38:18 GMT; Max-Age=14400; path=/; domain=.appdev.250ok.com; secure; HttpOnly; SameSite=None"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 2\n    },\n    \"results\": [\n        {\n            \"id\": 1,\n            \"name\": \"Customer List 1\",\n            \"status\": \"complete\",\n            \"size\": 497783,\n            \"domains\": 32685,\n            \"created\": \"2020-06-26 16:22:36\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Customer List 2\",\n            \"status\": \"complete\",\n            \"size\": 547764,\n            \"domains\": 30119,\n            \"created\": \"2016-06-09 17:20:23\"\n        }\n    ]\n}"}],"_postman_id":"7f49a65c-6add-4d8c-9639-dc4f1ba42eba"},{"name":"List by ID","id":"037eb0bd-b999-40a5-a121-3944da368286","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/inbox/optimizer/{{list_id}}","description":"<p>List by ID provides detailed information about a specified mailing list including a full breakdown of each mailbox provider.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","optimizer","{{list_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"4f494400-2f7e-4661-b990-84bd02ed12ac","name":"List by ID","originalRequest":{"method":"GET","header":[],"url":"{{host}}/inbox/optimizer/{{list_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Mon, 04 Jan 2021 15:38:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"10745"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"id\": 1,\n        \"name\": \"Customer List 1\",\n        \"status\": \"complete\",\n        \"size\": 500112,\n        \"known\": 468228,\n        \"unknown\": 29555,\n        \"weighting_applied\": true,\n        \"created\": \"2020-06-26 16:22:36\",\n        \"regions\": [\n            {\n                \"id\": 3,\n                \"name\": \"Global\",\n                \"providers\": [\n                    {\n                        \"id\": 111,\n                        \"name\": \"Gmail\",\n                        \"domains\": 201291,\n                        \"percent\": 43,\n                        \"has_seeds\": true,\n                        \"matches\": \"/api/2.0/inbox/optimizer/1/domains/111\"\n                    },\n                    {\n                        \"id\": 222,\n                        \"name\": \"AOL\",\n                        \"domains\": 50132,\n                        \"percent\": 10.7,\n                        \"has_seeds\": true,\n                        \"matches\": \"/api/2.0/inbox/optimizer/1/domains/222\"\n                    },\n                    {\n                        \"id\": 333,\n                        \"name\": \"Hotmail\",\n                        \"domains\": 40353,\n                        \"percent\": 8.6,\n                        \"has_seeds\": true,\n                        \"matches\": \"/api/2.0/inbox/optimizer/1/domains/333\"\n                    }\n                ]\n            },\n            {\n                \"id\": 1,\n                \"name\": \"North America\",\n                \"providers\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"037eb0bd-b999-40a5-a121-3944da368286"},{"name":"Domains by List","id":"7059fc1f-4f8d-42ef-a1f1-c547d6c338c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/inbox/optimizer/{{list_id}}/domains/{{optimizer_id}}","description":"<p>Domains by List provides a full breakdown of domain distribution from your mailing list sample.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","optimizer","{{list_id}}","domains","{{optimizer_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"63e41658-8bc5-4518-886b-1596340ac75b","name":"Domains by List","originalRequest":{"method":"GET","header":[],"url":"{{host}}/inbox/optimizer/{{list_id}}/domains/{{optimizer_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Mon, 04 Jan 2021 15:39:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"171"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": [\n        {\n            \"id\": 1,\n            \"domain\": \"gmail.com\",\n            \"size\": 201247\n        },\n        {\n            \"id\": 2,\n            \"domain\": \"googlemail.com\",\n            \"size\": 43\n        }\n    ]\n}"}],"_postman_id":"7059fc1f-4f8d-42ef-a1f1-c547d6c338c6"},{"name":"Delete List","id":"0e8c1119-e836-4fe5-b417-511cd1ff2289","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/inbox/optimizer/{{list_id}}","description":"<p>Delete List allows you to delete one of your mailing list samples.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","optimizer","{{list_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a0c755d6-3e0c-4bef-8709-08f487728fc1","name":"Delete List","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/inbox/optimizer/1/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"id\": 1,\n  \"status\": \"success\"\n}"}],"_postman_id":"0e8c1119-e836-4fe5-b417-511cd1ff2289"},{"name":"Create List","id":"a8ad82d3-e192-4613-82d0-d50cb8fefe9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"","description":"<p>Name of the list</p>\n","type":"text"},{"key":"list","value":"","description":"<p>List of email addresses or (preferably) the domain portion of the addresses</p>\n","type":"text"},{"key":"delimiter","value":"","description":"<p>Separator between email addresses (defaults to new line)</p>\n","type":"text"}]},"url":"{{host}}/inbox/optimizer","description":"<p>Create List allows submitting a new mailing list sample for analysis.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","optimizer"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"569d8be2-e370-46d3-9e4d-5d54198e1415","name":"Create List","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"","description":"Name of the list","type":"text"},{"key":"list","value":"","description":"List of email addresses or (preferably) the domain portion of the addresses","type":"text"},{"key":"delimiter","value":"","description":"Separator between email addresses (defaults to new line)","type":"text"}]},"url":"{{host}}/inbox/optimizers"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"name\": \"Optimized List\",\n            \"delimiter\": \"\\n\"\n        }\n    },\n    \"results\": {\n        \"id\": 1\n    }\n}"}],"_postman_id":"a8ad82d3-e192-4613-82d0-d50cb8fefe9d"},{"name":"Apply List Weighting","id":"9c10410d-b4a0-4833-98cb-99128e22afba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{host}}/inbox/optimizer/{{list_id}}?include_zero=0","description":"<p>Apply List Weighting enables you to weight your seedlist based on the results of a Seedlist Optimizer sample. See Create List for instructions on how to upload a list sample for optimization.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","optimizer","{{list_id}}"],"host":["{{host}}"],"query":[{"key":"include_zero","value":"0"}],"variable":[]}},"response":[{"id":"4592a6ed-bef4-435d-9883-3af1d83069b3","name":"Apply List Weighting: No Changes Made","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{host}}/inbox/optimizer/{{list_id}}?include_zero=0","host":["{{host}}"],"path":["inbox","optimizer","{{list_id}}"],"query":[{"key":"include_zero","value":"0"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"include_zero\": false\n        }\n    },\n    \"results\": {\n        \"status\": \"no changes\"\n    }\n}"},{"id":"80c413e0-1344-4352-9072-e2abd668b6db","name":"Apply List Weighting: Success","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{host}}/inbox/optimizers/{{list_id}}?include_zero=1","host":["{{host}}"],"path":["inbox","optimizers","{{list_id}}"],"query":[{"key":"include_zero","value":"1","description":"Integer, specify whether to include providers and regions with a weight of 0"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"include_zero\": false\n        }\n    },\n    \"results\": {\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"9c10410d-b4a0-4833-98cb-99128e22afba"}],"id":"0d71336f-fa37-4c07-9521-bdecb6426b99","event":[{"listen":"prerequest","script":{"id":"fab0a0e3-cd60-4507-b5f1-0b744531a643","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9f2059a0-cd6a-43cb-80f8-c48859b67994","type":"text/javascript","exec":[""]}}],"_postman_id":"0d71336f-fa37-4c07-9521-bdecb6426b99","description":"","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"Inbox Tests","item":[{"name":"All Inbox Tests","id":"ca63251c-1c6a-4ad2-a602-3dbdf2c74534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/inbox/tests","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","tests"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>The page of results to be retrieved.</p>\n","type":"text/plain"},"key":"page","value":"(integer)"},{"disabled":true,"description":{"content":"<p>The page size of paginated data.</p>\n","type":"text/plain"},"key":"limit","value":"(integer)"},{"disabled":true,"description":{"content":"<p>Limits test results to those executed after the specified date.</p>\n","type":"text/plain"},"key":"startdate","value":"YYYY-MM-DD"},{"disabled":true,"description":{"content":"<p>Limits test results to those executed before the specified date.</p>\n","type":"text/plain"},"key":"enddate","value":"YYYY-MM-DD"},{"disabled":true,"description":{"content":"<p>Filter by a valid IP address</p>\n","type":"text/plain"},"key":"ip","value":"127.0.0.1"},{"disabled":true,"description":{"content":"<p>Filter by SPF domain</p>\n","type":"text/plain"},"key":"spfdomain","value":"spf.domain.com"},{"disabled":true,"description":{"content":"<p>Filter by DKIM domain</p>\n","type":"text/plain"},"key":"dkimdomain","value":"dkim.domain.com"},{"disabled":true,"description":{"content":"<p>Filter by region ID (/inbox/seeds/providers)</p>\n","type":"text/plain"},"key":"region_id","value":"3"},{"disabled":true,"description":{"content":"<p>Filter by child account ID (/accounts/) - you may pass multiple user IDs.</p>\n","type":"text/plain"},"key":"user_id[]","value":"1111"},{"disabled":true,"description":{"content":"<p>Filter by from address</p>\n","type":"text/plain"},"key":"from","value":"from@domain.com"},{"disabled":true,"description":{"content":"<p>Filter by from domain</p>\n","type":"text/plain"},"key":"fromdomain","value":"domain.com"},{"disabled":true,"description":{"content":"<p>Filter by Inbox test subject line</p>\n","type":"text/plain"},"key":"subject","value":"Some Subject Line"},{"disabled":true,"description":{"content":"<p>Filter by custom x-header value (I.e. X-250ok-CID: 1111.2222)</p>\n","type":"text/plain"},"key":"xcid","value":"1111.2222"},{"disabled":true,"description":{"content":"<p>Filter by custom tags -  you may pass multiple tags</p>\n","type":"text/plain"},"key":"tags[]","value":"tag1"},{"disabled":true,"description":{"content":"<p>Filter by custom properties other than tags - you may pass multiple property names</p>\n","type":"text/plain"},"key":"custompropertyname[]","value":"custom_name"},{"disabled":true,"description":{"content":"<p>Filter by custom properties other than tags - you may pass multiple property values</p>\n","type":"text/plain"},"key":"custompropertyvalue[]","value":"custom_value"}],"variable":[]}},"response":[{"id":"e32954ea-2bbc-49d6-8099-ac525d065c02","name":"All Inbox Tests","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/inbox/tests?startdate=2021-01-01","host":["{{host}}"],"path":["inbox","tests"],"query":[{"key":"startdate","value":"2021-01-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Mon, 04 Jan 2021 15:46:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2775"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"session=s596kk5nnlnobld3f9nhj4k4t74ajs75; expires=Mon, 04-Jan-2021 19:46:49 GMT; Max-Age=14400; path=/; domain=.appdev.250ok.com; secure; HttpOnly; SameSite=None"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-01-01T05:00:00+00:00\",\n            \"page\": null,\n            \"limit\": null,\n            \"enddate\": \"1970-01-01T00:00:00+00:00\",\n            \"ip\": null,\n            \"spfdomain\": null,\n            \"dkimdomain\": null,\n            \"region_id\": null\n        },\n        \"pages\": 1,\n        \"total\": 1\n    },\n    \"results\": [\n        {\n            \"id\": 1,\n            \"created\": \"2021-01-03 18:02:45\",\n            \"subject\": \"Inbox Test 1\",\n            \"xheader\": {\n                \"key\": \"X-250ok-CID\",\n                \"value\": \"1111.2222\"\n            },\n            \"from\": \"from@domain.com\",\n            \"friendlyfrom\": \"Your Friendly From\",\n            \"seeds\": {\n                \"inbox\": 781,\n                \"spam\": 101,\n                \"missing\": 14\n            },\n            \"placement\": {\n                \"inbox\": 87.2,\n                \"spam\": 11.3,\n                \"missing\": 1.5\n            },\n            \"authentication\": {\n                \"spf\": 96.9,\n                \"dkim\": 100,\n                \"dmarc\": 100\n            },\n            \"status\": \"processing\",\n            \"mtr\": 2.6,\n            \"overage\": false\n        }\n    ]\n}"}],"_postman_id":"ca63251c-1c6a-4ad2-a602-3dbdf2c74534"},{"name":"Inbox Test by ID","id":"c3ad6c18-76a0-4f30-ac2a-7c3fd8fdde04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/inbox/tests/{{campaign_id}}","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","tests","{{campaign_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"9b875d6b-87d3-41fe-b9e4-982e792b2e19","name":"Inbox Test by ID","originalRequest":{"method":"GET","header":[],"url":"{{host}}/inbox/tests/{{campaign_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Mon, 04 Jan 2021 16:04:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"448"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"id\": 1,\n        \"created\": \"2021-01-01 09:16:54\",\n        \"subject\": \"Inbox Test #1\",\n        \"xheader\": {\n            \"key\": \"X-250ok-CID\",\n            \"value\": \"1111.2222\"\n        },\n        \"from\": \"from@domain.com\",\n        \"friendlyfrom\": \"Acme Co.\",\n        \"seeds\": {\n            \"inbox\": 791,\n            \"spam\": 100,\n            \"missing\": 5\n        },\n        \"placement\": {\n            \"inbox\": 88.3,\n            \"spam\": 11.2,\n            \"missing\": 0.5\n        },\n        \"authentication\": {\n            \"spf\": 97.1,\n            \"dkim\": 100,\n            \"dmarc\": 100\n        },\n        \"status\": \"processing\",\n        \"mtr\": 8.6,\n        \"overage\": \"No\"\n    }\n}"}],"_postman_id":"c3ad6c18-76a0-4f30-ac2a-7c3fd8fdde04"},{"name":"Inbox Test: Full Message","id":"783dfa30-56a4-4481-a131-96c45046880f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/inbox/tests/{{campaign_id}}/message","description":"<p>Full Message provides the full raw message, html and text version, and headers from a particular Inbox test.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","tests","{{campaign_id}}","message"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a2abed0a-4a6b-4ba3-9da9-73df9f4d43c0","name":"Inbox Test: Full Message","originalRequest":{"method":"GET","header":[],"url":"{{host}}/inbox/tests/{{campaign_id}}/messages"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"test\": {\n        \"id\": 1,\n        \"created\": \"2014-06-06 12:00:00\",\n        \"subject\": \"This is an Inbox Placement Test (#1)!\",\n        \"xheader\": {\n            \"key\": \"X-250ok-CID\",\n            \"value\": \"1111.2222\"\n        },\n        \"from\": \"sender@domain.com\",\n        \"friendlyfrom\": \"Sender Name\",  \n    },\n    \"formats\": [\n        {\n            \"raw\": \"...\",\n            \"html\": \"...\",\n            \"text\": \"...\"\n        }\n    ]\n}"}],"_postman_id":"783dfa30-56a4-4481-a131-96c45046880f"},{"name":"Inbox Test: All Providers","id":"3bcc2a6c-53da-4643-a70c-69d99c999a62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/inbox/tests/{{campaign_id}}/providers","description":"<p>All Providers returns detailed mailbox performance for all providers in a given Inbox test.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","tests","{{campaign_id}}","providers"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"cdfd4530-6abf-4d68-b2b6-f1a63293ff6a","name":"Inbox Test: All Providers","originalRequest":{"method":"GET","header":[],"url":"{{host}}/inbox/tests/{{campaign_id}}/providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Mon, 04 Jan 2021 19:34:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"17217"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": null,\n            \"enddate\": null,\n            \"ip\": null,\n            \"spfdomain\": null,\n            \"dkimdomain\": null\n        }\n    },\n    \"results\": {\n        \"placement\": {\n            \"inbox\": 88.3,\n            \"spam\": 11.2,\n            \"missing\": 0.5\n        },\n        \"test\": {\n            \"id\": 1\n        },\n        \"providers\": [\n            {\n                \"region\": {\n                    \"id\": 1,\n                    \"name\": \"North America\"\n                },\n                \"provider\": {\n                    \"id\": 1,\n                    \"name\": \"ATT\"\n                },\n                \"placement\": {\n                    \"inbox\": 100,\n                    \"spam\": 0,\n                    \"missing\": 0,\n                    \"spf\": 100,\n                    \"dkim\": 100,\n                    \"dmarc\": 100,\n                    \"mtr\": 0.6\n                }\n            },\n            {\n                \"region\": {\n                    \"id\": 1,\n                    \"name\": \"North America\"\n                },\n                \"provider\": {\n                    \"id\": 2,\n                    \"name\": \"Bell Canada\"\n                },\n                \"placement\": {\n                    \"inbox\": 100,\n                    \"spam\": 0,\n                    \"missing\": 0,\n                    \"spf\": 0,\n                    \"dkim\": 0,\n                    \"dmarc\": 0,\n                    \"mtr\": 0.6\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"3bcc2a6c-53da-4643-a70c-69d99c999a62"},{"name":"Inbox Test: Provider by ID","id":"add34f1c-9a8d-4235-963c-da7a903ce6b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/inbox/tests/{{campaign_id}}/providers/{{provider_id}}","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","tests","{{campaign_id}}","providers","{{provider_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"853b0615-0e6b-40b9-8644-169b8e0bc626","name":"Inbox Test: Performance by Provider","originalRequest":{"method":"GET","header":[],"url":"{{host}}/inbox/tests/{{campaign_id}}/providers/{{provider_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Mon, 04 Jan 2021 19:51:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5830"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": null,\n            \"enddate\": null,\n            \"ip\": null,\n            \"spfdomain\": null,\n            \"dkimdomain\": null\n        }\n    },\n    \"results\": {\n        \"placement\": {\n            \"inbox\": 88.3,\n            \"spam\": 11.2,\n            \"missing\": 0.5\n        },\n        \"test\": {\n            \"id\": 1\n        },\n        \"provider\": {\n            \"id\": 34,\n            \"name\": \"Gmail\"\n        },\n        \"seeds\": [\n            {\n                \"id\": 1,\n                \"recipient\": \"seed1@gmail.com\",\n                \"placement\": \"inbox\",\n                \"tab\": \"primary\",\n                \"spf\": \"pass\",\n                \"dkim\": \"pass\",\n                \"dmarc\": \"pass\",\n                \"sending_ip\": \"127.0.0.1\",\n                \"received\": \"2021-01-01 09:17:57\",\n                \"headers\": {\n                    \"id\": 1234,\n                    \"url\": \"https://appdev.250ok.com/api/2.0/inbox/tests/1/providers/34/headers/1234\"\n                }\n            },\n            {\n                \"id\": 2,\n                \"recipient\": \"seed20@gmail.com\",\n                \"placement\": \"inbox\",\n                \"tab\": \"primary\",\n                \"spf\": \"pass\",\n                \"dkim\": \"pass\",\n                \"dmarc\": \"pass\",\n                \"sending_ip\": \"127.0.0.1\",\n                \"received\": \"2021-01-01 09:17:59\",\n                \"headers\": {\n                    \"id\": 5678,\n                    \"url\": \"https://appdev.250ok.com/api/2.0/inbox/tests/1/providers/34/headers/5678\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"add34f1c-9a8d-4235-963c-da7a903ce6b3"},{"name":"Inbox Test: Headers by Mailbox ID","id":"30e2e2ed-2ee7-45e8-adfd-7301707b1733","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/inbox/tests/{{campaign_id}}/providers/{{provider_id}}/headers/{{mailbox_id}}","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","tests","{{campaign_id}}","providers","{{provider_id}}","headers","{{mailbox_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"4c806b64-4125-4fa0-bd5c-d7bd1426eeed","name":"Inbox Test: Headers by Provider & Mailbox ID","originalRequest":{"method":"GET","header":[],"url":"{{host}}/inbox/tests/3542086/providers/34/headers/2346219767"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Mon, 04 Jan 2021 20:36:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3652"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"test\": {\n            \"id\": \"3542086\"\n        },\n        \"header\": {\n            \"id\": \"2346219767\"\n        },\n        \"headers\": \"Delivered-To: ...\"\n    }\n}"}],"_postman_id":"30e2e2ed-2ee7-45e8-adfd-7301707b1733"},{"name":"Delete Test","id":"3e2c6226-3a79-4701-a5fd-1988e312fba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/inbox/tests/{{campaign_id}}","description":"<p>Delete Test allows you to manually delete an Inbox test.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","tests","{{campaign_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"2d9d537b-ff28-4341-a17f-31c103ad62ba","name":"Expected Output","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/inbox/tests/1/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"status\": \"success\"\n}"}],"_postman_id":"3e2c6226-3a79-4701-a5fd-1988e312fba9"}],"id":"c49139a6-c42b-4f10-9083-0980871bcd20","event":[{"listen":"prerequest","script":{"id":"529b7911-0051-45da-bf1e-0838acbd5226","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"38104523-e56d-409c-bb1a-d42a3bc24a03","type":"text/javascript","exec":[""]}}],"_postman_id":"c49139a6-c42b-4f10-9083-0980871bcd20","description":"","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"Aggregate Reports","item":[{"name":"Inbox Placement: Region","id":"97dedbc3-a57a-4b7f-90c4-37dd147a1794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/inbox/aggregates/region","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","aggregates","region"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"56bcc477-7e18-4337-b092-e46c3cda81d0","name":"Inbox Placement: Region","originalRequest":{"method":"GET","header":[],"url":"{{host}}/inbox/aggregates/region"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Mon, 04 Jan 2021 21:10:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"971"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 2\n    },\n    \"results\": [\n        {\n            \"region\": {\n                \"id\": 1,\n                \"name\": \"North America\"\n            },\n            \"placement\": {\n                \"inbox\": 87.7,\n                \"spam\": 12.3,\n                \"missing\": 0\n            },\n            \"authentication\": {\n                \"spf\": 100,\n                \"dkim\": 100,\n                \"dmarc\": 100\n            }\n        },\n        {\n            \"region\": {\n                \"id\": 2,\n                \"name\": \"South America\"\n            },\n            \"placement\": {\n                \"inbox\": 100,\n                \"spam\": 0,\n                \"missing\": 0\n            },\n            \"authentication\": {\n                \"spf\": 100,\n                \"dkim\": 100,\n                \"dmarc\": 100\n            }\n        }\n    ]\n}"}],"_postman_id":"97dedbc3-a57a-4b7f-90c4-37dd147a1794"},{"name":"Inbox Placement: B2B","id":"ebf469fd-1535-4c13-bb1d-3436b743c6f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/inbox/aggregates/b2b","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","aggregates","b2b"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c75319f1-0451-42a3-bc9d-14f7dc4b38a7","name":"Inbox Placement: B2B","originalRequest":{"method":"GET","header":[],"url":"{{host}}/inbox/aggregates/b2b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Mon, 04 Jan 2021 23:53:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2487"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 2\n    },\n    \"results\": [\n        {\n            \"provider\": {\n                \"id\": 12,\n                \"name\": \"Amazon WorkMail\"\n            },\n            \"placement\": {\n                \"inbox\": 100,\n                \"spam\": 0,\n                \"missing\": 0\n            },\n            \"authentication\": {\n                \"spf\": 0,\n                \"dkim\": 0,\n                \"dmarc\": 0\n            }\n        },\n        {\n            \"provider\": {\n                \"id\": 16,\n                \"name\": \"Barracuda\"\n            },\n            \"placement\": {\n                \"inbox\": 100,\n                \"spam\": 0,\n                \"missing\": 0\n            },\n            \"authentication\": {\n                \"spf\": 0,\n                \"dkim\": 0,\n                \"dmarc\": 0\n            }\n        }\n    ]\n}"}],"_postman_id":"ebf469fd-1535-4c13-bb1d-3436b743c6f5"},{"name":"Inbox Placement: B2C","id":"5bacd079-f79c-450c-a7d1-389e16a63891","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/inbox/aggregates/b2c","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","aggregates","b2c"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"624c44cb-5656-4b03-81a2-b45b2f7b4628","name":"Inbox Placement: B2C","originalRequest":{"method":"GET","header":[],"url":"{{host}}/inbox/aggregates/b2c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Mon, 04 Jan 2021 23:54:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"11443"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 2\n    },\n    \"results\": [\n        {\n            \"provider\": {\n                \"id\": 1,\n                \"name\": \"126.com\"\n            },\n            \"placement\": {\n                \"inbox\": 100,\n                \"spam\": 0,\n                \"missing\": 0\n            },\n            \"authentication\": {\n                \"spf\": 0,\n                \"dkim\": 0,\n                \"dmarc\": 0\n            }\n        },\n        {\n            \"provider\": {\n                \"id\": 2,\n                \"name\": \"139.com\"\n            },\n            \"placement\": {\n                \"inbox\": 100,\n                \"spam\": 0,\n                \"missing\": 0\n            },\n            \"authentication\": {\n                \"spf\": 0,\n                \"dkim\": 0,\n                \"dmarc\": 0\n            }\n        }\n    ]\n}"}],"_postman_id":"5bacd079-f79c-450c-a7d1-389e16a63891"},{"name":"Inbox Placement: From Domain","id":"e558a713-b26f-4747-ad20-c39ecd3234e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/inbox/aggregates/fromdomain","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","aggregates","fromdomain"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"76d24b05-24b2-46e2-ab7b-d2e14f5aef80","name":"Inbox Placement: From Domain","originalRequest":{"method":"GET","header":[],"url":"{{host}}/inbox/aggregates/fromdomain"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Mon, 04 Jan 2021 23:58:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"310"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 2\n    },\n    \"results\": [\n        {\n            \"fromdomain\": \"mail.domain.com\",\n            \"placement\": {\n                \"inbox\": 95.9,\n                \"spam\": 3.8,\n                \"missing\": 0.3\n            },\n            \"authentication\": {\n                \"spf\": 98,\n                \"dkim\": 99.9,\n                \"dmarc\": 100\n            }\n        },\n        {\n            \"fromdomain\": \"email.domain.com\",\n            \"placement\": {\n                \"inbox\": 87,\n                \"spam\": 11.8,\n                \"missing\": 1.2\n            },\n            \"authentication\": {\n                \"spf\": 97.2,\n                \"dkim\": 99.9,\n                \"dmarc\": 99.9\n            }\n        }\n    ]\n}"}],"_postman_id":"e558a713-b26f-4747-ad20-c39ecd3234e5"},{"name":"Inbox Placement: From Address","id":"9d5725f7-eff7-4fab-b394-0eaf7e949676","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/inbox/aggregates/fromaddress","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","aggregates","fromaddress"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8c8562ca-8f14-4a95-970f-88277d3ec072","name":"Expected Response","originalRequest":{"method":"GET","header":[],"url":"{{host}}/inbox/aggregates/fromaddress"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2020-10-17\",\n            \"enddate\": \"2020-11-16\"\n        },\n        \"total\": 1\n    },\n    \"results\": [\n        {\n            \"fromdomain\": \"test1@test.com\",\n            \"placement\": {\n                \"inbox\": 100,\n                \"spam\": 0,\n                \"missing\": 0,\n                \"mtr\": 1\n            },\n            \"trend\": {\n                \"inbox\": 0,\n                \"spam\": 0,\n                \"missing\": 0,\n                \"mtr\": 0\n            }\n        },\n        {\n            \"name\": \"test2@test.com\",\n            \"placement\": {\n                \"inbox\": 100,\n                \"spam\": 0,\n                \"missing\": 0,\n                \"mtr\": 1\n            },\n            \"trend\": {\n                \"inbox\": 0,\n                \"spam\": 0,\n                \"missing\": 0,\n                \"mtr\": 0\n            }\n        },\n        {\n            \"name\": \"test3@test.com\",\n            \"placement\": {\n                \"inbox\": 100,\n                \"spam\": 0,\n                \"missing\": 0,\n                \"mtr\": 1\n            },\n            \"trend\": {\n                \"inbox\": 0,\n                \"spam\": 0,\n                \"missing\": 0,\n                \"mtr\": 0\n            }\n        }\n    ]\n}"}],"_postman_id":"9d5725f7-eff7-4fab-b394-0eaf7e949676"},{"name":"Mailbox Provider Health","id":"4a0da2f1-0754-44e3-9007-872c453739fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/inbox/health","description":"<p>Mailbox Provider health shows daily deliverability (Inbox, Spam, Missing) averages and trends across the Everest community. This can be used as a benchmark to compare your deliverability results with other Everest users. It will show a sum Inbox, Spam, and Missing % for the time range, and then it will show those same numbers broken down by day.</p>\n<p>Accepts additional parameters as filters:</p>\n<ul>\n<li><p><a href=\"https://developer.everest.validity.com/#2b8916fa-1171-4c2b-8576-d51777f7811f\">provider </a> (i.e. /inbox/health/1/provider/15/)</p>\n</li>\n<li><p><a href=\"https://developer.everest.validity.com/#2b8916fa-1171-4c2b-8576-d51777f7811f\">region </a> (i.e. /inbox/health/1/)</p>\n</li>\n<li><p>startdate</p>\n</li>\n<li><p>enddate</p>\n</li>\n</ul>\n<p>Which are documented in the request examples.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["inbox","health"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"27db4b0f-0465-482d-aeef-4d8bf8b6f652","name":"Mailbox Provider Health (Provider, by day)","originalRequest":{"method":"GET","header":[],"url":"{{host}}/inbox/health/1/providers/15"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Mon, 16 Nov 2020 20:37:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"15706"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2020-10-17\",\n            \"enddate\": \"2020-11-16\"\n        },\n        \"total\": 1\n    },\n    \"results\": [\n        {\n            \"id\": 1,\n            \"name\": \"North America\",\n            \"providers\": [\n                {\n                    \"id\": 15,\n                    \"name\": \"ATT\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"daily\": {\n                        \"2020-10-17\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-10-18\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-10-19\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-10-20\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-10-21\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-10-22\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-10-23\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-10-24\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-10-25\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-10-26\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-10-27\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-10-28\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-10-29\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-10-30\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-10-31\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-11-01\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-11-02\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-11-03\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-11-04\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-11-05\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-11-06\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-11-07\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-11-08\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-11-09\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-11-10\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-11-11\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-11-12\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-11-13\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-11-14\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        },\n                        \"2020-11-15\": {\n                            \"inbox\": 100,\n                            \"spam\": 0,\n                            \"missing\": 0\n                        }\n                    }\n                }\n            ]\n        }\n    ]\n}"},{"id":"85522a3a-3f9c-4062-8bdf-02208f8f40f1","name":"Mailbox Provider Health (All Regions & Providers)","originalRequest":{"method":"GET","header":[],"url":"{{host}}/inbox/health"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Mon, 16 Nov 2020 20:35:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"15706"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"session=irnmadg4hsgri55li7d6quhlg0pip2kn; expires=Tue, 17-Nov-2020 00:35:16 GMT; Max-Age=14400; path=/; domain=.appdev.250ok.com; secure; HttpOnly; SameSite=None"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2020-10-17\",\n            \"enddate\": \"2020-11-16\"\n        },\n        \"total\": 8\n    },\n    \"results\": [\n        {\n            \"id\": 3,\n            \"name\": \"Global\",\n            \"providers\": [\n                {\n                    \"id\": 13,\n                    \"name\": \"AOL\",\n                    \"country\": \"ZZ\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 14,\n                    \"name\": \"Apple\",\n                    \"country\": \"ZZ\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 476\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 34,\n                    \"name\": \"Gmail\",\n                    \"country\": \"ZZ\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 40,\n                    \"name\": \"Hotmail\",\n                    \"country\": \"ZZ\",\n                    \"placement\": {\n                        \"inbox\": 69.8,\n                        \"spam\": 30.3,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": -0.1,\n                        \"spam\": 0.1,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 1,\n            \"name\": \"North America\",\n            \"providers\": [\n                {\n                    \"id\": 15,\n                    \"name\": \"ATT\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 17,\n                    \"name\": \"Bell Canada\",\n                    \"country\": \"CA\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 3\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 21,\n                    \"name\": \"Cablevision\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 150\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 108,\n                    \"name\": \"CenturyLink\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 3\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 23,\n                    \"name\": \"Charter\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 37.8,\n                        \"spam\": 62.3,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0.1,\n                        \"spam\": -0.1,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 27,\n                    \"name\": \"Comcast\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 11\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 28,\n                    \"name\": \"Cox\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 44.8,\n                        \"spam\": 55.3,\n                        \"missing\": 0,\n                        \"mtr\": 5\n                    },\n                    \"trend\": {\n                        \"inbox\": 0.1,\n                        \"spam\": -0.1,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 29,\n                    \"name\": \"Earthlink\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 55,\n                    \"name\": \"NetZero\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 74\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 66,\n                    \"name\": \"RCN\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 3\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 68,\n                    \"name\": \"Roadrunner\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 33.8,\n                        \"spam\": 66.2,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0.2,\n                        \"spam\": -0.2,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 69,\n                    \"name\": \"Rogers\",\n                    \"country\": \"CA\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 73,\n                    \"name\": \"Shaw\",\n                    \"country\": \"CA\",\n                    \"placement\": {\n                        \"inbox\": 32.4,\n                        \"spam\": 44.1,\n                        \"missing\": 23.5,\n                        \"mtr\": 3\n                    },\n                    \"trend\": {\n                        \"inbox\": 1.8,\n                        \"spam\": 2.5,\n                        \"missing\": -4.2,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 81,\n                    \"name\": \"Teksavvy\",\n                    \"country\": \"CA\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 33\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 112,\n                    \"name\": \"TelMex\",\n                    \"country\": \"MX\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 4\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 88,\n                    \"name\": \"Videotron\",\n                    \"country\": \"CA\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 94,\n                    \"name\": \"Yahoo!\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"name\": \"South America\",\n            \"providers\": [\n                {\n                    \"id\": 19,\n                    \"name\": \"BOL\",\n                    \"country\": \"BR\",\n                    \"placement\": {\n                        \"inbox\": 97.9,\n                        \"spam\": 0,\n                        \"missing\": 2.1,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": -0.1,\n                        \"spam\": 0,\n                        \"missing\": 0.1,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 30,\n                    \"name\": \"Fibertel\",\n                    \"country\": \"AR\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 18\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": -4\n                    }\n                },\n                {\n                    \"id\": 83,\n                    \"name\": \"Terra Brasil\",\n                    \"country\": \"BR\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 107,\n                    \"name\": \"UOL\",\n                    \"country\": \"BR\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 3\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 86,\n                    \"name\": \"Vera\",\n                    \"country\": \"UY\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": -80\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Europe\",\n            \"providers\": [\n                {\n                    \"id\": 9,\n                    \"name\": \"Alice\",\n                    \"country\": \"FR\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 10,\n                    \"name\": \"Alice.it\",\n                    \"country\": \"IT\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 106,\n                    \"name\": \"Bluewin\",\n                    \"country\": \"CH\",\n                    \"placement\": {\n                        \"inbox\": 51.7,\n                        \"spam\": 48.3,\n                        \"missing\": 0,\n                        \"mtr\": 3\n                    },\n                    \"trend\": {\n                        \"inbox\": 0.1,\n                        \"spam\": -0.1,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 20,\n                    \"name\": \"BT Mail\",\n                    \"country\": \"GB\",\n                    \"placement\": {\n                        \"inbox\": 99.1,\n                        \"spam\": 0,\n                        \"missing\": 0.9,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0.2,\n                        \"spam\": 0,\n                        \"missing\": -0.2,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 22,\n                    \"name\": \"Centrum-VOLNY\",\n                    \"country\": \"CZ\",\n                    \"placement\": {\n                        \"inbox\": 53.3,\n                        \"spam\": 46.7,\n                        \"missing\": 0,\n                        \"mtr\": 5\n                    },\n                    \"trend\": {\n                        \"inbox\": 0.1,\n                        \"spam\": -0.1,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 31,\n                    \"name\": \"Free.fr\",\n                    \"country\": \"FR\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 109,\n                    \"name\": \"freemail.hu\",\n                    \"country\": \"HU\",\n                    \"placement\": {\n                        \"inbox\": 96,\n                        \"spam\": 0,\n                        \"missing\": 4,\n                        \"mtr\": 776\n                    },\n                    \"trend\": {\n                        \"inbox\": 0.5,\n                        \"spam\": 0,\n                        \"missing\": -0.5,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 32,\n                    \"name\": \"Freenet\",\n                    \"country\": \"DE\",\n                    \"placement\": {\n                        \"inbox\": 86.3,\n                        \"spam\": 13.3,\n                        \"missing\": 0.3,\n                        \"mtr\": 3\n                    },\n                    \"trend\": {\n                        \"inbox\": 0.8,\n                        \"spam\": -0.9,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 35,\n                    \"name\": \"GMX\",\n                    \"country\": \"DE\",\n                    \"placement\": {\n                        \"inbox\": 14.7,\n                        \"spam\": 85.3,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 43,\n                    \"name\": \"Interia\",\n                    \"country\": \"PL\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 5\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 44,\n                    \"name\": \"Jubii\",\n                    \"country\": \"DK\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 5\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 45,\n                    \"name\": \"LaPoste\",\n                    \"country\": \"FR\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 46,\n                    \"name\": \"Libero.it\",\n                    \"country\": \"IT\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 48,\n                    \"name\": \"Mail.com\",\n                    \"country\": \"EU\",\n                    \"placement\": {\n                        \"inbox\": 38,\n                        \"spam\": 62,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0.1,\n                        \"spam\": -0.1,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 49,\n                    \"name\": \"Mail.ru\",\n                    \"country\": \"RU\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 56,\n                    \"name\": \"o2.pl\",\n                    \"country\": \"PL\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 58,\n                    \"name\": \"Onet\",\n                    \"country\": \"PL\",\n                    \"placement\": {\n                        \"inbox\": 6.7,\n                        \"spam\": 93.3,\n                        \"missing\": 0,\n                        \"mtr\": 9\n                    },\n                    \"trend\": {\n                        \"inbox\": 0.2,\n                        \"spam\": -0.2,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 59,\n                    \"name\": \"Orange\",\n                    \"country\": \"FR\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 111\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 60,\n                    \"name\": \"Plusnet\",\n                    \"country\": \"GB\",\n                    \"placement\": {\n                        \"inbox\": 90,\n                        \"spam\": 0,\n                        \"missing\": 10,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": -0.3,\n                        \"spam\": 0,\n                        \"missing\": 0.3,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 65,\n                    \"name\": \"Rambler\",\n                    \"country\": \"RU\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 70,\n                    \"name\": \"Sapo\",\n                    \"country\": \"PT\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 71,\n                    \"name\": \"Seznam.cz\",\n                    \"country\": \"CZ\",\n                    \"placement\": {\n                        \"inbox\": 99,\n                        \"spam\": 1,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 72,\n                    \"name\": \"SFR\",\n                    \"country\": \"FR\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 25\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 74,\n                    \"name\": \"Skynet Proximus\",\n                    \"country\": \"BE\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 181\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 79,\n                    \"name\": \"t-online.de\",\n                    \"country\": \"DE\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 7\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 80,\n                    \"name\": \"TalkTalk\",\n                    \"country\": \"GB\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 3\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 105,\n                    \"name\": \"Tiscali\",\n                    \"country\": \"IT\",\n                    \"placement\": {\n                        \"inbox\": 53.8,\n                        \"spam\": 46.2,\n                        \"missing\": 0,\n                        \"mtr\": 76\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 90,\n                    \"name\": \"Web.de\",\n                    \"country\": \"DE\",\n                    \"placement\": {\n                        \"inbox\": 51.7,\n                        \"spam\": 48.3,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0.1,\n                        \"spam\": -0.1,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 92,\n                    \"name\": \"WP.pl\",\n                    \"country\": \"PL\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 188\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 98,\n                    \"name\": \"Yahoo! UK\",\n                    \"country\": \"GB\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 3\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 99,\n                    \"name\": \"Yandex\",\n                    \"country\": \"RU\",\n                    \"placement\": {\n                        \"inbox\": 95.1,\n                        \"spam\": 4.5,\n                        \"missing\": 0.4,\n                        \"mtr\": 5\n                    },\n                    \"trend\": {\n                        \"inbox\": 0.1,\n                        \"spam\": -0.1,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 101,\n                    \"name\": \"Ziggo\",\n                    \"country\": \"NL\",\n                    \"placement\": {\n                        \"inbox\": 51.7,\n                        \"spam\": 48.3,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0.1,\n                        \"spam\": -0.1,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Asia\",\n            \"providers\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"126.com\",\n                    \"country\": \"CN\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 2,\n                    \"name\": \"139.com\",\n                    \"country\": \"CN\",\n                    \"placement\": {\n                        \"inbox\": 78.3,\n                        \"spam\": 21.7,\n                        \"missing\": 0,\n                        \"mtr\": 5\n                    },\n                    \"trend\": {\n                        \"inbox\": 0.1,\n                        \"spam\": -0.1,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 3,\n                    \"name\": \"163.com\",\n                    \"country\": \"CN\",\n                    \"placement\": {\n                        \"inbox\": 98.1,\n                        \"spam\": 0,\n                        \"missing\": 1.9,\n                        \"mtr\": 3\n                    },\n                    \"trend\": {\n                        \"inbox\": -0.1,\n                        \"spam\": 0,\n                        \"missing\": 0.1,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"189.cn\",\n                    \"country\": \"CN\",\n                    \"placement\": {\n                        \"inbox\": 71.7,\n                        \"spam\": 0,\n                        \"missing\": 28.3,\n                        \"mtr\": 0\n                    },\n                    \"trend\": {\n                        \"inbox\": -0.9,\n                        \"spam\": 0,\n                        \"missing\": 0.9,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 5,\n                    \"name\": \"21cn\",\n                    \"country\": \"CN\",\n                    \"placement\": {\n                        \"inbox\": 99.7,\n                        \"spam\": 0,\n                        \"missing\": 0.3,\n                        \"mtr\": 0\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 6,\n                    \"name\": \"263.net\",\n                    \"country\": \"CN\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 7,\n                    \"name\": \"35.com\",\n                    \"country\": \"CN\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 8,\n                    \"name\": \"ABCHK\",\n                    \"country\": \"HK\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 11,\n                    \"name\": \"Aliyun\",\n                    \"country\": \"CN\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 38,\n                    \"name\": \"Hanmail\",\n                    \"country\": \"KR\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 6\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 39,\n                    \"name\": \"HK.com\",\n                    \"country\": \"HK\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 41\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 52,\n                    \"name\": \"Nate\",\n                    \"country\": \"KR\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 355\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 53,\n                    \"name\": \"Naver\",\n                    \"country\": \"KR\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 62,\n                    \"name\": \"QQ\",\n                    \"country\": \"CN\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 67,\n                    \"name\": \"Rediff\",\n                    \"country\": \"IN\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 103,\n                    \"name\": \"Sina\",\n                    \"country\": \"CN\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 4\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 75,\n                    \"name\": \"Sohu\",\n                    \"country\": \"CN\",\n                    \"placement\": {\n                        \"inbox\": 92.9,\n                        \"spam\": 0,\n                        \"missing\": 7.1,\n                        \"mtr\": 214\n                    },\n                    \"trend\": {\n                        \"inbox\": -0.2,\n                        \"spam\": 0,\n                        \"missing\": 0.2,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 104,\n                    \"name\": \"Tom\",\n                    \"country\": \"CN\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 24\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 91,\n                    \"name\": \"wo.cn\",\n                    \"country\": \"CN\",\n                    \"placement\": {\n                        \"inbox\": 89,\n                        \"spam\": 0,\n                        \"missing\": 11,\n                        \"mtr\": 390\n                    },\n                    \"trend\": {\n                        \"inbox\": -0.4,\n                        \"spam\": 0,\n                        \"missing\": 0.4,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 93,\n                    \"name\": \"Xin Net\",\n                    \"country\": \"CN\",\n                    \"placement\": {\n                        \"inbox\": 89.3,\n                        \"spam\": 0,\n                        \"missing\": 10.7,\n                        \"mtr\": 76\n                    },\n                    \"trend\": {\n                        \"inbox\": -0.3,\n                        \"spam\": 0,\n                        \"missing\": 0.3,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 95,\n                    \"name\": \"Yahoo! HK\",\n                    \"country\": \"HK\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 3\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 96,\n                    \"name\": \"Yahoo! JP\",\n                    \"country\": \"JP\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": -3\n                    }\n                },\n                {\n                    \"id\": 97,\n                    \"name\": \"Yahoo! TW\",\n                    \"country\": \"TW\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 100,\n                    \"name\": \"Yeah.net\",\n                    \"country\": \"CN\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Oceania\",\n            \"providers\": [\n                {\n                    \"id\": 18,\n                    \"name\": \"BigPond\",\n                    \"country\": \"AU\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 113,\n                    \"name\": \"iinet\",\n                    \"country\": \"AU\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 9\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 84,\n                    \"name\": \"TPG\",\n                    \"country\": \"AU\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 21\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Hosting Companies\",\n            \"providers\": [\n                {\n                    \"id\": 12,\n                    \"name\": \"Amazon WorkMail\",\n                    \"country\": \"\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 36,\n                    \"name\": \"GoDaddy\",\n                    \"country\": \"\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 37,\n                    \"name\": \"Google Apps\",\n                    \"country\": \"\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 41,\n                    \"name\": \"Hover\",\n                    \"country\": \"\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 54,\n                    \"name\": \"Network Solutions\",\n                    \"country\": \"\",\n                    \"placement\": {\n                        \"inbox\": 99.2,\n                        \"spam\": 0,\n                        \"missing\": 0.8,\n                        \"mtr\": 5\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 57,\n                    \"name\": \"Office 365\",\n                    \"country\": \"\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 64,\n                    \"name\": \"Rackspace\",\n                    \"country\": \"\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 102,\n                    \"name\": \"Zoho\",\n                    \"country\": \"\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                }\n            ]\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Filter Companies\",\n            \"providers\": [\n                {\n                    \"id\": 16,\n                    \"name\": \"Barracuda\",\n                    \"country\": \"\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 25,\n                    \"name\": \"Cisco Email Security\",\n                    \"country\": \"\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 26,\n                    \"name\": \"Cloudmark\",\n                    \"country\": \"\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 110,\n                    \"name\": \"Mimecast\",\n                    \"country\": \"\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 3\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 61,\n                    \"name\": \"Proofpoint\",\n                    \"country\": \"\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 159,\n                    \"name\": \"Sophos\",\n                    \"country\": \"\",\n                    \"placement\": {\n                        \"inbox\": 99.3,\n                        \"spam\": 0,\n                        \"missing\": 0.7,\n                        \"mtr\": 6\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 111,\n                    \"name\": \"SpamExperts\",\n                    \"country\": \"\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 3\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 78,\n                    \"name\": \"Symantec\",\n                    \"country\": \"\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 85,\n                    \"name\": \"Trend Micro\",\n                    \"country\": \"\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 89,\n                    \"name\": \"Virusfree.cz\",\n                    \"country\": \"\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                }\n            ]\n        }\n    ]\n}"},{"id":"9fb29856-5d12-40b7-aa7d-7553adb9f86f","name":"Mailbox Provider Health (Regional)","originalRequest":{"method":"GET","header":[],"url":"{{host}}/inbox/health/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Mon, 16 Nov 2020 20:35:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"15706"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"session=irnmadg4hsgri55li7d6quhlg0pip2kn; expires=Tue, 17-Nov-2020 00:35:16 GMT; Max-Age=14400; path=/; domain=.appdev.250ok.com; secure; HttpOnly; SameSite=None"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2020-10-17\",\n            \"enddate\": \"2020-11-16\"\n        },\n        \"total\": 1\n    },\n    \"results\": [\n        {\n            \"id\": 1,\n            \"name\": \"North America\",\n            \"providers\": [\n                {\n                    \"id\": 15,\n                    \"name\": \"ATT\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 17,\n                    \"name\": \"Bell Canada\",\n                    \"country\": \"CA\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 3\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 21,\n                    \"name\": \"Cablevision\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 150\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 108,\n                    \"name\": \"CenturyLink\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 3\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 23,\n                    \"name\": \"Charter\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 37.8,\n                        \"spam\": 62.3,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0.1,\n                        \"spam\": -0.1,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 27,\n                    \"name\": \"Comcast\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 11\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 28,\n                    \"name\": \"Cox\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 44.8,\n                        \"spam\": 55.3,\n                        \"missing\": 0,\n                        \"mtr\": 5\n                    },\n                    \"trend\": {\n                        \"inbox\": 0.1,\n                        \"spam\": -0.1,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 29,\n                    \"name\": \"Earthlink\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 1\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 55,\n                    \"name\": \"NetZero\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 74\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 66,\n                    \"name\": \"RCN\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 3\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 68,\n                    \"name\": \"Roadrunner\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 33.8,\n                        \"spam\": 66.2,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0.2,\n                        \"spam\": -0.2,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 69,\n                    \"name\": \"Rogers\",\n                    \"country\": \"CA\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 73,\n                    \"name\": \"Shaw\",\n                    \"country\": \"CA\",\n                    \"placement\": {\n                        \"inbox\": 32.4,\n                        \"spam\": 44.1,\n                        \"missing\": 23.5,\n                        \"mtr\": 3\n                    },\n                    \"trend\": {\n                        \"inbox\": 1.8,\n                        \"spam\": 2.5,\n                        \"missing\": -4.2,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 81,\n                    \"name\": \"Teksavvy\",\n                    \"country\": \"CA\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 33\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 112,\n                    \"name\": \"TelMex\",\n                    \"country\": \"MX\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 4\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 88,\n                    \"name\": \"Videotron\",\n                    \"country\": \"CA\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                },\n                {\n                    \"id\": 94,\n                    \"name\": \"Yahoo!\",\n                    \"country\": \"US\",\n                    \"placement\": {\n                        \"inbox\": 100,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 2\n                    },\n                    \"trend\": {\n                        \"inbox\": 0,\n                        \"spam\": 0,\n                        \"missing\": 0,\n                        \"mtr\": 0\n                    }\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"4a0da2f1-0754-44e3-9007-872c453739fe"}],"id":"cdd911a7-e36d-427e-adb1-bb61967d5d74","event":[{"listen":"prerequest","script":{"id":"a1504a6d-aadd-4b4a-87f3-1233d6740d74","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"38e2d06e-c614-4a45-9ce0-cdc297c61dd3","type":"text/javascript","exec":[""]}}],"_postman_id":"cdd911a7-e36d-427e-adb1-bb61967d5d74","description":"","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}}],"id":"1f4466e5-3fac-40cc-be45-542774ba9ab2","event":[{"listen":"prerequest","script":{"id":"6e9a1471-b611-4a55-bc12-20a1de0ca68e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"35dd16d5-b964-4c51-8f92-b172a6519a17","type":"text/javascript","exec":[""]}}],"_postman_id":"1f4466e5-3fac-40cc-be45-542774ba9ab2","description":"","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"View Time Optimization","item":[{"name":"Credit Purchases","id":"bc759208-1c81-4623-aa94-76a3e2081e40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/vto/credits","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["vto","credits"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a332bccd-e66e-471f-b450-6310356cedae","name":"Credit Purchases","originalRequest":{"method":"GET","header":[],"url":"{{host}}/vto/credits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Mon, 28 Sep 2020 14:38:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"537"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Set-Cookie","value":"session=3atgjm2mtc1ljqgqtcovdpjknrhc78i0; expires=Mon, 28-Sep-2020 18:38:47 GMT; Max-Age=14400; path=/; domain=.appdev.250ok.com; secure; HttpOnly; SameSite=None"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": [\n        {\n            \"id\": 2,\n            \"firstname\": \"John\",\n            \"lastname\": \"Smith\",\n            \"email\": \"purchaser@company.com\",\n            \"phone\": \"+1112223333\",\n            \"vtobundle_id\": 2,\n            \"name\": \"VTO Placements Pack - One Time (2M)\",\n            \"credits\": 2000000,\n            \"memo\": null,\n            \"price\": 7500,\n            \"promotional\": 0,\n            \"status\": \"pending\",\n            \"created\": \"2020-06-09 14:27:57\"\n        },\n        {\n            \"id\": 1,\n            \"firstname\": \"Jane\",\n            \"lastname\": \"Smith\",\n            \"email\": \"purchaser@company.com\",\n            \"phone\": 1112223333,\n            \"vtobundle_id\": 2,\n            \"name\": \"VTO Placements Pack - One Time (2M)\",\n            \"credits\": 2000000,\n            \"memo\": null,\n            \"price\": 7500,\n            \"promotional\": 0,\n            \"status\": \"fulfilled\",\n            \"created\": \"2020-05-25 12:00:00\"\n        }\n    ]\n}\n"}],"_postman_id":"bc759208-1c81-4623-aa94-76a3e2081e40"},{"name":"Usage History","id":"e2037730-9eed-4cf1-bb18-4a9750894184","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/vto/usage","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["vto","usage"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"4ddd786b-1226-46a9-a116-07ce00d5decc","name":"Usage History","originalRequest":{"method":"GET","header":[],"url":"{{host}}/vto/usage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Mon, 14 Dec 2020 20:49:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"383"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 2\n    },\n    \"results\": [\n        [\n            {\n                \"type\": \"usage\",\n                \"description\": \"This is a subject line!\",\n                \"delivered\": 584620,\n                \"from\": \"from@domain.com\",\n                \"starttime\": \"2020-11-11 19:40:00\",\n                \"endtime\": \"2020-11-12 19:41:00\"\n            }\n        ],\n        [\n            {\n                \"type\": \"purchase\",\n                \"name\": \"VTO Placements Pack - One Time (2M)\",\n                \"credits\": 2000000,\n                \"price\": 0.00,\n                \"promotional\": 1,\n                \"created\": \"2020-10-21 14:57:56\"\n            }\n        ]\n    ]\n}"}],"_postman_id":"e2037730-9eed-4cf1-bb18-4a9750894184"},{"name":"Campaigns","id":"30018fa7-8918-45d4-9969-c796dfad5301","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/vto/campaigns","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["vto","campaigns"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"3735a735-88a7-459a-a5e5-f12f2032bec7","name":"Campaigns","originalRequest":{"method":"GET","header":[],"url":"{{host}}/vto/campaigns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Mon, 28 Sep 2020 14:42:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"7247"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"from\": null,\n            \"status\": null,\n            \"dkimdomain\": null,\n            \"dkimselector\": null\n        }\n    },\n    \"results\": [\n        {\n            \"id\": 1,\n            \"vmg_id\": \"aaaa-ssss-dddd-ffff-12345hash\",\n            \"from\": \"validity@reply.validity.com\",\n            \"description\": \"This is a subject line!\",\n            \"status\": \"running\",\n            \"identificationmethod\": \"subject\",\n            \"vtoheadername\": \"Subject\",\n            \"vtoheadervalue\": \"This is a subject line!\",\n            \"dkimdomain\": \"reply.validity.com\",\n            \"dkimselector\": \"dkimselector1\",\n            \"starttime\": \"2020-06-08 04:38:00\",\n            \"endtime\": \"2020-06-11 04:38:00\",\n            \"endresolutionmode\": \"sendAll\",\n            \"optinforabtest\": 0,\n            \"markerinbody\": 0,\n            \"delivered\": 0,\n            \"opened\": 0,\n            \"link_clicked\": 0,\n            \"created\": \"2020-06-08 01:33:42\",\n            \"updated\": \"2020-06-08 01:34:12\"\n        },\n        {\n            \"id\": 2,\n            \"vmg_id\": \"aaaa-ssss-dddd-ffff-12345hash\",\n            \"from\": \"validity@reply.validity.com\",\n            \"description\": \"This is also a subject line!\",\n            \"status\": \"running\",\n            \"identificationmethod\": \"subject\",\n            \"vtoheadername\": \"Subject\",\n            \"vtoheadervalue\": \"This is also a subject line!\",\n            \"dkimdomain\": \"reply.validity.com\",\n            \"dkimselector\": \"dkimselector1\",\n            \"starttime\": \"2020-06-08 04:40:00\",\n            \"endtime\": \"2020-06-11 04:40:00\",\n            \"endresolutionmode\": \"sendAll\",\n            \"optinforabtest\": 0,\n            \"markerinbody\": 0,\n            \"delivered\": 0,\n            \"opened\": 0,\n            \"link_clicked\": 0,\n            \"created\": \"2020-06-08 01:35:37\",\n            \"updated\": \"2020-06-08 01:35:49\"\n        }\n    ]\n}"}],"_postman_id":"30018fa7-8918-45d4-9969-c796dfad5301"},{"name":"Campaign by ID","id":"2d020a91-53aa-4fd9-a205-dd2e49c24e2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/vto/campaigns/1","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["vto","campaigns","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"7440d7a3-fb49-47b8-877a-8767a9f8078f","name":"Campaign by ID","originalRequest":{"method":"GET","header":[],"url":"{{host}}/vto/campaigns/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Mon, 28 Sep 2020 14:43:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1262"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"from\": null,\n            \"status\": null,\n            \"dkimdomain\": null,\n            \"dkimselector\": null\n        }\n    },\n    \"results\": {\n        \"id\": 1,\n        \"vmg_id\": \"aaaa-ssss-dddd-ffff-12345hash\",\n        \"from\": \"validity@reply.validity.com\",\n        \"description\": \"This is a subject line!\",\n        \"status\": \"running\",\n        \"identificationmethod\": \"subject\",\n        \"vtoheadername\": \"Subject\",\n        \"vtoheadervalue\": \"This is a subject line!\",\n        \"dkimdomain\": \"reply.validity.com\",\n        \"dkimselector\": \"dkimselector1\",\n        \"starttime\": \"2020-06-08 04:38:00\",\n        \"endtime\": \"2020-06-11 04:38:00\",\n        \"endresolutionmode\": \"sendAll\",\n        \"optinforabtest\": 0,\n        \"markerinbody\": 0,\n        \"delivered\": 0,\n        \"opened\": 0,\n        \"link_clicked\": 0,\n        \"created\": \"2020-06-08 01:33:42\",\n        \"updated\": \"2020-06-08 01:34:12\",\n        \"stats\": {\n            \"optimized\": {\n                \"read\": 0,\n                \"skimmed\": 0,\n                \"glanced\": 0,\n                \"delivered\": 0,\n                \"opened\": 0,\n                \"deleted\": 0,\n                \"marked_read\": 0,\n                \"forwarded\": 0,\n                \"starred\": 0,\n                \"archived\": 0,\n                \"link_clicked\": 0,\n                \"moved\": 0,\n                \"push_notif_opened\": 0,\n                \"replied\": 0,\n                \"marked_spam\": 0\n            },\n            \"drained\": {\n                \"read\": 0,\n                \"skimmed\": 0,\n                \"glanced\": 0,\n                \"delivered\": 0,\n                \"opened\": 0,\n                \"deleted\": 0,\n                \"marked_read\": 0,\n                \"forwarded\": 0,\n                \"starred\": 0,\n                \"archived\": 0,\n                \"link_clicked\": 0,\n                \"moved\": 0,\n                \"push_notif_opened\": 0,\n                \"replied\": 0,\n                \"marked_spam\": 0\n            },\n            \"vto_control_group\": {\n                \"read\": 0,\n                \"skimmed\": 0,\n                \"glanced\": 0,\n                \"delivered\": 0,\n                \"opened\": 0,\n                \"deleted\": 0,\n                \"marked_read\": 0,\n                \"forwarded\": 0,\n                \"starred\": 0,\n                \"archived\": 0,\n                \"link_clicked\": 0,\n                \"moved\": 0,\n                \"push_notif_opened\": 0,\n                \"replied\": 0,\n                \"marked_spam\": 0\n            }\n        }\n    }\n}\n"}],"_postman_id":"2d020a91-53aa-4fd9-a205-dd2e49c24e2c"},{"name":"Create Campaign","id":"4e1f2c8a-ae87-4f61-b459-7e2816637bfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"from","value":"validity@reply.validity.com","type":"text","description":"<p>You can select to have all mail matching a specific from address to be optimized through VTO delivery as long as the DKIM domain and selector also match</p>\n"},{"key":"subject","value":"This is a subject line!","type":"text","description":"<p>Please provide the exact subject line string when provisioning campaigns. Please note that emojis or other special characters might result in issues.We recommend to check the exact subject string as it appears within a mail header by sending yourself a test email.</p>\n"},{"key":"identificationmethod","value":"subject","type":"text","description":"<p>Available options are 'body-tag', 'subject', 'xheader-generate'.</p>\n"},{"key":"dkimdomain","value":"reply.validity.com","type":"text"},{"key":"dkimselector","value":"dkimselector1","type":"text"},{"key":"starttime","value":"2020-10-08 04:38:00","type":"text","description":"<p>The start date of the campaign In UTC</p>\n"},{"key":"endtime","value":"2020-10-14 04:38:00","type":"text","description":"<p>An ideal campaign should run for at least 48 hours to take advantage of the VTO benefits. Maximum duration is 30 days</p>\n"},{"key":"endresolutionmode","value":"sendAll","type":"text","description":"<p>A unique option of VTO campaigns is the ability to decide what to do with undelivered emails at the end of the campaign run time. Undelivered means recipients for that specific campaigns have notcome online during the campaign run time.</p>\n<p>'sendAll': Deliver all undelivered mail to the inbox (referred to as \"Draining\"; attempts normal delivery pattern)</p>\n<p>'ignore': Discard all undelivered mail</p>\n"},{"key":"optinforabtest","value":"1","type":"text","description":"<p>Available options are 0 or 1. If we enable an A/B test we will automatically select a subset of the recipients targeted for a VTOcampaign and deliver emails without VTO optimization while the bulk of the emails will be optimizedthrough VTO.</p>\n"}]},"url":"{{host}}/vto/campaigns","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["vto","campaigns"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"041c8c89-1315-48f1-b01a-5d7ff5e01eba","name":"Create Campaign (Error: Invalid 'identificationmethod')","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"from","value":"validity@reply.validity.com","type":"text","description":"You can select to have all mail matching a specific from address to be optimized through VTO delivery as long as the DKIM domain and selector also match"},{"key":"subject","value":"This is a subject line!","type":"text","description":"Please provide the exact subject line string when provisioning campaigns. Please note that emojis or other special characters might result in issues.We recommend to check the exact subject string as it appears within a mail header by sending yourself a test email."},{"key":"identificationmethod","value":"subjec","type":"text","description":"Available options are 'body-tag', 'subject', 'xheader-generate'."},{"key":"dkimdomain","value":"reply.validity.com","type":"text"},{"key":"dkimselector","value":"dkimselector1","type":"text"},{"key":"starttime","value":"2020-10-01 04:38:00","type":"text"},{"key":"endtime","value":"2020-10-04 04:38:00","type":"text","description":"An ideal campaign should run for at least 48 hours to take advantage of the VTO benefits. Maximum duration is 30 days"},{"key":"endresolutionmode","value":"sendAll","type":"text","description":"A unique option of VTO campaigns is the ability to decide what to do with undelivered emails at the end of the campaign run time. Undelivered means recipients for that specific campaigns have notcome online during the campaign run time.\n\n'sendAll': Deliver all undelivered mail to the inbox (referred to as \"Draining\"; attempts normal delivery pattern)\n\n'ignore': Discard all undelivered mail"},{"key":"optinforabtest","value":"1","type":"text","description":"Available options are 0 or 1. If we enable an A/B test we will automatically select a subset of the recipients targeted for a VTOcampaign and deliver emails without VTO optimization while the bulk of the emails will be optimizedthrough VTO."}]},"url":"{{host}}/vto/campaigns"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 06 Oct 2020 19:39:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"118"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Bad Request: The 'identificationmethod' value must equal 'body-tag', 'subject', 'xheader-custom' or 'xheader-generate'\"\n}"},{"id":"7c279682-9d64-4280-8f84-d32f8d20528b","name":"Create Campaign (Error: Invalid 'optinforabtest')","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"from","value":"validity@reply.validity.com","type":"text","description":"You can select to have all mail matching a specific from address to be optimized through VTO delivery as long as the DKIM domain and selector also match"},{"key":"subject","value":"This is a subject line!","type":"text","description":"Please provide the exact subject line string when provisioning campaigns. Please note that emojis or other special characters might result in issues.We recommend to check the exact subject string as it appears within a mail header by sending yourself a test email."},{"key":"identificationmethod","value":"subject","type":"text","description":"Available options are 'body-tag', 'subject', 'xheader-generate'."},{"key":"dkimdomain","value":"reply.validity.com","type":"text"},{"key":"dkimselector","value":"dkimselector1","type":"text"},{"key":"starttime","value":"2020-10-01 04:38:00","type":"text"},{"key":"endtime","value":"2020-10-04 04:38:00","type":"text","description":"An ideal campaign should run for at least 48 hours to take advantage of the VTO benefits. Maximum duration is 30 days"},{"key":"endresolutionmode","value":"sendAll","type":"text","description":"A unique option of VTO campaigns is the ability to decide what to do with undelivered emails at the end of the campaign run time. Undelivered means recipients for that specific campaigns have notcome online during the campaign run time.\n\n'sendAll': Deliver all undelivered mail to the inbox (referred to as \"Draining\"; attempts normal delivery pattern)\n\n'ignore': Discard all undelivered mail"},{"key":"optinforabtest","value":"2","type":"text","description":"Available options are 0 or 1. If we enable an A/B test we will automatically select a subset of the recipients targeted for a VTOcampaign and deliver emails without VTO optimization while the bulk of the emails will be optimizedthrough VTO."}]},"url":"{{host}}/vto/campaigns"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 06 Oct 2020 19:40:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"61"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"session=2gpopfvrcmcc9gc7q50ns7djldop3e6s; expires=Tue, 06-Oct-2020 23:40:15 GMT; Max-Age=14400; path=/; domain=.appdev.250ok.com; secure; HttpOnly; SameSite=None"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Bad Request: The optinforabtest field must be one of: 0,1.\"\n}"},{"id":"e456c6f4-3673-488f-af49-e08659daac72","name":"Create Campaign","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"from","value":"validity@reply.validity.com","type":"text","description":"You can select to have all mail matching a specific from address to be optimized through VTO delivery as long as the DKIM domain and selector also match"},{"key":"subject","value":"This is a subject line!","type":"text","description":"Please provide the exact subject line string when provisioning campaigns. Please note that emojis or other special characters might result in issues.We recommend to check the exact subject string as it appears within a mail header by sending yourself a test email."},{"key":"identificationmethod","value":"subject","type":"text","description":"Available options are 'body-tag', 'subject', 'xheader-generate'."},{"key":"dkimdomain","value":"reply.validity.com","type":"text"},{"key":"dkimselector","value":"dkimselector1","type":"text"},{"key":"starttime","value":"2020-10-08 04:38:00","type":"text"},{"key":"endtime","value":"2020-10-11 04:38:00","type":"text","description":"An ideal campaign should run for at least 48 hours to take advantage of the VTO benefits. Maximum duration is 30 days"},{"key":"endresolutionmode","value":"sendAll","type":"text","description":"A unique option of VTO campaigns is the ability to decide what to do with undelivered emails at the end of the campaign run time. Undelivered means recipients for that specific campaigns have notcome online during the campaign run time.\n\n'sendAll': Deliver all undelivered mail to the inbox (referred to as \"Draining\"; attempts normal delivery pattern)\n\n'ignore': Discard all undelivered mail"},{"key":"optinforabtest","value":"1","type":"text","description":"Available options are 0 or 1. If we enable an A/B test we will automatically select a subset of the recipients targeted for a VTOcampaign and deliver emails without VTO optimization while the bulk of the emails will be optimizedthrough VTO."}]},"url":"{{host}}/vto/campaigns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 06 Oct 2020 19:38:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"29"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"identificationmethod\": \"subject\",\n            \"messagecap\": null,\n            \"vtoheadername\": null,\n            \"vtoheadervalue\": null,\n            \"dkimselector\": \"dkimselector1\",\n            \"dkimdomain\": \"reply.validity.com\",\n            \"description\": null,\n            \"from\": \"validity@reply.validity.com\",\n            \"starttime\": \"2020-10-30T02:35:19.605Z\",\n            \"endtime\": \"2020-10-31T02:35:19.605Z\",\n            \"endresolutionmode\": \"sendAll\",\n            \"optinforabtest\": \"1\",\n            \"subject\": \"This is a subject line! - 2020-10-30T02:35:19.605Z\"\n        }\n    },\n    \"results\": {\n        \"id\": 1,\n        \"status\": \"success\"\n    }\n}"},{"id":"fee7ce91-330e-454f-bbfb-0b7062b876df","name":"Create Campaign (Error: Invalid start time)","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"from","value":"validity@reply.validity.com","type":"text","description":"You can select to have all mail matching a specific from address to be optimized through VTO delivery as long as the DKIM domain and selector also match"},{"key":"subject","value":"This is a subject line!","type":"text","description":"Please provide the exact subject line string when provisioning campaigns. Please note that emojis or other special characters might result in issues.We recommend to check the exact subject string as it appears within a mail header by sending yourself a test email."},{"key":"identificationmethod","value":"subject","type":"text","description":"Available options are 'body-tag', 'subject', 'xheader-generate'."},{"key":"dkimdomain","value":"reply.validity.com","type":"text"},{"key":"dkimselector","value":"dkimselector1","type":"text"},{"key":"starttime","value":"2020-10-01 04:38:00","type":"text"},{"key":"endtime","value":"2020-10-04 04:38:00","type":"text","description":"An ideal campaign should run for at least 48 hours to take advantage of the VTO benefits. Maximum duration is 30 days"},{"key":"endresolutionmode","value":"sendAll","type":"text","description":"A unique option of VTO campaigns is the ability to decide what to do with undelivered emails at the end of the campaign run time. Undelivered means recipients for that specific campaigns have notcome online during the campaign run time.\n\n'sendAll': Deliver all undelivered mail to the inbox (referred to as \"Draining\"; attempts normal delivery pattern)\n\n'ignore': Discard all undelivered mail"},{"key":"optinforabtest","value":"1","type":"text","description":"Available options are 0 or 1. If we enable an A/B test we will automatically select a subset of the recipients targeted for a VTOcampaign and deliver emails without VTO optimization while the bulk of the emails will be optimizedthrough VTO."}]},"url":"{{host}}/vto/campaigns"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 06 Oct 2020 19:38:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"93"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Bad Request: The start time field must be greater than or equal to 10/30/2020 1:36 AM UTC.\"\n}"}],"_postman_id":"4e1f2c8a-ae87-4f61-b459-7e2816637bfc"},{"name":"Update Campaign","id":"3bfb0738-883b-484e-93d4-52bc64d5e660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"endtime","value":"2020-10-01 04:45:00","type":"text"}]},"url":"{{host}}/vto/campaigns/1","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["vto","campaigns","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"062e55b2-467a-4a9b-98de-7453e4b88e18","name":"Update Campaign","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"endtime","value":"2020-10-15 04:38:00","type":"text"}]},"url":"{{host}}/vto/campaigns/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 06 Oct 2020 19:42:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"29"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"status\": \"resume\",\n            \"endtime\": null,\n            \"endresolutionmode\": null\n        }\n    },\n    \"results\": {\n        \"id\": 1,\n        \"status\": \"success\"\n    }\n}"},{"id":"e1cfa64a-e72b-43d8-a2ec-dfbb96407a8e","name":"Update Campaign (Error: Invalid endtime)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"endtime","value":"2020-10-01 04:45:00","type":"text"}]},"url":"{{host}}/vto/campaigns/1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 06 Oct 2020 19:57:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"77"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Bad Request: The start time field must be greater than or equal to 10/30/2020 1:36 AM UTC.\"\n}"}],"_postman_id":"3bfb0738-883b-484e-93d4-52bc64d5e660"},{"name":"Pause Campaign","id":"f1c13976-65c0-42cc-a1d1-a45b02c8415c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{host}}/vto/campaigns/1?status=pause","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["vto","campaigns","1"],"host":["{{host}}"],"query":[{"key":"status","value":"pause"}],"variable":[]}},"response":[{"id":"21cc6992-1772-43da-ad1b-4a151422497d","name":"Pause Campaign","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{host}}/vto/campaigns/1?status=pause","host":["{{host}}"],"path":["vto","campaigns","1"],"query":[{"key":"status","value":"pause"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 06 Oct 2020 20:00:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"status\": \"pause\",\n            \"endtime\": null,\n            \"endresolutionmode\": null\n        }\n    },\n    \"results\": {\n        \"id\": 1,\n        \"status\": \"success\"\n    }\n}"},{"id":"a870c343-45fe-4dd2-a09f-7e2f3ee4b631","name":"Pause Campaign (Error: Unable to locate the VTO campaign)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{host}}/vto/campaigns/1?status=pause","host":["{{host}}"],"path":["vto","campaigns","1"],"query":[{"key":"status","value":"pause"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 06 Oct 2020 20:00:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Bad Request: VMG could not locate the VTO campaign ID.\"\n}"},{"id":"e4e0c7eb-d89e-4f7e-88b4-2cc8039db7a0","name":"Pause Campaign (Error updating VTO campaign status)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{host}}/vto/campaigns/1?status=pause","host":["{{host}}"],"path":["vto","campaigns","1"],"query":[{"key":"status","value":"pause"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 06 Oct 2020 20:00:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Bad Request: Error updating VTO campaign status.\"\n}"}],"_postman_id":"f1c13976-65c0-42cc-a1d1-a45b02c8415c"},{"name":"Resume Campaign","id":"c3181d1e-a96c-4d15-9dae-707ee2a2c0f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{host}}/vto/campaigns/1?status=resume","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["vto","campaigns","1"],"host":["{{host}}"],"query":[{"key":"status","value":"resume"}],"variable":[]}},"response":[{"id":"59e32ed4-968c-43c1-954a-53c30ae78e56","name":"Resume Campaign (Error: Unable to locate the VTO campaign)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{host}}/vto/campaigns/1?status=resume","host":["{{host}}"],"path":["vto","campaigns","1"],"query":[{"key":"status","value":"resume"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 06 Oct 2020 20:05:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"session=8sinhglbo2uqj5bkas2mtn4isk38ughe; expires=Wed, 07-Oct-2020 00:05:45 GMT; Max-Age=14400; path=/; domain=.appdev.250ok.com; secure; HttpOnly; SameSite=None"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Bad Request: VMG could not locate the VTO campaign ID.\"\n}"},{"id":"7c7d6536-6e73-4d3c-adef-0556a8c422bd","name":"Resume Campaign","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{host}}/vto/campaigns/1?status=resume","host":["{{host}}"],"path":["vto","campaigns","1"],"query":[{"key":"status","value":"resume"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 06 Oct 2020 20:00:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"status\": \"resume\",\n            \"endtime\": null,\n            \"endresolutionmode\": null\n        }\n    },\n    \"results\": {\n        \"id\": 1,\n        \"status\": \"success\"\n    }\n}"},{"id":"c310a0d8-3278-498f-9206-1856761cb321","name":"Resume Campaign (Error updating VTO campaign status)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{host}}/vto/campaigns/1?status=resume","host":["{{host}}"],"path":["vto","campaigns","1"],"query":[{"key":"status","value":"resume"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 06 Oct 2020 20:00:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Bad Request: Error updating VTO campaign status.\"\n}"}],"_postman_id":"c3181d1e-a96c-4d15-9dae-707ee2a2c0f7"},{"name":"Delete Campaign","id":"cd5cfee4-afa9-40f2-b1b4-5a4f91b946db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/vto/campaigns/1","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["vto","campaigns","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b742f3fd-26f5-4240-94f8-f40ff18ac90a","name":"Delete Campaign","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/vto/campaigns/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 06 Oct 2020 19:37:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"31"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"id\": 1,\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"cd5cfee4-afa9-40f2-b1b4-5a4f91b946db"}],"id":"ded07447-d2aa-4a0b-985f-15a7c59363fe","description":"<p>For VTO campaigns which are manually provisioned (ie: They are not set up through the Everest UI), campaigns should be created via API at least 48 hours before campaign start.</p>\n<p>To provision and set up a VTO campaign we need at least the following information:</p>\n<ol>\n<li>​DKIM domain</li>\n<li>DKIM selector</li>\n<li>Campaign Identifier​ identifying the campaign to be optimized</li>\n<li>Start Date and Time of the campaign (in UTC by default)</li>\n<li>End Date and Time ​(This is the time Verizon stops delivering mail via VTO; an ideal campaign should run for at least 48 hours to take advantage of the VTO benefits. Maximum duration is 30 days)</li>\n<li>Campaign behavior at the end of the campaign (​The options are to ​deliver ​all undelivered mail to the Inbox or to​ discard ​(ie: Delete) all undelivered mail)</li>\n</ol>\n","event":[{"listen":"prerequest","script":{"id":"436fa629-3561-4c5b-966a-c8acbb25e3d8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d2dc6ce3-3743-49ec-8aa9-b3f9f725fc7d","type":"text/javascript","exec":[""]}}],"_postman_id":"ded07447-d2aa-4a0b-985f-15a7c59363fe","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"Reputation","item":[{"name":"Blocklists","item":[{"name":"Blocklists","id":"ed2c55af-a85c-46e6-9c3e-2a83e1d1290b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reputation/blocklists","description":"<p>Returns a list of all supported blocklists. Blocklists can be filtered by type using the <code>type=ip</code> or <code>type=domain</code> query filters.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","blocklists"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"75a84682-a141-49a4-a3bd-7d7713339f09","name":"Get Blocklists (Type: IP)","originalRequest":{"method":"GET","header":[{"key":"","value":"","disabled":true}],"url":{"raw":"{{host}}/reputation/blocklists?type=ip","host":["{{host}}"],"path":["reputation","blocklists"],"query":[{"key":"type","value":"ip"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 08 Sep 2020 16:41:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"8634"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"rbl\": \"0spam\",\n        \"list\": \"DNSBL\",\n        \"label\": \"0spam - DNSBL\",\n        \"type\": \"ip\",\n        \"url\": \"http://0spam.fusionzero.com/\"\n    },\n    {\n        \"id\": 2,\n        \"rbl\": \"Barracuda\",\n        \"list\": \"BRBL\",\n        \"label\": \"Barracuda - BRBL\",\n        \"type\": \"ip\",\n        \"url\": \"http://www.barracudacentral.org/rbl\"\n    },\n    {\n        \"id\": 3,\n        \"rbl\": \"CASA\",\n        \"list\": \"CBL\",\n        \"label\": \"CASA - CBL\",\n        \"type\": \"ip\",\n        \"url\": \"http://www.anti-spam.org.cn\"\n    }\n]"},{"id":"b82c1f15-b6ee-4021-b1c0-b17730c8c3b9","name":"Get Blocklists (Type: Domain)","originalRequest":{"method":"GET","header":[{"key":"","value":"","disabled":true}],"url":{"raw":"{{host}}/reputation/blocklists?type=domain","host":["{{host}}"],"path":["reputation","blocklists"],"query":[{"key":"type","value":"domain"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 08 Sep 2020 16:42:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4859"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"type\": \"ip\"\n        },\n        \"total\": 61\n    },\n    \"results\": [\n        {\n            \"id\": 129,\n            \"rbl\": \"0spam\",\n            \"list\": \"DNSBL\",\n            \"label\": \"0spam - DNSBL\",\n            \"type\": \"ip\",\n            \"url\": \"http://0spam.fusionzero.com/\"\n        },\n        {\n            \"id\": 15,\n            \"rbl\": \"Barracuda\",\n            \"list\": \"BRBL\",\n            \"label\": \"Barracuda - BRBL\",\n            \"type\": \"ip\",\n            \"url\": \"http://www.barracudacentral.org/rbl\"\n        },\n        {\n            \"id\": 44,\n            \"rbl\": \"CASA\",\n            \"list\": \"CBL\",\n            \"label\": \"CASA - CBL\",\n            \"type\": \"ip\",\n            \"url\": \"http://www.anti-spam.org.cn\"\n        } // ...\n    ]\n}"},{"id":"f06a4f74-a483-4363-b805-78748406475c","name":"Get Blocklists (All)","originalRequest":{"method":"GET","header":[{"key":"","value":"","disabled":true}],"url":"{{host}}/reputation/blocklists"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 08 Sep 2020 16:40:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"13492"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"type\": null\n        },\n        \"total\": 95\n    },\n    \"results\": [\n        {\n            \"id\": 129,\n            \"rbl\": \"0spam\",\n            \"list\": \"DNSBL\",\n            \"label\": \"0spam - DNSBL\",\n            \"type\": \"ip\",\n            \"url\": \"http://0spam.fusionzero.com/\"\n        },\n        {\n            \"id\": 130,\n            \"rbl\": \"0spam\",\n            \"list\": \"URL-DBL\",\n            \"label\": \"0spam - URL-DBL\",\n            \"type\": \"domain\",\n            \"url\": \"http://0spam.fusionzero.com/\"\n        },\n        {\n            \"id\": 15,\n            \"rbl\": \"Barracuda\",\n            \"list\": \"BRBL\",\n            \"label\": \"Barracuda - BRBL\",\n            \"type\": \"ip\",\n            \"url\": \"http://www.barracudacentral.org/rbl\"\n        } // ...\n    ]\n}"}],"_postman_id":"ed2c55af-a85c-46e6-9c3e-2a83e1d1290b"},{"name":"Listings","id":"8ab9fe9c-957a-4fa9-9bb0-249758c16a11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reputation/blocklists/listings","description":"<p>Returns a list active blacklist listings for your IPs, domains, profiles and providers. Additional resources are provided for each listing type.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","blocklists","listings"],"host":["{{host}}"],"query":[{"disabled":true,"key":"status","value":"current"},{"disabled":true,"key":"status","value":"resolved"}],"variable":[]}},"response":[{"id":"5388ae8e-352d-448c-af0e-be69f0a1e30b","name":"Get Blocklistings","originalRequest":{"method":"GET","header":[{"key":"","value":"","disabled":true}],"url":"{{host}}/reputation/blocklistings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 08 Sep 2020 16:20:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"188113"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-04-12T00:00:00+00:00\",\n            \"enddate\": \"2021-05-12T00:00:00+00:00\",\n            \"page\": 1,\n            \"limit\": 500,\n            \"status\": \"all\"\n        },\n        \"next\": \"/api/2.0/reputation/blocklists/listings?page=2&limit=500&startdate=2021-04-12&enddate=2021-05-12&status=all\",\n        \"pages\": 1,\n        \"total\": 2\n    },\n    \"results\": [\n        {\n            \"status\": \"resolved\",\n            \"listing_date\": \"2021-05-10 19:16:10\",\n            \"delisting_date\": \"2021-05-11 01:16:12\",\n            \"listing\": {\n                \"id\": 1,\n                \"item\": \"127.0.0.1\",\n                \"type\": \"ip\"\n            },\n            \"blocklist\": {\n                \"id\": 8,\n                \"rbl\": \"SpamCop\",\n                \"list\": \"SpamCop Blocking List\",\n                \"label\": \"SpamCop - SpamCop Blocking List\",\n                \"url\": \"https://www.spamcop.net/fom-serve/cache/76.html\"\n            },\n            \"profile\": {\n                \"id\": 1,\n                \"name\": \"Profile #1\"\n            }\n        },\n        {\n            \"status\": \"active\",\n            \"listing_date\": \"2021-05-10 17:47:59\",\n            \"delisting_date\": null,\n            \"listing\": {\n                \"id\": 1,\n                \"item\": \"127.0.0.1\",\n                \"type\": \"ip\"\n            },\n            \"blocklist\": {\n                \"id\": 8,\n                \"rbl\": \"SpamCop\",\n                \"list\": \"SpamCop Blocking List\",\n                \"label\": \"SpamCop - SpamCop Blocking List\",\n                \"url\": \"https://www.spamcop.net/fom-serve/cache/76.html\"\n            },\n            \"profile\": {\n                \"id\": 1,\n                \"name\": \"Profile #1\"\n            }\n        }\n    ]\n}"},{"id":"8511cc35-ad00-4213-aa86-f47c5526c633","name":"Get Blocklistings (Current)","originalRequest":{"method":"GET","header":[{"key":"","value":"","disabled":true}],"url":{"raw":"{{host}}/reputation/blocklistings?status=current","host":["{{host}}"],"path":["reputation","blocklistings"],"query":[{"key":"status","value":"current"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 08 Sep 2020 16:20:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"188113"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-04-12T00:00:00+00:00\",\n            \"enddate\": \"2021-05-12T00:00:00+00:00\",\n            \"page\": 1,\n            \"limit\": 500,\n            \"status\": \"all\"\n        },\n        \"next\": \"/api/2.0/reputation/blocklists/listings?page=2&limit=500&startdate=2021-04-12&enddate=2021-05-12&status=all\",\n        \"pages\": 1,\n        \"total\": 2\n    },\n    \"results\": [\n        {\n            \"status\": \"active\",\n            \"listing_date\": \"2021-05-10 17:47:59\",\n            \"delisting_date\": null,\n            \"listing\": {\n                \"id\": 1,\n                \"item\": \"127.0.0.1\",\n                \"type\": \"ip\"\n            },\n            \"blocklist\": {\n                \"id\": 8,\n                \"rbl\": \"SpamCop\",\n                \"list\": \"SpamCop Blocking List\",\n                \"label\": \"SpamCop - SpamCop Blocking List\",\n                \"url\": \"https://www.spamcop.net/fom-serve/cache/76.html\"\n            },\n            \"profile\": {\n                \"id\": 1,\n                \"name\": \"Profile #1\"\n            }\n        }\n    ]\n}"},{"id":"c88713c3-87fe-4701-9ccc-7860c5d479f7","name":"Get Blocklistings (Resolved)","originalRequest":{"method":"GET","header":[{"key":"","value":"","disabled":true}],"url":{"raw":"{{host}}/reputation/blocklistings?status=current","host":["{{host}}"],"path":["reputation","blocklistings"],"query":[{"key":"status","value":"current"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 08 Sep 2020 16:20:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"188113"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-04-12T00:00:00+00:00\",\n            \"enddate\": \"2021-05-12T00:00:00+00:00\",\n            \"page\": 1,\n            \"limit\": 500,\n            \"status\": \"all\"\n        },\n        \"next\": \"/api/2.0/reputation/blocklists/listings?page=2&limit=500&startdate=2021-04-12&enddate=2021-05-12&status=all\",\n        \"pages\": 1,\n        \"total\": 1\n    },\n    \"results\": [\n        {\n            \"status\": \"resolved\",\n            \"listing_date\": \"2021-05-10 19:16:10\",\n            \"delisting_date\": \"2021-05-11 01:16:12\",\n            \"listing\": {\n                \"id\": 1,\n                \"item\": \"127.0.0.1\",\n                \"type\": \"ip\"\n            },\n            \"blocklist\": {\n                \"id\": 8,\n                \"rbl\": \"SpamCop\",\n                \"list\": \"SpamCop Blocking List\",\n                \"label\": \"SpamCop - SpamCop Blocking List\",\n                \"url\": \"https://www.spamcop.net/fom-serve/cache/76.html\"\n            },\n            \"profile\": {\n                \"id\": 1,\n                \"name\": \"Profile #1\"\n            }\n        }\n    ]\n}"}],"_postman_id":"8ab9fe9c-957a-4fa9-9bb0-249758c16a11"}],"id":"755f9d5c-a284-4982-8e3d-d1c48cbe62b4","description":"<p>The blocklists resource provides access to data on supported IP and domain blacklists. </p>\n","event":[{"listen":"prerequest","script":{"id":"7ba022ea-d719-40fd-b81c-7edbc5d5fdce","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a099b122-a22e-413d-b698-3ba530727674","type":"text/javascript","exec":[""]}}],"_postman_id":"755f9d5c-a284-4982-8e3d-d1c48cbe62b4","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"Profiles","item":[{"name":"Profiles","id":"d6c6b526-2c9a-4e6b-8770-12291dbdadce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reputation/profiles","description":"<p>List current reputation profiles along with any blocklist hits and issue metrics.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","profiles"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"1f96d15d-3499-4ff1-852e-3bbdfcfa4552","name":"Get Profiles","originalRequest":{"method":"GET","header":[{"key":"","value":"","disabled":true}],"url":"{{host}}/reputation/profiles/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 10 Sep 2020 17:34:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"48358"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 27\n    },\n    \"results\": [\n        {\n            \"id\": 1,\n            \"name\": \"Validity Mail Servers\",\n            \"items\": 25,\n            \"enabled\": true,\n            \"issues\": {\n                \"blocklistings\": 0,\n                \"traps\": 0,\n                \"rdns\": 16\n            },\n            \"senderscore\": 99,\n            \"blocklists\": [\n                {\n                    \"id\": 1,\n                    \"label\": \"SBL (Spamhaus SBL Data)\",\n                    \"type\": \"ip\"\n                },\n                {\n                    \"id\": 2,\n                    \"label\": \"SBL (Spamhaus SBL CSS Data)\",\n                    \"type\": \"ip\"\n                },\n                {\n                    \"id\": 3,\n                    \"label\": \"XBL (CBL Data)\",\n                    \"type\": \"ip\"\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Test Profile (no blocklists selected)\",\n            \"items\": 1,\n            \"enabled\": false,\n            \"issues\": {\n                \"blocklistings\": 0,\n                \"traps\": 0,\n                \"rdns\": 0\n            },\n            \"senderscore\": 0,\n            \"blocklists\": []\n        }\n    ]\n}"}],"_postman_id":"d6c6b526-2c9a-4e6b-8770-12291dbdadce"},{"name":"Profile by ID","id":"d5e3d542-f968-4fc8-9077-afbc08c89e9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reputation/profiles/1","description":"<p>Fetch data for a specific reputation profile along with any blocklist hits and issue metrics.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","profiles","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6ab84d5f-9ef6-4b6a-b492-79ecf14fbf1a","name":"Get Profile by ID (Invalid Profile ID)","originalRequest":{"method":"GET","header":[{"key":"","value":"","disabled":true}],"url":"{{host}}/reputation/profiles/adsf"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 10 Sep 2020 17:46:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"43"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"The 'id' value must be numeric.\"\n}"},{"id":"87e9099e-3005-4fa7-9969-8e3ee230ed07","name":"Get Profile by ID (No Results Found)","originalRequest":{"method":"GET","header":[{"key":"","value":"","disabled":true}],"url":"{{host}}/reputation/profiles/1234"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 10 Sep 2020 17:47:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"28"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"session=684r2sreahligkeq90dfjjao2anervnu; expires=Thu, 10-Sep-2020 21:47:56 GMT; Max-Age=14400; path=/; domain=.appdev.250ok.com; secure; HttpOnly; SameSite=None"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No Results Found\"\n}"},{"id":"cab8113c-b0e8-45c8-a568-c22216e812d2","name":"Get Profile by ID","originalRequest":{"method":"GET","header":[{"key":"","value":"","disabled":true}],"url":"{{host}}/reputation/profiles/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 10 Sep 2020 17:37:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"131"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"id\": 1,\n        \"name\": \"Validity Mail Servers\",\n        \"items\": 25,\n        \"enabled\": true,\n        \"issues\": {\n            \"blocklistings\": 0,\n            \"traps\": 0,\n            \"rdns\": 16\n        },\n        \"senderscore\": 99,\n        \"blocklists\": [\n            {\n                \"id\": 1,\n                \"label\": \"SBL (Spamhaus SBL Data)\",\n                \"type\": \"ip\"\n            },\n            {\n                \"id\": 2,\n                \"label\": \"SBL (Spamhaus SBL CSS Data)\",\n                \"type\": \"ip\"\n            },\n            {\n                \"id\": 3,\n                \"label\": \"XBL (CBL Data)\",\n                \"type\": \"ip\"\n            }\n        ]\n    }\n}"}],"_postman_id":"d5e3d542-f968-4fc8-9077-afbc08c89e9a"},{"name":"Profile - Items","id":"206f96fe-bcb1-4290-8ba6-2d0892f6d443","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reputation/profiles/1/items","description":"<p>List all profile items for a specified reputation profile.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","profiles","1","items"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"2baa6576-8d7b-47a5-a503-2cf2c9681e59","name":"Get Profile Items (Type: ip)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/reputation/profiles/1/items?type=ip","host":["{{host}}"],"path":["reputation","profiles","1","items"],"query":[{"key":"type","value":"ip","description":"The type of monitored items to return: 'cidr', 'domain_name', 'ip_range', 'ip' or 'shared_domain'"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key,newrelic"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 25 Sep 2020 14:39:21 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Set-Cookie","value":"session=bmf276dk7tt1n5sbjg5b66pduogrqp8h; expires=Fri, 25-Sep-2020 18:39:15 GMT; Max-Age=14400; path=/; domain=.appdev.250ok.com; secure; HttpOnly; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"134"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"type\": \"ip\"\n        },\n        \"total\": 2\n    },\n    \"results\": [\n        {\n            \"id\": 1,\n            \"item\": \"127.0.0.1\",\n            \"type\": \"ip\",\n            \"description\": \"Utility Server 1\",\n            \"senderscore\": 99\n        },\n        {\n            \"id\": 2,\n            \"item\": \"127.0.0.2\",\n            \"type\": \"ip\",\n            \"description\": \"Utility Server 1\",\n            \"senderscore\": 0\n        }\n    ]\n}"},{"id":"7b2ff0cf-df06-4a67-a249-c0ed30aedd0c","name":"Get Profile Items (Invalid Type)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/reputation/profiles/1/items?type=ipv4","host":["{{host}}"],"path":["reputation","profiles","1","items"],"query":[{"key":"type","value":"ipv4","description":"The type of monitored items to return: 'cidr', 'domain_name', 'ip_range', 'ip' or 'shared_domain'"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 25 Sep 2020 14:49:54 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Set-Cookie","value":"session=kpcrmuq9fthgsdf4nvf8l6vgbd34h6nk; expires=Fri, 25-Sep-2020 18:49:47 GMT; Max-Age=14400; path=/; domain=.appdev.250ok.com; secure; HttpOnly; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"104"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"The 'type' value must equal 'cidr', 'domain_name', 'ip_range', 'ip' or 'shared_domain'.\"\n}"},{"id":"e7113cb7-5f73-4c8a-bfa8-b938574e8a86","name":"Profile - Items (Profile not found)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/reputation/profiles/5444788/items?type=shared_domain","host":["{{host}}"],"path":["reputation","profiles","5444788","items"],"query":[{"key":"type","value":"shared_domain","description":"The type of monitored items to return: 'cidr', 'domain_name', 'ip_range', 'ip' or 'shared_domain'"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Sep 2020 13:35:11 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Set-Cookie","value":"session=vn3j3qjpmrabhbnm5h4hubn6e1ijchh2; expires=Wed, 30-Sep-2020 17:35:04 GMT; Max-Age=14400; path=/; domain=.appdev.250ok.com; secure; HttpOnly; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"50"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Profile not found.\"\n}"},{"id":"f4ba7c1a-78d4-4487-b716-d617929d8e65","name":"Get Profile Items (No Results Found)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/reputation/profiles/1/items?type=shared_domain","host":["{{host}}"],"path":["reputation","profiles","1","items"],"query":[{"key":"type","value":"shared_domain","description":"The type of monitored items to return: 'cidr', 'domain_name', 'ip_range', 'ip' or 'shared_domain'"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 25 Sep 2020 14:57:56 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"No Results Found\"\n}"}],"_postman_id":"206f96fe-bcb1-4290-8ba6-2d0892f6d443"},{"name":"Profile - rDNS Issues","id":"ec8321fa-84f3-49fe-bac8-b3b9dd006341","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reputation/profiles/1/rdns","description":"<p>List all <code>rDNS</code> issues associated with a specified profile.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","profiles","1","rdns"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"7d39f74a-dd26-4f45-aa8e-76249312e9c7","name":"Get Profile rDNS Issues","originalRequest":{"method":"GET","header":[],"url":"{{host}}/reputation/profiles/1/rdns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 10 Sep 2020 17:55:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"970"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 3\n    },\n    \"results\": [\n        {\n            \"ip\": \"127.0.0.1\",\n            \"ptr\": \"missing\",\n            \"a\": \"missing\"\n        },\n        {\n            \"ip\": \"127.0.0.2\",\n            \"ptr\": \"missing\",\n            \"a\": \"missing\"\n        },\n        {\n            \"ip\": \"127.0.0.3\",\n            \"ptr\": \"missing\",\n            \"a\": \"missing\"\n        }\n    ]\n}"}],"_postman_id":"ec8321fa-84f3-49fe-bac8-b3b9dd006341"},{"name":"All Items Monitored","id":"dd5db674-44fd-4db7-adec-27d212abf489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reputation/items","description":"<p>List all of the reputation profile items that are being tracked.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","items"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"32ccf528-ef1f-4ec4-b820-e51875a5b026","name":"All Items Monitored","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/reputation/items/?type=ip","host":["{{host}}"],"path":["reputation","items",""],"query":[{"key":"type","value":"ip"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key,newrelic"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 02 Oct 2020 14:24:51 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"409"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 3,\n        \"pages\": 1,\n        \"params\": {\n            \"type\": null,\n            \"page\": 1,\n            \"limit\": 10\n        }\n    },\n    \"results\": [\n        {\n            \"id\": 1,\n            \"item\": \"alerts.domain.net\",\n            \"type\": \"domain_name\",\n            \"description\": null,\n            \"senderscore\": 99,\n            \"profile\": {\n                \"id\": 1,\n                \"name\": \"Profile #1\"\n            }\n        },\n        {\n            \"id\": 2,\n            \"item\": \"127.0.0.1\",\n            \"type\": \"ip\",\n            \"description\": \"utility server #1\",\n            \"senderscore\": 99,\n            \"profile\": {\n                \"id\": 1,\n                \"name\": \"Profile #1\"\n            }\n        },\n        {\n            \"id\": 3,\n            \"item\": \"127.0.0.1\",\n            \"type\": \"ip\",\n            \"description\": \"mail1.domain.com\",\n            \"senderscore\": 99,\n            \"profile\": {\n                \"id\": 1,\n                \"name\": \"Profile #1\"\n            }\n        }\n    ]\n}"},{"id":"dc5f332d-8623-4c36-8ed1-b528a653545b","name":"All Items Monitored (type = IP)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/reputation/items/?type=ip","host":["{{host}}"],"path":["reputation","items",""],"query":[{"key":"type","value":"ip"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key,newrelic"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 02 Oct 2020 14:24:51 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"409"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"type\": \"ip\",\n            \"page\": 1,\n            \"limit\": 10\n        },\n        \"next\": \"/api/2.0/reputation/items?page=2&limit=10&type=ip\",\n        \"total\": 10545,\n        \"pages\": 1055\n    },\n    \"results\": [\n        {\n            \"id\": 1,\n            \"item\": \"127.0.0.1\",\n            \"type\": \"ip\",\n            \"description\": \"utility server #1\",\n            \"senderscore\": 99,\n            \"profile\": {\n                \"id\": 1,\n                \"name\": \"Profile #1\"\n            }\n        },\n        {\n            \"id\": 2,\n            \"item\": \"127.0.0.2\",\n            \"type\": \"ip\",\n            \"description\": \"utility server #2\",\n            \"senderscore\": 99,\n            \"profile\": {\n                \"id\": 1,\n                \"name\": \"Profile #1\"\n            }\n        },\n        {\n            \"id\": 3,\n            \"item\": \"127.0.0.3\",\n            \"type\": \"ip\",\n            \"description\": \"utility server #3\",\n            \"senderscore\": 99,\n            \"profile\": {\n                \"id\": 1,\n                \"name\": \"Profile #1\"\n            }\n        }\n    ]\n}"}],"_postman_id":"dd5db674-44fd-4db7-adec-27d212abf489"},{"name":"Create Profile","id":"5b0346a4-2d1a-4b53-b1d3-7371eeda05e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Profile Test 1","type":"text"},{"key":"type","value":"ip","description":"<p>May be 'all', 'ip' or 'domain'.</p>\n","type":"text"}]},"url":"{{host}}/reputation/profiles","description":"<p>Create a new reputation profile, specifying the type of blocklist to track or specific blocklist providers.</p>\n<h1 id=\"available-fields\">Available Fields</h1>\n<ul>\n<li><code>name</code> Required, the name of this profile</li>\n<li><code>type</code> Optional, the type of blocklist to track. Must be one of <code>all</code>, <code>ip</code> or <code>domain</code>. If specified, <code>blocklist_ids</code> is ignored.</li>\n<li><code>blocklist_ids</code> Optional, IDs of specific blocklist providers. Provider IDs are available under the <code>/reputation/blocklists</code> resource.</li>\n</ul>\n<p>One of the <code>type</code> or <code>blocklist_ids</code> fields must be specified.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","profiles"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"468af0e3-224d-4609-a111-e9d6e1df8708","name":"Create Profile (Array of Blocklist IDs)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Profile Name\",\n    \"blocklists\": [\n        1,\n        2,\n        3,\n        4,\n        5\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/reputation/profiles/"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 10 Sep 2020 18:01:55 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"response"},{"id":"fe877fc5-42e6-4956-abf4-2e2220529cde","name":"Create Profile (Select All Blocklists)","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Profile Name","type":"text"},{"key":"blocklists","value":"all","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{host}}/reputation/profiles/"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 10 Sep 2020 18:01:55 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"response"}],"_postman_id":"5b0346a4-2d1a-4b53-b1d3-7371eeda05e0"},{"name":"Update Profile","id":"85c26bb8-376c-4050-8e0a-f8f6fa79f1ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Profile Updated 1","description":"<p>(Required)  The profile's name.</p>\n","type":"text"},{"key":"type","value":"all","description":"<p>(Required if blocklists not set) May be 'all', 'ip' or 'domain'.</p>\n","type":"text"},{"key":"blocklists","value":"1,2,5","description":"<p>(Required if type not set) An array of blocklist ids.</p>\n","type":"text","disabled":true},{"key":"enabled","value":"1","description":"<p>Whether or not the profile is enabled for monitoring.  May be 0 or 1.</p>\n","type":"text","disabled":true}]},"url":"{{host}}/reputation/profiles/1","description":"<p>Update the blocklist IDs or type associated with a specified reputation profile.</p>\n<h1 id=\"available-fields\">Available Fields</h1>\n<ul>\n<li><code>name</code> Optional, update the name of this profile</li>\n<li><code>type</code> Optional, replace type of blocklists to track. Must be one of <code>all</code>, <code>ip</code> or <code>domain</code>. If specified, <code>blocklist_ids</code> is ignored.</li>\n<li><code>blocklist_ids</code> Optional, replace the specific blocklist provider IDs associated with this profile. Provider IDs are available under the <code>/reputation/blocklists</code> resource.</li>\n</ul>\n<p>One of the <code>type</code> or <code>blocklist_ids</code> fields must be specified.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","profiles","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"42c3abf8-ca3b-490d-9b2c-72eb19ffda1a","name":"Update Profile (Array of Blocklists ID)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"1","description":"(Required) The unique identifier of the profile.","type":"text"},{"key":"name","value":"Profile Updated","description":"(Required)  The profile's name.","type":"text"},{"key":"blocklists","value":"1, 2, 3","description":"(Required) An array of blocklist ids or must equal 'all', 'ip' or 'domain'","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{host}}/reputation/profiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key,newrelic"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 21 Sep 2020 18:46:12 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"51"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"id\": \"1\"\n}"},{"id":"60574ac9-361d-424a-b1bf-cfc98ce1f2c0","name":"Update Profile (Profile not found)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"1","description":"(Required) The unique identifier of the profile.","type":"text"},{"key":"name","value":"Profile Updated","description":"(Required)  The profile's name.","type":"text"},{"key":"blocklists","value":"1,2,3","description":"(Required) An array of blocklist ids or must equal 'all', 'ip' or 'domain'","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{host}}/reputation/profiles"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 22 Sep 2020 13:49:15 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"62"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Profile not found\"\n}"},{"id":"8af632d1-86c8-405b-b525-429f71fd3145","name":"Update Profile (Select All Blocklists)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"1","description":"(Required) The unique identifier of the profile.","type":"text"},{"key":"name","value":"Profile Updated","description":"(Required)  The profile's name.","type":"text"},{"key":"blocklists","value":"all","description":"(Required) An array of blocklist ids or must equal 'all', 'ip' or 'domain'","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{host}}/reputation/profiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key,newrelic"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 21 Sep 2020 18:48:59 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"51"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"id\": \"1\"\n}"}],"_postman_id":"85c26bb8-376c-4050-8e0a-f8f6fa79f1ed"},{"name":"Delete Profile","id":"2408fc26-c43a-438c-a05b-d9ee28f75906","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/reputation/profiles/1","description":"<p>Delete a specified profile. This action cannot be undone.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","profiles","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"2ca10fef-3673-4678-8428-030c670b400b","name":"Delete Profile (Profile not found)","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/reputation/profiles/1"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 22 Sep 2020 13:45:26 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"50"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Profile not found.\"\n}"},{"id":"e00fb59d-2da8-42f5-9cbf-81a160fa9acd","name":"Delete Profile","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"{{host}}/reputation/profiles/1"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 22 Sep 2020 13:45:26 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"50"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"id\": 1\n}"}],"_postman_id":"2408fc26-c43a-438c-a05b-d9ee28f75906"},{"name":"Add Profile Items","id":"57b984db-d29a-4bad-9e21-fad43454893d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) The unique identifier of the monitor summary</p>\n","key":"item","type":"text","value":"1.2.3.4"},{"description":"<p>(Required) Type of monitored items to add: 'ip', 'cidr', 'ip_range', 'domain_name', or 'shared_domain'</p>\n","key":"type","type":"text","value":"ip"},{"key":"description","value":"","description":"<p>(Optional) The description field for the item.</p>\n","type":"text","disabled":true},{"key":"esps","value":"11,348","description":"<p>(Required for shared_domain type) Array or comma separated list of esp ids.</p>\n","type":"text","disabled":true}]},"url":"{{host}}/reputation/profiles/1/items","description":"<p>Add a new tracking item to a specified profile.</p>\n<h1 id=\"available-fields\">Available Fields</h1>\n<ul>\n<li><code>item</code> Required, the value of the item to track. This may be a CIDR range, IP address or range, or a domain name.</li>\n<li><code>type</code> Required, the type of item being tracked. Must be one of <code>cidr</code>, <code>domain_name</code>, <code>ip_range</code>, <code>ip</code> or <code>shared_domain</code>.</li>\n<li><code>description</code> Optional, the description for this profile tracking item.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","profiles","1","items"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"4e4a5dcd-1026-4e36-8e15-a3ec89bd75d5","name":"Add Profile Items (Invalid Type)","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) The unique identifier of the monitor summary","key":"item","type":"text","value":"1.2.3.4"},{"description":"(Required) Type of monitored items to add","key":"type","type":"text","value":"ipv4"},{"key":"description","value":"","description":"The description field for the item.\n\n","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{host}}/reputation/profiles/1/items"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 25 Sep 2020 15:07:02 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"97"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"The 'type' value must equal 'ip', 'cidr', 'ip_range' or 'domain_name'.\"\n}"},{"id":"81387350-3a6a-47ae-88be-0b37ad41d642","name":"Add Profile Items (Type: domain_name)","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) The unique identifier of the monitor summary","key":"item","type":"text","value":"domain.tld"},{"description":"(Required) Type of monitored items to add","key":"type","type":"text","value":"domain_name"},{"key":"description","value":"Add Item 1","description":"The description field for the item.\n\n","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{host}}/reputation/profiles/1/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key,newrelic"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 24 Sep 2020 19:09:29 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"profile_id\": 1\n}"},{"id":"92aab39f-65e4-489c-954c-61901c9487e3","name":"Add Profile Items (Type: ip_range)","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) The unique identifier of the monitor summary","key":"item","type":"text","value":"1.2.3.4-10"},{"description":"(Required) Type of monitored items to add","key":"type","type":"text","value":"ip_range"},{"key":"description","value":"Add Item 1","description":"The description field for the item.\n\n","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{host}}/reputation/profiles/1/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key,newrelic"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 24 Sep 2020 19:35:54 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"profile_id\": 1\n}"},{"id":"9687ab22-a49d-4317-8d9d-81816fb03d72","name":"Add Profile Items (Type: cidr)","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) The unique identifier of the monitor summary","key":"item","type":"text","value":"1.2.3.4/24"},{"description":"(Required) Type of monitored items to add","key":"type","type":"text","value":"cidr"},{"key":"description","value":"Add Item 1","description":"The description field for the item.\n\n","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{host}}/reputation/profiles/1/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key,newrelic"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 24 Sep 2020 19:44:37 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"profile_id\": 1\n}"},{"id":"a64a8ce8-eafd-4975-87bb-b31ebb1b1ec0","name":"Add Profile Items (Duplicated)","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) The unique identifier of the monitor summary","key":"item","type":"text","value":"1.2.3.4"},{"description":"(Required) Type of monitored items to add","key":"type","type":"text","value":"ip"},{"key":"description","value":"","description":"The description field for the item.\n\n","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{host}}/reputation/profiles/1/items"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 25 Sep 2020 15:00:31 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"87"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"You have already added this IP address.\",\n    \"profile_id\": 1\n}"},{"id":"b39c1d3a-3f0a-4ab1-8103-e22b3e99d74b","name":"Add Profile Items (Type: ip)","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"(Required) The unique identifier of the monitor summary","key":"item","type":"text","value":"1.2.3.4"},{"description":"(Required) Type of monitored items to add","key":"type","type":"text","value":"ip"},{"key":"description","value":"","description":"The description field for the item.\n\n","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{host}}/reputation/profiles/1/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key,newrelic"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 24 Sep 2020 19:13:05 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"profile_id\": 1\n}"}],"_postman_id":"57b984db-d29a-4bad-9e21-fad43454893d"},{"name":"Delete Profile Item","id":"85853a3c-62ea-4af4-84b5-b2f0749ee36e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/reputation/profiles/1/items/1","description":"<p>Delete a specified item on a profile. Profile items can be listed using the <code>/reputation/profiles/{{profile_id}}/items</code> resource.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","profiles","1","items","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"005be5a0-7539-4aa1-827f-0ae1f95aa575","name":"Delete Profile Item (Profile not found)","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/reputation/profiles/1/items/10"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 29 Sep 2020 15:06:51 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"50"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Profile not found.\"\n}"},{"id":"ccf5e99e-b135-4ba1-90ff-31810ffa8343","name":"Delete Profile Item (Profile item not found)","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/reputation/profiles/1/items/10"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Sep 2020 13:06:15 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Length","value":"55"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Profile item not found.\"\n}"},{"id":"d7a4ec42-7f0c-493e-a0d5-34b1a5668395","name":"Delete Profile Item","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/reputation/profiles/1/items/10"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key,newrelic"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 29 Sep 2020 15:05:48 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Set-Cookie","value":"session=1452dfij9elvj7n82tfms2jkek3hankt; expires=Tue, 29-Sep-2020 19:05:40 GMT; Max-Age=14400; path=/; domain=.appdev.250ok.com; secure; HttpOnly; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"73"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"profile_id\": 1,\n    \"item_id\": 10\n}"}],"_postman_id":"85853a3c-62ea-4af4-84b5-b2f0749ee36e"}],"id":"5379f3ad-12ca-45fd-a1e7-9fa7eb801493","description":"<p>The <code>/reputation/profiles</code> resource provides reputation profile management and analysis.</p>\n","event":[{"listen":"prerequest","script":{"id":"08e5e3e6-9688-4058-b690-351cecbb9740","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"285fd47c-d724-47a6-bc45-ea0326c32181","type":"text/javascript","exec":[""]}}],"_postman_id":"5379f3ad-12ca-45fd-a1e7-9fa7eb801493","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"Spam Traps","item":[{"name":"Spam Traps by Profile","id":"76265fb2-3ff2-45bf-9277-b25dc2275a98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reputation/traps/profile","description":"<p>Fetch information about trap hits for each of your current reputation profiles.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","traps","profile"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a8e4d2b9-01db-4db1-bc10-174a082ff65f","name":"Get Spam Traps by Profile","originalRequest":{"method":"GET","header":[{"key":"","value":"","disabled":true}],"url":"{{host}}/reputation/traps/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key,newrelic"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 28 Oct 2020 20:19:52 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"407"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-04-12T15:00:51+00:00\",\n            \"enddate\": \"2021-05-12T15:00:51+00:00\",\n            \"ip\": null,\n            \"traptype\": null,\n            \"subject\": null,\n            \"fromdomain\": null,\n            \"fromaddress\": null,\n            \"friendlyfrom\": null,\n            \"profile_id\": null,\n            \"page\": 1,\n            \"limit\": 100\n        },\n        \"traps\": 100,\n        \"total\": 3,\n        \"pages\": 1,\n        \"next\": \"/api/2.0/reputation/traps/profile?page=2&limit=100&startdate=2021-04-12+19%3A00%3A51&enddate=2021-05-12+19%3A00%3A51\"\n    },\n    \"results\": [\n        {\n            \"count\": 50,\n            \"percent\": 50,\n            \"type\": {\n                \"pristine\": 5,\n                \"typo\": 15,\n                \"recycled\": 5\n            },\n            \"profile\": {\n                \"id\": 1,\n                \"name\": \"Profile #1\"\n            }\n        },\n        {\n            \"count\": 25,\n            \"percent\": 25,\n            \"type\": {\n                \"pristine\": 5,\n                \"typo\": 15,\n                \"recycled\": 5\n            },\n            \"profile\": {\n                \"id\": 1,\n                \"name\": \"Profile #1\"\n            }\n        },\n        {\n            \"count\": 25,\n            \"percent\": 25,\n            \"type\": {\n                \"pristine\": 5,\n                \"typo\": 15,\n                \"recycled\": 5\n            },\n            \"profile\": {\n                \"id\": 1,\n                \"name\": \"Profile #1\"\n            }\n        }\n    ]\n}"}],"_postman_id":"76265fb2-3ff2-45bf-9277-b25dc2275a98"},{"name":"Spam Traps by Day","id":"61a500e5-89ad-44f7-81a7-6680a8b55934","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reputation/traps/day","description":"<p>Fetch information about trap hits in your mail stream broken out by date.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","traps","day"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"99368e1f-3cf8-46f0-8a0e-444b0f10a67c","name":"Get Spam Traps by Day","originalRequest":{"method":"GET","header":[{"key":"","value":"","disabled":true}],"url":{"raw":"{{host}}/reputation/traps/day","host":["{{host}}"],"path":["reputation","traps","day"],"query":[{"key":"startdate","value":"2020-10-12","disabled":true},{"key":"enddate","value":"2020-10-15","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key,newrelic"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 28 Oct 2020 20:27:12 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Content-Length","value":"218"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-04-12T14:42:18+00:00\",\n            \"enddate\": \"2021-05-12T14:42:18+00:00\",\n            \"ip\": null,\n            \"traptype\": null,\n            \"subject\": null,\n            \"fromdomain\": null,\n            \"fromaddress\": null,\n            \"friendlyfrom\": null,\n            \"profile_id\": null,\n            \"page\": 1,\n            \"limit\": 100\n        },\n        \"traps\": 0,\n        \"total\": 4,\n        \"pages\": 1\n    },\n    \"results\": [\n        {\n            \"count\": 0,\n            \"percent\": 0,\n            \"type\": {\n                \"pristine\": 3,\n                \"typo\": 23,\n                \"recycled\": 14\n            },\n            \"day\": \"2020-10-15\"\n        },\n        {\n            \"count\": 0,\n            \"percent\": 0,\n            \"type\": {\n                \"pristine\": 1367,\n                \"typo\": 8852,\n                \"recycled\": 27216\n            },\n            \"day\": \"2020-10-14\"\n        },\n        {\n            \"count\": 0,\n            \"percent\": 0,\n            \"type\": {\n                \"pristine\": 1430,\n                \"typo\": 8729,\n                \"recycled\": 31372\n            },\n            \"day\": \"2020-10-13\"\n        },\n        {\n            \"count\": 0,\n            \"percent\": 0,\n            \"type\": {\n                \"pristine\": 1284,\n                \"typo\": 7494,\n                \"recycled\": 25517\n            },\n            \"day\": \"2020-10-12\"\n        }\n    ]\n}"}],"_postman_id":"61a500e5-89ad-44f7-81a7-6680a8b55934"},{"name":"Spam Traps by From Address","id":"745a5a5f-69b5-4253-a166-c5e85b798c88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reputation/traps/fromaddress","description":"<p>Fetch information about trap hits in your mail stream broken out by the <code>FROM</code> address.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","traps","fromaddress"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0b35038f-a64a-4afb-81e9-d32763a6c489","name":"Spam Traps by From Address","originalRequest":{"method":"GET","header":[{"key":"","value":"","disabled":true}],"url":"{{host}}/reputation/traps/fromaddress"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 06 Jan 2021 15:45:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12328"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-04-12T14:42:30+00:00\",\n            \"enddate\": \"2021-05-12T14:42:30+00:00\",\n            \"ip\": null,\n            \"traptype\": null,\n            \"subject\": null,\n            \"fromdomain\": null,\n            \"fromaddress\": null,\n            \"friendlyfrom\": null,\n            \"profile_id\": null,\n            \"page\": 1,\n            \"limit\": 100\n        },\n        \"traps\": 252,\n        \"total\": 3,\n        \"pages\": 1\n    },\n    \"results\": [\n        {\n            \"count\": 83,\n            \"percent\": 0.1,\n            \"type\": {\n                \"pristine\": 1,\n                \"typo\": 4,\n                \"recycled\": 78\n            },\n            \"fromaddress\": \"from@domain.com\"\n        },\n        {\n            \"count\": 84,\n            \"percent\": 0.1,\n            \"type\": {\n                \"pristine\": 4,\n                \"typo\": 59,\n                \"recycled\": 21\n            },\n            \"fromaddress\": \"from2@domain.com\"\n        },\n        {\n            \"count\": 85,\n            \"percent\": 0.1,\n            \"type\": {\n                \"pristine\": 6,\n                \"typo\": 31,\n                \"recycled\": 48\n            },\n            \"fromaddress\": \"from3@domain.com\"\n        } // ...\n    ]\n}"}],"_postman_id":"745a5a5f-69b5-4253-a166-c5e85b798c88"},{"name":"Spam Traps by From Domain","id":"47c0ff13-51cd-4019-9ce0-f838f65418ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reputation/traps/fromdomain","description":"<p>Fetch information about trap hits in your mail stream broken out by the from domain.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","traps","fromdomain"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"530acda0-de37-447c-b234-c0aedd10e1f9","name":"Spam Traps by From Domain","originalRequest":{"method":"GET","header":[{"key":"","value":"","disabled":true}],"url":{"raw":"{{host}}/reputation/traps/fromdomain?startdate=2020-10-12&enddate=2020-10-15","host":["{{host}}"],"path":["reputation","traps","fromdomain"],"query":[{"key":"startdate","value":"2020-10-12"},{"key":"enddate","value":"2020-10-15"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 06 Jan 2021 17:03:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"11339"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"session=6p15u5gtkrocsb73pnn4p4d13ogsmc75; expires=Wed, 06-Jan-2021 21:03:23 GMT; Max-Age=14400; path=/; domain=.appdev.250ok.com; secure; HttpOnly; SameSite=None"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-04-12T14:42:30+00:00\",\n            \"enddate\": \"2021-05-12T14:42:30+00:00\",\n            \"ip\": null,\n            \"traptype\": null,\n            \"subject\": null,\n            \"fromdomain\": null,\n            \"fromaddress\": null,\n            \"friendlyfrom\": null,\n            \"profile_id\": null,\n            \"page\": 1,\n            \"limit\": 100\n        },\n        \"traps\": 241,\n        \"total\": 3,\n        \"pages\": 1\n    },\n    \"results\": [\n        {\n            \"count\": 80,\n            \"percent\": 0.1,\n            \"type\": {\n                \"pristine\": 5,\n                \"typo\": 31,\n                \"recycled\": 44\n            },\n            \"fromdomain\": \"domain.com\"\n        },\n        {\n            \"count\": 80,\n            \"percent\": 0.1,\n            \"type\": {\n                \"pristine\": 6,\n                \"typo\": 29,\n                \"recycled\": 45\n            },\n            \"fromdomain\": \"e.domain.com\"\n        },\n        {\n            \"count\": 81,\n            \"percent\": 0.1,\n            \"type\": {\n                \"pristine\": 0,\n                \"typo\": 5,\n                \"recycled\": 76\n            },\n            \"fromdomain\": \"newsletter.domain.com\"\n        }\n    ]\n}"}],"_postman_id":"47c0ff13-51cd-4019-9ce0-f838f65418ba"},{"name":"Spam Traps by Subject","id":"fa9819c9-2b65-4288-8a60-d9429a0cda0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reputation/traps/subject","description":"<p>Fetch information about trap hits in your mail stream broken out by the message <code>SUBJECT</code>.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","traps","subject"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a6ed1806-b398-48f5-b3de-c6c94ffb375e","name":"Spam Traps by Subject","originalRequest":{"method":"GET","header":[{"key":"","value":"","disabled":true}],"url":"{{host}}/reputation/traps/subject"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 06 Jan 2021 16:25:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"14599"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-04-12T14:43:17+00:00\",\n            \"enddate\": \"2021-05-12T14:43:17+00:00\",\n            \"ip\": null,\n            \"traptype\": null,\n            \"subject\": null,\n            \"fromdomain\": null,\n            \"fromaddress\": null,\n            \"friendlyfrom\": null,\n            \"profile_id\": null,\n            \"page\": 1,\n            \"limit\": 100\n        },\n        \"traps\": 342,\n        \"total\": 3,\n        \"pages\": 1\n    },\n    \"results\": [\n        {\n            \"count\": 113,\n            \"percent\": 0.1,\n            \"type\": {\n                \"pristine\": 5,\n                \"typo\": 44,\n                \"recycled\": 64\n            },\n            \"subject\": \"🙌 Ultimate Deals From Amazon, Walmart & Target 🙌\"\n        },\n        {\n            \"count\": 113,\n            \"percent\": 0.1,\n            \"type\": {\n                \"pristine\": 13,\n                \"typo\": 41,\n                \"recycled\": 59\n            },\n            \"subject\": \"You’ll Feel So Cozy in This Deal of the Day\"\n        },\n        {\n            \"count\": 116,\n            \"percent\": 0.1,\n            \"type\": {\n                \"pristine\": 6,\n                \"typo\": 63,\n                \"recycled\": 47\n            },\n            \"subject\": \"58\\\" Smart UHD Android TV™ $629 - LIMITED TIME!\"\n        } // ...\n    ]\n}"}],"_postman_id":"fa9819c9-2b65-4288-8a60-d9429a0cda0e"},{"name":"Spam Traps by Friendly From","id":"905a7d54-eda1-474b-8134-7201587042d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reputation/traps/friendlyfrom","description":"<p>Fetch information about trap hits in your mail stream broken out by the \"friendly\" from name.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","traps","friendlyfrom"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a0d0428b-ff10-42dd-a654-5ee5dbd0fa4f","name":"Spam Traps by Friendly From","originalRequest":{"method":"GET","header":[{"key":"","value":"","disabled":true}],"url":"{{host}}/reputation/traps/friendlyfrom"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 06 Jan 2021 16:26:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"11004"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"session=3f4qbs07lplg2dhvn3rdaismi3a0lh90; expires=Wed, 06-Jan-2021 20:26:02 GMT; Max-Age=14400; path=/; domain=.appdev.250ok.com; secure; HttpOnly; SameSite=None"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-04-12T14:43:43+00:00\",\n            \"enddate\": \"2021-05-12T14:43:43+00:00\",\n            \"ip\": null,\n            \"traptype\": null,\n            \"subject\": null,\n            \"fromdomain\": null,\n            \"fromaddress\": null,\n            \"friendlyfrom\": null,\n            \"profile_id\": null,\n            \"page\": 1,\n            \"limit\": 100\n        },\n        \"traps\": 253,\n        \"total\": 4,\n        \"pages\": 1,\n        \"next\": \"/api/2.0/reputation/traps/friendlyfrom?page=2&limit=100&startdate=2020-10-12+05%3A00%3A00&enddate=2020-10-15+05%3A00%3A00\"\n    },\n    \"results\": [\n        {\n            \"count\": 83,\n            \"percent\": 0.1,\n            \"type\": {\n                \"pristine\": 1,\n                \"typo\": 4,\n                \"recycled\": 78\n            },\n            \"friendlyfrom\": \"John from Smith Co.\"\n        },\n        {\n            \"count\": 85,\n            \"percent\": 0.1,\n            \"type\": {\n                \"pristine\": 0,\n                \"typo\": 21,\n                \"recycled\": 64\n            },\n            \"friendlyfrom\": \"Jane from Smith Inc.\"\n        },\n        {\n            \"count\": 85,\n            \"percent\": 0.1,\n            \"type\": {\n                \"pristine\": 6,\n                \"typo\": 31,\n                \"recycled\": 48\n            },\n            \"friendlyfrom\": \"Retail Superstore\"\n        }\n    ]\n}"}],"_postman_id":"905a7d54-eda1-474b-8134-7201587042d0"},{"name":"Spam Traps by IP","id":"2179826f-b53c-458a-aa28-1b1b8b4d05a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reputation/traps/ip","description":"<p>Fetch information about trap hits in your mail stream broken out by the sending IP.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","traps","ip"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6e3e5725-a3a4-44eb-be94-2dd1295563e8","name":"Spam Traps by IP","originalRequest":{"method":"GET","header":[{"key":"","value":"","disabled":true}],"url":"{{host}}/reputation/traps/ip"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 06 Jan 2021 17:05:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"10099"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-04-12T14:45:52+00:00\",\n            \"enddate\": \"2021-05-12T14:45:52+00:00\",\n            \"ip\": null,\n            \"traptype\": null,\n            \"subject\": null,\n            \"fromdomain\": null,\n            \"fromaddress\": null,\n            \"friendlyfrom\": null,\n            \"profile_id\": null,\n            \"page\": 1,\n            \"limit\": 100\n        },\n        \"traps\": 310,\n        \"total\": 2,\n        \"pages\": 1\n    },\n    \"results\": [\n        {\n            \"count\": 154,\n            \"percent\": 0.1,\n            \"type\": {\n                \"pristine\": 0,\n                \"typo\": 12,\n                \"recycled\": 142\n            },\n            \"ip\": \"127.0.0.1\"\n        },\n        {\n            \"count\": 156,\n            \"percent\": 0.1,\n            \"type\": {\n                \"pristine\": 1,\n                \"typo\": 109,\n                \"recycled\": 46\n            },\n            \"ip\": \"127.0.0.2\"\n        }\n    ]\n}"}],"_postman_id":"2179826f-b53c-458a-aa28-1b1b8b4d05a1"}],"id":"f8bcfce5-78dc-496a-a83c-d68975d333f1","description":"<p>The traps resource provides data about various spam trap types and hits.</p>\n","event":[{"listen":"prerequest","script":{"id":"d563c231-01a3-46ab-8386-222358fa5084","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0aacb1b0-4d0f-47f6-aca2-0fe95899951d","type":"text/javascript","exec":[""]}}],"_postman_id":"f8bcfce5-78dc-496a-a83c-d68975d333f1","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"Events","item":[{"name":"Detailed Events (Traps)","id":"71a690a2-c906-4f5e-a7db-b7f7ccee2ebd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reputation/events/traps?page=1&limit=100&startdate=2020-10-12 00:00:00&enddate=2020-10-15 00:00:00&traptype=pristine&ip=127.0.0.1&subject=Some Subject Line!&fromdomain=domain.com&fromaddress=address@domain.com&friendlyfrom=Acme Co.&profile_id=1","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","events","traps"],"host":["{{host}}"],"query":[{"description":{"content":"<p>The page of results to be retrieved.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The page size of paginated data.</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Limits test results to those executed after the specified date.</p>\n","type":"text/plain"},"key":"startdate","value":"2020-10-12 00:00:00"},{"description":{"content":"<p>Limits test results to those executed before the specified date.</p>\n","type":"text/plain"},"key":"enddate","value":"2020-10-15 00:00:00"},{"description":{"content":"<p>Filter by trap type(s): pristine, recycled, typo</p>\n","type":"text/plain"},"key":"traptype","value":"pristine"},{"description":{"content":"<p>Filter by a valid IP address (array or comma-separated list of IP addresses)</p>\n","type":"text/plain"},"key":"ip","value":"127.0.0.1"},{"description":{"content":"<p>Filter by subject line</p>\n","type":"text/plain"},"key":"subject","value":"Some Subject Line!"},{"description":{"content":"<p>Filter by from domain</p>\n","type":"text/plain"},"key":"fromdomain","value":"domain.com"},{"description":{"content":"<p>Filter by from address</p>\n","type":"text/plain"},"key":"fromaddress","value":"address@domain.com"},{"description":{"content":"<p>Filter by friendly from</p>\n","type":"text/plain"},"key":"friendlyfrom","value":"Acme Co."},{"description":{"content":"<p>Filter by profile ID</p>\n","type":"text/plain"},"key":"profile_id","value":"1"}],"variable":[]}},"response":[{"id":"003c85d9-a37f-4e8d-bbd0-21c9deef15c3","name":"Detailed Events (Traps)","originalRequest":{"method":"GET","header":[{"key":"","value":"","disabled":true}],"url":{"raw":"{{host}}/reputation/events/traps?page=1&limit=100&startdate=2020-10-07 04:00:00&enddate=2020-10-07 17:23:04&type=pristine","host":["{{host}}"],"path":["reputation","events","traps"],"query":[{"key":"page","value":"1","description":"The page of results to be retrieved."},{"key":"limit","value":"100","description":"The page size of paginated data."},{"key":"startdate","value":"2020-10-07 04:00:00","description":"Limits test results to those executed after the specified date."},{"key":"enddate","value":"2020-10-07 17:23:04","description":"Limits test results to those executed before the specified date."},{"key":"type","value":"pristine","description":"Filter by trap type(s): pristine, recycled, typo"},{"key":"ip","value":"127.0.0.1","description":"Filter by a valid IP address (or comma-separated list of IP addresses)","disabled":true},{"key":"subject","value":"Some Subject Line!","description":"Filter by subject line","disabled":true},{"key":"fromdomain","value":"domain.com","description":"Filter by from domain","disabled":true},{"key":"fromaddress","value":"address@domain.com","description":"Filter by from address","disabled":true},{"key":"friendlyfrom","value":"Acme Co.","description":"Filter by friendly from","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 06 Jan 2021 18:00:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"843"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"page\": 1,\n            \"limit\": 100,\n            \"startdate\": \"2020-10-07T04:00:00+00:00\",\n            \"enddate\": \"2020-10-07T17:23:04+00:00\",\n            \"type\": \"pristine\",\n            \"ip\": null,\n            \"subject\": null,\n            \"fromdomain\": null,\n            \"fromaddress\": null,\n            \"friendlyfrom\": null\n        },\n        \"total\": 31409,\n        \"pages\": 315,\n        \"next\": \"/api/2.0/reputation/events/traps?page=2&limit=1&startdate=2020-10-07+09%3A00%3A00&enddate=2020-10-07+22%3A23%3A04&type=pristine\"\n    },\n    \"results\": [\n        {\n            \"date\": \"2020-10-07 17:23:59\",\n            \"type\": \"typo\",\n            \"trap_since\": \"2017-02-17 15:17:21\",\n            \"subject\": \"Smart Android TV™ $279 (Was $429.99)!\",\n            \"fromaddress\": \"store@retailer.com\",\n            \"fromdomain\": \"retailer.com\",\n            \"fromdomain_5322\": \"retailer.com\",\n            \"friendlyfrom\": \"Retail Company Co.\",\n            \"ip\": \"127.0.0.1\",\n            \"rdns\": \"rdns.retailer.com\",\n            \"country\": \"US\",\n            \"dkim\": \"pass\",\n            \"dkim_domain\": \"email.retailer.com\",\n            \"spf\": \"pass\",\n            \"spf_domain\": \"email.retailer.com\"\n        } // ...\n    ]\n}"}],"_postman_id":"71a690a2-c906-4f5e-a7db-b7f7ccee2ebd"},{"name":"Detailed Events (Suspicious)","id":"a8e91cb0-d143-48bc-8e60-bd2ff16ee643","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reputation/events/suspicious?page=1&limit=100&startdate=2020-10-07 04:00:00&enddate=2020-10-07 17:23:04&type=pristine&ip=127.0.0.1&subject=Some Subject Line!&fromdomain=domain.com&fromaddress=address@domain.com&friendlyfrom=Acme Co.","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","events","suspicious"],"host":["{{host}}"],"query":[{"description":{"content":"<p>The page of results to be retrieved.</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>The page size of paginated data.</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Limits test results to those executed after the specified date.</p>\n","type":"text/plain"},"key":"startdate","value":"2020-10-07 04:00:00"},{"description":{"content":"<p>Limits test results to those executed before the specified date.</p>\n","type":"text/plain"},"key":"enddate","value":"2020-10-07 17:23:04"},{"description":{"content":"<p>Filter by trap type(s): pristine, recycled, typo</p>\n","type":"text/plain"},"key":"type","value":"pristine"},{"description":{"content":"<p>Filter by a valid IP address (or comma-separated list of IP addresses)</p>\n","type":"text/plain"},"key":"ip","value":"127.0.0.1"},{"description":{"content":"<p>Filter by subject line</p>\n","type":"text/plain"},"key":"subject","value":"Some Subject Line!"},{"description":{"content":"<p>Filter by from domain</p>\n","type":"text/plain"},"key":"fromdomain","value":"domain.com"},{"description":{"content":"<p>Filter by from address</p>\n","type":"text/plain"},"key":"fromaddress","value":"address@domain.com"},{"description":{"content":"<p>Filter by friendly from</p>\n","type":"text/plain"},"key":"friendlyfrom","value":"Acme Co."}],"variable":[]}},"response":[{"id":"472cffe4-b7fc-4236-b149-275840de1b43","name":"Detailed Events (Suspicious)","originalRequest":{"method":"GET","header":[{"key":"","value":"","disabled":true}],"url":{"raw":"{{host}}/reputation/events/suspicious?page=1&limit=100&startdate=2020-10-07 04:00:00&enddate=2020-10-07 17:23:04&type=pristine","host":["{{host}}"],"path":["reputation","events","suspicious"],"query":[{"key":"page","value":"1","description":"The page of results to be retrieved."},{"key":"limit","value":"100","description":"The page size of paginated data."},{"key":"startdate","value":"2020-10-07 04:00:00","description":"Limits test results to those executed after the specified date."},{"key":"enddate","value":"2020-10-07 17:23:04","description":"Limits test results to those executed before the specified date."},{"key":"type","value":"pristine","description":"Filter by trap type(s): pristine, recycled, typo"},{"key":"ip","value":"127.0.0.1","description":"Filter by a valid IP address (or comma-separated list of IP addresses)","disabled":true},{"key":"subject","value":"Some Subject Line!","description":"Filter by subject line","disabled":true},{"key":"fromdomain","value":"domain.com","description":"Filter by from domain","disabled":true},{"key":"fromaddress","value":"address@domain.com","description":"Filter by from address","disabled":true},{"key":"friendlyfrom","value":"Acme Co.","description":"Filter by friendly from","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 06 Jan 2021 18:00:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"843"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"page\": 1,\n            \"limit\": 100,\n            \"startdate\": \"2020-10-07T04:00:00+00:00\",\n            \"enddate\": \"2020-10-07T17:23:04+00:00\",\n            \"type\": \"pristine\",\n            \"ip\": null,\n            \"subject\": null,\n            \"fromdomain\": null,\n            \"fromaddress\": null,\n            \"friendlyfrom\": null\n        },\n        \"total\": 31409,\n        \"pages\": 315,\n        \"next\": \"/api/2.0/reputation/events/traps?page=2&limit=1&startdate=2020-10-07+09%3A00%3A00&enddate=2020-10-07+22%3A23%3A04&type=pristine\"\n    },\n    \"results\": [\n        {\n            \"date\": \"2020-10-07 17:23:59\",\n            \"type\": \"typo\",\n            \"trap_since\": \"2017-02-17 15:17:21\",\n            \"subject\": \"This might be phishing!\",\n            \"fromaddress\": \"store@retailer.com\",\n            \"fromdomain\": \"retailer.com\",\n            \"fromdomain_5322\": \"retailer.com\",\n            \"friendlyfrom\": \"Retail Company Co.\",\n            \"ip\": \"127.0.0.1\",\n            \"rdns\": \"rdns.retailer.com\",\n            \"country\": \"US\",\n            \"dkim\": \"fail\",\n            \"dkim_domain\": \"email.retailer.com\",\n            \"spf\": \"fail\",\n            \"spf_domain\": \"email.retailer.com\"\n        } // ...\n    ]\n}"}],"_postman_id":"a8e91cb0-d143-48bc-8e60-bd2ff16ee643"}],"id":"ef4a421f-2a28-4904-94e6-b7f9895529ec","description":"<p>The events resource provides event-level detail of your spam trap hits or suspicious messages.</p>\n","event":[{"listen":"prerequest","script":{"id":"5a59e498-cfcb-43dc-b3ba-004a135c3511","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"06eeeb67-e008-4f5b-b686-f3b98c2c1907","type":"text/javascript","exec":[""]}}],"_postman_id":"ef4a421f-2a28-4904-94e6-b7f9895529ec","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"Sender Score","item":[{"name":"IP Detail","id":"ad9bcb3b-4f84-43da-afaa-b8c0e82c3939","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/reputation/senderscore/1.1.1.1","description":"<p>Detailed Sender Score information on an IP.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["reputation","senderscore","1.1.1.1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad9bcb3b-4f84-43da-afaa-b8c0e82c3939"}],"id":"36d45d03-fcfc-4080-9580-2d4131ec9809","_postman_id":"36d45d03-fcfc-4080-9580-2d4131ec9809","description":"","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}}],"id":"1af42e56-299d-4d17-b87f-751bd1ac921c","_postman_id":"1af42e56-299d-4d17-b87f-751bd1ac921c","description":"","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"Infrastructure (DMARC)","item":[{"name":"Domains & Policies","id":"bb7b963a-a719-466b-879c-b1746ebfc336","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/infrastructure/domains/","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["infrastructure","domains",""],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0b8d0f77-0fa6-4e93-bb45-d1ef7a9a1002","name":"Domains & Policies","originalRequest":{"method":"GET","header":[],"url":"{{host}}/infrastructure/domains/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 19 Nov 2020 16:04:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4815"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-01-04T00:00:00+00:00\",\n            \"enddate\": \"2021-02-02T00:00:00+00:00\",\n            \"page\": 1,\n            \"limit\": 100,\n            \"forwarded\": null,\n            \"classification\": null,\n            \"ip\": null,\n            \"mailorigin\": null,\n            \"spfdomain\": null,\n            \"dkimdomain\": null,\n            \"spfresult\": null,\n            \"dkimresult\": null\n        },\n        \"total\": 15,\n        \"pages\": 1\n    },\n    \"results\": [\n        {\n            \"domain\": \"domain.com\",\n            \"policy\": \"reject\",\n            \"volume\": {\n                \"total\": 2617,\n                \"compliant\": 2450,\n                \"noncompliant\": 0,\n                \"unauthenticated\": 167\n            },\n            \"compliance\": {\n                \"compliant\": 94,\n                \"noncompliant\": 0,\n                \"unauthenticated\": 6\n            },\n            \"spf\": {\n                \"record\": \"v=spf1 include:_spf.google.com ~all\",\n                \"pass\": 94,\n                \"aligned\": 93\n            },\n            \"dkim\": {\n                \"pass\": 94,\n                \"aligned\": 94\n            },\n            \"reports\": \"dmarc_fr@domain.com\"\n        }\n    ]\n}"}],"_postman_id":"bb7b963a-a719-466b-879c-b1746ebfc336"},{"name":"Domain - Overview","id":"9e3b5ed7-a031-4ae0-a3f4-8d7dd3e44dc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/infrastructure/domains/{{dmarcdomain}}/","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["infrastructure","domains","{{dmarcdomain}}",""],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"49cbca48-9ed2-4220-8db2-b9a85ad8d1bb","name":"Domain - Overview","originalRequest":{"method":"GET","header":[],"url":"{{host}}/infrastructure/domains/domain.com/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2020-10-20T00:00:00+00:00\",\n            \"enddate\": \"2020-11-19T00:00:00+00:00\"\n        }\n    },\n    \"results\": [\n        {\n            \"domain\": \"domain.com\",\n            \"policy\": \"reject\",\n            \"volume\": {\n                \"total\": 2617,\n                \"compliant\": 2450,\n                \"noncompliant\": 0,\n                \"unauthenticated\": 167\n            },\n            \"compliance\": {\n                \"compliant\": 94,\n                \"noncompliant\": 0,\n                \"unauthenticated\": 6\n            },\n            \"spf\": {\n                \"record\": \"v=spf1 include:_spf.google.com ~all\",\n                \"pass\": 94,\n                \"aligned\": 93\n            },\n            \"dkim\": {\n                \"pass\": 94,\n                \"aligned\": 94\n            },\n            \"reports\": \"dmarc_fr@domain.com\",\n            \"endpoints\": [\n                \"/infrastructure/domains/domain.com/ips\",\n                \"/infrastructure/domains/domain.com/mailsources\",\n                \"/infrastructure/domains/domain.com/spfdomains\",\n                \"/infrastructure/domains/domain.com/dkimdomains\",\n                \"/infrastructure/domains/domain.com/geolocation\",\n                \"/infrastructure/domains/domain.com/authenticationspf\",\n                \"/infrastructure/domains/domain.com/authenticationdkim\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"9e3b5ed7-a031-4ae0-a3f4-8d7dd3e44dc8"},{"name":"Domain - Mail Origins","id":"597fe17c-3c74-4a8a-a01f-dded1a7a4783","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/infrastructure/domains/{{dmarcdomain}}/mailorigins/?classification[]=compliant&classification[]=unauthenticated&classification[]=non-compliant","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["infrastructure","domains","{{dmarcdomain}}","mailorigins",""],"host":["{{host}}"],"query":[{"key":"classification[]","value":"compliant"},{"key":"classification[]","value":"unauthenticated"},{"key":"classification[]","value":"non-compliant"}],"variable":[]}},"response":[{"id":"524c8dfe-faf3-4752-9d58-f836a2a71c54","name":"Domain - Mail Origins (Compliant only, exclude forwarded mail)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/infrastructure/domains/wish.com/mailorigins/?classification[]=compliant&forwarded=exclude","host":["{{host}}"],"path":["infrastructure","domains","wish.com","mailorigins",""],"query":[{"key":"classification[]","value":"compliant"},{"key":"forwarded","value":"exclude"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 24 Nov 2020 23:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"8632"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"classification\": [\n                \"compliant\",\n                \"unauthenticated\",\n                \"non-compliant\"\n            ],\n            \"startdate\": \"2021-01-04T00:00:00+00:00\",\n            \"enddate\": \"2021-02-02T00:00:00+00:00\",\n            \"page\": 1,\n            \"limit\": 100,\n            \"forwarded\": null,\n            \"ip\": null,\n            \"mailorigin\": null,\n            \"spfdomain\": null,\n            \"dkimdomain\": null,\n            \"spfresult\": null,\n            \"dkimresult\": null,\n            \"country\": null,\n            \"region\": null,\n            \"city\": null\n        },\n        \"pages\": 76,\n        \"next\": \"/api/2.0/infrastructure/domains/domain.com/mailorigins/?page=2&classification[]=compliant&forwarded=exclude\",\n        \"total\": 7556\n    },\n    \"results\": [\n        {\n            \"rdns\": \"*.domain.com\",\n            \"category\": \"\",\n            \"organization\": \"\",\n            \"volume\": 16343130518\n        },\n        {\n            \"rdns\": \"*.gmail.com\",\n            \"category\": \"Webmail\",\n            \"organization\": \"Google\",\n            \"volume\": 20636945\n        },\n        {\n            \"rdns\": \"*.amazonses.com\",\n            \"category\": \"ESP\",\n            \"organization\": \"Amazon SES\",\n            \"volume\": 5675516\n        }, ...\n    ]\n}"},{"id":"bbb50eca-5de3-4950-ae5b-8b99e86648b9","name":"Domain - Mail Origins","originalRequest":{"method":"GET","header":[],"url":"{{host}}/infrastructure/domains/domain.com/mailorigins/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 24 Nov 2020 22:16:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"8309"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"session=9473ln59i56ns7oso5o8l5gdvu0fatni; expires=Wed, 25-Nov-2020 02:16:44 GMT; Max-Age=14400; path=/; domain=.appdev.250ok.com; secure; HttpOnly; SameSite=None"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"classification\": [\n                \"compliant\",\n                \"unauthenticated\",\n                \"non-compliant\"\n            ],\n            \"startdate\": \"2021-01-04T00:00:00+00:00\",\n            \"enddate\": \"2021-02-02T00:00:00+00:00\",\n            \"page\": 1,\n            \"limit\": 100,\n            \"forwarded\": null,\n            \"ip\": null,\n            \"mailorigin\": null,\n            \"spfdomain\": null,\n            \"dkimdomain\": null,\n            \"spfresult\": null,\n            \"dkimresult\": null,\n            \"country\": null,\n            \"region\": null,\n            \"city\": null\n        },\n        \"pages\": 92,\n        \"total\": 9157\n    },\n    \"results\": [\n        {\n            \"rdns\": \"*.domain.com\",\n            \"category\": \"\",\n            \"organization\": \"\",\n            \"volume\": 16343130518\n        },\n        {\n            \"rdns\": \"*.gmail.com\",\n            \"category\": \"Webmail\",\n            \"organization\": \"Google\",\n            \"volume\": 20636945\n        },\n        {\n            \"rdns\": \"*.amazonses.com\",\n            \"category\": \"ESP\",\n            \"organization\": \"Amazon SES\",\n            \"volume\": 5675516\n        } //...\n    ]\n}"}],"_postman_id":"597fe17c-3c74-4a8a-a01f-dded1a7a4783"},{"name":"Domain - IP Addresses","id":"f3c129eb-7076-4940-ad43-084b516c2813","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/infrastructure/domains/{{dmarcdomain}}/ip/","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["infrastructure","domains","{{dmarcdomain}}","ip",""],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"7a385125-318a-4a5e-b1e3-c5e684221e52","name":"Domain - IP Addresses","originalRequest":{"method":"GET","header":[],"url":"{{host}}/infrastructure/domains/{{dmarcdomain}}/ip/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 01 Dec 2020 23:34:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"17959"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-01-04T00:00:00+00:00\",\n            \"enddate\": \"2021-02-02T00:00:00+00:00\",\n            \"page\": 1,\n            \"limit\": 100,\n            \"forwarded\": null,\n            \"classification\": null,\n            \"ip\": null,\n            \"mailorigin\": null,\n            \"spfdomain\": null,\n            \"dkimdomain\": null,\n            \"spfresult\": null,\n            \"dkimresult\": null,\n            \"country\": null,\n            \"region\": null,\n            \"city\": null\n        },\n        \"total\": 50189,\n        \"pages\": 502\n    },\n    \"results\": [\n        {\n            \"ip\": \"127.0.0.1\",\n            \"rdns\": \"mta-1.domain.com\",\n            \"organization\": \"Contextlogic Inc\",\n            \"volume\": 188678452,\n            \"geolocation\": {\n                \"country\": \"US\",\n                \"state\": \"New Jersey\",\n                \"city\": \"Newark\"\n            }\n        },\n        {\n            \"ip\": \"127.0.0.2\",\n            \"rdns\": \"mta-2.domain.com\",\n            \"organization\": \"Contextlogic Inc\",\n            \"volume\": 188664694,\n            \"geolocation\": {\n                \"country\": \"US\",\n                \"state\": \"New Jersey\",\n                \"city\": \"Newark\"\n            }\n        },\n        {\n            \"ip\": \"127.0.0.3\",\n            \"rdns\": \"mta-3.domain.com\",\n            \"organization\": \"Contextlogic Inc\",\n            \"volume\": 188662548,\n            \"geolocation\": {\n                \"country\": \"US\",\n                \"state\": \"New Jersey\",\n                \"city\": \"Newark\"\n            }\n        }, ...\n    ]\n}"}],"_postman_id":"f3c129eb-7076-4940-ad43-084b516c2813"},{"name":"Domain - SPF Domains","id":"ded39f23-a051-4bf7-95cd-3f5863d93711","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/infrastructure/domains/{{dmarcdomain}}/spfdomains/?limit=10&page=1","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["infrastructure","domains","{{dmarcdomain}}","spfdomains",""],"host":["{{host}}"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"3af8c18d-ab8e-4cec-bc7f-625fe5991d5b","name":"Domain - SPF Domains","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/infrastructure/domains/{{dmarcdomain}}/spfdomains/?limit=5&page=1","host":["{{host}}"],"path":["infrastructure","domains","{{dmarcdomain}}","spfdomains",""],"query":[{"key":"limit","value":"5"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 02 Feb 2021 23:07:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1399"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"limit\": 5,\n            \"page\": 1,\n            \"startdate\": \"2021-01-04T00:00:00+00:00\",\n            \"enddate\": \"2021-02-02T00:00:00+00:00\",\n            \"forwarded\": null,\n            \"classification\": null,\n            \"ip\": null,\n            \"mailorigin\": null,\n            \"spfdomain\": null,\n            \"dkimdomain\": null,\n            \"spfresult\": null,\n            \"dkimresult\": null,\n            \"country\": null,\n            \"region\": null,\n            \"city\": null\n        },\n        \"total\": 36429,\n        \"pages\": 3643\n    },\n    \"results\": [\n        {\n            \"domain\": \"mail.domain.com\",\n            \"policy_domain\": \"domain.com\",\n            \"organization\": \"Contextlogic Inc\",\n            \"volume\": 15158170388\n        },\n        {\n            \"domain\": \"mail.domain.com\",\n            \"policy_domain\": \"domain.com\",\n            \"organization\": \"\",\n            \"volume\": 1871480439\n        },\n        {\n            \"domain\": \"gmail.com\",\n            \"policy_domain\": \"domain.com\",\n            \"organization\": \"Google LLC\",\n            \"volume\": 14199273\n        },\n        {\n            \"domain\": \"amazonses.com\",\n            \"policy_domain\": \"domain.com\",\n            \"organization\": \"Amazon Web Services, Inc.\",\n            \"volume\": 5352038\n        },\n        {\n            \"domain\": \"domain.wish.com\",\n            \"policy_domain\": \"domain.com\",\n            \"organization\": \"Google LLC\",\n            \"volume\": 3754571\n        }\n    ]\n}"}],"_postman_id":"ded39f23-a051-4bf7-95cd-3f5863d93711"},{"name":"Domain - DKIM Domains","id":"313c0c11-383f-40ac-9c89-3398e7f07810","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/infrastructure/domains/{{dmarcdomain}}/dkimdomains/?limit=5&page=1","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["infrastructure","domains","{{dmarcdomain}}","dkimdomains",""],"host":["{{host}}"],"query":[{"key":"limit","value":"5"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"edcdae05-a474-4aae-82ae-5572d48b839c","name":"Domain - DKIM Domains","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/infrastructure/domains/{{dmarcdomain}}/dkimdomains/?limit=5&page=1","host":["{{host}}"],"path":["infrastructure","domains","{{dmarcdomain}}","dkimdomains",""],"query":[{"key":"limit","value":"5"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 02 Feb 2021 23:11:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"840"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"session=9g16l77lsd5io0brk4lldc2376j2mgit; expires=Wed, 03-Feb-2021 03:11:11 GMT; Max-Age=14400; path=/; domain=.appdev.250ok.com; secure; HttpOnly; SameSite=None"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"limit\": 5,\n            \"page\": 1,\n            \"startdate\": \"2021-01-04T00:00:00+00:00\",\n            \"enddate\": \"2021-02-02T00:00:00+00:00\",\n            \"forwarded\": null,\n            \"classification\": null,\n            \"ip\": null,\n            \"mailorigin\": null,\n            \"spfdomain\": null,\n            \"dkimdomain\": null,\n            \"spfresult\": null,\n            \"dkimresult\": null,\n            \"country\": null,\n            \"region\": null,\n            \"city\": null\n        },\n        \"total\": 36429,\n        \"pages\": 3643\n    },\n    \"results\": [\n        {\n            \"signing_domain\": \"mail.domain.com\",\n            \"policy_domain\": \"domain.com\",\n            \"organization\": \"Contextlogic Inc\",\n            \"volume\": 15158170388\n        },\n        {\n            \"signing_domain\": \"mail.domain.com\",\n            \"policy_domain\": \"domain.com\",\n            \"organization\": \"\",\n            \"volume\": 1871480439\n        },\n        {\n            \"signing_domain\": \"gmail.com\",\n            \"policy_domain\": \"domain.com\",\n            \"organization\": \"Google LLC\",\n            \"volume\": 14199273\n        },\n        {\n            \"signing_domain\": \"amazonses.com\",\n            \"policy_domain\": \"domain.com\",\n            \"organization\": \"Amazon Web Services, Inc.\",\n            \"volume\": 5352038\n        },\n        {\n            \"signing_domain\": \"domain.wish.com\",\n            \"policy_domain\": \"domain.com\",\n            \"organization\": \"Google LLC\",\n            \"volume\": 3754571\n        }\n    ]\n}"}],"_postman_id":"313c0c11-383f-40ac-9c89-3398e7f07810"},{"name":"Domain - Authentication Issues: SPF","id":"01aecfc4-5c59-42aa-b950-65a6f93a7deb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/infrastructure/domains/{{dmarcdomain}}/spfresults","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["infrastructure","domains","{{dmarcdomain}}","spfresults"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ec336e2d-b86b-4b44-89ce-25ed599d9b58","name":"Domain - Authentication Issues: SPF","originalRequest":{"method":"GET","header":[],"url":"{{host}}/infrastructure/domains/{{dmarcdomain}}/spfresults"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 03 Feb 2021 21:04:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3558"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-01-05T00:00:00+00:00\",\n            \"enddate\": \"2021-02-03T00:00:00+00:00\",\n            \"page\": 1,\n            \"limit\": 100,\n            \"forwarded\": null,\n            \"classification\": null,\n            \"ip\": null,\n            \"mailorigin\": null,\n            \"spfdomain\": null,\n            \"dkimdomain\": null,\n            \"spfresult\": null,\n            \"dkimresult\": null,\n            \"country\": null,\n            \"region\": null,\n            \"city\": null\n        }\n    },\n    \"results\": [\n        {\n            \"day\": \"2021-02-03\",\n            \"none\": 31,\n            \"pass\": 729,\n            \"fail\": 268,\n            \"softfail\": 12,\n            \"temperror\": 0,\n            \"permerror\": 0\n        },\n        {\n            \"day\": \"2021-02-02\",\n            \"none\": 24403,\n            \"pass\": 617230,\n            \"fail\": 210053,\n            \"softfail\": 10582,\n            \"temperror\": 53,\n            \"permerror\": 402\n        },\n        {\n            \"day\": \"2021-02-01\",\n            \"none\": 22548,\n            \"pass\": 638134,\n            \"fail\": 157745,\n            \"softfail\": 9152,\n            \"temperror\": 56,\n            \"permerror\": 360\n        },\n        {\n            \"day\": \"2021-01-31\",\n            \"none\": 26564,\n            \"pass\": 617492,\n            \"fail\": 178779,\n            \"softfail\": 10580,\n            \"temperror\": 71,\n            \"permerror\": 399\n        },\n        {\n            \"day\": \"2021-01-30\",\n            \"none\": 25834,\n            \"pass\": 549300,\n            \"fail\": 177465,\n            \"softfail\": 9990,\n            \"temperror\": 93,\n            \"permerror\": 352\n        },\n        {\n            \"day\": \"2021-01-29\",\n            \"none\": 24098,\n            \"pass\": 629526,\n            \"fail\": 165808,\n            \"softfail\": 9277,\n            \"temperror\": 61,\n            \"permerror\": 370\n        },\n        {\n            \"day\": \"2021-01-28\",\n            \"none\": 29640,\n            \"pass\": 945430,\n            \"fail\": 194903,\n            \"softfail\": 11267,\n            \"temperror\": 72,\n            \"permerror\": 458\n        },\n        {\n            \"day\": \"2021-01-27\",\n            \"none\": 32261,\n            \"pass\": 839031,\n            \"fail\": 235694,\n            \"softfail\": 12450,\n            \"temperror\": 79,\n            \"permerror\": 539\n        },\n        {\n            \"day\": \"2021-01-26\",\n            \"none\": 25291,\n            \"pass\": 619352,\n            \"fail\": 164674,\n            \"softfail\": 9287,\n            \"temperror\": 91,\n            \"permerror\": 375\n        },\n        {\n            \"day\": \"2021-01-25\",\n            \"none\": 25164,\n            \"pass\": 646310,\n            \"fail\": 165412,\n            \"softfail\": 9598,\n            \"temperror\": 77,\n            \"permerror\": 389\n        },\n        {\n            \"day\": \"2021-01-24\",\n            \"none\": 57156,\n            \"pass\": 1318160,\n            \"fail\": 365200,\n            \"softfail\": 21190,\n            \"temperror\": 170,\n            \"permerror\": 779\n        },\n        {\n            \"day\": \"2021-01-23\",\n            \"none\": 29609,\n            \"pass\": 667231,\n            \"fail\": 186048,\n            \"softfail\": 11123,\n            \"temperror\": 91,\n            \"permerror\": 427\n        },\n        {\n            \"day\": \"2021-01-22\",\n            \"none\": 29277,\n            \"pass\": 917934,\n            \"fail\": 175945,\n            \"softfail\": 11689,\n            \"temperror\": 80,\n            \"permerror\": 472\n        },\n        {\n            \"day\": \"2021-01-21\",\n            \"none\": 32695,\n            \"pass\": 1093240,\n            \"fail\": 241296,\n            \"softfail\": 12290,\n            \"temperror\": 106,\n            \"permerror\": 567\n        },\n        {\n            \"day\": \"2021-01-20\",\n            \"none\": 31672,\n            \"pass\": 848882,\n            \"fail\": 232769,\n            \"softfail\": 12048,\n            \"temperror\": 93,\n            \"permerror\": 588\n        },\n        {\n            \"day\": \"2021-01-19\",\n            \"none\": 30411,\n            \"pass\": 774550,\n            \"fail\": 229355,\n            \"softfail\": 12139,\n            \"temperror\": 88,\n            \"permerror\": 535\n        },\n        {\n            \"day\": \"2021-01-18\",\n            \"none\": 25163,\n            \"pass\": 630343,\n            \"fail\": 172227,\n            \"softfail\": 10017,\n            \"temperror\": 62,\n            \"permerror\": 400\n        },\n        {\n            \"day\": \"2021-01-17\",\n            \"none\": 31654,\n            \"pass\": 719916,\n            \"fail\": 194120,\n            \"softfail\": 11521,\n            \"temperror\": 78,\n            \"permerror\": 460\n        },\n        {\n            \"day\": \"2021-01-16\",\n            \"none\": 35094,\n            \"pass\": 816615,\n            \"fail\": 259575,\n            \"softfail\": 12842,\n            \"temperror\": 145,\n            \"permerror\": 626\n        },\n        {\n            \"day\": \"2021-01-15\",\n            \"none\": 33362,\n            \"pass\": 875880,\n            \"fail\": 251687,\n            \"softfail\": 13193,\n            \"temperror\": 82,\n            \"permerror\": 606\n        },\n        {\n            \"day\": \"2021-01-14\",\n            \"none\": 31559,\n            \"pass\": 1016701,\n            \"fail\": 241813,\n            \"softfail\": 13183,\n            \"temperror\": 67,\n            \"permerror\": 628\n        },\n        {\n            \"day\": \"2021-01-13\",\n            \"none\": 32825,\n            \"pass\": 798971,\n            \"fail\": 246406,\n            \"softfail\": 13172,\n            \"temperror\": 78,\n            \"permerror\": 564\n        },\n        {\n            \"day\": \"2021-01-12\",\n            \"none\": 29162,\n            \"pass\": 747826,\n            \"fail\": 176146,\n            \"softfail\": 10897,\n            \"temperror\": 124,\n            \"permerror\": 473\n        },\n        {\n            \"day\": \"2021-01-11\",\n            \"none\": 31532,\n            \"pass\": 880286,\n            \"fail\": 244824,\n            \"softfail\": 12559,\n            \"temperror\": 107,\n            \"permerror\": 592\n        },\n        {\n            \"day\": \"2021-01-10\",\n            \"none\": 36711,\n            \"pass\": 871076,\n            \"fail\": 271923,\n            \"softfail\": 14234,\n            \"temperror\": 91,\n            \"permerror\": 671\n        },\n        {\n            \"day\": \"2021-01-09\",\n            \"none\": 37781,\n            \"pass\": 883673,\n            \"fail\": 273357,\n            \"softfail\": 17213,\n            \"temperror\": 97,\n            \"permerror\": 688\n        },\n        {\n            \"day\": \"2021-01-08\",\n            \"none\": 33383,\n            \"pass\": 1089592,\n            \"fail\": 240128,\n            \"softfail\": 14709,\n            \"temperror\": 75,\n            \"permerror\": 605\n        },\n        {\n            \"day\": \"2021-01-07\",\n            \"none\": 24508,\n            \"pass\": 903187,\n            \"fail\": 152661,\n            \"softfail\": 12398,\n            \"temperror\": 62,\n            \"permerror\": 396\n        },\n        {\n            \"day\": \"2021-01-06\",\n            \"none\": 27151,\n            \"pass\": 658855,\n            \"fail\": 158483,\n            \"softfail\": 12604,\n            \"temperror\": 64,\n            \"permerror\": 439\n        },\n        {\n            \"day\": \"2021-01-05\",\n            \"none\": 29127,\n            \"pass\": 705908,\n            \"fail\": 227306,\n            \"softfail\": 11491,\n            \"temperror\": 91,\n            \"permerror\": 540\n        }\n    ]\n}"}],"_postman_id":"01aecfc4-5c59-42aa-b950-65a6f93a7deb"},{"name":"Domain - Authentication Issues: DKIM","id":"87fa1ce2-c055-4481-b6f6-72bbee1cc1c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/infrastructure/domains/{{dmarcdomain}}/dkimresults","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["infrastructure","domains","{{dmarcdomain}}","dkimresults"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5791007e-f2cc-473e-aa02-20e103e04e20","name":"Domain - Authentication Issues: DKIM","originalRequest":{"method":"GET","header":[],"url":"{{host}}/infrastructure/domains/{{dmarcdomain}}/dkimresults"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 03 Feb 2021 21:04:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3283"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-01-05T00:00:00+00:00\",\n            \"enddate\": \"2021-02-03T00:00:00+00:00\",\n            \"page\": 1,\n            \"limit\": 100,\n            \"forwarded\": null,\n            \"classification\": null,\n            \"ip\": null,\n            \"mailorigin\": null,\n            \"spfdomain\": null,\n            \"dkimdomain\": null,\n            \"spfresult\": null,\n            \"dkimresult\": null,\n            \"country\": null,\n            \"region\": null,\n            \"city\": null\n        }\n    },\n    \"results\": [\n        {\n            \"day\": \"2021-02-03\",\n            \"none\": 137,\n            \"pass\": 3,\n            \"fail\": 26,\n            \"softfail\": 0,\n            \"temperror\": 0,\n            \"permerror\": 66\n        },\n        {\n            \"day\": \"2021-02-02\",\n            \"none\": 917,\n            \"pass\": 5068,\n            \"fail\": 17622,\n            \"softfail\": 0,\n            \"temperror\": 6,\n            \"permerror\": 155\n        },\n        {\n            \"day\": \"2021-02-01\",\n            \"none\": 1330,\n            \"pass\": 4683,\n            \"fail\": 14677,\n            \"softfail\": 0,\n            \"temperror\": 7,\n            \"permerror\": 189\n        },\n        {\n            \"day\": \"2021-01-31\",\n            \"none\": 1682,\n            \"pass\": 3864,\n            \"fail\": 17096,\n            \"softfail\": 0,\n            \"temperror\": 6,\n            \"permerror\": 346\n        },\n        {\n            \"day\": \"2021-01-30\",\n            \"none\": 1366,\n            \"pass\": 4002,\n            \"fail\": 18710,\n            \"softfail\": 0,\n            \"temperror\": 5,\n            \"permerror\": 200\n        },\n        {\n            \"day\": \"2021-01-29\",\n            \"none\": 1471,\n            \"pass\": 5482,\n            \"fail\": 15856,\n            \"softfail\": 0,\n            \"temperror\": 3,\n            \"permerror\": 217\n        },\n        {\n            \"day\": \"2021-01-28\",\n            \"none\": 1965,\n            \"pass\": 6402,\n            \"fail\": 18714,\n            \"softfail\": 0,\n            \"temperror\": 6,\n            \"permerror\": 250\n        },\n        {\n            \"day\": \"2021-01-27\",\n            \"none\": 2337,\n            \"pass\": 6722,\n            \"fail\": 21500,\n            \"softfail\": 0,\n            \"temperror\": 6,\n            \"permerror\": 38\n        },\n        {\n            \"day\": \"2021-01-26\",\n            \"none\": 1442,\n            \"pass\": 5321,\n            \"fail\": 13308,\n            \"softfail\": 0,\n            \"temperror\": 4,\n            \"permerror\": 30\n        },\n        {\n            \"day\": \"2021-01-25\",\n            \"none\": 1696,\n            \"pass\": 5459,\n            \"fail\": 13734,\n            \"softfail\": 0,\n            \"temperror\": 6,\n            \"permerror\": 100\n        },\n        {\n            \"day\": \"2021-01-24\",\n            \"none\": 2670,\n            \"pass\": 7226,\n            \"fail\": 33264,\n            \"softfail\": 0,\n            \"temperror\": 6,\n            \"permerror\": 254\n        },\n        {\n            \"day\": \"2021-01-23\",\n            \"none\": 1686,\n            \"pass\": 5057,\n            \"fail\": 17257,\n            \"softfail\": 0,\n            \"temperror\": 4,\n            \"permerror\": 90\n        },\n        {\n            \"day\": \"2021-01-22\",\n            \"none\": 2384,\n            \"pass\": 6361,\n            \"fail\": 16636,\n            \"softfail\": 0,\n            \"temperror\": 4,\n            \"permerror\": 118\n        },\n        {\n            \"day\": \"2021-01-21\",\n            \"none\": 2215,\n            \"pass\": 7413,\n            \"fail\": 22617,\n            \"softfail\": 0,\n            \"temperror\": 7,\n            \"permerror\": 156\n        },\n        {\n            \"day\": \"2021-01-20\",\n            \"none\": 1849,\n            \"pass\": 7726,\n            \"fail\": 19986,\n            \"softfail\": 0,\n            \"temperror\": 3,\n            \"permerror\": 97\n        },\n        {\n            \"day\": \"2021-01-19\",\n            \"none\": 1825,\n            \"pass\": 6499,\n            \"fail\": 18207,\n            \"softfail\": 0,\n            \"temperror\": 3,\n            \"permerror\": 87\n        },\n        {\n            \"day\": \"2021-01-18\",\n            \"none\": 2116,\n            \"pass\": 4836,\n            \"fail\": 14933,\n            \"softfail\": 0,\n            \"temperror\": 5,\n            \"permerror\": 244\n        },\n        {\n            \"day\": \"2021-01-17\",\n            \"none\": 1967,\n            \"pass\": 4120,\n            \"fail\": 19768,\n            \"softfail\": 0,\n            \"temperror\": 4,\n            \"permerror\": 256\n        },\n        {\n            \"day\": \"2021-01-16\",\n            \"none\": 3379,\n            \"pass\": 5321,\n            \"fail\": 22668,\n            \"softfail\": 0,\n            \"temperror\": 4,\n            \"permerror\": 157\n        },\n        {\n            \"day\": \"2021-01-15\",\n            \"none\": 2354,\n            \"pass\": 6228,\n            \"fail\": 20858,\n            \"softfail\": 0,\n            \"temperror\": 5,\n            \"permerror\": 158\n        },\n        {\n            \"day\": \"2021-01-14\",\n            \"none\": 2295,\n            \"pass\": 6546,\n            \"fail\": 18386,\n            \"softfail\": 0,\n            \"temperror\": 3,\n            \"permerror\": 141\n        },\n        {\n            \"day\": \"2021-01-13\",\n            \"none\": 1741,\n            \"pass\": 6638,\n            \"fail\": 18126,\n            \"softfail\": 0,\n            \"temperror\": 3,\n            \"permerror\": 42\n        },\n        {\n            \"day\": \"2021-01-12\",\n            \"none\": 1931,\n            \"pass\": 5943,\n            \"fail\": 17790,\n            \"softfail\": 0,\n            \"temperror\": 5,\n            \"permerror\": 75\n        },\n        {\n            \"day\": \"2021-01-11\",\n            \"none\": 2012,\n            \"pass\": 6136,\n            \"fail\": 18237,\n            \"softfail\": 0,\n            \"temperror\": 10,\n            \"permerror\": 209\n        },\n        {\n            \"day\": \"2021-01-10\",\n            \"none\": 2216,\n            \"pass\": 4643,\n            \"fail\": 24400,\n            \"softfail\": 0,\n            \"temperror\": 17,\n            \"permerror\": 467\n        },\n        {\n            \"day\": \"2021-01-09\",\n            \"none\": 5593,\n            \"pass\": 5884,\n            \"fail\": 26169,\n            \"softfail\": 0,\n            \"temperror\": 5,\n            \"permerror\": 181\n        },\n        {\n            \"day\": \"2021-01-08\",\n            \"none\": 3333,\n            \"pass\": 6555,\n            \"fail\": 21312,\n            \"softfail\": 0,\n            \"temperror\": 4,\n            \"permerror\": 113\n        },\n        {\n            \"day\": \"2021-01-07\",\n            \"none\": 4327,\n            \"pass\": 5552,\n            \"fail\": 15392,\n            \"softfail\": 0,\n            \"temperror\": 4,\n            \"permerror\": 54\n        },\n        {\n            \"day\": \"2021-01-06\",\n            \"none\": 4854,\n            \"pass\": 5648,\n            \"fail\": 14337,\n            \"softfail\": 0,\n            \"temperror\": 6,\n            \"permerror\": 121\n        },\n        {\n            \"day\": \"2021-01-05\",\n            \"none\": 1819,\n            \"pass\": 7146,\n            \"fail\": 19508,\n            \"softfail\": 0,\n            \"temperror\": 4,\n            \"permerror\": 91\n        }\n    ]\n}"}],"_postman_id":"87fa1ce2-c055-4481-b6f6-72bbee1cc1c7"},{"name":"Domain - Geolocation","id":"bf37b943-4518-4852-aa17-835201e78447","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/infrastructure/domains/{{dmarcdomain}}/geolocation/?page=1&limit=10&country=US&region=California","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["infrastructure","domains","{{dmarcdomain}}","geolocation",""],"host":["{{host}}"],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"country","value":"US"},{"key":"region","value":"California"}],"variable":[]}},"response":[{"id":"37a3f76f-b29e-45d2-a0a6-0a67d1478ec5","name":"Domain - Geolocation","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/infrastructure/domains/{{dmarcdomain}}/geolocation/?page=1&limit=10","host":["{{host}}"],"path":["infrastructure","domains","{{dmarcdomain}}","geolocation",""],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 03 Feb 2021 21:05:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1026"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"page\": 1,\n            \"limit\": 10,\n            \"startdate\": \"2021-01-05T00:00:00+00:00\",\n            \"enddate\": \"2021-02-03T00:00:00+00:00\",\n            \"forwarded\": null,\n            \"classification\": null,\n            \"ip\": null,\n            \"mailorigin\": null,\n            \"spfdomain\": null,\n            \"dkimdomain\": null,\n            \"spfresult\": null,\n            \"dkimresult\": null,\n            \"country\": null,\n            \"region\": null,\n            \"city\": null\n        },\n        \"total\": 2740,\n        \"pages\": 274\n    },\n    \"results\": [\n        {\n            \"country\": \"US\",\n            \"region\": \"California\",\n            \"city\": \"San Francisco\",\n            \"volume\": 9266723411\n        },\n        {\n            \"country\": \"US\",\n            \"region\": \"New Jersey\",\n            \"city\": \"Newark\",\n            \"volume\": 7832725921\n        },\n        {\n            \"country\": \"US\",\n            \"region\": \"Virginia\",\n            \"city\": \"Ashburn\",\n            \"volume\": 7319303\n        },\n        {\n            \"country\": \"US\",\n            \"region\": \"California\",\n            \"city\": \"Mountain View\",\n            \"volume\": 1247154\n        },\n        {\n            \"country\": \"US\",\n            \"region\": \"New York\",\n            \"city\": \"New York\",\n            \"volume\": 464554\n        },\n        {\n            \"country\": \"US\",\n            \"region\": \"Ohio\",\n            \"city\": \"Wauseon\",\n            \"volume\": 399919\n        },\n        {\n            \"country\": \"US\",\n            \"region\": \"North Carolina\",\n            \"city\": \"Raleigh\",\n            \"volume\": 295781\n        },\n        {\n            \"country\": \"GB\",\n            \"region\": \"England\",\n            \"city\": \"London\",\n            \"volume\": 247182\n        },\n        {\n            \"country\": \"US\",\n            \"region\": \"California\",\n            \"city\": \"Santa Clara\",\n            \"volume\": 192858\n        },\n        {\n            \"country\": \"US\",\n            \"region\": \"Georgia\",\n            \"city\": \"Atlanta\",\n            \"volume\": 186097\n        }\n    ]\n}"},{"id":"fc341e2f-4efa-47d4-b0de-9893320ccee2","name":"Domain - Geolocation (Country + Region)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/infrastructure/domains/{{dmarcdomain}}/geolocation/?page=1&limit=10&country=US&region=California","host":["{{host}}"],"path":["infrastructure","domains","{{dmarcdomain}}","geolocation",""],"query":[{"key":"page","value":"1"},{"key":"limit","value":"10"},{"key":"country","value":"US"},{"key":"region","value":"California"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 04 Feb 2021 14:56:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1082"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"page\": 1,\n            \"limit\": 10,\n            \"startdate\": \"2021-01-06T00:00:00+00:00\",\n            \"enddate\": \"2021-02-04T00:00:00+00:00\",\n            \"forwarded\": null,\n            \"classification\": null,\n            \"ip\": null,\n            \"mailorigin\": null,\n            \"spfdomain\": null,\n            \"dkimdomain\": null,\n            \"spfresult\": null,\n            \"dkimresult\": null,\n            \"country\": \"US\",\n            \"region\": \"California\",\n            \"city\": null\n        },\n        \"total\": 61,\n        \"pages\": 7\n    },\n    \"results\": [\n        {\n            \"country\": \"US\",\n            \"region\": \"California\",\n            \"city\": \"San Francisco\",\n            \"volume\": 8993831696\n        },\n        {\n            \"country\": \"US\",\n            \"region\": \"California\",\n            \"city\": \"Mountain View\",\n            \"volume\": 1202051\n        },\n        {\n            \"country\": \"US\",\n            \"region\": \"California\",\n            \"city\": \"Santa Clara\",\n            \"volume\": 185707\n        },\n        {\n            \"country\": \"US\",\n            \"region\": \"California\",\n            \"city\": \"Los Angeles\",\n            \"volume\": 141996\n        },\n        {\n            \"country\": \"US\",\n            \"region\": \"California\",\n            \"city\": \"Cupertino\",\n            \"volume\": 57593\n        },\n        {\n            \"country\": \"US\",\n            \"region\": \"California\",\n            \"city\": \"Brea\",\n            \"volume\": 27496\n        },\n        {\n            \"country\": \"US\",\n            \"region\": \"California\",\n            \"city\": \"Pleasanton\",\n            \"volume\": 11170\n        },\n        {\n            \"country\": \"US\",\n            \"region\": \"California\",\n            \"city\": \"San Jose\",\n            \"volume\": 7837\n        },\n        {\n            \"country\": \"US\",\n            \"region\": \"California\",\n            \"city\": \"El Segundo\",\n            \"volume\": 4875\n        },\n        {\n            \"country\": \"US\",\n            \"region\": \"California\",\n            \"city\": \"Palo Alto\",\n            \"volume\": 2628\n        }\n    ]\n}"}],"_postman_id":"bf37b943-4518-4852-aa17-835201e78447"},{"name":"Domain - Detailed Reports","id":"498bdc71-001e-435e-8ccf-98fa02909758","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/infrastructure/domains/{{dmarcdomain}}/reports/?limit=3&page=1","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["infrastructure","domains","{{dmarcdomain}}","reports",""],"host":["{{host}}"],"query":[{"key":"limit","value":"3"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"9fb7545f-1e02-4608-8f82-ae66a26776b0","name":"Domain - Detailed Reports","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/infrastructure/domains/{{dmarcdomain}}/reports/?limit=3&page=1&country=US","host":["{{host}}"],"path":["infrastructure","domains","{{dmarcdomain}}","reports",""],"query":[{"key":"limit","value":"3"},{"key":"page","value":"1"},{"key":"country","value":"US"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 03 Feb 2021 21:06:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1326"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"limit\": 3,\n            \"page\": 1,\n            \"startdate\": \"2021-01-06T00:00:00+00:00\",\n            \"enddate\": \"2021-02-04T00:00:00+00:00\",\n            \"forwarded\": null,\n            \"classification\": null,\n            \"ip\": null,\n            \"mailorigin\": null,\n            \"spfdomain\": null,\n            \"dkimdomain\": null,\n            \"spfresult\": null,\n            \"dkimresult\": null,\n            \"country\": null,\n            \"region\": null,\n            \"city\": null\n        },\n        \"total\": 4123613,\n        \"pages\": 1374538\n    },\n    \"results\": [\n        {\n            \"day\": \"2021-01-10\",\n            \"volume\": 6730221,\n            \"policy_domain\": \"domain.com\",\n            \"from_domain\": \"domain.com\",\n            \"organization\": \"google.com\",\n            \"ip\": \"127.0.0.1\",\n            \"rdns\": \"mail.domain.com\",\n            \"isp\": \"Contextlogic Inc.\",\n            \"spf\": {\n                \"spfresult\": \"pass\",\n                \"spfalign\": \"pass\",\n                \"spfdomain\": \"mail.domain.com\"\n            },\n            \"dkim\": {\n                \"dkimresult\": \"pass\",\n                \"dkimalign\": \"pass\",\n                \"dkimdomain\": \"domain.com\",\n                \"dkimselector\": \"mail\"\n            },\n            \"record\": {\n                \"aspf\": \"pass\",\n                \"adkim\": \"r\",\n                \"p\": \"reject\",\n                \"sp\": \"reject\",\n                \"pct\": 100,\n                \"fo\": \"\"\n            },\n            \"geolocation\": {\n                \"country\": \"US\",\n                \"region\": \"New Jersey\",\n                \"city\": \"Newark\"\n            },\n            \"forwarded\": 0\n        },\n        {\n            \"day\": \"2021-01-10\",\n            \"volume\": 6729701,\n            \"policy_domain\": \"domain.com\",\n            \"from_domain\": \"domain.com\",\n            \"organization\": \"google.com\",\n            \"ip\": \"127.0.0.1\",\n            \"rdns\": \"mail.domain.com\",\n            \"isp\": \"Contextlogic Inc.\",\n            \"spf\": {\n                \"spfresult\": \"pass\",\n                \"spfalign\": \"pass\",\n                \"spfdomain\": \"mail.domain.com\"\n            },\n            \"dkim\": {\n                \"dkimresult\": \"pass\",\n                \"dkimalign\": \"pass\",\n                \"dkimdomain\": \"domain.com\",\n                \"dkimselector\": \"mail\"\n            },\n            \"record\": {\n                \"aspf\": \"pass\",\n                \"adkim\": \"r\",\n                \"p\": \"reject\",\n                \"sp\": \"reject\",\n                \"pct\": 100,\n                \"fo\": \"\"\n            },\n            \"geolocation\": {\n                \"country\": \"US\",\n                \"region\": \"New Jersey\",\n                \"city\": \"Newark\"\n            },\n            \"forwarded\": 0\n        },\n        {\n            \"day\": \"2021-01-10\",\n            \"volume\": 6729307,\n            \"policy_domain\": \"domain.com\",\n            \"from_domain\": \"domain.com\",\n            \"organization\": \"google.com\",\n            \"ip\": \"127.0.0.1\",\n            \"rdns\": \"mail.domain.com\",\n            \"isp\": \"Contextlogic Inc.\",\n            \"spf\": {\n                \"spfresult\": \"pass\",\n                \"spfalign\": \"pass\",\n                \"spfdomain\": \"mail.domain.com\"\n            },\n            \"dkim\": {\n                \"dkimresult\": \"pass\",\n                \"dkimalign\": \"pass\",\n                \"dkimdomain\": \"domain.com\",\n                \"dkimselector\": \"mail\"\n            },\n            \"record\": {\n                \"aspf\": \"pass\",\n                \"adkim\": \"r\",\n                \"p\": \"reject\",\n                \"sp\": \"reject\",\n                \"pct\": 100,\n                \"fo\": \"\"\n            },\n            \"geolocation\": {\n                \"country\": \"US\",\n                \"region\": \"New Jersey\",\n                \"city\": \"Newark\"\n            },\n            \"forwarded\": 0\n        }\n    ]\n}"}],"_postman_id":"498bdc71-001e-435e-8ccf-98fa02909758"},{"name":"Create Domain","id":"68dcdeeb-d29e-4a10-946c-12d99523c8d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"domain","value":"{{dmarcdomain}}","type":"text"}]},"url":"{{host}}/infrastructure/domains/","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["infrastructure","domains",""],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"2c1fc0b5-e651-4264-b45a-0de8ec0c9bda","name":"Create Domain","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"domain","value":"{{dmarcdomain}}","type":"text"}]},"url":"{{host}}/infrastructure/domains/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 03 Feb 2021 21:03:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"69"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"domain\": \"{{dmarcdomain}}\",\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"68dcdeeb-d29e-4a10-946c-12d99523c8d6"},{"name":"Delete Domain","id":"f5188b8c-63d1-48fc-8d6a-ef21fe14d99f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/infrastructure/domains/{{dmarcdomain}}","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["infrastructure","domains","{{dmarcdomain}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"89ac70e1-4f3a-4212-b0b1-297c532ff4bc","name":"Delete Domain","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/infrastructure/domains/{{dmarcdomain}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 03 Feb 2021 21:02:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"69"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"domain\": \"domain.com\",\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"f5188b8c-63d1-48fc-8d6a-ef21fe14d99f"}],"id":"1f889e28-d859-4162-8868-3c638cb4ed55","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Sample Value</th>\n<th>Value Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>1</td>\n<td>(Integer)</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>limit</td>\n<td>100</td>\n<td>(Integer)</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>classification[]</td>\n<td>compliant</td>\n<td>(Array)</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>classification[]</td>\n<td>non-compliant</td>\n<td>(Array)</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>classification[]</td>\n<td>unauthenticated</td>\n<td>(Array)</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>forwarded</td>\n<td>include</td>\n<td>(String)</td>\n<td>No</td>\n<td>'include' or 'exclude' forwarded mail. Valid ARC (Authenticated Received Chain) indicates that SPF or DKIM were validated prior to forwarding (arc=pass).</td>\n</tr>\n<tr>\n<td>startdate</td>\n<td>2020-10-01</td>\n<td>(Date)</td>\n<td>No</td>\n<td>Preferred format is YYYY-MM-DD. If empty, the startdate will default to the last 30 days</td>\n</tr>\n<tr>\n<td>enddate</td>\n<td>2020-10-31</td>\n<td>(Date)</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>ip</td>\n<td>127.0.0.1</td>\n<td>(String)</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>mailorigin</td>\n<td>gmail.com</td>\n<td>(String)</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>spfdomain</td>\n<td>mail.domain.com</td>\n<td>(String)</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>dkimdomain</td>\n<td>mail.domain.com</td>\n<td>(String)</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>spfresult</td>\n<td>pass</td>\n<td>(String)</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>dkimresult</td>\n<td>pass</td>\n<td>(String)</td>\n<td>No</td>\n<td>'none', 'pass', 'fail', 'softfail', 'temperror', 'permerror'</td>\n</tr>\n<tr>\n<td>country</td>\n<td>United States</td>\n<td>(String)</td>\n<td>No</td>\n<td>'none', 'pass', 'fail', 'softfail', 'temperror', 'permerror'</td>\n</tr>\n<tr>\n<td>region</td>\n<td>California</td>\n<td>(String)</td>\n<td>No</td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td>San Francisco</td>\n<td>(String)</td>\n<td>No</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"c9623ff4-5ede-4c2d-a03b-befc3ba2cd62","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a9b157f1-959f-4f84-921b-12a6a8f57cc8","type":"text/javascript","exec":[""]}}],"_postman_id":"1f889e28-d859-4162-8868-3c638cb4ed55","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"Engagement","item":[{"name":"Engagement Overview","item":[{"name":"Detailed Read Events","id":"56547f5d-089e-4604-917a-bc73aaaaac72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/events/read","description":"<p>Please see <a href=\"#045d4a94-16d3-40fe-ba4d-b295bde92d3e\">timezone param list</a> for details about the id's.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","events","read"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Data Type: DateTime. </p>\n","type":"text/plain"},"key":"startdate","value":""},{"disabled":true,"description":{"content":"<p>Data Type: DateTime. </p>\n","type":"text/plain"},"key":"enddate","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Nullable(String)</p>\n","type":"text/plain"},"key":"source","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"integrationkey","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"provider","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Nullable(String)</p>\n","type":"text/plain"},"key":"todomain","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Nullable(String)</p>\n","type":"text/plain"},"key":"campaign_id","value":""},{"disabled":true,"description":{"content":"<p>Data Type: varchar(50) null.</p>\n","type":"text/plain"},"key":"platform","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"country","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"region","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"city","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"enthusiasm","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Enum8('unknown' = 0, 'morning' = 1, 'afternoon' = 2, 'evening' = 3, 'night' = 4). \nMorning: 6 AM - Noon recipient local time. Afternoon: Noon - 6 PM. Evening: 6 PM - Midnight. Late Night: Midnight - 6 AM.</p>\n","type":"text/plain"},"key":"timeofday","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Integer</p>\n","type":"text/plain"},"key":"timezone","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"recipient","value":""}],"variable":[]}},"response":[{"id":"bd5fc2d8-a42c-4ab5-9a3b-350b7e4293ae","name":"Detailed Read Events","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"","disabled":true}],"url":{"raw":"{{host}}/analytics/events/read/","host":["{{host}}"],"path":["analytics","events","read",""],"query":[{"key":"startdate","value":"","description":"Data Type: DateTime. ","disabled":true},{"key":"enddate","value":"","description":"Data Type: DateTime. ","disabled":true},{"key":"source","value":"","description":"Data Type: Nullable(String). ","disabled":true},{"key":"integrationkey","value":"","description":"Data Type: String. ","disabled":true},{"key":"provider","value":"","description":"Data Type: String.","disabled":true},{"key":"todomain","value":null,"description":"Data Type: Nullable(String). ","disabled":true},{"key":"campaign_id","value":null,"description":"Data Type: Nullable(String). ","disabled":true},{"key":"platform","value":null,"description":"Data Type: varchar(50) null.","disabled":true},{"key":"country","value":null,"description":"Data Type: String.","disabled":true},{"key":"region","value":null,"description":"Data Type: String.","disabled":true},{"key":"city","value":null,"description":"Data Type: String.","disabled":true},{"key":"enthusiasm","value":null,"disabled":true},{"key":"timeofday","value":null,"description":"Data Type: Enum8('unknown' = 0, 'morning' = 1, 'afternoon' = 2, 'evening' = 3, 'night' = 4). \nMorning: 6 AM - Noon recipient local time. Afternoon: Noon - 6 PM. Evening: 6 PM - Midnight. Late Night: Midnight - 6 AM.","disabled":true},{"key":"timezone","value":null,"description":"Data Type: Integer","disabled":true},{"key":"recipient","value":null,"disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-05-18T00:00:00+00:00\",\n            \"enddate\": \"2021-06-16T23:59:00+00:00\",\n            \"source\": null,\n            \"integrationkey\": null,\n            \"provider\": null,\n            \"todomain\": null,\n            \"pixel\": null,\n            \"campaign_id\": null,\n            \"platform\": null,\n            \"country\": null,\n            \"region\": null,\n            \"city\": null,\n            \"enthusiasm\": null,\n            \"timeofday\": null,\n            \"timezone\": null,\n            \"recipient\": null\n        },\n        \"total\":819932,\n        \"limit\":100,\n        \"pages\":8200\n    },\n    \"results\": [\n        {\n            \"created\": \"2025-01-06 07:00:00\",\n            \"campaign_id\": null,\n            \"message_id\": null,\n            \"ip\": \"\",\n            \"fromaddress\": \"rendertest00003203639_00176027025@250okdesign.com\",\n            \"provider\": \"Mail.ru\",\n            \"source\": \"ses\",\n            \"integrationkey\": null,\n            \"seconds\": null,\n            \"url\": null,\n            \"country\": \"RU\",\n            \"region\": \"\",\n            \"city\": \"\",\n            \"timeofday\": \"morning\",\n            \"properties.key\": [\n                \"eventType\",\n                \"headersTruncated\",\n                \"sendingAccountId\",\n                \"source\",\n                \"timestamp\"\n            ],\n            \"properties.value\": [\n                \"Open\",\n                \"False\",\n                \"616752873841\",\n                \"rendertest00003203639_00176027025@250okdesign.com\",\n                \"2025-01-06T06:59:49.289Z\"\n            ],\n            \"recipient\": \"email@domain.com\",\n            \"pixel\": null,\n            \"timezone\": \"Europe/Moscow\",\n            \"platform\": \"Other\",\n            \"device\": \"Linux Unknown\",\n            \"client\": \"Default Browser Unknown\",\n            \"rdns\": null,\n            \"smtpfrom\": null,\n            \"smtpto\": null,\n            \"smtplog\": null,\n            \"code\": null,\n            \"reason\": null,\n            \"subject\": null\n        },\n        {\n            \"created\": \"2025-01-06 07:00:01\",\n            \"campaign_id\": null,\n            \"message_id\": null,\n            \"ip\": \"\",\n            \"fromaddress\": \"rendertest00003203639_00176027024@250okdesign.com\",\n            \"provider\": \"Mail.ru\",\n            \"source\": \"ses\",\n            \"integrationkey\": null,\n            \"seconds\": null,\n            \"url\": null,\n            \"country\": \"RU\",\n            \"region\": \"\",\n            \"city\": \"\",\n            \"timeofday\": \"morning\",\n            \"properties.key\": [\n                \"eventType\",\n                \"headersTruncated\",\n                \"sendingAccountId\",\n                \"source\",\n                \"timestamp\"\n            ],\n            \"properties.value\": [\n                \"Open\",\n                \"False\",\n                \"616752873841\",\n                \"rendertest00003203639_00176027024@250okdesign.com\",\n                \"2025-01-06T06:59:49.601Z\"\n            ],\n            \"recipient\": \"email@domain.com\",\n            \"pixel\": null,\n            \"timezone\": \"Europe/Moscow\",\n            \"platform\": \"Desktop\",\n            \"device\": \"Windows 10\",\n            \"client\": \"Chrome 119\",\n            \"rdns\": null,\n            \"smtpfrom\": null,\n            \"smtpto\": null,\n            \"smtplog\": null,\n            \"code\": null,\n            \"reason\": null,\n            \"subject\": null\n        }\n    ]\n}"}],"_postman_id":"56547f5d-089e-4604-917a-bc73aaaaac72"},{"name":"Detailed Click Events","id":"d11c33d8-f7cb-48a4-beb8-90f9d1b64995","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/events/click","description":"<p>Please see <a href=\"#045d4a94-16d3-40fe-ba4d-b295bde92d3e\">timezone param list</a> for details about the id's.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","events","click"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Data Type: DateTime. </p>\n","type":"text/plain"},"key":"startdate","value":""},{"disabled":true,"description":{"content":"<p>Data Type: DateTime. </p>\n","type":"text/plain"},"key":"enddate","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Nullable(String)</p>\n","type":"text/plain"},"key":"source","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"integrationkey","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"provider","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Nullable(String)</p>\n","type":"text/plain"},"key":"todomain","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Nullable(String)</p>\n","type":"text/plain"},"key":"campaign_id","value":""},{"disabled":true,"description":{"content":"<p>Data Type: varchar(50) null.</p>\n","type":"text/plain"},"key":"platform","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"country","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"region","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"city","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"enthusiasm","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Enum8('unknown' = 0, 'morning' = 1, 'afternoon' = 2, 'evening' = 3, 'night' = 4). \nMorning: 6 AM - Noon recipient local time. Afternoon: Noon - 6 PM. Evening: 6 PM - Midnight. Late Night: Midnight - 6 AM.</p>\n","type":"text/plain"},"key":"timeofday","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Integer</p>\n","type":"text/plain"},"key":"timezone","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"recipient","value":""}],"variable":[]}},"response":[{"id":"64dd0f3b-defc-49e4-9c09-1970200b544a","name":"Detailed Click Events","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"","disabled":true}],"url":{"raw":"{{host}}/analytics/events/click/","host":["{{host}}"],"path":["analytics","events","click",""],"query":[{"key":"startdate","value":"","description":"Data Type: DateTime. ","disabled":true},{"key":"enddate","value":"","description":"Data Type: DateTime. ","disabled":true},{"key":"source","value":"","description":"Data Type: Nullable(String). ","disabled":true},{"key":"integrationkey","value":"","description":"Data Type: String. ","disabled":true},{"key":"provider","value":"","description":"Data Type: String.","disabled":true},{"key":"todomain","value":null,"description":"Data Type: Nullable(String). ","disabled":true},{"key":"campaign_id","value":null,"description":"Data Type: Nullable(String). ","disabled":true},{"key":"platform","value":null,"description":"Data Type: varchar(50) null.","disabled":true},{"key":"country","value":null,"description":"Data Type: String.","disabled":true},{"key":"region","value":null,"description":"Data Type: String.","disabled":true},{"key":"city","value":null,"description":"Data Type: String.","disabled":true},{"key":"enthusiasm","value":null,"disabled":true},{"key":"timeofday","value":null,"description":"Data Type: Enum8('unknown' = 0, 'morning' = 1, 'afternoon' = 2, 'evening' = 3, 'night' = 4). \nMorning: 6 AM - Noon recipient local time. Afternoon: Noon - 6 PM. Evening: 6 PM - Midnight. Late Night: Midnight - 6 AM.","disabled":true},{"key":"timezone","value":null,"description":"Data Type: Integer","disabled":true},{"key":"recipient","value":null,"disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-05-18T00:00:00+00:00\",\n            \"enddate\": \"2021-06-16T23:59:00+00:00\",\n            \"source\": null,\n            \"integrationkey\": null,\n            \"provider\": null,\n            \"todomain\": null,\n            \"pixel\": null,\n            \"campaign_id\": null,\n            \"platform\": null,\n            \"country\": null,\n            \"region\": null,\n            \"city\": null,\n            \"enthusiasm\": null,\n            \"timeofday\": null,\n            \"timezone\": null,\n            \"recipient\": null\n        },\n        \"total\":8308,\n        \"limit\":8308,\n        \"pages\":84\n    },\n    \"results\": [\n        {\n            \"created\": \"2025-01-06 02:33:27\",\n            \"campaign_id\": null,\n            \"message_id\":null,\n            \"ip\": \"\",\n            \"fromaddress\": \"validity@everest.validity.com\",\n            \"provider\": \"MimeCast\",\n            \"source\": \"ses\",\n            \"integrationkey\": null,\n            \"seconds\": null,\n            \"url\": \"https://validity.com/\",\n            \"country\": \"US\",\n            \"region\": \"Oregon\",\n            \"city\": \"Boardman\",\n            \"timeofday\": \"morning\",\n            \"properties.key\": [\n                \"eventType\",\n                \"headersTruncated\",\n                \"sendingAccountId\",\n                \"source\",\n                \"timestamp\"\n            ],\n            \"properties.value\": [\n                \"Click\",\n                \"False\",\n                \"616752873841\",\n                \"validity@everest.validity.com\",\n                \"2025-01-06T06:59:49.289Z\"\n            ],\n            \"recipient\": \"email@domain.com\",\n            \"pixel\": null,\n            \"timezone\": \"Europe/Moscow\",\n            \"platform\": \"Other\",\n            \"device\": \"Windows 10\",\n            \"client\": \"Chrome 113\",\n            \"rdns\": null,\n            \"smtpfrom\": null,\n            \"smtpto\": null,\n            \"smtplog\": null,\n            \"code\": null,\n            \"reason\": null,\n            \"subject\": null\n        },\n        {\n            \"created\": \"2025-01-06 08:46:32\",\n            \"campaign_id\": null,\n            \"message_id\": null,\n            \"ip\": \"\",\n            \"fromaddress\": \"validity@everest.validity.com\",\n            \"provider\": \"Office 365\",\n            \"source\": \"ses\",\n            \"integrationkey\": null,\n            \"seconds\": null,\n            \"url\": \"https://validity.com/\",\n            \"country\": \"JP\",\n            \"region\": \"Tokyo\",\n            \"city\": \"\",\n            \"timeofday\": \"afternoon\",\n            \"properties.key\": [\n                \"eventType\",\n                \"headersTruncated\",\n                \"sendingAccountId\",\n                \"source\",\n                \"timestamp\"\n            ],\n            \"properties.value\": [\n                \"Click\",\n                \"False\",\n                \"616752873841\",\n                \"validity@everest.validity.com\",\n                \"2025-01-06T06:59:49.601Z\"\n            ],\n            \"recipient\": \"email@domain.com\",\n            \"pixel\": null,\n            \"timezone\": \"Europe/Moscow\",\n            \"platform\": \"Desktop\",\n            \"device\": \"Windows 10\",\n            \"client\": \"Chrome 119\",\n            \"rdns\": null,\n            \"smtpfrom\": null,\n            \"smtpto\": null,\n            \"smtplog\": null,\n            \"code\": null,\n            \"reason\": null,\n            \"subject\": null\n        }\n    ]\n}"}],"_postman_id":"d11c33d8-f7cb-48a4-beb8-90f9d1b64995"},{"name":"Detailed Forward Events","id":"91c6e16f-abc4-4fd3-a43b-5c0cfab38462","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/events/forward","description":"<p>Please see <a href=\"#045d4a94-16d3-40fe-ba4d-b295bde92d3e\">timezone param list</a> for details about the id's.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","events","forward"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Data Type: DateTime. </p>\n","type":"text/plain"},"key":"startdate","value":""},{"disabled":true,"description":{"content":"<p>Data Type: DateTime. </p>\n","type":"text/plain"},"key":"enddate","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Nullable(String)</p>\n","type":"text/plain"},"key":"source","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"integrationkey","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"provider","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Nullable(String)</p>\n","type":"text/plain"},"key":"todomain","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Nullable(String)</p>\n","type":"text/plain"},"key":"campaign_id","value":""},{"disabled":true,"description":{"content":"<p>Data Type: varchar(50) null.</p>\n","type":"text/plain"},"key":"platform","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"country","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"region","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"city","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"enthusiasm","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Enum8('unknown' = 0, 'morning' = 1, 'afternoon' = 2, 'evening' = 3, 'night' = 4). \nMorning: 6 AM - Noon recipient local time. Afternoon: Noon - 6 PM. Evening: 6 PM - Midnight. Late Night: Midnight - 6 AM.</p>\n","type":"text/plain"},"key":"timeofday","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Integer</p>\n","type":"text/plain"},"key":"timezone","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"recipient","value":""}],"variable":[]}},"response":[{"id":"b0cbe9aa-3abe-4c9e-a466-a1c9d3cdd7b1","name":"Detailed Forward Events","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"","disabled":true}],"url":{"raw":"{{host}}/analytics/events/forward/","host":["{{host}}"],"path":["analytics","events","forward",""],"query":[{"key":"startdate","value":"","description":"Data Type: DateTime. ","disabled":true},{"key":"enddate","value":"","description":"Data Type: DateTime. ","disabled":true},{"key":"source","value":"","description":"Data Type: Nullable(String). ","disabled":true},{"key":"integrationkey","value":"","description":"Data Type: String. ","disabled":true},{"key":"provider","value":"","description":"Data Type: String.","disabled":true},{"key":"todomain","value":null,"description":"Data Type: Nullable(String). ","disabled":true},{"key":"campaign_id","value":null,"description":"Data Type: Nullable(String). ","disabled":true},{"key":"platform","value":null,"description":"Data Type: varchar(50) null.","disabled":true},{"key":"country","value":null,"description":"Data Type: String.","disabled":true},{"key":"region","value":null,"description":"Data Type: String.","disabled":true},{"key":"city","value":null,"description":"Data Type: String.","disabled":true},{"key":"enthusiasm","value":null,"disabled":true},{"key":"timeofday","value":null,"description":"Data Type: Enum8('unknown' = 0, 'morning' = 1, 'afternoon' = 2, 'evening' = 3, 'night' = 4). \nMorning: 6 AM - Noon recipient local time. Afternoon: Noon - 6 PM. Evening: 6 PM - Midnight. Late Night: Midnight - 6 AM.","disabled":true},{"key":"timezone","value":null,"description":"Data Type: Integer","disabled":true},{"key":"recipient","value":null,"disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-05-18T00:00:00+00:00\",\n            \"enddate\": \"2021-06-16T23:59:00+00:00\",\n            \"source\": null,\n            \"integrationkey\": null,\n            \"provider\": null,\n            \"todomain\": null,\n            \"pixel\": null,\n            \"campaign_id\": null,\n            \"platform\": null,\n            \"country\": null,\n            \"region\": null,\n            \"city\": null,\n            \"enthusiasm\": null,\n            \"timeofday\": null,\n            \"timezone\": null,\n            \"recipient\": null\n        },\n        \"total\":9000,\n        \"limit\":100,\n        \"pages\":90\n    },\n    \"results\": [\n        {\n            \"created\": \"2025-01-06 14:10:45\",\n            \"campaign_id\": null,\n            \"message_id\": null,\n            \"ip\": \"\",\n            \"fromaddress\": \"validity@everest.validity.com\",\n            \"provider\": \"MimeCast\",\n            \"source\": \"ses\",\n            \"integrationkey\": null,\n            \"seconds\": null,\n            \"url\": \"https://validity.com/\",\n            \"country\": \"US\",\n            \"region\": \"Oregon\",\n            \"city\": \"Boardman\",\n            \"timeofday\": \"morning\",\n            \"properties.key\": [\n                \"eventType\",\n                \"headersTruncated\",\n                \"sendingAccountId\",\n                \"source\",\n                \"timestamp\"\n            ],\n            \"properties.value\": [\n                \"forward\",\n                \"False\",\n                \"616752873841\",\n                \"validity@everest.validity.com\",\n                \"2025-01-06T06:59:49.289Z\"\n            ],\n            \"recipient\": \"email@domain.com\",\n            \"pixel\": null,\n            \"timezone\": \"Europe/Moscow\",\n            \"platform\": \"Other\",\n            \"device\": \"Windows 10\",\n            \"client\": \"Chrome 113\",\n            \"rdns\": null,\n            \"smtpfrom\": null,\n            \"smtpto\": null,\n            \"smtplog\": null,\n            \"code\": null,\n            \"reason\": null,\n            \"subject\": null\n        },\n        {\n            \"created\": \"2025-01-06 08:46:32\",\n            \"campaign_id\": null,\n            \"message_id\": null,\n            \"ip\": \"\",\n            \"fromaddress\": \"validity@everest.validity.com\",\n            \"provider\": \"Office 365\",\n            \"source\": \"ses\",\n            \"integrationkey\": null,\n            \"seconds\": null,\n            \"url\": \"https://validity.com/\",\n            \"country\": \"JP\",\n            \"region\": \"Tokyo\",\n            \"city\": \"\",\n            \"timeofday\": \"afternoon\",\n            \"properties.key\": [\n                \"eventType\",\n                \"headersTruncated\",\n                \"sendingAccountId\",\n                \"source\",\n                \"timestamp\"\n            ],\n            \"properties.value\": [\n                \"forward\",\n                \"False\",\n                \"616752873841\",\n                \"validity@everest.validity.com\",\n                \"2025-01-06T06:59:49.601Z\"\n            ],\n            \"recipient\": \"email@domain.com\",\n            \"pixel\": null,\n            \"timezone\": \"Europe/Moscow\",\n            \"platform\": \"Desktop\",\n            \"device\": \"Windows 10\",\n            \"client\": \"Chrome 119\",\n            \"rdns\": null,\n            \"smtpfrom\": null,\n            \"smtpto\": null,\n            \"smtplog\": null,\n            \"code\": null,\n            \"reason\": null,\n            \"subject\": null\n        }\n    ]\n}"}],"_postman_id":"91c6e16f-abc4-4fd3-a43b-5c0cfab38462"},{"name":"Detailed Print Events","id":"61177b66-c3e0-454a-8672-e0fd4a89a64e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/events/print","description":"<p>Please see <a href=\"#045d4a94-16d3-40fe-ba4d-b295bde92d3e\">timezone param list</a> for details about the id's.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","events","print"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Data Type: DateTime. </p>\n","type":"text/plain"},"key":"startdate","value":""},{"disabled":true,"description":{"content":"<p>Data Type: DateTime. </p>\n","type":"text/plain"},"key":"enddate","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Nullable(String)</p>\n","type":"text/plain"},"key":"source","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"integrationkey","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"provider","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Nullable(String)</p>\n","type":"text/plain"},"key":"todomain","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Nullable(String)</p>\n","type":"text/plain"},"key":"campaign_id","value":""},{"disabled":true,"description":{"content":"<p>Data Type: varchar(50) null.</p>\n","type":"text/plain"},"key":"platform","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"country","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"region","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"city","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"enthusiasm","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Enum8('unknown' = 0, 'morning' = 1, 'afternoon' = 2, 'evening' = 3, 'night' = 4). \nMorning: 6 AM - Noon recipient local time. Afternoon: Noon - 6 PM. Evening: 6 PM - Midnight. Late Night: Midnight - 6 AM.</p>\n","type":"text/plain"},"key":"timeofday","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Integer</p>\n","type":"text/plain"},"key":"timezone","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"recipient","value":""}],"variable":[]}},"response":[{"id":"2027313a-f46d-4eed-b592-f6fb32a7db3d","name":"Detailed Print Events","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"","disabled":true}],"url":{"raw":"{{host}}/analytics/events/print/","host":["{{host}}"],"path":["analytics","events","print",""],"query":[{"key":"startdate","value":"","description":"Data Type: DateTime. ","disabled":true},{"key":"enddate","value":"","description":"Data Type: DateTime. ","disabled":true},{"key":"source","value":"","description":"Data Type: Nullable(String). ","disabled":true},{"key":"integrationkey","value":"","description":"Data Type: String. ","disabled":true},{"key":"provider","value":"","description":"Data Type: String.","disabled":true},{"key":"todomain","value":null,"description":"Data Type: Nullable(String). ","disabled":true},{"key":"campaign_id","value":null,"description":"Data Type: Nullable(String). ","disabled":true},{"key":"platform","value":null,"description":"Data Type: varchar(50) null.","disabled":true},{"key":"country","value":null,"description":"Data Type: String.","disabled":true},{"key":"region","value":null,"description":"Data Type: String.","disabled":true},{"key":"city","value":null,"description":"Data Type: String.","disabled":true},{"key":"enthusiasm","value":null,"disabled":true},{"key":"timeofday","value":null,"description":"Data Type: Enum8('unknown' = 0, 'morning' = 1, 'afternoon' = 2, 'evening' = 3, 'night' = 4). \nMorning: 6 AM - Noon recipient local time. Afternoon: Noon - 6 PM. Evening: 6 PM - Midnight. Late Night: Midnight - 6 AM.","disabled":true},{"key":"timezone","value":null,"description":"Data Type: Integer","disabled":true},{"key":"recipient","value":null,"disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-05-18T00:00:00+00:00\",\n            \"enddate\": \"2021-06-16T23:59:00+00:00\",\n            \"source\": null,\n            \"integrationkey\": null,\n            \"provider\": null,\n            \"todomain\": null,\n            \"pixel\": null,\n            \"campaign_id\": null,\n            \"platform\": null,\n            \"country\": null,\n            \"region\": null,\n            \"city\": null,\n            \"enthusiasm\": null,\n            \"timeofday\": null,\n            \"timezone\": null,\n            \"recipient\": null\n        },\n        \"total\":778,\n        \"limit\":100,\n        \"pages\":7\n    },\n    \"results\": [\n        {\n            \"created\": \"2025-01-06 07:34:36\",\n            \"campaign_id\": null,\n            \"message_id\": null,\n            \"ip\": \"\",\n            \"fromaddress\": \"validity@everest.validity.com\",\n            \"provider\": \"MimeCast\",\n            \"source\": \"ses\",\n            \"integrationkey\": null,\n            \"seconds\": null,\n            \"url\": \"https://validity.com/\",\n            \"country\": \"US\",\n            \"region\": \"Oregon\",\n            \"city\": \"Boardman\",\n            \"timeofday\": \"morning\",\n            \"properties.key\": [\n                \"eventType\",\n                \"headersTruncated\",\n                \"sendingAccountId\",\n                \"source\",\n                \"timestamp\"\n            ],\n            \"properties.value\": [\n                \"print\",\n                \"False\",\n                \"616752873841\",\n                \"validity@everest.validity.com\",\n                \"2025-01-06T06:59:49.289Z\"\n            ],\n            \"recipient\": \"email@domain.com\",\n            \"pixel\": null,\n            \"timezone\": \"Europe/Moscow\",\n            \"platform\": \"Other\",\n            \"device\": \"Windows 10\",\n            \"client\": \"Chrome 113\",\n            \"rdns\": null,\n            \"smtpfrom\": null,\n            \"smtpto\": null,\n            \"smtplog\": null,\n            \"code\": null,\n            \"reason\": null,\n            \"subject\": null\n        },\n        {\n            \"created\": \"2025-01-06 08:46:32\",\n            \"campaign_id\": null,\n            \"message_id\": null,\n            \"ip\": \"\",\n            \"fromaddress\": \"validity@everest.validity.com\",\n            \"provider\": \"Office 365\",\n            \"source\": \"ses\",\n            \"integrationkey\": null,\n            \"seconds\": null,\n            \"url\": \"https://validity.com/\",\n            \"country\": \"JP\",\n            \"region\": \"Tokyo\",\n            \"city\": \"\",\n            \"timeofday\": \"afternoon\",\n            \"properties.key\": [\n                \"eventType\",\n                \"headersTruncated\",\n                \"sendingAccountId\",\n                \"source\",\n                \"timestamp\"\n            ],\n            \"properties.value\": [\n                \"print\",\n                \"False\",\n                \"616752873841\",\n                \"validity@everest.validity.com\",\n                \"2025-01-06T06:59:49.601Z\"\n            ],\n            \"recipient\": \"email@domain.com\",\n            \"pixel\": null,\n            \"timezone\": \"Europe/Moscow\",\n            \"platform\": \"Desktop\",\n            \"device\": \"Windows 10\",\n            \"client\": \"Chrome 119\",\n            \"rdns\": null,\n            \"smtpfrom\": null,\n            \"smtpto\": null,\n            \"smtplog\": null,\n            \"code\": null,\n            \"reason\": null,\n            \"subject\": null\n        }\n    ]\n}"}],"_postman_id":"61177b66-c3e0-454a-8672-e0fd4a89a64e"},{"name":"Platform Recipients","id":"4128c44f-d8c4-4564-82d8-dce64a11c95a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/distribution/desktop","description":"<p>Please see <a href=\"#045d4a94-16d3-40fe-ba4d-b295bde92d3e\">timezone param list</a> for details about the id's.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","distribution","desktop"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Data Type: DateTime</p>\n","type":"text/plain"},"key":"startdate","value":""},{"disabled":true,"description":{"content":"<p>Data Type: DateTime</p>\n","type":"text/plain"},"key":"enddate","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Nullable(String)</p>\n","type":"text/plain"},"key":"source","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"integrationkey","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"country","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"region","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"city","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Integer</p>\n","type":"text/plain"},"key":"timezone","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"provider","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Nullable(String)</p>\n","type":"text/plain"},"key":"campaign_id","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Nullable(String)</p>\n","type":"text/plain"},"key":"todomain","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"recipient","value":""},{"disabled":true,"description":{"content":"<p>Data Type: varchar(50) null</p>\n","type":"text/plain"},"key":"platform","value":""}],"variable":[]}},"response":[{"id":"c2cfd597-8ab3-483b-b567-367910e6f5bf","name":"Platform Recipients","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/analytics/distribution/desktop","host":["{{host}}"],"path":["analytics","distribution","desktop"],"query":[{"key":"startdate","value":"2021-04-01 12:00:00","disabled":true},{"key":"enddate","value":"2021-04-15 12:00:00","disabled":true},{"key":"source","value":"250ok","disabled":true},{"key":"integrationkey","value":"pixel","disabled":true},{"key":"country","value":"US","disabled":true},{"key":"region","value":"California","disabled":true},{"key":"city","value":"San Francisco","disabled":true},{"key":"timezone","value":"America/Los_Angeles","disabled":true},{"key":"provider","value":"Gmail","type":"text","disabled":true},{"key":"campaign_id","value":"12345","disabled":true},{"key":"todomain","value":"domain.com","disabled":true},{"key":"recipient","value":"user@domain.com","disabled":true},{"key":"platform","value":"mobile","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 05 Oct 2021 14:03:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"233084"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-09-06T00:00:00+00:00\",\n            \"enddate\": \"2021-10-05T00:00:00+00:00\",\n            \"source\": null,\n            \"integrationkey\": null,\n            \"provider\": null,\n            \"todomain\": null,\n            \"pixel\": null,\n            \"campaign_id\": null,\n            \"platform\": null,\n            \"country\": null,\n            \"region\": null,\n            \"city\": null,\n            \"enthusiasm\": null,\n            \"timeofday\": null,\n            \"timezone\": null,\n            \"recipient\": null\n        },\n        \"total\": 3,\n        \"limit\": 5000,\n        \"pages\": 1\n    },\n    \"results\": [\n        {\n            \"toaddress\": \"recipient1@domain.com\",\n            \"firstseen\": \"9/6/2021\",\n            \"lastseen\": \"10/4/2021\",\n            \"country\": null,\n            \"region\": null,\n            \"city\": null,\n            \"platform\": \"Desktop\",\n            \"device\": \"Windows\",\n            \"client\": \"Edge\",\n            \"timezone\": null\n        },\n        {\n            \"toaddress\": \"recipient2@domain.com\",\n            \"firstseen\": \"9/17/2021\",\n            \"lastseen\": \"9/17/2021\",\n            \"country\": null,\n            \"region\": null,\n            \"city\": null,\n            \"platform\": \"Desktop\",\n            \"device\": \"Windows\",\n            \"client\": \"Edge\",\n            \"timezone\": null\n        },\n        {\n            \"toaddress\": \"recipient3@domain.com\",\n            \"firstseen\": \"9/14/2021\",\n            \"lastseen\": \"9/21/2021\",\n            \"country\": null,\n            \"region\": null,\n            \"city\": null,\n            \"platform\": \"Desktop\",\n            \"device\": \"Windows\",\n            \"client\": \"Edge\",\n            \"timezone\": null\n        }, ...\n    ]\n}"}],"_postman_id":"4128c44f-d8c4-4564-82d8-dce64a11c95a"},{"name":"Recent Activity","id":"a61589ac-0b85-4f6c-8569-b3669f38ebfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/engagement/activity","description":"<p>Please see <a href=\"#045d4a94-16d3-40fe-ba4d-b295bde92d3e\">timezone param list</a> for details about the id's.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","engagement","activity"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Data Type: DateTime</p>\n","type":"text/plain"},"key":"startdate","value":""},{"disabled":true,"description":{"content":"<p>Data Type: DateTime</p>\n","type":"text/plain"},"key":"enddate","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Nullable(String)</p>\n","type":"text/plain"},"key":"source","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"integrationkey","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"provider","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Nullable(String)</p>\n","type":"text/plain"},"key":"todomain","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Nullable(String)</p>\n","type":"text/plain"},"key":"campaign_id","value":""},{"disabled":true,"description":{"content":"<p>Date Type: varchar(50) null.</p>\n","type":"text/plain"},"key":"platform","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"country","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"region","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"city","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Enum8('unknown' = 0, 'morning' = 1, 'afternoon' = 2, 'evening' = 3, 'night = 4)</p>\n","type":"text/plain"},"key":"timeofday","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Integer</p>\n","type":"text/plain"},"key":"timezone","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"recipient","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"enthusiasm","value":""}],"variable":[]}},"response":[{"id":"e5801707-6d8f-4c10-8f54-beffcb64cacf","name":"Recent Activity","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/analytics/engagement/activity?startdate=&enddate=&source=&integrationkey=&provider=&todomain&campaign_id&platform&country&region&city&timeofday&timezone&recipient&enthusiasm","host":["{{host}}"],"path":["analytics","engagement","activity"],"query":[{"key":"startdate","value":"","description":"Data Type: DateTime"},{"key":"enddate","value":"","description":"Data Type: DateTime"},{"key":"source","value":"","description":"Data Type: Nullable(String)"},{"key":"integrationkey","value":"","description":"Data Type: String"},{"key":"provider","value":"","description":"Data Type: String"},{"key":"todomain","value":null,"description":"Data Type: Nullable(String)"},{"key":"campaign_id","value":null,"description":"Data Type: Nullable(String)"},{"key":"platform","value":null,"description":"Data Type: varchar(50) null."},{"key":"country","value":null,"description":"Data Type: String"},{"key":"region","value":null,"description":"Data Type: String"},{"key":"city","value":null,"description":"Data Type: String"},{"key":"timeofday","value":null,"description":"Data Type: Enum8('unknown' = 0, 'morning' = 1, 'afternoon' = 2, 'evening' = 3, 'night = 4)"},{"key":"timezone","value":null,"description":"Data Type: Integer"},{"key":"recipient","value":null},{"key":"enthusiasm","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 14 Jan 2021 16:24:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3528"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2020-12-15T05:00:00+00:00\",\n            \"enddate\": \"2021-01-14T05:00:00+00:00\",\n            \"timeofday\": [\n                \"morning\"\n            ],\n            \"platform\": [\n                \"desktop\",\n                \"mobile\"\n            ],\n            \"country\": [\n                \"US\"\n            ],\n            \"provider\": null,\n            \"todomain\": null,\n            \"pixel\": null,\n            \"campaign_id\": null,\n            \"region\": null,\n            \"timezone_id\": null,\n            \"enthusiasm\": null,\n            \"device_id\": null,\n            \"client_id\": null,\n            \"recipient\": null\n        },\n        \"opens\": 4896,\n        \"uniques\": 2072,\n        \"forwards\": 17,\n        \"uniqueforwards\": 14,\n        \"prints\": 595,\n        \"uniqueprints\": 365\n    },\n    \"results\": [\n        {\n            \"day\": \"2020-12-15\",\n            \"opens\": 198,\n            \"uniques\": 104,\n            \"forwards\": 3,\n            \"uniqueforwards\": 2,\n            \"prints\": 14,\n            \"uniqueprints\": 12\n        },\n        {\n            \"day\": \"2020-12-16\",\n            \"opens\": 228,\n            \"uniques\": 111,\n            \"forwards\": 3,\n            \"uniqueforwards\": 3,\n            \"prints\": 19,\n            \"uniqueprints\": 15\n        },\n        {\n            \"day\": \"2020-12-17\",\n            \"opens\": 58,\n            \"uniques\": 29,\n            \"forwards\": 6,\n            \"uniqueforwards\": 4,\n            \"prints\": 12,\n            \"uniqueprints\": 5\n        },\n        {\n            \"day\": \"2020-12-18\",\n            \"opens\": 76,\n            \"uniques\": 36,\n            \"forwards\": 3,\n            \"uniqueforwards\": 3,\n            \"prints\": 5,\n            \"uniqueprints\": 5\n        },\n        {\n            \"day\": \"2020-12-19\",\n            \"opens\": 29,\n            \"uniques\": 16,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 3,\n            \"uniqueprints\": 3\n        },\n        {\n            \"day\": \"2020-12-20\",\n            \"opens\": 28,\n            \"uniques\": 18,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 5,\n            \"uniqueprints\": 3\n        },\n        {\n            \"day\": \"2020-12-21\",\n            \"opens\": 278,\n            \"uniques\": 111,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 27,\n            \"uniqueprints\": 10\n        },\n        {\n            \"day\": \"2020-12-22\",\n            \"opens\": 114,\n            \"uniques\": 56,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 6,\n            \"uniqueprints\": 6\n        },\n        {\n            \"day\": \"2020-12-23\",\n            \"opens\": 121,\n            \"uniques\": 63,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 23,\n            \"uniqueprints\": 10\n        },\n        {\n            \"day\": \"2020-12-24\",\n            \"opens\": 63,\n            \"uniques\": 40,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 28,\n            \"uniqueprints\": 19\n        },\n        {\n            \"day\": \"2020-12-25\",\n            \"opens\": 24,\n            \"uniques\": 20,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 14,\n            \"uniqueprints\": 13\n        },\n        {\n            \"day\": \"2020-12-26\",\n            \"opens\": 180,\n            \"uniques\": 53,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 14,\n            \"uniqueprints\": 13\n        },\n        {\n            \"day\": \"2020-12-27\",\n            \"opens\": 37,\n            \"uniques\": 15,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 9,\n            \"uniqueprints\": 6\n        },\n        {\n            \"day\": \"2020-12-28\",\n            \"opens\": 206,\n            \"uniques\": 76,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 24,\n            \"uniqueprints\": 14\n        },\n        {\n            \"day\": \"2020-12-29\",\n            \"opens\": 179,\n            \"uniques\": 69,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 11,\n            \"uniqueprints\": 10\n        },\n        {\n            \"day\": \"2020-12-30\",\n            \"opens\": 144,\n            \"uniques\": 65,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 11,\n            \"uniqueprints\": 10\n        },\n        {\n            \"day\": \"2020-12-31\",\n            \"opens\": 112,\n            \"uniques\": 60,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 20,\n            \"uniqueprints\": 12\n        },\n        {\n            \"day\": \"2021-01-01\",\n            \"opens\": 102,\n            \"uniques\": 39,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 33,\n            \"uniqueprints\": 14\n        },\n        {\n            \"day\": \"2021-01-02\",\n            \"opens\": 60,\n            \"uniques\": 33,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 11,\n            \"uniqueprints\": 11\n        },\n        {\n            \"day\": \"2021-01-03\",\n            \"opens\": 204,\n            \"uniques\": 67,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 16,\n            \"uniqueprints\": 10\n        },\n        {\n            \"day\": \"2021-01-04\",\n            \"opens\": 433,\n            \"uniques\": 119,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 29,\n            \"uniqueprints\": 15\n        },\n        {\n            \"day\": \"2021-01-05\",\n            \"opens\": 273,\n            \"uniques\": 140,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 30,\n            \"uniqueprints\": 21\n        },\n        {\n            \"day\": \"2021-01-06\",\n            \"opens\": 367,\n            \"uniques\": 130,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 21,\n            \"uniqueprints\": 15\n        },\n        {\n            \"day\": \"2021-01-07\",\n            \"opens\": 251,\n            \"uniques\": 128,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 46,\n            \"uniqueprints\": 22\n        },\n        {\n            \"day\": \"2021-01-08\",\n            \"opens\": 127,\n            \"uniques\": 70,\n            \"forwards\": 1,\n            \"uniqueforwards\": 1,\n            \"prints\": 38,\n            \"uniqueprints\": 20\n        },\n        {\n            \"day\": \"2021-01-09\",\n            \"opens\": 185,\n            \"uniques\": 66,\n            \"forwards\": 1,\n            \"uniqueforwards\": 1,\n            \"prints\": 16,\n            \"uniqueprints\": 12\n        },\n        {\n            \"day\": \"2021-01-10\",\n            \"opens\": 81,\n            \"uniques\": 47,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 17,\n            \"uniqueprints\": 14\n        },\n        {\n            \"day\": \"2021-01-11\",\n            \"opens\": 305,\n            \"uniques\": 99,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 26,\n            \"uniqueprints\": 14\n        },\n        {\n            \"day\": \"2021-01-12\",\n            \"opens\": 304,\n            \"uniques\": 123,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 31,\n            \"uniqueprints\": 14\n        },\n        {\n            \"day\": \"2021-01-13\",\n            \"opens\": 129,\n            \"uniques\": 69,\n            \"forwards\": 0,\n            \"uniqueforwards\": 0,\n            \"prints\": 36,\n            \"uniqueprints\": 17\n        }\n    ]\n}"}],"_postman_id":"a61589ac-0b85-4f6c-8569-b3669f38ebfd"},{"name":"Platform Distribution","id":"ac821b5d-8874-4923-b0d8-f03d54fbbd66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/distribution/","description":"<p>The <strong>Apple Privacy Proxy</strong> pre-fetches images (upon delivery) for devices on a charger/internet connection, which will inflate your open counts but also serves as a strong indicator of valid addresses. <strong>Yahoo! Privacy Proxy</strong> is similar since they also pre-fetch images, but only in instances where the recipient is using the Yahoo! mail client. <strong>Gmail</strong> on the other hand does not pre-fetch images, so the open counts accurately reflect your audience's open activity. <strong>Desktop, mobile, etc.</strong> will likely contain Yahoo! or Apple addresses where less restrictive mail clients were in use.</p>\n<p>Please see <a href=\"#045d4a94-16d3-40fe-ba4d-b295bde92d3e\">timezone param list</a> for details about the id's.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","distribution",""],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Data Type: DateTime</p>\n","type":"text/plain"},"key":"startdate","value":""},{"disabled":true,"description":{"content":"<p>Data Type: DateTime</p>\n","type":"text/plain"},"key":"enddate","value":""},{"disabled":true,"description":{"content":"<p>Date Type: Nullable(String)</p>\n","type":"text/plain"},"key":"source","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"integrationkey","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"country","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"region","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"city","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Integer</p>\n","type":"text/plain"},"key":"timezone","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"provider","value":""},{"disabled":true,"description":{"content":"<p>Date Type: Nullable(String)</p>\n","type":"text/plain"},"key":"campaign_id","value":""},{"disabled":true,"description":{"content":"<p>Date Type: Nullable(String)</p>\n","type":"text/plain"},"key":"todomain","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"recipient","value":""},{"disabled":true,"description":{"content":"<p>Data Type: varchar(50) null.</p>\n","type":"text/plain"},"key":"platform","value":""}],"variable":[]}},"response":[{"id":"63a8621d-aefe-46ca-9d5c-168e4da4ed6b","name":"Platform Distribution","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/analytics/distribution/","host":["{{host}}"],"path":["analytics","distribution",""],"query":[{"key":"startdate","value":"2021-04-01 12:00:00","disabled":true},{"key":"enddate","value":"2021-04-15 12:00:00","disabled":true},{"key":"source","value":"250ok","disabled":true},{"key":"integrationkey","value":"pixel","disabled":true},{"key":"country","value":"US","disabled":true},{"key":"region","value":"California","disabled":true},{"key":"city","value":"San Francisco","disabled":true},{"key":"timezone","value":"America/Los_Angeles","disabled":true},{"key":"provider","value":"Gmail","type":"text","disabled":true},{"key":"campaign_id","value":"12345","disabled":true},{"key":"todomain","value":"domain.com","disabled":true},{"key":"recipient","value":"user@domain.com","disabled":true},{"key":"platform","value":"mobile","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 05 Oct 2021 13:38:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1634"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-09-06T00:00:00+00:00\",\n            \"enddate\": \"2021-10-05T00:00:00+00:00\",\n            \"source\": null,\n            \"integrationkey\": null,\n            \"provider\": null,\n            \"todomain\": null,\n            \"pixel\": null,\n            \"campaign_id\": null,\n            \"platform\": null,\n            \"country\": null,\n            \"region\": null,\n            \"city\": null,\n            \"enthusiasm\": null,\n            \"timeofday\": null,\n            \"timezone\": null,\n            \"recipient\": null\n        },\n        \"use_case\": {\n            \"proxy_apple\": \"Valid recipients\",\n            \"proxy_google\": \"Valid recipients, unique opens\",\n            \"proxy_yahoo\": \"Valid recipients\",\n            \"desktop\": \"Valid recipients, opens, geolocation, client/device\",\n            \"mobile\": \"Valid recipients, opens, geolocation, client/device\",\n            \"tablet\": \"Valid recipients, opens, geolocation, client/device\",\n            \"other\": \"otentially false positives (content scanners, bots)\"\n        }\n    },\n    \"results\": {\n        \"proxy_apple\": {\n            \"label\": \"Apple Privacy Proxy\",\n            \"percent\": 0,\n            \"recipients\": 35,\n            \"opens\": 269,\n            \"endpoints\": [\n                \"/analytics/distribution/proxy_apple\"\n            ]\n        },\n        \"proxy_google\": {\n            \"label\": \"Google Image Proxy\",\n            \"percent\": 17.6,\n            \"recipients\": 458,\n            \"opens\": 180572,\n            \"endpoints\": [\n                \"/analytics/distribution/proxy_google\"\n            ]\n        },\n        \"proxy_yahoo\": {\n            \"label\": \"Yahoo! Privacy Proxy\",\n            \"percent\": 0,\n            \"recipients\": 3,\n            \"opens\": 3,\n            \"endpoints\": [\n                \"/analytics/distribution/proxy_yahoo\"\n            ]\n        },\n        \"desktop\": {\n            \"label\": \"Desktop\",\n            \"percent\": 64.5,\n            \"recipients\": 1113,\n            \"opens\": 660392,\n            \"endpoints\": [\n                \"/analytics/distribution/desktop\"\n            ]\n        },\n        \"mobile\": {\n            \"label\": \"Mobile\",\n            \"percent\": 16.2,\n            \"recipients\": 204,\n            \"opens\": 166307,\n            \"endpoints\": [\n                \"/analytics/distribution/mobile\"\n            ]\n        },\n        \"tablet\": {\n            \"label\": \"Tablet\",\n            \"percent\": 0,\n            \"recipients\": 5,\n            \"opens\": 19,\n            \"endpoints\": [\n                \"/analytics/distribution/tablet\"\n            ]\n        },\n        \"other\": {\n            \"label\": \"Other\",\n            \"percent\": 1,\n            \"recipients\": 69,\n            \"opens\": 16317,\n            \"endpoints\": [\n                \"/analytics/distribution/other\"\n            ]\n        }\n    }\n}"}],"_postman_id":"ac821b5d-8874-4923-b0d8-f03d54fbbd66"},{"name":"Detailed Events","id":"c46c9b9c-f3d6-4b26-a4d4-09771dd9149c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/events/","description":"<p>Please see <a href=\"#045d4a94-16d3-40fe-ba4d-b295bde92d3e\">timezone param list</a> for details about the id's.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","events",""],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Data Type: DateTime. </p>\n","type":"text/plain"},"key":"startdate","value":""},{"disabled":true,"description":{"content":"<p>Data Type: DateTime. </p>\n","type":"text/plain"},"key":"enddate","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Nullable(String)</p>\n","type":"text/plain"},"key":"source","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"integrationkey","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"provider","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Nullable(String)</p>\n","type":"text/plain"},"key":"todomain","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Nullable(String)</p>\n","type":"text/plain"},"key":"campaign_id","value":""},{"disabled":true,"description":{"content":"<p>Data Type: varchar(50) null.</p>\n","type":"text/plain"},"key":"platform","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"country","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"region","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"city","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"enthusiasm","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Enum8('unknown' = 0, 'morning' = 1, 'afternoon' = 2, 'evening' = 3, 'night' = 4). \nMorning: 6 AM - Noon recipient local time. Afternoon: Noon - 6 PM. Evening: 6 PM - Midnight. Late Night: Midnight - 6 AM.</p>\n","type":"text/plain"},"key":"timeofday","value":""},{"disabled":true,"description":{"content":"<p>Data Type: Integer</p>\n","type":"text/plain"},"key":"timezone","value":""},{"disabled":true,"description":{"content":"<p>Data Type: String</p>\n","type":"text/plain"},"key":"recipient","value":""}],"variable":[]}},"response":[{"id":"0dc8b8f8-4c81-449d-a9d7-51ba3b796d23","name":"Detailed Events","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"","type":"text","disabled":true}],"url":{"raw":"{{host}}/analytics/events/","host":["{{host}}"],"path":["analytics","events",""],"query":[{"key":"startdate","value":"","description":"Data Type: DateTime. ","disabled":true},{"key":"enddate","value":"","description":"Data Type: DateTime. ","disabled":true},{"key":"source","value":"","description":"Data Type: Nullable(String). ","disabled":true},{"key":"integrationkey","value":"","description":"Data Type: String. ","disabled":true},{"key":"provider","value":"","description":"Data Type: String.","disabled":true},{"key":"todomain","value":null,"description":"Data Type: Nullable(String). ","disabled":true},{"key":"campaign_id","value":null,"description":"Data Type: Nullable(String). ","disabled":true},{"key":"platform","value":null,"description":"Data Type: varchar(50) null.","disabled":true},{"key":"country","value":null,"description":"Data Type: String.","disabled":true},{"key":"region","value":null,"description":"Data Type: String.","disabled":true},{"key":"city","value":null,"description":"Data Type: String.","disabled":true},{"key":"enthusiasm","value":null,"disabled":true},{"key":"timeofday","value":null,"description":"Data Type: Enum8('unknown' = 0, 'morning' = 1, 'afternoon' = 2, 'evening' = 3, 'night' = 4). \nMorning: 6 AM - Noon recipient local time. Afternoon: Noon - 6 PM. Evening: 6 PM - Midnight. Late Night: Midnight - 6 AM.","disabled":true},{"key":"timezone","value":null,"description":"Data Type: Integer","disabled":true},{"key":"recipient","value":null,"disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-05-18T00:00:00+00:00\",\n            \"enddate\": \"2021-06-16T23:59:00+00:00\",\n            \"source\": null,\n            \"integrationkey\": null,\n            \"provider\": null,\n            \"todomain\": null,\n            \"pixel\": null,\n            \"campaign_id\": null,\n            \"platform\": null,\n            \"country\": null,\n            \"region\": null,\n            \"city\": null,\n            \"enthusiasm\": null,\n            \"timeofday\": null,\n            \"timezone\": null,\n            \"recipient\": null\n        }\n    },\n    \"results\": {\n        \"types\": {\n            \"click\": 9697,\n            \"total\": 4027933,\n            \"forward\": 778,\n            \"read\": 765223,\n            \"print\": 1784,\n            \"bounced\": 4390,\n            \"filtered\": 208,\n            \"created\": 1625518,\n            \"delivered\": 1620335\n        }\n    }\n}"}],"_postman_id":"c46c9b9c-f3d6-4b26-a4d4-09771dd9149c"},{"name":"Overview","id":"c478fd2b-148a-4948-b95e-0ad10b04de0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/engagement","description":"<p>Please see <a href=\"#045d4a94-16d3-40fe-ba4d-b295bde92d3e\">timezone param list</a> for details about the id's.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","engagement"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"02c37ca1-0bf2-4194-a64b-4be7eb5c3302","name":"Overview","originalRequest":{"method":"GET","header":[],"url":"{{host}}/analytics/engagement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Tue, 12 Jan 2021 21:15:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"662"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-08-20T00:00:00+00:00\",\n            \"enddate\": \"2021-09-18T00:00:00+00:00\",\n            \"source\": null,\n            \"integrationkey\": null,\n            \"provider\": null,\n            \"todomain\": null,\n            \"pixel\": null,\n            \"campaign_id\": null,\n            \"platform\": null,\n            \"country\": null,\n            \"region\": null,\n            \"city\": null,\n            \"enthusiasm\": null,\n            \"timeofday\": null,\n            \"timezone\": null,\n            \"recipient\": null\n        },\n        \"total\": 1306849\n    },\n    \"results\": {\n        \"activity\": {\n            \"recipients\": 1320,\n            \"opens\": 1306849,\n            \"uniques\": 111087\n        },\n        \"averages\": {\n            \"opensperday\": 43562,\n            \"readtime\": 11\n        },\n        \"timeofday\": {\n            \"morning\": 249694,\n            \"afternoon\": 399351,\n            \"evening\": 317466,\n            \"night\": 162735,\n            \"unknown\": 186795\n        },\n        \"platforms\": {\n            \"proxy_apple\": 247,\n            \"proxy_google\": 186795,\n            \"proxy_yahoo\": 3,\n            \"desktop\": 903654,\n            \"mobile\": 167606,\n            \"tablet\": 38,\n            \"other\": 57698\n        },\n        \"enthusiasm\": {\n            \"glanced\": 46,\n            \"skimmed\": 158,\n            \"read\": 374\n        },\n        \"seconds\": {\n            \"0s\": 12,\n            \"1s\": 34,\n            \"2s\": 20,\n            \"3s\": 21,\n            \"4s\": 10,\n            \"5s\": 94,\n            \"6s\": 6,\n            \"7s\": 7,\n            \"8s\": 1\n        }\n    }\n}"}],"_postman_id":"c478fd2b-148a-4948-b95e-0ad10b04de0a"}],"id":"045d4a94-16d3-40fe-ba4d-b295bde92d3e","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Example(s)</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>read, print, forward, clicks, unsubscribed, total, filtered</td>\n<td>subscriber activity with email</td>\n</tr>\n<tr>\n<td>activity</td>\n<td>string</td>\n<td>recipients, opens, uniques</td>\n<td><strong>recipients:</strong> The number of subscribers receiving email with your tracking pixel.  <br /><strong>opens:</strong> The total number of unique opens, excluding image proxies that inflate or distort open counts due to pre-fetching content.  <br /><strong>uniques:</strong> The total number of opens per unique email address.</td>\n</tr>\n<tr>\n<td>averages  <br /><em>(Found in Overview API)</em></td>\n<td>string</td>\n<td>opensperday, readtime</td>\n<td><strong>opensperday:</strong> The average number of subscribers opening your e-mail per day.  <br /><strong>readtime:</strong> The average time taken to read your email in number of seconds across all recipients.</td>\n</tr>\n<tr>\n<td>platform</td>\n<td>varchar(50) null</td>\n<td>Desktop, Tablet, Mobile Phone, Other, TV, Digital Camera, Console, Car Entertainment System, Apple Image Proxy, Yahoo! Image Proxy, Goole Image Proxy</td>\n<td>- 'Other' platforms may include miscellaneous digital mediums including smart TVs, gaming consoles, etc.  <br />- Apple's Mail Privacy Protection, along with similar measures by Google and Yahoo!, uses proxy servers to cache email images, including tracking pixels. This impacts open rates, geolocation, and device data, making proxy data a distinct signal from other open metrics.  <br /><a href=\"https://knowledge.validity.com/s/articles/What-is-Platform-Distribution-in-Everest-Engagement?language=en_US\">More information here</a></td>\n</tr>\n<tr>\n<td>device</td>\n<td>varchar(100) null</td>\n<td>iPod, iPhone, iPad, Blackberry, Android, Windows, ChromeOS, Linux, Mac, Other</td>\n<td></td>\n</tr>\n<tr>\n<td>client</td>\n<td>varchar(50) null</td>\n<td>Outlook, Gmail, Other, Apple Mail, Windows Live Mail, Blackberry, Thunderbird, Postbox, Entourage, Sparrow, Chrome, Firefox, IE, Opera, Safari, Modzilla</td>\n<td></td>\n</tr>\n<tr>\n<td>enthusiasm</td>\n<td>string</td>\n<td>galanced, skimmed, read</td>\n<td><strong>galanced:</strong> The recipient took less than 2 seconds to read your email;  <br /><strong>skimmed:</strong> The recipient took 2-7 seconds to read your email;  <br /><strong>read:</strong> The recipient took 8 seconds or more to read your email.</td>\n</tr>\n<tr>\n<td>timeofday</td>\n<td>string</td>\n<td>morning, afternoon, evening, night, unknown</td>\n<td>Time ranges are as follows:  <br /><strong>morning:</strong> 6am – 12pm;  <br /><strong>afternoon:</strong> 12pm – 6pm;  <br /><strong>evening:</strong> 6pm – 12am;  <br /><strong>night:</strong> 12am – 6am;</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"timezone-param\">Timezone Param</h2>\n<p>For <code>timezone</code> please refer to the following list for <code>id</code> seclection. Do not use the <code>name</code>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Timezone ID</strong></th>\n<th><strong>Timezone Name</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>America/Chicago</td>\n</tr>\n<tr>\n<td>2</td>\n<td>America/Indiana/Indianapolis</td>\n</tr>\n<tr>\n<td>3</td>\n<td>America/Denver</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Asia/Jerusalem</td>\n</tr>\n<tr>\n<td>5</td>\n<td>America/New_York</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Europe/London</td>\n</tr>\n<tr>\n<td>7</td>\n<td>America/Los_Angeles</td>\n</tr>\n<tr>\n<td>8</td>\n<td>Asia/Seoul</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Asia/Tokyo</td>\n</tr>\n<tr>\n<td>10</td>\n<td>America/Edmonton</td>\n</tr>\n<tr>\n<td>11</td>\n<td>America/Toronto</td>\n</tr>\n<tr>\n<td>12</td>\n<td>America/Santo_Domingo</td>\n</tr>\n<tr>\n<td>13</td>\n<td>Europe/Berlin</td>\n</tr>\n<tr>\n<td>14</td>\n<td>Europe/Zurich</td>\n</tr>\n<tr>\n<td>15</td>\n<td>America/Guayaquil</td>\n</tr>\n<tr>\n<td>16</td>\n<td>Asia/Krasnoyarsk</td>\n</tr>\n<tr>\n<td>17</td>\n<td>Africa/Johannesburg</td>\n</tr>\n<tr>\n<td>18</td>\n<td>Asia/Kolkata</td>\n</tr>\n<tr>\n<td>19</td>\n<td>America/Vancouver</td>\n</tr>\n<tr>\n<td>20</td>\n<td>America/Argentina/Buenos_Aires</td>\n</tr>\n<tr>\n<td>21</td>\n<td>America/Detroit</td>\n</tr>\n<tr>\n<td>22</td>\n<td>Europe/Lisbon</td>\n</tr>\n<tr>\n<td>23</td>\n<td>Asia/Kuala_Lumpur</td>\n</tr>\n<tr>\n<td>24</td>\n<td>Europe/Madrid</td>\n</tr>\n<tr>\n<td>25</td>\n<td>Europe/Paris</td>\n</tr>\n<tr>\n<td>26</td>\n<td>America/Santiago</td>\n</tr>\n<tr>\n<td>27</td>\n<td>America/Port_of_Spain</td>\n</tr>\n<tr>\n<td>28</td>\n<td>America/Antigua</td>\n</tr>\n<tr>\n<td>29</td>\n<td>America/Phoenix</td>\n</tr>\n<tr>\n<td>30</td>\n<td>America/Winnipeg</td>\n</tr>\n<tr>\n<td>31</td>\n<td>Europe/Rome</td>\n</tr>\n<tr>\n<td>32</td>\n<td>America/Kentucky/Louisville</td>\n</tr>\n<tr>\n<td>33</td>\n<td>America/Nassau</td>\n</tr>\n<tr>\n<td>34</td>\n<td>America/Boise</td>\n</tr>\n<tr>\n<td>35</td>\n<td>Asia/Dubai</td>\n</tr>\n<tr>\n<td>36</td>\n<td>Asia/Manila</td>\n</tr>\n<tr>\n<td>37</td>\n<td>Australia/Sydney</td>\n</tr>\n<tr>\n<td>38</td>\n<td>Asia/Hong_Kong</td>\n</tr>\n<tr>\n<td>39</td>\n<td>America/Costa_Rica</td>\n</tr>\n<tr>\n<td>40</td>\n<td>Europe/Moscow</td>\n</tr>\n<tr>\n<td>41</td>\n<td>America/Monterrey</td>\n</tr>\n<tr>\n<td>42</td>\n<td>Europe/Dublin</td>\n</tr>\n<tr>\n<td>43</td>\n<td>Europe/Oslo</td>\n</tr>\n<tr>\n<td>44</td>\n<td>America/Mexico_City</td>\n</tr>\n<tr>\n<td>45</td>\n<td>America/Sao_Paulo</td>\n</tr>\n<tr>\n<td>46</td>\n<td>Asia/Muscat</td>\n</tr>\n<tr>\n<td>47</td>\n<td>Europe/Brussels</td>\n</tr>\n<tr>\n<td>48</td>\n<td>Asia/Singapore</td>\n</tr>\n<tr>\n<td>49</td>\n<td>Africa/Gaborone</td>\n</tr>\n<tr>\n<td>50</td>\n<td>America/Managua</td>\n</tr>\n<tr>\n<td>51</td>\n<td>Europe/Athens</td>\n</tr>\n<tr>\n<td>52</td>\n<td>Europe/Stockholm</td>\n</tr>\n<tr>\n<td>53</td>\n<td>Europe/Bucharest</td>\n</tr>\n<tr>\n<td>54</td>\n<td>America/Cayman</td>\n</tr>\n<tr>\n<td>55</td>\n<td>America/Anchorage</td>\n</tr>\n<tr>\n<td>56</td>\n<td>Europe/Copenhagen</td>\n</tr>\n<tr>\n<td>57</td>\n<td>Europe/Sofia</td>\n</tr>\n<tr>\n<td>58</td>\n<td>Pacific/Honolulu</td>\n</tr>\n<tr>\n<td>59</td>\n<td>Europe/Luxembourg</td>\n</tr>\n<tr>\n<td>60</td>\n<td>America/Guatemala</td>\n</tr>\n<tr>\n<td>61</td>\n<td>Europe/Ljubljana</td>\n</tr>\n<tr>\n<td>62</td>\n<td>Atlantic/Reykjavik</td>\n</tr>\n<tr>\n<td>63</td>\n<td>Asia/Bangkok</td>\n</tr>\n<tr>\n<td>64</td>\n<td>Asia/Riyadh</td>\n</tr>\n<tr>\n<td>65</td>\n<td>Europe/Istanbul</td>\n</tr>\n<tr>\n<td>66</td>\n<td>Europe/Amsterdam</td>\n</tr>\n<tr>\n<td>67</td>\n<td>Australia/Melbourne</td>\n</tr>\n<tr>\n<td>68</td>\n<td>Europe/Jersey</td>\n</tr>\n<tr>\n<td>69</td>\n<td>Asia/Karachi</td>\n</tr>\n<tr>\n<td>70</td>\n<td>Atlantic/Bermuda</td>\n</tr>\n<tr>\n<td>71</td>\n<td>Europe/Zagreb</td>\n</tr>\n<tr>\n<td>72</td>\n<td>Europe/Helsinki</td>\n</tr>\n<tr>\n<td>73</td>\n<td>Asia/Kathmandu</td>\n</tr>\n<tr>\n<td>74</td>\n<td>Asia/Beirut</td>\n</tr>\n<tr>\n<td>75</td>\n<td>Pacific/Auckland</td>\n</tr>\n<tr>\n<td>76</td>\n<td>America/Tijuana</td>\n</tr>\n<tr>\n<td>77</td>\n<td>Asia/Macau</td>\n</tr>\n<tr>\n<td>78</td>\n<td>America/Regina</td>\n</tr>\n<tr>\n<td>79</td>\n<td>Australia/Perth</td>\n</tr>\n<tr>\n<td>80</td>\n<td>Asia/Taipei</td>\n</tr>\n<tr>\n<td>81</td>\n<td>Australia/Brisbane</td>\n</tr>\n<tr>\n<td>82</td>\n<td>Australia/Adelaide</td>\n</tr>\n<tr>\n<td>83</td>\n<td>Africa/Lagos</td>\n</tr>\n<tr>\n<td>84</td>\n<td>Asia/Amman</td>\n</tr>\n<tr>\n<td>85</td>\n<td>America/Puerto_Rico</td>\n</tr>\n<tr>\n<td>86</td>\n<td>Asia/Shanghai</td>\n</tr>\n<tr>\n<td>87</td>\n<td>America/Panama</td>\n</tr>\n<tr>\n<td>88</td>\n<td>Europe/Skopje</td>\n</tr>\n<tr>\n<td>89</td>\n<td>America/Moncton</td>\n</tr>\n<tr>\n<td>90</td>\n<td>Asia/Brunei</td>\n</tr>\n<tr>\n<td>91</td>\n<td>America/Jamaica</td>\n</tr>\n<tr>\n<td>92</td>\n<td>Asia/Baghdad</td>\n</tr>\n<tr>\n<td>93</td>\n<td>America/Lower_Princes</td>\n</tr>\n<tr>\n<td>94</td>\n<td>Europe/Kiev</td>\n</tr>\n<tr>\n<td>95</td>\n<td>Asia/Bahrain</td>\n</tr>\n<tr>\n<td>96</td>\n<td>America/Halifax</td>\n</tr>\n<tr>\n<td>97</td>\n<td>Asia/Colombo</td>\n</tr>\n<tr>\n<td>98</td>\n<td>Europe/Prague</td>\n</tr>\n<tr>\n<td>99</td>\n<td>Asia/Ho_Chi_Minh</td>\n</tr>\n<tr>\n<td>100</td>\n<td>Europe/Warsaw</td>\n</tr>\n<tr>\n<td>101</td>\n<td>Africa/Accra</td>\n</tr>\n<tr>\n<td>102</td>\n<td>Africa/Dakar</td>\n</tr>\n<tr>\n<td>103</td>\n<td>America/Bogota</td>\n</tr>\n<tr>\n<td>104</td>\n<td>Europe/Vienna</td>\n</tr>\n<tr>\n<td>105</td>\n<td>Europe/Sarajevo</td>\n</tr>\n<tr>\n<td>106</td>\n<td>Europe/Minsk</td>\n</tr>\n<tr>\n<td>107</td>\n<td>Asia/Baku</td>\n</tr>\n<tr>\n<td>108</td>\n<td>Asia/Kuwait</td>\n</tr>\n<tr>\n<td>109</td>\n<td>Asia/Makassar</td>\n</tr>\n<tr>\n<td>110</td>\n<td>Asia/Nicosia</td>\n</tr>\n<tr>\n<td>111</td>\n<td>Europe/Budapest</td>\n</tr>\n<tr>\n<td>112</td>\n<td>Europe/Tirane</td>\n</tr>\n<tr>\n<td>113</td>\n<td>Africa/Cairo</td>\n</tr>\n<tr>\n<td>114</td>\n<td>America/Manaus</td>\n</tr>\n<tr>\n<td>115</td>\n<td>America/Lima</td>\n</tr>\n<tr>\n<td>116</td>\n<td>Indian/Mauritius</td>\n</tr>\n<tr>\n<td>117</td>\n<td>Asia/Dhaka</td>\n</tr>\n<tr>\n<td>118</td>\n<td>Asia/Qatar</td>\n</tr>\n<tr>\n<td>119</td>\n<td>Indian/Maldives</td>\n</tr>\n<tr>\n<td>120</td>\n<td>America/Caracas</td>\n</tr>\n<tr>\n<td>121</td>\n<td>Africa/Nairobi</td>\n</tr>\n<tr>\n<td>122</td>\n<td>Europe/Tallinn</td>\n</tr>\n<tr>\n<td>123</td>\n<td>America/Recife</td>\n</tr>\n<tr>\n<td>124</td>\n<td>Asia/Jakarta</td>\n</tr>\n<tr>\n<td>125</td>\n<td>Asia/Tehran</td>\n</tr>\n<tr>\n<td>126</td>\n<td>America/Fortaleza</td>\n</tr>\n<tr>\n<td>127</td>\n<td>Africa/Kinshasa</td>\n</tr>\n<tr>\n<td>128</td>\n<td>Europe/Belgrade</td>\n</tr>\n<tr>\n<td>129</td>\n<td>Europe/Riga</td>\n</tr>\n<tr>\n<td>130</td>\n<td>Europe/Malta</td>\n</tr>\n<tr>\n<td>131</td>\n<td>Europe/Andorra</td>\n</tr>\n<tr>\n<td>132</td>\n<td>America/La_Paz</td>\n</tr>\n<tr>\n<td>133</td>\n<td>Europe/Bratislava</td>\n</tr>\n<tr>\n<td>134</td>\n<td>Asia/Urumqi</td>\n</tr>\n<tr>\n<td>135</td>\n<td>Africa/Algiers</td>\n</tr>\n<tr>\n<td>136</td>\n<td>America/Belize</td>\n</tr>\n<tr>\n<td>137</td>\n<td>America/St_Thomas</td>\n</tr>\n<tr>\n<td>138</td>\n<td>America/Tortola</td>\n</tr>\n<tr>\n<td>139</td>\n<td>America/Araguaina</td>\n</tr>\n<tr>\n<td>140</td>\n<td>America/St_Johns</td>\n</tr>\n<tr>\n<td>141</td>\n<td>Pacific/Pago_Pago</td>\n</tr>\n<tr>\n<td>142</td>\n<td>America/Havana</td>\n</tr>\n<tr>\n<td>143</td>\n<td>Asia/Almaty</td>\n</tr>\n<tr>\n<td>144</td>\n<td>America/Montevideo</td>\n</tr>\n<tr>\n<td>145</td>\n<td>America/Asuncion</td>\n</tr>\n<tr>\n<td>146</td>\n<td>America/Argentina/Cordoba</td>\n</tr>\n<tr>\n<td>147</td>\n<td>America/St_Vincent</td>\n</tr>\n<tr>\n<td>148</td>\n<td>Asia/Yekaterinburg</td>\n</tr>\n<tr>\n<td>149</td>\n<td>Australia/Hobart</td>\n</tr>\n<tr>\n<td>150</td>\n<td>America/Paramaribo</td>\n</tr>\n<tr>\n<td>151</td>\n<td>Asia/Ulaanbaatar</td>\n</tr>\n<tr>\n<td>152</td>\n<td>Africa/Kampala</td>\n</tr>\n<tr>\n<td>153</td>\n<td>Africa/Khartoum</td>\n</tr>\n<tr>\n<td>154</td>\n<td>Africa/Dar_es_Salaam</td>\n</tr>\n<tr>\n<td>155</td>\n<td>Europe/Gibraltar</td>\n</tr>\n<tr>\n<td>156</td>\n<td>Africa/Porto-Novo</td>\n</tr>\n<tr>\n<td>157</td>\n<td>America/Curacao</td>\n</tr>\n<tr>\n<td>158</td>\n<td>America/Barbados</td>\n</tr>\n<tr>\n<td>159</td>\n<td>Europe/Mariehamn</td>\n</tr>\n<tr>\n<td>160</td>\n<td>America/Maceio</td>\n</tr>\n<tr>\n<td>161</td>\n<td>America/Mazatlan</td>\n</tr>\n<tr>\n<td>162</td>\n<td>America/Matamoros</td>\n</tr>\n<tr>\n<td>163</td>\n<td>Europe/Uzhgorod</td>\n</tr>\n<tr>\n<td>164</td>\n<td>Pacific/Guadalcanal</td>\n</tr>\n<tr>\n<td>165</td>\n<td>America/Belem</td>\n</tr>\n<tr>\n<td>166</td>\n<td>Europe/Vilnius</td>\n</tr>\n<tr>\n<td>167</td>\n<td>America/Argentina/Mendoza</td>\n</tr>\n<tr>\n<td>168</td>\n<td>Africa/Casablanca</td>\n</tr>\n<tr>\n<td>169</td>\n<td>America/Merida</td>\n</tr>\n<tr>\n<td>170</td>\n<td>Africa/Tunis</td>\n</tr>\n<tr>\n<td>171</td>\n<td>Africa/Abidjan</td>\n</tr>\n<tr>\n<td>172</td>\n<td>America/Martinique</td>\n</tr>\n<tr>\n<td>173</td>\n<td>Africa/Lome</td>\n</tr>\n<tr>\n<td>174</td>\n<td>America/Argentina/Salta</td>\n</tr>\n<tr>\n<td>175</td>\n<td>America/Bahia</td>\n</tr>\n<tr>\n<td>176</td>\n<td>America/Rio_Branco</td>\n</tr>\n<tr>\n<td>177</td>\n<td>America/Tegucigalpa</td>\n</tr>\n<tr>\n<td>178</td>\n<td>America/Porto_Velho</td>\n</tr>\n<tr>\n<td>179</td>\n<td>America/Port-au-Prince</td>\n</tr>\n<tr>\n<td>180</td>\n<td>Asia/Kabul</td>\n</tr>\n<tr>\n<td>181</td>\n<td>America/Hermosillo</td>\n</tr>\n<tr>\n<td>182</td>\n<td>America/Cancun</td>\n</tr>\n<tr>\n<td>183</td>\n<td>America/Whitehorse</td>\n</tr>\n<tr>\n<td>184</td>\n<td>America/Godthab</td>\n</tr>\n<tr>\n<td>185</td>\n<td>Africa/Mogadishu</td>\n</tr>\n<tr>\n<td>186</td>\n<td>Asia/Hebron</td>\n</tr>\n<tr>\n<td>187</td>\n<td>Europe/Podgorica</td>\n</tr>\n<tr>\n<td>188</td>\n<td>Europe/Isle_of_Man</td>\n</tr>\n<tr>\n<td>189</td>\n<td>Indian/Antananarivo</td>\n</tr>\n<tr>\n<td>190</td>\n<td>Pacific/Fiji</td>\n</tr>\n<tr>\n<td>191</td>\n<td>America/Anguilla</td>\n</tr>\n<tr>\n<td>192</td>\n<td>Asia/Kuching</td>\n</tr>\n<tr>\n<td>193</td>\n<td>Asia/Phnom_Penh</td>\n</tr>\n<tr>\n<td>194</td>\n<td>Asia/Tbilisi</td>\n</tr>\n<tr>\n<td>195</td>\n<td>Asia/Rangoon</td>\n</tr>\n<tr>\n<td>196</td>\n<td>Pacific/Guam</td>\n</tr>\n<tr>\n<td>197</td>\n<td>America/Marigot</td>\n</tr>\n<tr>\n<td>198</td>\n<td>Asia/Pontianak</td>\n</tr>\n<tr>\n<td>199</td>\n<td>America/El_Salvador</td>\n</tr>\n<tr>\n<td>200</td>\n<td>Africa/Douala</td>\n</tr>\n<tr>\n<td>201</td>\n<td>Atlantic/Madeira</td>\n</tr>\n<tr>\n<td>202</td>\n<td>Asia/Yerevan</td>\n</tr>\n<tr>\n<td>203</td>\n<td>Africa/Conakry</td>\n</tr>\n<tr>\n<td>204</td>\n<td>America/Chihuahua</td>\n</tr>\n<tr>\n<td>205</td>\n<td>Asia/Novosibirsk</td>\n</tr>\n<tr>\n<td>206</td>\n<td>America/Campo_Grande</td>\n</tr>\n<tr>\n<td>207</td>\n<td>America/Dominica</td>\n</tr>\n<tr>\n<td>208</td>\n<td>Europe/Zaporozhye</td>\n</tr>\n<tr>\n<td>209</td>\n<td>Asia/Vientiane</td>\n</tr>\n<tr>\n<td>210</td>\n<td>Asia/Jayapura</td>\n</tr>\n<tr>\n<td>211</td>\n<td>America/Grenada</td>\n</tr>\n<tr>\n<td>212</td>\n<td>America/Cuiaba</td>\n</tr>\n<tr>\n<td>213</td>\n<td>Asia/Irkutsk</td>\n</tr>\n<tr>\n<td>214</td>\n<td>Europe/Chisinau</td>\n</tr>\n<tr>\n<td>215</td>\n<td>Africa/Harare</td>\n</tr>\n<tr>\n<td>216</td>\n<td>America/Aruba</td>\n</tr>\n<tr>\n<td>217</td>\n<td>Indian/Reunion</td>\n</tr>\n<tr>\n<td>218</td>\n<td>America/Guadeloupe</td>\n</tr>\n<tr>\n<td>219</td>\n<td>America/Grand_Turk</td>\n</tr>\n<tr>\n<td>220</td>\n<td>Africa/Addis_Ababa</td>\n</tr>\n<tr>\n<td>221</td>\n<td>Pacific/Majuro</td>\n</tr>\n<tr>\n<td>222</td>\n<td>Europe/Guernsey</td>\n</tr>\n<tr>\n<td>223</td>\n<td>Africa/Windhoek</td>\n</tr>\n<tr>\n<td>224</td>\n<td>Asia/Damascus</td>\n</tr>\n<tr>\n<td>225</td>\n<td>Asia/Novokuznetsk</td>\n</tr>\n<tr>\n<td>226</td>\n<td>Africa/Maputo</td>\n</tr>\n<tr>\n<td>227</td>\n<td>Africa/Bamako</td>\n</tr>\n<tr>\n<td>228</td>\n<td>Africa/Mbabane</td>\n</tr>\n<tr>\n<td>229</td>\n<td>Africa/Lusaka</td>\n</tr>\n<tr>\n<td>230</td>\n<td>Africa/Banjul</td>\n</tr>\n<tr>\n<td>231</td>\n<td>America/St_Lucia</td>\n</tr>\n<tr>\n<td>232</td>\n<td>Africa/Libreville</td>\n</tr>\n<tr>\n<td>233</td>\n<td>America/Cayenne</td>\n</tr>\n<tr>\n<td>234</td>\n<td>America/Yellowknife</td>\n</tr>\n<tr>\n<td>235</td>\n<td>Africa/Djibouti</td>\n</tr>\n<tr>\n<td>236</td>\n<td>America/St_Kitts</td>\n</tr>\n<tr>\n<td>237</td>\n<td>Africa/Luanda</td>\n</tr>\n<tr>\n<td>238</td>\n<td>America/Kralendijk</td>\n</tr>\n<tr>\n<td>239</td>\n<td>Asia/Tomsk</td>\n</tr>\n<tr>\n<td>240</td>\n<td>Asia/Aden</td>\n</tr>\n<tr>\n<td>241</td>\n<td>Africa/Monrovia</td>\n</tr>\n<tr>\n<td>242</td>\n<td>America/Guyana</td>\n</tr>\n<tr>\n<td>243</td>\n<td>Pacific/Saipan</td>\n</tr>\n<tr>\n<td>244</td>\n<td>Africa/Tripoli</td>\n</tr>\n<tr>\n<td>245</td>\n<td>Asia/Omsk</td>\n</tr>\n<tr>\n<td>246</td>\n<td>Africa/Freetown</td>\n</tr>\n<tr>\n<td>247</td>\n<td>Pacific/Pohnpei</td>\n</tr>\n<tr>\n<td>248</td>\n<td>Indian/Mahe</td>\n</tr>\n<tr>\n<td>249</td>\n<td>Pacific/Tahiti</td>\n</tr>\n<tr>\n<td>250</td>\n<td>Africa/Kigali</td>\n</tr>\n<tr>\n<td>251</td>\n<td>Indian/Mayotte</td>\n</tr>\n<tr>\n<td>252</td>\n<td>Atlantic/Canary</td>\n</tr>\n<tr>\n<td>253</td>\n<td>Africa/Blantyre</td>\n</tr>\n<tr>\n<td>254</td>\n<td>Europe/Kaliningrad</td>\n</tr>\n<tr>\n<td>255</td>\n<td>Europe/Astrakhan</td>\n</tr>\n<tr>\n<td>256</td>\n<td>Europe/Samara</td>\n</tr>\n<tr>\n<td>257</td>\n<td>Atlantic/Cape_Verde</td>\n</tr>\n<tr>\n<td>258</td>\n<td>Europe/Simferopol</td>\n</tr>\n<tr>\n<td>259</td>\n<td>Asia/Samarkand</td>\n</tr>\n<tr>\n<td>260</td>\n<td>Australia/Darwin</td>\n</tr>\n<tr>\n<td>261</td>\n<td>Asia/Bishkek</td>\n</tr>\n<tr>\n<td>262</td>\n<td>Atlantic/Azores</td>\n</tr>\n<tr>\n<td>263</td>\n<td>Pacific/Gambier</td>\n</tr>\n<tr>\n<td>264</td>\n<td>America/Argentina/La_Rioja</td>\n</tr>\n<tr>\n<td>265</td>\n<td>Africa/Bujumbura</td>\n</tr>\n<tr>\n<td>266</td>\n<td>Africa/Brazzaville</td>\n</tr>\n<tr>\n<td>267</td>\n<td>Europe/Monaco</td>\n</tr>\n<tr>\n<td>268</td>\n<td>Africa/Juba</td>\n</tr>\n<tr>\n<td>269</td>\n<td>Pacific/Efate</td>\n</tr>\n<tr>\n<td>270</td>\n<td>Pacific/Rarotonga</td>\n</tr>\n<tr>\n<td>271</td>\n<td>Africa/Maseru</td>\n</tr>\n<tr>\n<td>272</td>\n<td>Africa/Ouagadougou</td>\n</tr>\n<tr>\n<td>273</td>\n<td>Pacific/Port_Moresby</td>\n</tr>\n<tr>\n<td>274</td>\n<td>Asia/Tashkent</td>\n</tr>\n<tr>\n<td>275</td>\n<td>Asia/Thimphu</td>\n</tr>\n<tr>\n<td>276</td>\n<td>Indian/Chagos</td>\n</tr>\n<tr>\n<td>277</td>\n<td>Atlantic/Faroe</td>\n</tr>\n<tr>\n<td>278</td>\n<td>Africa/Bissau</td>\n</tr>\n<tr>\n<td>279</td>\n<td>Europe/Vaduz</td>\n</tr>\n<tr>\n<td>280</td>\n<td>Europe/Vatican</td>\n</tr>\n<tr>\n<td>281</td>\n<td>Asia/Vladivostok</td>\n</tr>\n<tr>\n<td>282</td>\n<td>Pacific/Noumea</td>\n</tr>\n<tr>\n<td>283</td>\n<td>Asia/Dili</td>\n</tr>\n<tr>\n<td>284</td>\n<td>America/Argentina/Rio_Gallegos</td>\n</tr>\n<tr>\n<td>285</td>\n<td>America/Montserrat</td>\n</tr>\n<tr>\n<td>286</td>\n<td>Europe/Kirov</td>\n</tr>\n<tr>\n<td>287</td>\n<td>Pacific/Tongatapu</td>\n</tr>\n<tr>\n<td>288</td>\n<td>Asia/Yakutsk</td>\n</tr>\n<tr>\n<td>289</td>\n<td>Asia/Sakhalin</td>\n</tr>\n<tr>\n<td>290</td>\n<td>Europe/Volgograd</td>\n</tr>\n<tr>\n<td>291</td>\n<td>America/Argentina/San_Luis</td>\n</tr>\n<tr>\n<td>292</td>\n<td>Asia/Oral</td>\n</tr>\n<tr>\n<td>293</td>\n<td>Asia/Barnaul</td>\n</tr>\n<tr>\n<td>294</td>\n<td>Asia/Ashgabat</td>\n</tr>\n<tr>\n<td>295</td>\n<td>Africa/Nouakchott</td>\n</tr>\n<tr>\n<td>296</td>\n<td>Africa/Malabo</td>\n</tr>\n<tr>\n<td>297</td>\n<td>Asia/Qyzylorda</td>\n</tr>\n<tr>\n<td>298</td>\n<td>Asia/Kamchatka</td>\n</tr>\n<tr>\n<td>299</td>\n<td>America/Argentina/Tucuman</td>\n</tr>\n<tr>\n<td>300</td>\n<td>America/Argentina/Jujuy</td>\n</tr>\n<tr>\n<td>301</td>\n<td>America/Ojinaga</td>\n</tr>\n<tr>\n<td>302</td>\n<td>Pacific/Palau</td>\n</tr>\n<tr>\n<td>303</td>\n<td>America/Argentina/San_Juan</td>\n</tr>\n<tr>\n<td>304</td>\n<td>America/Boa_Vista</td>\n</tr>\n<tr>\n<td>305</td>\n<td>Europe/San_Marino</td>\n</tr>\n<tr>\n<td>306</td>\n<td>Africa/Sao_Tome</td>\n</tr>\n<tr>\n<td>307</td>\n<td>Atlantic/Stanley</td>\n</tr>\n<tr>\n<td>308</td>\n<td>Pacific/Apia</td>\n</tr>\n<tr>\n<td>309</td>\n<td>Pacific/Fakaofo</td>\n</tr>\n<tr>\n<td>310</td>\n<td>Africa/Ndjamena</td>\n</tr>\n<tr>\n<td>311</td>\n<td>Asia/Dushanbe</td>\n</tr>\n<tr>\n<td>312</td>\n<td>Pacific/Nauru</td>\n</tr>\n<tr>\n<td>313</td>\n<td>Pacific/Norfolk</td>\n</tr>\n<tr>\n<td>314</td>\n<td>Atlantic/St_Helena</td>\n</tr>\n<tr>\n<td>315</td>\n<td>Pacific/Tarawa</td>\n</tr>\n<tr>\n<td>316</td>\n<td>Indian/Cocos</td>\n</tr>\n<tr>\n<td>317</td>\n<td>Asia/Aqtau</td>\n</tr>\n<tr>\n<td>318</td>\n<td>America/Argentina/Catamarca</td>\n</tr>\n<tr>\n<td>319</td>\n<td>America/Argentina/Ushuaia</td>\n</tr>\n<tr>\n<td>320</td>\n<td>Pacific/Johnston</td>\n</tr>\n<tr>\n<td>321</td>\n<td>Africa/Bangui</td>\n</tr>\n<tr>\n<td>322</td>\n<td>Africa/Niamey</td>\n</tr>\n<tr>\n<td>323</td>\n<td>America/Santarem</td>\n</tr>\n<tr>\n<td>324</td>\n<td>Pacific/Wallis</td>\n</tr>\n<tr>\n<td>325</td>\n<td>Indian/Christmas</td>\n</tr>\n<tr>\n<td>326</td>\n<td>Asia/Aqtobe</td>\n</tr>\n<tr>\n<td>327</td>\n<td>America/Miquelon</td>\n</tr>\n<tr>\n<td>328</td>\n<td>Atlantic/South_Georgia</td>\n</tr>\n<tr>\n<td>329</td>\n<td>America/Cambridge_Bay</td>\n</tr>\n<tr>\n<td>330</td>\n<td>Africa/Lubumbashi</td>\n</tr>\n<tr>\n<td>331</td>\n<td>Africa/Ceuta</td>\n</tr>\n<tr>\n<td>332</td>\n<td>Pacific/Chuuk</td>\n</tr>\n<tr>\n<td>333</td>\n<td>Africa/Asmara</td>\n</tr>\n<tr>\n<td>334</td>\n<td>Indian/Comoro</td>\n</tr>\n<tr>\n<td>335</td>\n<td>Pacific/Galapagos</td>\n</tr>\n<tr>\n<td>336</td>\n<td>Pacific/Funafuti</td>\n</tr>\n<tr>\n<td>337</td>\n<td>Asia/Magadan</td>\n</tr>\n<tr>\n<td>338</td>\n<td>Asia/Anadyr</td>\n</tr>\n<tr>\n<td>339</td>\n<td>Pacific/Kiritimati</td>\n</tr>\n<tr>\n<td>340</td>\n<td>Pacific/Niue</td>\n</tr>\n<tr>\n<td>342</td>\n<td>Asia/Pyongyang</td>\n</tr>\n<tr>\n<td>343</td>\n<td>America/St_Barthelemy</td>\n</tr>\n<tr>\n<td>345</td>\n<td>Antarctica/McMurdo</td>\n</tr>\n<tr>\n<td>346</td>\n<td>America/North_Dakota/Beulah</td>\n</tr>\n<tr>\n<td>347</td>\n<td>Europe/Ulyanovsk</td>\n</tr>\n<tr>\n<td>348</td>\n<td>America/Kentucky/Monticello</td>\n</tr>\n<tr>\n<td>349</td>\n<td>America/Eirunepe</td>\n</tr>\n<tr>\n<td>350</td>\n<td>None</td>\n</tr>\n<tr>\n<td>351</td>\n<td>Asia/Chita</td>\n</tr>\n<tr>\n<td>352</td>\n<td>America/Nome</td>\n</tr>\n<tr>\n<td>353</td>\n<td>Asia/Gaza</td>\n</tr>\n<tr>\n<td>354</td>\n<td>Arctic/Longyearbyen</td>\n</tr>\n<tr>\n<td>355</td>\n<td>Pacific/Pitcairn</td>\n</tr>\n<tr>\n<td>356</td>\n<td>America/Sitka</td>\n</tr>\n<tr>\n<td>358</td>\n<td>Antarctica/Troll</td>\n</tr>\n<tr>\n<td>359</td>\n<td>America/Indiana/Vincennes</td>\n</tr>\n<tr>\n<td>360</td>\n<td>Asia/Yangon</td>\n</tr>\n<tr>\n<td>361</td>\n<td>Europe/Saratov</td>\n</tr>\n<tr>\n<td>362</td>\n<td>Asia/Atyrau</td>\n</tr>\n<tr>\n<td>363</td>\n<td>America/North_Dakota/New_Salem</td>\n</tr>\n<tr>\n<td>364</td>\n<td>America/Dawson_Creek</td>\n</tr>\n<tr>\n<td>365</td>\n<td>America/Glace_Bay</td>\n</tr>\n<tr>\n<td>366</td>\n<td>America/Iqaluit</td>\n</tr>\n<tr>\n<td>367</td>\n<td>America/Punta_Arenas</td>\n</tr>\n<tr>\n<td>368</td>\n<td>Asia/Famagusta</td>\n</tr>\n<tr>\n<td>369</td>\n<td>Asia/Qostanay</td>\n</tr>\n<tr>\n<td>370</td>\n<td>America/Thunder_Bay</td>\n</tr>\n<tr>\n<td>371</td>\n<td>America/North_Dakota/Center</td>\n</tr>\n<tr>\n<td>372</td>\n<td>America/Thule</td>\n</tr>\n<tr>\n<td>373</td>\n<td>America/Juneau</td>\n</tr>\n<tr>\n<td>374</td>\n<td>America/Creston</td>\n</tr>\n<tr>\n<td>375</td>\n<td>America/Bahia_Banderas</td>\n</tr>\n<tr>\n<td>376</td>\n<td>America/Indiana/Knox</td>\n</tr>\n<tr>\n<td>377</td>\n<td>America/Blanc-Sablon</td>\n</tr>\n<tr>\n<td>378</td>\n<td>America/Noronha</td>\n</tr>\n<tr>\n<td>379</td>\n<td>Pacific/Bougainville</td>\n</tr>\n<tr>\n<td>380</td>\n<td>America/Inuvik</td>\n</tr>\n<tr>\n<td>381</td>\n<td>America/Menominee</td>\n</tr>\n<tr>\n<td>382</td>\n<td>America/Indiana/Winamac</td>\n</tr>\n<tr>\n<td>383</td>\n<td>America/Indiana/Petersburg</td>\n</tr>\n<tr>\n<td>384</td>\n<td>America/Goose_Bay</td>\n</tr>\n<tr>\n<td>385</td>\n<td>America/Indiana/Tell_City</td>\n</tr>\n<tr>\n<td>386</td>\n<td>Australia/Lord_Howe</td>\n</tr>\n<tr>\n<td>387</td>\n<td>Australia/Currie</td>\n</tr>\n<tr>\n<td>388</td>\n<td>America/Swift_Current</td>\n</tr>\n<tr>\n<td>389</td>\n<td>America/Nipigon</td>\n</tr>\n<tr>\n<td>390</td>\n<td>America/Metlakatla</td>\n</tr>\n<tr>\n<td>391</td>\n<td>America/Indiana/Vevay</td>\n</tr>\n<tr>\n<td>392</td>\n<td>Pacific/Chatham</td>\n</tr>\n<tr>\n<td>393</td>\n<td>America/Rankin_Inlet</td>\n</tr>\n<tr>\n<td>394</td>\n<td>America/Atikokan</td>\n</tr>\n<tr>\n<td>395</td>\n<td>America/Dawson</td>\n</tr>\n<tr>\n<td>396</td>\n<td>Australia/Broken_Hill</td>\n</tr>\n<tr>\n<td>397</td>\n<td>America/Indiana/Marengo</td>\n</tr>\n<tr>\n<td>398</td>\n<td>America/Fort_Nelson</td>\n</tr>\n<tr>\n<td>399</td>\n<td>America/Adak</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Pacific/Kosrae</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Pacific/Marquesas</td>\n</tr>\n<tr>\n<td>402</td>\n<td>America/Rainy_River</td>\n</tr>\n<tr>\n<td>403</td>\n<td>America/Resolute</td>\n</tr>\n<tr>\n<td>404</td>\n<td>America/Pangnirtung</td>\n</tr>\n<tr>\n<td>405</td>\n<td>America/Pangnirtung</td>\n</tr>\n<tr>\n<td>406</td>\n<td>America/Pangnirtung</td>\n</tr>\n<tr>\n<td>407</td>\n<td>Asia/Choibalsan</td>\n</tr>\n<tr>\n<td>408</td>\n<td>Pacific/Kwajalein</td>\n</tr>\n<tr>\n<td>409</td>\n<td>Pacific/Kwajalein</td>\n</tr>\n<tr>\n<td>410</td>\n<td>America/Yakutat</td>\n</tr>\n<tr>\n<td>411</td>\n<td>Indian/Kerguelen</td>\n</tr>\n<tr>\n<td>412</td>\n<td>Australia/Lindeman</td>\n</tr>\n<tr>\n<td>413</td>\n<td>Asia/Hovd</td>\n</tr>\n<tr>\n<td>414</td>\n<td>Europe/Busingen</td>\n</tr>\n<tr>\n<td>415</td>\n<td>Pacific/Enderbury</td>\n</tr>\n<tr>\n<td>416</td>\n<td>Pacific/Wake</td>\n</tr>\n<tr>\n<td>417</td>\n<td>Africa/El_Aaiun</td>\n</tr>\n<tr>\n<td>418</td>\n<td>Pacific/Easter</td>\n</tr>\n<tr>\n<td>419</td>\n<td>America/Nuuk</td>\n</tr>\n<tr>\n<td>420</td>\n<td>Pacific/Kanton</td>\n</tr>\n<tr>\n<td>421</td>\n<td>America/Scoresbysund</td>\n</tr>\n<tr>\n<td>422</td>\n<td>Australia/Eucla</td>\n</tr>\n<tr>\n<td>423</td>\n<td>Europe/Kyiv</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"045d4a94-16d3-40fe-ba4d-b295bde92d3e","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"Audience Explorer","item":[{"name":"Data Sources","id":"5b55bed4-9374-4f88-867c-5c5a9e80015f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/audience/sources?limit=100","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","audience","sources"],"host":["{{host}}"],"query":[{"key":"limit","value":"100"}],"variable":[]}},"response":[{"id":"c51241b0-e6d3-47cc-b998-5e485bfeb65f","name":"Data Sources","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.250ok.com/api/2.0/analytics/audience/sources?&limit=100","protocol":"https","host":["api","250ok","com"],"path":["api","2.0","analytics","audience","sources"],"query":[{"key":"","value":null,"type":"text"},{"key":"limit","value":"100","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 01 Apr 2021 15:42:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4785"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"limit\": 10,\n            \"page\": 1,\n            \"startdate\": \"2021-05-18T00:00:00+00:00\",\n            \"enddate\": \"2021-06-16T23:59:00+00:00\",\n            \"source\": null,\n            \"integrationkey\": null,\n            \"provider\": null,\n            \"todomain\": null,\n            \"pixel\": null,\n            \"campaign_id\": null,\n            \"platform\": null,\n            \"country\": null,\n            \"region\": null,\n            \"city\": null,\n            \"enthusiasm\": null,\n            \"timeofday\": null,\n            \"timezone\": null,\n            \"recipient\": null\n        },\n        \"total\": 26,\n        \"limit\": 100,\n        \"pages\": 1,\n        \"opens\": 177826\n    },\n    \"results\": [\n        {\n            \"source\": \"pixel\",\n            \"integration\": \"Everest Tracking Pixel\",\n            \"description\": \"Everest Tracking Pixel\",\n            \"events\": 582009,\n            \"lastseen\": \"2021-03-03T00:00:00+00:00\"\n        },\n        {\n            \"source\": \"AAAABBBBCCCCDDDD\",\n            \"integration\": \"Amazon SES\",\n            \"description\": \"AWS Transactional Mail\",\n            \"events\": 8646714,\n            \"lastseen\": \"2021-03-03T00:00:00+00:00\"\n        },\n        {\n            \"source\": \"EEEEFFFFGGGGHHHH\",\n            \"integration\": \"Salesforce Marketing Cloud\",\n            \"description\": \"Salesforce MC Account\",\n            \"events\": 4359479,\n            \"lastseen\": \"2021-03-03T00:00:00+00:00\"\n        },\n        {\n            \"source\": \"IIIIJJJJKKKKLLLL\",\n            \"integration\": \"SparkPost\",\n            \"description\": \"SparkPost Marketing Account\",\n            \"events\": 79089,\n            \"lastseen\": \"2021-03-03T00:00:00+00:00\"\n        },\n        {\n            \"source\": \"MMMMNNNNOOOOPPPP\",\n            \"integration\": \"SendGrid\",\n            \"description\": \"Triggered Campaigns\",\n            \"events\": 3612,\n            \"lastseen\": \"2021-03-03T00:00:00+00:00\"\n        }\n    ]\n}"}],"_postman_id":"5b55bed4-9374-4f88-867c-5c5a9e80015f"},{"name":"Mailbox Providers","id":"1f3dbdfb-e987-4187-b013-eb21f2cec15b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/audience/providers?limit=10&page=1","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","audience","providers"],"host":["{{host}}"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"2b92949b-c75a-4b29-9562-1bbea425ad2d","name":"Providers","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/analytics/audience/providers?limit=10&page=1","host":["{{host}}"],"path":["analytics","audience","providers"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 13 Jan 2021 16:22:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"698"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"limit\": 10,\n            \"page\": 1,\n            \"startdate\": \"2021-05-18T00:00:00+00:00\",\n            \"enddate\": \"2021-06-16T23:59:00+00:00\",\n            \"source\": null,\n            \"integrationkey\": null,\n            \"provider\": null,\n            \"todomain\": null,\n            \"pixel\": null,\n            \"campaign_id\": null,\n            \"platform\": null,\n            \"country\": null,\n            \"region\": null,\n            \"city\": null,\n            \"enthusiasm\": null,\n            \"timeofday\": null,\n            \"timezone\": null,\n            \"recipient\": null\n        },\n        \"total\": 32,\n        \"limit\": 10,\n        \"pages\": 4,\n        \"opens\": 101453\n    },\n    \"results\": [\n        {\n            \"provider\": \"Microsoft\",\n            \"count\": 32957\n        },\n        {\n            \"provider\": \"Freenet\",\n            \"count\": 26163\n        },\n        {\n            \"provider\": \"Google Apps\",\n            \"count\": 20683\n        },\n        {\n            \"provider\": \"Office 365\",\n            \"count\": 4884\n        },\n        {\n            \"provider\": \"Mail.ru\",\n            \"count\": 4068\n        },\n        {\n            \"provider\": \"Comcast\",\n            \"count\": 3171\n        },\n        {\n            \"provider\": \"McAfee\",\n            \"count\": 2870\n        },\n        {\n            \"provider\": \"AOL\",\n            \"count\": 987\n        },\n        {\n            \"provider\": \"Barracuda\",\n            \"count\": 813\n        },\n        {\n            \"provider\": \"Web.de\",\n            \"count\": 654\n        }\n    ]\n}"}],"_postman_id":"1f3dbdfb-e987-4187-b013-eb21f2cec15b"},{"name":"Pixels","id":"65eba681-abe4-41ee-b3fc-c9da345a25c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/audience/pixels?limit=10&page=1","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","audience","pixels"],"host":["{{host}}"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"9925d77b-9c9a-4475-acff-691cab7c7cf0","name":"Pixels","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/analytics/audience/pixels?limit=3&page=1","host":["{{host}}"],"path":["analytics","audience","pixels"],"query":[{"key":"limit","value":"3"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 13 Jan 2021 21:53:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"500"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"limit\": 3,\n            \"page\": 1,\n            \"startdate\": \"2021-05-18T00:00:00+00:00\",\n            \"enddate\": \"2021-06-16T23:59:00+00:00\",\n            \"source\": null,\n            \"integrationkey\": null,\n            \"provider\": null,\n            \"todomain\": null,\n            \"pixel\": null,\n            \"campaign_id\": null,\n            \"platform\": null,\n            \"country\": null,\n            \"region\": null,\n            \"city\": null,\n            \"enthusiasm\": null,\n            \"timeofday\": null,\n            \"timezone\": null,\n            \"recipient\": null\n        },\n        \"total\": 54,\n        \"limit\": 3,\n        \"pages\": 18,\n        \"opens\": 101808\n    },\n    \"results\": [\n        {\n            \"id\": 5614144,\n            \"pixel\": \"This is a pixel name\",\n            \"count\": 28687\n        },\n        {\n            \"id\": 5616220,\n            \"pixel\": \"This is a subject line\",\n            \"count\": 312\n        },\n        {\n            \"id\": 5614271,\n            \"pixel\": \"This is a campaign description\",\n            \"count\": 246\n        }\n    ]\n}"}],"_postman_id":"65eba681-abe4-41ee-b3fc-c9da345a25c6"},{"name":"Platforms","id":"16d7131e-e43e-4b1b-bef8-8d83f9c67a38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/audience/platforms","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","audience","platforms"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"354eec88-78df-485c-9bcd-6509180fd5a6","name":"Platforms","originalRequest":{"method":"GET","header":[],"url":"{{host}}/analytics/audience/platforms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 13 Jan 2021 16:37:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"452"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-08-21T00:00:00+00:00\",\n            \"enddate\": \"2021-09-19T00:00:00+00:00\",\n            \"source\": null,\n            \"integrationkey\": null,\n            \"provider\": null,\n            \"todomain\": null,\n            \"pixel\": null,\n            \"campaign_id\": null,\n            \"platform\": null,\n            \"country\": null,\n            \"region\": null,\n            \"city\": null,\n            \"enthusiasm\": null,\n            \"timeofday\": null,\n            \"timezone\": null,\n            \"recipient\": null\n        },\n        \"total\": 7,\n        \"limit\": 100,\n        \"pages\": 1,\n        \"opens\": 1260897\n    },\n    \"results\": [\n        {\n            \"platform\": \"proxy_apple\",\n            \"count\": 249,\n            \"uniques\": 7\n        },\n        {\n            \"platform\": \"proxy_google\",\n            \"count\": 181455,\n            \"uniques\": 433\n        },\n        {\n            \"platform\": \"proxy_yahoo\",\n            \"count\": 3,\n            \"uniques\": 3\n        },\n        {\n            \"platform\": \"desktop\",\n            \"count\": 3,\n            \"uniques\": 1\n        },\n        {\n            \"platform\": \"mobile\",\n            \"count\": 54584,\n            \"uniques\": 10\n        },\n        {\n            \"platform\": \"tablet\",\n            \"count\": 2,\n            \"uniques\": 1\n        },\n        {\n            \"platform\": \"other\",\n            \"count\": 474,\n            \"uniques\": 47\n        }\n    ]\n}"}],"_postman_id":"16d7131e-e43e-4b1b-bef8-8d83f9c67a38"},{"name":"Countries","id":"a1d672e5-4a3d-4b7c-a3a7-5f0e0c88899a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/audience/countries?limit=10&page=1","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","audience","countries"],"host":["{{host}}"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"2a61903e-b9a4-47f2-a231-8fcc7265516b","name":"Geolocation (Countries)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/analytics/audience/countries?limit=10&page=1","host":["{{host}}"],"path":["analytics","audience","countries"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 13 Jan 2021 16:59:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"637"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"limit\": 10,\n            \"page\": 1,\n            \"startdate\": \"2020-12-14T22:41:00+00:00\",\n            \"enddate\": \"2021-01-13T22:41:00+00:00\",\n            \"provider\": null,\n            \"pixel\": null,\n            \"campaign_id\": null,\n            \"platform\": null,\n            \"country\": null,\n            \"region\": null,\n            \"timezone_id\": null,\n            \"enthusiasm\": null,\n            \"timeofday\": null,\n            \"device_id\": null,\n            \"client_id\": null,\n            \"recipient\": null\n        },\n        \"total\": 34,\n        \"limit\": 10,\n        \"pages\": 4,\n        \"opens\": 101493\n    },\n    \"results\": [\n        {\n            \"country\": \"US\",\n            \"count\": 15806\n        },\n        {\n            \"country\": \"GB\",\n            \"count\": 339\n        },\n        {\n            \"country\": \"FR\",\n            \"count\": 343\n        },\n        {\n            \"country\": \"CA\",\n            \"count\": 284\n        },\n        {\n            \"country\": \"IL\",\n            \"count\": 313\n        },\n        {\n            \"country\": \"NL\",\n            \"count\": 133\n        },\n        {\n            \"country\": \"TN\",\n            \"count\": 104\n        },\n        {\n            \"country\": \"IE\",\n            \"count\": 97\n        },\n        {\n            \"country\": \"LU\",\n            \"count\": 71\n        },\n        {\n            \"country\": \"BR\",\n            \"count\": 73\n        }\n    ]\n}"}],"_postman_id":"a1d672e5-4a3d-4b7c-a3a7-5f0e0c88899a"},{"name":"Regions","id":"d6449577-f69b-484a-9646-24ba45e3f126","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/audience/regions?limit=10&page=1","description":"<p><strong>Hint</strong>: Pass a 'country' parameter to view Regions by Country. Example: <code>?country=US</code></p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","audience","regions"],"host":["{{host}}"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"15ea185d-79d4-4600-9606-123543ba69d1","name":"Regions","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/analytics/audience/regions?limit=10&page=1","host":["{{host}}"],"path":["analytics","audience","regions"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 13 Jan 2021 16:58:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1102"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"limit\": 10,\n            \"page\": 1,\n            \"startdate\": \"2020-12-14T22:41:00+00:00\",\n            \"enddate\": \"2021-01-13T22:41:00+00:00\",\n            \"provider\": null,\n            \"pixel\": null,\n            \"campaign_id\": null,\n            \"platform\": null,\n            \"country\": null,\n            \"region\": null,\n            \"timezone_id\": null,\n            \"enthusiasm\": null,\n            \"timeofday\": null,\n            \"device_id\": null,\n            \"client_id\": null,\n            \"recipient\": null\n        },\n        \"total\": 128,\n        \"limit\": 10,\n        \"pages\": 13,\n        \"opens\": 101488\n    },\n    \"results\": [\n        {\n            \"region\": \"Virginia\",\n            \"latitude\": 39.0438,\n            \"longitude\": -77.4874,\n            \"count\": 6904\n        },\n        {\n            \"region\": \"California\",\n            \"latitude\": 37.3936,\n            \"longitude\": -121.977,\n            \"count\": 2351\n        },\n        {\n            \"region\": \"New Jersey\",\n            \"latitude\": 41.0598,\n            \"longitude\": -74.12,\n            \"count\": 1181\n        },\n        {\n            \"region\": \"Illinois\",\n            \"latitude\": 41.8781,\n            \"longitude\": -87.6298,\n            \"count\": 748\n        },\n        {\n            \"region\": \"Massachusetts\",\n            \"latitude\": 42.2809,\n            \"longitude\": -71.2378,\n            \"count\": 720\n        },\n        {\n            \"region\": \"New York\",\n            \"latitude\": 40.7903,\n            \"longitude\": -73.9597,\n            \"count\": 491\n        },\n        {\n            \"region\": \"Florida\",\n            \"latitude\": 27.0998,\n            \"longitude\": -82.4543,\n            \"count\": 439\n        },\n        {\n            \"region\": \"England\",\n            \"latitude\": 51.5524,\n            \"longitude\": -0.2969,\n            \"count\": 337\n        },\n        {\n            \"region\": \"Île-de-France\",\n            \"latitude\": 48.892,\n            \"longitude\": 2.3193,\n            \"count\": 325\n        },\n        {\n            \"region\": \"Washington\",\n            \"latitude\": 47.1301,\n            \"longitude\": -119.278,\n            \"count\": 312\n        }\n    ]\n}"}],"_postman_id":"d6449577-f69b-484a-9646-24ba45e3f126"},{"name":"Time Zones","id":"0b7a0ed2-4dc4-434d-b896-e3cc810a16f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/audience/timezones?limit=10&page=1","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","audience","timezones"],"host":["{{host}}"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"2586e220-225f-48e0-9eab-7ca492ccea6c","name":"Timezones","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/analytics/audience/timezones?limit=10&page=1","host":["{{host}}"],"path":["analytics","audience","timezones"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 13 Jan 2021 22:07:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"615"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"limit\": 10,\n            \"page\": 1,\n            \"startdate\": \"2021-03-17T00:00:00+00:00\",\n            \"enddate\": \"2021-04-15T23:59:00+00:00\",\n            \"source\": null,\n            \"provider\": null,\n            \"todomain\": null,\n            \"pixel\": null,\n            \"campaign_id\": null,\n            \"platform\": null,\n            \"country\": null,\n            \"region\": null,\n            \"timezone_id\": null,\n            \"enthusiasm\": null,\n            \"timeofday\": null,\n            \"device_id\": null,\n            \"client_id\": null,\n            \"recipient\": null\n        },\n        \"total\": 49,\n        \"limit\": 10,\n        \"pages\": 5,\n        \"opens\": 724391\n    },\n    \"results\": [\n        {\n            \"timezone\": \"America/New_York\",\n            \"count\": 9664\n        },\n        {\n            \"timezone\": \"America/Chicago\",\n            \"count\": 2246\n        },\n        {\n            \"timezone\": \"America/Los_Angeles\",\n            \"count\": 1763\n        },\n        {\n            \"timezone\": \"Europe/Paris\",\n            \"count\": 509\n        },\n        {\n            \"timezone\": \"Europe/London\",\n            \"count\": 473\n        },\n        {\n            \"timezone\": \"America/Toronto\",\n            \"count\": 343\n        },\n        {\n            \"timezone\": \"Africa/Tunis\",\n            \"count\": 205\n        },\n        {\n            \"timezone\": \"Asia/Kolkata\",\n            \"count\": 193\n        },\n        {\n            \"timezone\": \"America/Denver\",\n            \"count\": 129\n        },\n        {\n            \"timezone\": \"Asia/Jerusalem\",\n            \"count\": 121\n        }\n    ]\n}"}],"_postman_id":"0b7a0ed2-4dc4-434d-b896-e3cc810a16f1"},{"name":"Enthusiasm","id":"2455706b-4cbc-410e-953a-b326f3ba10da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/audience/enthusiasm","description":"<ul>\n<li>Read: 8 or more seconds.</li>\n<li>Skimmed: 2 or more seconds, but less than 8 seconds.</li>\n<li>Glanced: less than 2 seconds.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","audience","enthusiasm"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5350634a-fd83-4c59-85ac-6e499f59ee75","name":"Enthusiasm","originalRequest":{"method":"GET","header":[],"url":"{{host}}/analytics/audience/enthusiasm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 13 Jan 2021 18:41:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"505"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2020-12-14T23:41:00+00:00\",\n            \"enddate\": \"2021-01-13T23:41:00+00:00\",\n            \"provider\": null,\n            \"pixel\": null,\n            \"campaign_id\": null,\n            \"platform\": null,\n            \"country\": null,\n            \"region\": null,\n            \"timezone_id\": null,\n            \"enthusiasm\": null,\n            \"timeofday\": null,\n            \"device_id\": null,\n            \"client_id\": null,\n            \"recipient\": null\n        },\n        \"total\": 17062,\n        \"limit\": 100,\n        \"pages\": 171,\n        \"opens\": 101741\n    },\n    \"results\": [\n        {\n            \"enthusiasm\": \"read\",\n            \"count\": 4749\n        },\n        {\n            \"enthusiasm\": \"skimmed\",\n            \"count\": 10590\n        },\n        {\n            \"enthusiasm\": \"glancedorunread\",\n            \"count\": 1723\n        },\n        {\n            \"enthusiasm\": \"imageproxy\",\n            \"count\": 84679\n        }\n    ]\n}"}],"_postman_id":"2455706b-4cbc-410e-953a-b326f3ba10da"},{"name":"Time of Day","id":"8e45b76b-46a3-4995-9786-047443023907","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/audience/timeofday","description":"<ul>\n<li>Morning: 6 AM - Noon recipient local time.</li>\n<li>Afternoon: Noon - 6 PM.</li>\n<li>Evening: 6 PM - Midnight.</li>\n<li>Late Night: Midnight - 6 AM.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","audience","timeofday"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"07ebc30f-7549-4025-916c-b97ef82a4a2a","name":"Time of Day","originalRequest":{"method":"GET","header":[],"url":"{{host}}/analytics/audience/timeofday"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 13 Jan 2021 18:43:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"530"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"session=3ljdrvg11dhl98i3qe4mt5vou8gqloq6; expires=Wed, 13-Jan-2021 22:43:42 GMT; Max-Age=14400; path=/; domain=.appdev.250ok.com; secure; HttpOnly; SameSite=None"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2020-12-14T23:43:00+00:00\",\n            \"enddate\": \"2021-01-13T23:43:00+00:00\",\n            \"provider\": null,\n            \"pixel\": null,\n            \"campaign_id\": null,\n            \"platform\": null,\n            \"country\": null,\n            \"region\": null,\n            \"timezone_id\": null,\n            \"enthusiasm\": null,\n            \"timeofday\": null,\n            \"device_id\": null,\n            \"client_id\": null,\n            \"recipient\": null\n        },\n        \"total\": null,\n        \"limit\": 100,\n        \"pages\": 0,\n        \"opens\": 101741\n    },\n    \"results\": [\n        {\n            \"timeofday\": \"afternoon\",\n            \"count\": 31326\n        },\n        {\n            \"timeofday\": \"evening\",\n            \"count\": 25569\n        },\n        {\n            \"timeofday\": \"morning\",\n            \"count\": 20162\n        },\n        {\n            \"timeofday\": \"night\",\n            \"count\": 13821\n        },\n        {\n            \"timeofday\": \"unknown\",\n            \"count\": 12308\n        }\n    ]\n}"}],"_postman_id":"8e45b76b-46a3-4995-9786-047443023907"},{"name":"Clients","id":"0b657614-021e-45f0-a39e-2c0254cded4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/audience/clients?limit=10&page=1","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","audience","clients"],"host":["{{host}}"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"b4c2740d-25dd-421a-9abd-46ab4f9d7ae1","name":"Mail Clients","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/analytics/audience/clients?limit=10&page=1","host":["{{host}}"],"path":["analytics","audience","clients"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 13 Jan 2021 17:46:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"956"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"limit\": 10,\n            \"page\": 1,\n            \"startdate\": \"2021-03-17T00:00:00+00:00\",\n            \"enddate\": \"2021-04-15T23:59:00+00:00\",\n            \"source\": null,\n            \"provider\": null,\n            \"todomain\": null,\n            \"pixel\": null,\n            \"campaign_id\": null,\n            \"platform\": null,\n            \"country\": null,\n            \"region\": null,\n            \"timezone_id\": null,\n            \"enthusiasm\": null,\n            \"timeofday\": null,\n            \"device_id\": null,\n            \"client_id\": null,\n            \"recipient\": null\n        },\n        \"total\": 29,\n        \"limit\": 10,\n        \"pages\": 3,\n        \"opens\": 724351\n    },\n    \"results\": [\n        {\n            \"name\": \"Edge\",\n            \"count\": 134858,\n            \"versions\": {\n                \"89\": 92655,\n                \"88\": 23404,\n                \"12\": 18797,\n                \"84\": 1,\n                \"18\": 1\n            }\n        },\n        {\n            \"name\": \"Google Image Proxy\",\n            \"count\": 131393,\n            \"versions\": {\n                \"Google Image Proxy\": 131393\n            }\n        },\n        {\n            \"name\": \"Firefox\",\n            \"count\": 115496,\n            \"versions\": {\n                \"79\": 76051,\n                \"86\": 39369,\n                \"87\": 60,\n                \"78\": 11,\n                \"74\": 3,\n                \"82\": 2\n            }\n        },\n        {\n            \"name\": \"Chrome\",\n            \"count\": 115233,\n            \"versions\": {\n                \"63\": 75947,\n                \"89\": 38635,\n                \"76\": 118,\n                \"79\": 107,\n                \"83\": 90,\n                \"70\": 62,\n                \"80\": 60,\n                \"64\": 35,\n                \"84\": 33,\n                \"72\": 32,\n                \"87\": 30,\n                \"88\": 19,\n                \"67\": 16,\n                \"86\": 10,\n                \"57\": 8,\n                \"85\": 7,\n                \"Unknown\": 6,\n                \"60\": 5,\n                \"81\": 4,\n                \"55\": 3,\n                \"73\": 2,\n                \"29\": 1,\n                \"74\": 1,\n                \"77\": 1,\n                \"23\": 1\n            }\n        },\n        {\n            \"name\": \"IE\",\n            \"count\": 82563,\n            \"versions\": {\n                \"10\": 70556,\n                \"11\": 9269,\n                \"8\": 2483,\n                \"5\": 194,\n                \"9\": 61\n            }\n        },\n        {\n            \"name\": \"Default Browser\",\n            \"count\": 54001,\n            \"versions\": {\n                \"Unknown\": 54001\n            }\n        },\n        {\n            \"name\": \"Apple Mail\",\n            \"count\": 50444,\n            \"versions\": {\n                \"14\": 48141,\n                \"13\": 2105,\n                \"12\": 108,\n                \"7\": 42,\n                \"11\": 37,\n                \"10\": 9,\n                \"8\": 2\n            }\n        },\n        {\n            \"name\": \"Android WebView\",\n            \"count\": 27579,\n            \"versions\": {\n                \"52\": 27577,\n                \"83\": 1,\n                \"81\": 1\n            }\n        },\n        {\n            \"name\": \"Outlook\",\n            \"count\": 23072,\n            \"versions\": {\n                \"4.40.0\": 18525,\n                \"2016\": 4395,\n                \"Unknown\": 132,\n                \"2013\": 18,\n                \"2010\": 2\n            }\n        },\n        {\n            \"name\": \"Slack-ImgProxy\",\n            \"count\": 1252,\n            \"versions\": {\n                \"Unknown\": 1252\n            }\n        }\n    ]\n}"}],"_postman_id":"0b657614-021e-45f0-a39e-2c0254cded4c"},{"name":"Recipient Devices","id":"7636f69b-5408-4ff7-b209-07b033c74eef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/audience/devices?limit=10&page=1","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","audience","devices"],"host":["{{host}}"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"92139940-589a-42b0-b2c2-02e7aca9f748","name":"Devices","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/analytics/audience/devices?limit=10&page=1","host":["{{host}}"],"path":["analytics","audience","devices"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 13 Jan 2021 18:03:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"889"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"session=1lc7o89uoiuj96shakrdvu5caqnru3q0; expires=Wed, 13-Jan-2021 22:03:02 GMT; Max-Age=14400; path=/; domain=.appdev.250ok.com; secure; HttpOnly; SameSite=None"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"limit\": 10,\n            \"page\": 1,\n            \"startdate\": \"2021-03-17T00:00:00+00:00\",\n            \"enddate\": \"2021-04-15T23:59:00+00:00\",\n            \"source\": null,\n            \"provider\": null,\n            \"todomain\": null,\n            \"pixel\": null,\n            \"campaign_id\": null,\n            \"platform\": null,\n            \"country\": null,\n            \"region\": null,\n            \"timezone_id\": null,\n            \"enthusiasm\": null,\n            \"timeofday\": null,\n            \"device_id\": null,\n            \"client_id\": null,\n            \"recipient\": null\n        },\n        \"total\": 11,\n        \"limit\": 10,\n        \"pages\": 2,\n        \"opens\": 724222\n    },\n    \"results\": [\n        {\n            \"name\": \"Windows\",\n            \"count\": 451654,\n            \"versions\": {\n                \"10\": 365371,\n                \"8\": 70548,\n                \"7\": 11839,\n                \"Unknown\": 3631,\n                \"2000\": 194,\n                \"XP\": 59,\n                \"8.1\": 12\n            }\n        },\n        {\n            \"name\": \"Google Image Proxy\",\n            \"count\": 131364,\n            \"versions\": {\n                \"Google Image Proxy\": 131364\n            }\n        },\n        {\n            \"name\": \"iPhone\",\n            \"count\": 66769,\n            \"versions\": {\n                \"14\": 48127,\n                \"Unknown\": 18522,\n                \"13\": 70,\n                \"7\": 42,\n                \"12\": 6,\n                \"11\": 2\n            }\n        },\n        {\n            \"name\": \"Linux\",\n            \"count\": 54087,\n            \"versions\": {\n                \"Unknown\": 54087\n            }\n        },\n        {\n            \"name\": \"Android\",\n            \"count\": 27685,\n            \"versions\": {\n                \"7.1.2\": 27571,\n                \"11\": 68,\n                \"8.1.0\": 17,\n                \"9\": 15,\n                \"10\": 14\n            }\n        },\n        {\n            \"name\": \"Mac\",\n            \"count\": 3121,\n            \"versions\": {\n                \"OS X 10.15\": 2348,\n                \"OS X 10.14\": 410,\n                \"OS X 11.2\": 210,\n                \"OS X 10.13\": 56,\n                \"OS X 11.1\": 30,\n                \"OS X 10.16\": 26,\n                \"Unknown\": 22,\n                \"OS X 10.12\": 16,\n                \"OS X 10.10\": 2,\n                \"OS X 11.0\": 1\n            }\n        },\n        {\n            \"name\": \"Unknown\",\n            \"count\": 1585,\n            \"versions\": {\n                \"Unknown\": 1585\n            }\n        },\n        {\n            \"name\": \"Front\",\n            \"count\": 76,\n            \"versions\": {\n                \"Image Proxy\": 76\n            }\n        },\n        {\n            \"name\": \"Yahoo\",\n            \"count\": 30,\n            \"versions\": {\n                \"Yahoo Image Proxy\": 30\n            }\n        },\n        {\n            \"name\": \"Skype\",\n            \"count\": 21,\n            \"versions\": {\n                \"Skype Uri Preview\": 21\n            }\n        }\n    ]\n}"}],"_postman_id":"7636f69b-5408-4ff7-b209-07b033c74eef"},{"name":"Top Recipients","id":"a40578d4-6f36-48ca-9444-6eb2511ac520","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/audience/recipients?limit=10&page=1","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","audience","recipients"],"host":["{{host}}"],"query":[{"key":"limit","value":"10"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"5546bb9a-6aed-4509-83d9-c7f060d5a71d","name":"☒ Top Recipients","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/analytics/audience/recipients?limit=3&page=1","host":["{{host}}"],"path":["analytics","audience","recipients"],"query":[{"key":"limit","value":"3"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 13 Jan 2021 18:30:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"561"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"limit\": 3,\n            \"page\": 1,\n            \"startdate\": \"2020-12-14T23:30:00+00:00\",\n            \"enddate\": \"2021-01-13T23:30:00+00:00\",\n            \"provider\": null,\n            \"pixel\": null,\n            \"campaign_id\": null,\n            \"platform\": null,\n            \"country\": null,\n            \"region\": null,\n            \"timezone_id\": null,\n            \"enthusiasm\": null,\n            \"timeofday\": null,\n            \"device_id\": null,\n            \"client_id\": null,\n            \"recipient\": null\n        },\n        \"total\": 810,\n        \"limit\": 3,\n        \"pages\": 270,\n        \"opens\": 101714\n    },\n    \"results\": [\n        {\n            \"recipient\": \"address@domain.com\",\n            \"count\": 4903,\n            \"uniques\": 1\n        },\n        {\n            \"recipient\": \"address2@domain.com\",\n            \"count\": 4754,\n            \"uniques\": 1\n        },\n        {\n            \"recipient\": \"address3@domain.com\",\n            \"count\": 4482,\n            \"uniques\": 1\n        }\n    ]\n}"}],"_postman_id":"a40578d4-6f36-48ca-9444-6eb2511ac520"}],"id":"79ab29ec-63ad-4310-ad13-80e2cf520014","description":"<p>Audience Explorer data is dervied from pixel opening events.</p>\n","event":[{"listen":"prerequest","script":{"id":"bd89ec16-4068-4848-850e-84de5b0d7f70","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4e0da8d5-2550-4341-8bcf-f9fcf7b8888d","type":"text/javascript","exec":[""]}}],"_postman_id":"79ab29ec-63ad-4310-ad13-80e2cf520014","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"Delivery Insights","item":[{"name":"Overview","id":"dbdb5170-022b-4da4-b5a6-8117560b6f30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/delivery","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","delivery"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"2b062d76-1758-4565-b2e8-70fa965c4e1b","name":"Overview","originalRequest":{"method":"GET","header":[],"url":"{{host}}/analytics/delivery"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 14 Jan 2021 22:02:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"358"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2020-12-16T00:00:00+00:00\",\n            \"enddate\": \"2021-01-14T23:59:00+00:00\",\n            \"source\": null,\n            \"integrationkey\": null,\n            \"provider\": null,\n            \"todomain\": null,\n            \"ip\": null\n        }\n    },\n    \"results\": {\n        \"activity\": {\n            \"messages\": 514571,\n            \"delivered\": 507373,\n            \"deferred\": 664,\n            \"bounced\": 7041,\n            \"filtered\": 334\n        },\n        \"timetodelivery\": {\n            \"0-3 min\": 250494,\n            \"4-6 min\": 1412,\n            \"7-15 min\": 805,\n            \"16-60 min\": 956,\n            \"61 min\": 2580\n        }\n    }\n}"}],"_postman_id":"dbdb5170-022b-4da4-b5a6-8117560b6f30"},{"name":"Recent Activity","id":"0e8a39f5-194e-4e96-86e7-aad9b9e81ad7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/delivery/activity","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","delivery","activity"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"288d1ed9-6645-4bdd-a64e-0d91aead9058","name":"Recent Activity","originalRequest":{"method":"GET","header":[],"url":"{{host}}/analytics/delivery/activity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 14 Jan 2021 19:29:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3206"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2020-12-16T00:00:00+00:00\",\n            \"enddate\": \"2021-01-14T23:59:00+00:00\",\n            \"source\": null,\n            \"integrationkey\": null,\n            \"provider\": null,\n            \"todomain\": null,\n            \"ip\": null\n        },\n        \"messages\": 505445,\n        \"delivered\": 498329,\n        \"deferred\": 664,\n        \"bounced\": 6974,\n        \"filtered\": 334\n    },\n    \"results\": [\n        {\n            \"day\": \"2020-12-15\",\n            \"messages\": 846,\n            \"delivered\": 831,\n            \"deferred\": 1,\n            \"bounced\": 15,\n            \"filtered\": 2\n        },\n        {\n            \"day\": \"2020-12-16\",\n            \"messages\": 8145,\n            \"delivered\": 7852,\n            \"deferred\": 3,\n            \"bounced\": 293,\n            \"filtered\": 4\n        },\n        {\n            \"day\": \"2020-12-17\",\n            \"messages\": 7586,\n            \"delivered\": 7492,\n            \"deferred\": 66,\n            \"bounced\": 93,\n            \"filtered\": 11\n        },\n        {\n            \"day\": \"2020-12-18\",\n            \"messages\": 7591,\n            \"delivered\": 7507,\n            \"deferred\": 15,\n            \"bounced\": 84,\n            \"filtered\": 10\n        },\n        {\n            \"day\": \"2020-12-19\",\n            \"messages\": 3904,\n            \"delivered\": 3883,\n            \"deferred\": 2,\n            \"bounced\": 18,\n            \"filtered\": 6\n        },\n        {\n            \"day\": \"2020-12-20\",\n            \"messages\": 3085,\n            \"delivered\": 3081,\n            \"deferred\": 1,\n            \"bounced\": 7,\n            \"filtered\": 8\n        },\n        {\n            \"day\": \"2020-12-21\",\n            \"messages\": 6934,\n            \"delivered\": 6847,\n            \"deferred\": 8,\n            \"bounced\": 89,\n            \"filtered\": 12\n        },\n        {\n            \"day\": \"2020-12-22\",\n            \"messages\": 8965,\n            \"delivered\": 8892,\n            \"deferred\": 39,\n            \"bounced\": 74,\n            \"filtered\": 13\n        },\n        {\n            \"day\": \"2020-12-23\",\n            \"messages\": 8160,\n            \"delivered\": 8092,\n            \"deferred\": 84,\n            \"bounced\": 68,\n            \"filtered\": 9\n        },\n        {\n            \"day\": \"2020-12-24\",\n            \"messages\": 4753,\n            \"delivered\": 4719,\n            \"deferred\": 11,\n            \"bounced\": 35,\n            \"filtered\": 19\n        },\n        {\n            \"day\": \"2020-12-25\",\n            \"messages\": 3597,\n            \"delivered\": 3591,\n            \"deferred\": 8,\n            \"bounced\": 6,\n            \"filtered\": 12\n        },\n        {\n            \"day\": \"2020-12-26\",\n            \"messages\": 4962,\n            \"delivered\": 4946,\n            \"deferred\": 11,\n            \"bounced\": 3,\n            \"filtered\": 18\n        },\n        {\n            \"day\": \"2020-12-27\",\n            \"messages\": 6800,\n            \"delivered\": 6762,\n            \"deferred\": 9,\n            \"bounced\": 22,\n            \"filtered\": 15\n        },\n        {\n            \"day\": \"2020-12-28\",\n            \"messages\": 8670,\n            \"delivered\": 8553,\n            \"deferred\": 47,\n            \"bounced\": 80,\n            \"filtered\": 24\n        },\n        {\n            \"day\": \"2020-12-29\",\n            \"messages\": 9949,\n            \"delivered\": 9900,\n            \"deferred\": 12,\n            \"bounced\": 56,\n            \"filtered\": 9\n        },\n        {\n            \"day\": \"2020-12-30\",\n            \"messages\": 7437,\n            \"delivered\": 7329,\n            \"deferred\": 18,\n            \"bounced\": 77,\n            \"filtered\": 19\n        },\n        {\n            \"day\": \"2020-12-31\",\n            \"messages\": 14658,\n            \"delivered\": 14314,\n            \"deferred\": 81,\n            \"bounced\": 293,\n            \"filtered\": 9\n        },\n        {\n            \"day\": \"2021-01-01\",\n            \"messages\": 14036,\n            \"delivered\": 13716,\n            \"deferred\": 29,\n            \"bounced\": 306,\n            \"filtered\": 4\n        },\n        {\n            \"day\": \"2021-01-02\",\n            \"messages\": 11475,\n            \"delivered\": 11210,\n            \"deferred\": 53,\n            \"bounced\": 230,\n            \"filtered\": 6\n        },\n        {\n            \"day\": \"2021-01-03\",\n            \"messages\": 13203,\n            \"delivered\": 12827,\n            \"deferred\": 118,\n            \"bounced\": 314,\n            \"filtered\": 16\n        },\n        {\n            \"day\": \"2021-01-04\",\n            \"messages\": 34205,\n            \"delivered\": 32822,\n            \"deferred\": 48,\n            \"bounced\": 720,\n            \"filtered\": 11\n        },\n        {\n            \"day\": \"2021-01-05\",\n            \"messages\": 35426,\n            \"delivered\": 35385,\n            \"deferred\": 0,\n            \"bounced\": 725,\n            \"filtered\": 14\n        },\n        {\n            \"day\": \"2021-01-06\",\n            \"messages\": 40564,\n            \"delivered\": 40254,\n            \"deferred\": 0,\n            \"bounced\": 284,\n            \"filtered\": 14\n        },\n        {\n            \"day\": \"2021-01-07\",\n            \"messages\": 41896,\n            \"delivered\": 41608,\n            \"deferred\": 0,\n            \"bounced\": 301,\n            \"filtered\": 11\n        },\n        {\n            \"day\": \"2021-01-08\",\n            \"messages\": 32544,\n            \"delivered\": 32308,\n            \"deferred\": 0,\n            \"bounced\": 233,\n            \"filtered\": 14\n        },\n        {\n            \"day\": \"2021-01-09\",\n            \"messages\": 11449,\n            \"delivered\": 11370,\n            \"deferred\": 0,\n            \"bounced\": 119,\n            \"filtered\": 10\n        },\n        {\n            \"day\": \"2021-01-10\",\n            \"messages\": 10662,\n            \"delivered\": 10586,\n            \"deferred\": 0,\n            \"bounced\": 87,\n            \"filtered\": 8\n        },\n        {\n            \"day\": \"2021-01-11\",\n            \"messages\": 37273,\n            \"delivered\": 35860,\n            \"deferred\": 0,\n            \"bounced\": 1423,\n            \"filtered\": 10\n        },\n        {\n            \"day\": \"2021-01-12\",\n            \"messages\": 38063,\n            \"delivered\": 37667,\n            \"deferred\": 0,\n            \"bounced\": 362,\n            \"filtered\": 5\n        },\n        {\n            \"day\": \"2021-01-13\",\n            \"messages\": 41882,\n            \"delivered\": 41376,\n            \"deferred\": 0,\n            \"bounced\": 435,\n            \"filtered\": 9\n        },\n        {\n            \"day\": \"2021-01-14\",\n            \"messages\": 26725,\n            \"delivered\": 26749,\n            \"deferred\": 0,\n            \"bounced\": 122,\n            \"filtered\": 2\n        }\n    ]\n}"}],"_postman_id":"0e8a39f5-194e-4e96-86e7-aad9b9e81ad7"},{"name":"Data Sources","id":"5e671639-b00e-4d99-b383-ef770216c2eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/delivery/sources","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","delivery","sources"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"38227aa5-ff5a-4975-9691-aa8ed1fef87a","name":"Data Sources","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/analytics/delivery/sources?source=AAAABBBBCCCCDDDD1234","host":["{{host}}"],"path":["analytics","delivery","sources"],"query":[{"key":"source","value":"AAAABBBBCCCCDDDD1234"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 14 Jan 2021 19:48:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"412"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"source\": [\n                \"AAAABBBBCCCCDDDD1234\"\n            ],\n            \"startdate\": \"2020-12-16T00:00:00+00:00\",\n            \"enddate\": \"2021-01-14T23:59:00+00:00\",\n            \"integrationkey\": null,\n            \"todomain\": null,\n            \"ip\": null\n        },\n        \"total\": 1,\n        \"limit\": 100,\n        \"pages\": 1,\n        \"opens\": 0\n    },\n    \"results\": [\n        {\n            \"source\": \"AAAABBBBCCCCDDDD1234\",\n            \"name\": \"My Salesforce Account\",\n            \"provider\": \"Salesforce Marketing Cloud\",\n            \"lastseen\": \"2019-08-09T01:33:00+00:00\",\n            \"count\": 7127738\n        }\n    ]\n}"}],"_postman_id":"5e671639-b00e-4d99-b383-ef770216c2eb"},{"name":"Mailbox Providers","id":"71bbee11-215e-4cae-8df3-2745a98e55dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/delivery/providers?provider=Microsoft","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","delivery","providers"],"host":["{{host}}"],"query":[{"key":"provider","value":"Microsoft"}],"variable":[]}},"response":[{"id":"e8c2174a-1086-4ad9-aaa5-70e09747a316","name":"Mailbox Providers","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/analytics/delivery/providers?provider=Microsoft","host":["{{host}}"],"path":["analytics","delivery","providers"],"query":[{"key":"provider","value":"Microsoft"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 14 Jan 2021 19:36:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"337"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"provider\": [\n                \"Microsoft\"\n            ],\n            \"startdate\": \"2020-12-16T00:00:00+00:00\",\n            \"enddate\": \"2021-01-14T23:59:00+00:00\",\n            \"source\": null,\n            \"integrationkey\": null,\n            \"todomain\": null,\n            \"ip\": null\n        },\n        \"total\": 1,\n        \"limit\": 100,\n        \"pages\": 1,\n        \"opens\": 32957\n    },\n    \"results\": [\n        {\n            \"provider\": \"Microsoft\",\n            \"messages\": 136456,\n            \"delivered\": 136324,\n            \"deferred\": 41,\n            \"bounced\": 0,\n            \"filtered\": 0,\n            \"opens\": 28186\n        }\n    ]\n}"}],"_postman_id":"71bbee11-215e-4cae-8df3-2745a98e55dd"},{"name":"Recipient Domains (to-domains)","id":"54f79a1e-3dfb-47d9-9352-89b355bf79a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/delivery/todomains?limit=10","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","delivery","todomains"],"host":["{{host}}"],"query":[{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"c2dda459-ece3-48ae-8f96-85381ae1af5c","name":"Recipient Domains (to-domains)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/analytics/delivery/todomains?limit=5&startdate=2020-12-16T00:00:00+00:00&enddate=2021-01-14T23:59:00+00:00&source&integrationkey&todomain&ip","host":["{{host}}"],"path":["analytics","delivery","todomains"],"query":[{"key":"limit","value":"5"},{"key":"startdate","value":"2020-12-16T00:00:00+00:00","type":"text"},{"key":"enddate","value":"2021-01-14T23:59:00+00:00","type":"text"},{"key":"source","value":null,"type":"text"},{"key":"integrationkey","value":null,"type":"text"},{"key":"todomain","value":null,"type":"text"},{"key":"ip","value":null,"type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 14 Jan 2021 21:13:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"418"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"limit\": 5,\n            \"startdate\": \"2020-12-16T00:00:00+00:00\",\n            \"enddate\": \"2021-01-14T23:59:00+00:00\",\n            \"source\": null,\n            \"integrationkey\": null,\n            \"todomain\": null,\n            \"ip\": null\n        },\n        \"total\": 21,\n        \"limit\": 5,\n        \"pages\": 5,\n        \"events\": 0\n    },\n    \"results\": [\n        {\n            \"todomain\": \"outlook.com\",\n            \"count\": 275391\n        },\n        {\n            \"todomain\": \"comcast.net\",\n            \"count\": 141658\n        },\n        {\n            \"todomain\": \"freenet.de\",\n            \"count\": 124733\n        },\n        {\n            \"todomain\": \"mail.ru\",\n            \"count\": 101864\n        },\n        {\n            \"todomain\": \"gmx.de\",\n            \"count\": 34266\n        }\n    ]\n}"}],"_postman_id":"54f79a1e-3dfb-47d9-9352-89b355bf79a0"},{"name":"IP Performance","id":"329bf46b-5464-415d-8ffb-c7aa1f4394c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/delivery/ips?limit=10","description":"<p>If your ESP does not provide volume statistics by IP address, IP performance may estimate based on the combined volume of message deliveries and bounces.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","delivery","ips"],"host":["{{host}}"],"query":[{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"5f4fad66-f5c5-453e-8fdf-df3c665bffaa","name":"IP Performance","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/analytics/delivery/ips?limit=5","host":["{{host}}"],"path":["analytics","delivery","ips"],"query":[{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 14 Jan 2021 19:59:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"780"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"session=vehaghdt4j2rmfsgq9cncv3a8pi65ttn; expires=Thu, 14-Jan-2021 23:59:39 GMT; Max-Age=14400; path=/; domain=.appdev.250ok.com; secure; HttpOnly; SameSite=None"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"limit\": 5,\n            \"startdate\": \"2020-12-16T00:00:00+00:00\",\n            \"enddate\": \"2021-01-14T23:59:00+00:00\",\n            \"source\": null,\n            \"integrationkey\": null,\n            \"todomain\": null,\n            \"ip\": null\n        },\n        \"total\": 47,\n        \"limit\": 5,\n        \"pages\": 10,\n        \"events\": 634053\n    },\n    \"results\": [\n        {\n            \"ip\": \"127.0.0.1\",\n            \"messages\": 32703,\n            \"delivered\": 31992,\n            \"deferred\": 170,\n            \"bounced\": 631,\n            \"filtered\": 0\n        },\n        {\n            \"ip\": \"127.0.0.2\",\n            \"messages\": 32582,\n            \"delivered\": 31907,\n            \"deferred\": 198,\n            \"bounced\": 581,\n            \"filtered\": 0\n        },\n        {\n            \"ip\": \"127.0.0.3\",\n            \"messages\": 32529,\n            \"delivered\": 31775,\n            \"deferred\": 142,\n            \"bounced\": 617,\n            \"filtered\": 0\n        },\n        {\n            \"ip\": \"127.0.0.4\",\n            \"messages\": 32396,\n            \"delivered\": 31642,\n            \"deferred\": 154,\n            \"bounced\": 661,\n            \"filtered\": 0\n        },\n        {\n            \"ip\": \"127.0.0.5\",\n            \"messages\": 0,\n            \"delivered\": 16303,\n            \"deferred\": 0,\n            \"bounced\": 0,\n            \"filtered\": 0\n        }\n    ]\n}"}],"_postman_id":"329bf46b-5464-415d-8ffb-c7aa1f4394c5"},{"name":"Filtered Messages","id":"6639b2f6-8fe8-4057-a36f-90820ba721cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/delivery/filtered","description":"<p>Filtered messages are those suppressed prior to send by your email service provider, often times because of delivery issues in the past.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","delivery","filtered"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"74fd178a-475e-437d-8efe-14941491617c","name":"Filtered Messages","originalRequest":{"method":"GET","header":[],"url":"{{host}}/analytics/delivery/filtered"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Fri, 15 Jan 2021 13:42:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"275"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-03-03T00:00:00+00:00\",\n            \"enddate\": \"2021-04-01T23:59:00+00:00\",\n            \"source\": null,\n            \"integrationkey\": null,\n            \"provider\": null,\n            \"todomain\": null,\n            \"ip\": null\n        },\n        \"events\": 213\n    },\n    \"results\": [\n        {\n            \"reason\": \"Bounced Address\",\n            \"count\": 213\n        }\n    ]\n}"}],"_postman_id":"6639b2f6-8fe8-4057-a36f-90820ba721cd"},{"name":"Non-Deliveries","id":"6ff7c8ea-546c-4724-b5f4-c40f1db651e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/delivery/nondeliveries?limit=10","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","delivery","nondeliveries"],"host":["{{host}}"],"query":[{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"6bce0375-30b5-4ff5-9414-cf88ad56233d","name":"Non-Deliveries","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/analytics/delivery/nondeliveries?limit=3","host":["{{host}}"],"path":["analytics","delivery","nondeliveries"],"query":[{"key":"limit","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Fri, 15 Jan 2021 13:45:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"550"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"limit\": 3,\n            \"startdate\": \"2020-12-17T00:00:00+00:00\",\n            \"enddate\": \"2021-01-15T23:59:00+00:00\",\n            \"source\": null,\n            \"integrationkey\": null,\n            \"provider\": null,\n            \"todomain\": null,\n            \"ip\": null\n        },\n        \"events\": 5003\n    },\n    \"results\": [\n        {\n            \"smtp\": \"smtp; 550 Spam message rejected\",\n            \"code\": 0,\n            \"category\": \"Non-bounce\",\n            \"count\": 2003\n        },\n        {\n            \"smtp\": \"554 5.7.1 [internal] recipient address was suppressed due to customer policy\",\n            \"code\": 0,\n            \"category\": \"Non-bounce\",\n            \"count\": 1726\n        },\n        {\n            \"smtp\": \"smtp; 550 permanent failure for one or more recipients (user@domain.tld:blocked)\",\n            \"code\": 50,\n            \"category\": \"General\",\n            \"count\": 1274\n        }\n    ]\n}"}],"_postman_id":"6ff7c8ea-546c-4724-b5f4-c40f1db651e1"}],"id":"2bd40cf0-054c-4a21-9b25-1a99cb61d7d2","event":[{"listen":"prerequest","script":{"id":"e42b82a4-8120-40f6-aa7f-ad663f06a02d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"815cfff7-5901-4d98-be4f-f4a4e555c70b","type":"text/javascript","exec":[""]}}],"_postman_id":"2bd40cf0-054c-4a21-9b25-1a99cb61d7d2","description":"","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"Analytics Settings","item":[{"name":"Pixels","id":"dc44bf27-596a-4d22-bd99-8d21ff0f3a8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/pixels?limit=10","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","pixels"],"host":["{{host}}"],"query":[{"disabled":true,"key":"search","value":"test"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"a5370e0b-b23d-435d-8dbd-9202464069cb","name":"Pixels","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/analytics/pixels?search=test&limit=3","host":["{{host}}"],"path":["analytics","pixels"],"query":[{"key":"search","value":"test"},{"key":"limit","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Fri, 15 Jan 2021 15:46:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"603"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"search\": \"test\",\n            \"limit\": 3\n        },\n        \"total\": 20,\n        \"pages\": 7,\n        \"limit\": 3\n    },\n    \"results\": [\n        {\n            \"id\": 1,\n            \"name\": \"Testing 123\",\n            \"description\": \"Testing 123\",\n            \"guid\": \"aaaa1111\",\n            \"domain\": {\n                \"id\": 1,\n                \"domain\": \"analytics.domain.com\"\n            },\n            \"provider\": {\n                \"id\": 1,\n                \"provider\": \"MailChimp\"\n            },\n            \"created\": \"2021-01-06T15:08:06+00:00\",\n            \"firstseen\": \"2020-07-01T12:36:49+00:00\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Another pixel matching 'test'\",\n            \"description\": \"Another pixel matching 'test'\",\n            \"guid\": \"bbbb2222\",\n            \"domain\": {\n                \"id\": 1,\n                \"domain\": \"analytics.domain.com\"\n            },\n            \"provider\": {\n                \"id\": 1,\n                \"provider\": \"MailChimp\"\n            },\n            \"created\": \"2020-08-19T18:04:57+00:00\",\n            \"firstseen\": \"2020-07-01T12:36:49+00:00\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"And another one because... test\",\n            \"description\": \"And another one because... test\",\n            \"guid\": \"cccc3333\",\n            \"domain\": {\n                \"id\": 1,\n                \"domain\": \"analytics.domain.com\"\n            },\n            \"provider\": {\n                \"id\": 1,\n                \"provider\": \"MailChimp\"\n            },\n            \"created\": \"2020-06-30T12:36:49+00:00\",\n            \"firstseen\": \"2020-07-01T12:36:49+00:00\"\n        }\n    ]\n}"}],"_postman_id":"dc44bf27-596a-4d22-bd99-8d21ff0f3a8c"},{"name":"Pixels: Providers","id":"1c5846b9-7416-4eec-a628-a7bd0d336919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/pixels/providers","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","pixels","providers"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"be63cd4f-e747-4f35-9dee-bd07b386a85c","name":"Pixels: Providers","originalRequest":{"method":"GET","header":[],"url":"{{host}}/analytics/pixels/providers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Fri, 15 Jan 2021 16:40:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"11755"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": [\n        {\n            \"id\": 1,\n            \"provider\": \"Acoustic\",\n            \"has_email_tag\": 1,\n            \"has_campaign_tag\": 1\n        },\n        {\n            \"id\": 2,\n            \"provider\": \"Act-On\",\n            \"has_email_tag\": 1,\n            \"has_campaign_tag\": 1\n        },\n        {\n            \"id\": 3,\n            \"provider\": \"MailChimp\",\n            \"has_email_tag\": 1,\n            \"has_campaign_tag\": 0\n        } // ...\n    ]\n}"}],"_postman_id":"1c5846b9-7416-4eec-a628-a7bd0d336919"},{"name":"Tracking Code by Pixel ID","id":"320f8774-bbdc-4e9a-b476-570efe243114","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/pixels/1/code?includecampaign=1&includeparams=1&quotes=single","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","pixels","1","code"],"host":["{{host}}"],"query":[{"description":{"content":"<p>[0, 1] Option to include a 'campaign' parameter or tag</p>\n","type":"text/plain"},"key":"includecampaign","value":"1"},{"description":{"content":"<p>[0, 1] Option to include your custom properties and parameters</p>\n","type":"text/plain"},"key":"includeparams","value":"1"},{"description":{"content":"<p>(Optional) [single, double]</p>\n","type":"text/plain"},"key":"quotes","value":"single"}],"variable":[]}},"response":[{"id":"dda0c304-a79d-49bb-b7ea-1d68532e5e14","name":"Pixel: Tracking Code","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/analytics/pixels/1/code?includecampaign=1&includeparams=1","host":["{{host}}"],"path":["analytics","pixels","1","code"],"query":[{"key":"includecampaign","value":"1"},{"key":"includeparams","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Fri, 15 Jan 2021 16:22:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1075"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"includecampaign\": \"1\",\n            \"includeparams\": \"1\"\n        }\n    },\n    \"results\": \"<style> @media print{ #_two50 { background-image:url('http://customer.250analytics.com/ea/guid1234/?t=p&e=*|EMAIL|*&c=*|CAMPAIGN_UID|*&account_id=&age=*|AGE|*'); } } blockquote #_two50, #mailContainerBody #_two50, div.OutlookMessageHeader, table.moz-email-headers-table { background-image:url('http://customer.250analytics.com/ea/guid1234/?t=p&e=*|EMAIL|*&c=*|CAMPAIGN_UID|*&account_id=&age=*|AGE|*'); } </style> <div id='_two50'></div> <img id='_two50_img' src='http://customer.250analytics.com/ea/guid1234/?t=p&e=*|EMAIL|*&c=*|CAMPAIGN_UID|*&account_id=&age=*|AGE|*' width='1' height='1' style='margin:0 !important; padding:0 !important; border:0 !important; height:1px !important; width:1px !important;' />\"\n}"}],"_postman_id":"320f8774-bbdc-4e9a-b476-570efe243114"},{"name":"Create Pixel","id":"13b18e54-47d2-430f-b2b1-bcb79842e14a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"description","value":"My Newsletter","type":"text","description":"<p>(Required) The name or subject line of the pixel</p>\n"},{"key":"provider_id","value":"35","type":"text","description":"<p>(Required) The provider ID of your email service provider, which can be retrieved from the <strong>Pixels: Providers</strong> endpoint. If your provider isn't listed, you can submit '0'</p>\n"},{"key":"domain_id","value":"2","type":"text","description":"<p>(Required) The domain ID of your analytics tracking domain, which can be retrieved from the <strong>Custom Domains</strong> endpoint.</p>\n"},{"key":"quotes","value":"single","type":"text","description":"<p>[single, double] Option to use double or single quotes for the tracking pixel HTML</p>\n"},{"key":"includecampaign","value":"1","type":"text","description":"<p>[0, 1] Option to include your custom properties and parameters</p>\n"},{"key":"includeparams","value":"1","type":"text","description":"<p>[0, 1] Option to include your custom properties and parameters</p>\n"}]},"url":"{{host}}/analytics/pixels","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","pixels"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ab0dc601-9243-4656-a924-c2e3a2515cf0","name":"Create Pixel","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"description","value":"My Newsletter","type":"text","description":"(Required) The name or subject line of the pixel"},{"key":"provider_id","value":"35","type":"text","description":"(Required) The provider ID of your email service provider, which can be retrieved from the **Pixels: Providers** endpoint. If your provider isn't listed, you can submit '0'"},{"key":"domain_id","value":"2","type":"text","description":"(Required) The domain ID of your analytics tracking domain, which can be retrieved from the **Custom Domains** endpoint."},{"key":"quotes","value":"single","type":"text","description":"[single, double] Option to use double or single quotes for the tracking pixel HTML"},{"key":"includecampaign","value":"1","type":"text","description":"[0, 1] Option to include your custom properties and parameters"},{"key":"includeparams","value":"1","type":"text","description":"[0, 1] Option to include your custom properties and parameters"}]},"url":"{{host}}/analytics/pixels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Fri, 15 Jan 2021 17:49:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"55"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"id\": 1,\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"13b18e54-47d2-430f-b2b1-bcb79842e14a"},{"name":"Delete Pixel","id":"2f5b572e-4e18-4af1-a952-75bca5f30fb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/analytics/pixels/1","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","pixels","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b9f66d8b-c9b3-441e-83f9-79bcc2867fc0","name":"Delete Pixel","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/analytics/pixels/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Fri, 15 Jan 2021 15:59:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"55"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"id\": 1,\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"2f5b572e-4e18-4af1-a952-75bca5f30fb5"},{"name":"Custom Domains","id":"4e0552df-7b60-490b-8fd5-ef0c88965089","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/analytics/domains","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","domains"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"cf6ea9d6-8ff8-4ad5-80e0-3d7607938d58","name":"Custom Domains","originalRequest":{"method":"GET","header":[],"url":"{{host}}/analytics/domains"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Fri, 15 Jan 2021 14:15:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"367"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 3,\n        \"verified\": 2\n    },\n    \"results\": [\n        {\n            \"id\": 1,\n            \"name\": \"analytics.domain.com\",\n            \"verified\": 1\n        },\n        {\n            \"id\": 2,\n            \"name\": \"click.domain.com\",\n            \"verified\": 1\n        },\n        {\n            \"id\": 3,\n            \"name\": \"tracking.domain.com\",\n            \"verified\": 0\n        }\n    ]\n}"}],"_postman_id":"4e0552df-7b60-490b-8fd5-ef0c88965089"},{"name":"Create Domain","id":"8db35d81-031e-4d3a-afcc-a4f2ed1051fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"domain","value":"analytics.customer.com","type":"text"},{"key":"type","value":"domain","description":"<p>'domain' or 'subdomain'. If using a subdomain, you the value must match '{your_cname}.250analytics.com'</p>\n","type":"text"}]},"url":"{{host}}/analytics/domains","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","domains"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"083dfa8f-8291-47df-a16f-9d648f2f437d","name":"Create Domain (Domain already exists)","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"domain","value":"analytics.domain.com","type":"text"},{"key":"type","value":"domain","description":"'domain' or 'subdomain'. If using a subdomain, you the value must match '{your_cname}.250analytics.com'","type":"text"}]},"url":"{{host}}/analytics/domains"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Fri, 15 Jan 2021 15:18:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"51"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Domain already exists in your account.\"\n}"},{"id":"7e27dae6-b4cf-4e6d-8d26-6fea153afbd6","name":"Create Domain (Subdomain)","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"domain","value":"customer.250analytics.com","type":"text"},{"key":"type","value":"subdomain","description":"'domain' or 'subdomain'. If using a subdomain, you the value must match '{your_cname}.250analytics.com'","type":"text"}]},"url":"{{host}}/analytics/domains"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Fri, 15 Jan 2021 15:18:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"105"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"id\": 1,\n        \"domain\": \"customer.250analytics.com\",\n        \"type\": \"subdomain\",\n        \"status\": \"success\"\n    }\n}"},{"id":"8d43f7b6-8ef5-49f5-8c77-e276aecfd4a8","name":"Create Domain","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"domain","value":"analytics.customer.com","type":"text"},{"key":"type","value":"domain","description":"'domain' or 'subdomain'. If using a subdomain, you the value must match '{your_cname}.250analytics.com'","type":"text"}]},"url":"{{host}}/analytics/domains"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Fri, 15 Jan 2021 15:19:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"105"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"id\": 1,\n        \"domain\": \"analytics.customer.com\",\n        \"type\": \"domain\",\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"8db35d81-031e-4d3a-afcc-a4f2ed1051fa"},{"name":"Verify Domain","id":"9f7ff972-0b2c-479a-9322-b405ef46b56a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{host}}/analytics/domains/1","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","domains","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0a9f8ad1-93e0-4aa2-bb76-878d73e68b39","name":"Verify Domain (Error)","originalRequest":{"method":"PUT","header":[],"url":"{{host}}/analytics/domains/1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Fri, 15 Jan 2021 14:56:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"182"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Error verifying domain. You must create a CNAME entry and point it to 250analytics.com. If you just made a DNS change, please wait a few minutes and try to verify again.\"\n}"},{"id":"f82ed0d7-f62d-4bde-b041-e2b8f6e3b5f6","name":"Verify Domain","originalRequest":{"method":"PUT","header":[],"url":"{{host}}/analytics/domains/1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Fri, 15 Jan 2021 14:56:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"182"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"id\": 1,\n    \"domain\": \"domain.com\"\n}"}],"_postman_id":"9f7ff972-0b2c-479a-9322-b405ef46b56a"},{"name":"Delete Domain","id":"a7765830-2f64-4300-b05e-b998f7e5ce5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/analytics/domains/1","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["analytics","domains","1"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e059b675-7fbe-422f-8700-c235c7454002","name":"Delete Domain","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/analytics/domains/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Fri, 15 Jan 2021 15:04:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"78"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.24"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"id\": 1,\n        \"domain\": \"analytics.domain.com\",\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"a7765830-2f64-4300-b05e-b998f7e5ce5f"}],"id":"545f86ea-7395-46a9-b798-7e6540a538c3","_postman_id":"545f86ea-7395-46a9-b798-7e6540a538c3","description":"","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}}],"id":"98bb20e4-9250-4ce0-a13d-ae9fea8f10a2","description":"<h3 id=\"workflow-tips-on-apply-filters-and-parameters\">Workflow tips on apply filters and parameters</h3>\n<p>The <strong>Engagement</strong> collection has the same standardized filters available in the Everest interface. For an up-to-date list, all available filters will be returned in API responses in the <code>meta.params</code> object.</p>\n<p>In the <strong>Audience Explorer</strong> sub-collection you'll find the corresponding API endpoints containing the valid filtering values and options.</p>\n<h3 id=\"helpful-tips-on-response-objects\">Helpful tips on response objects</h3>\n<p><strong>Opens:</strong></p>\n<p>Opens may vary across tracking mediums due to pixels firing false positives from spam filters, campaign editors, or preview panes in popular mail clients. Counts may vary depending on how a given pixel provider handles these cases.</p>\n<p><strong>Uniques:</strong></p>\n<p>Unique opens are the total opens per unique email address. Total opens includes things like re-opens, forwarded messages, or any instance where an email is opened multiple times using one unique tracking pixel/email address.</p>\n","event":[{"listen":"prerequest","script":{"id":"1e153e21-209d-46a8-983c-76fdf2feb07b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"269e2622-3997-4dd1-8efe-fbae5e1628df","type":"text/javascript","exec":[""]}}],"_postman_id":"98bb20e4-9250-4ce0-a13d-ae9fea8f10a2","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"Apps & Integrations","item":[{"name":"Google Postmaster Tools","item":[{"name":"Domains","id":"af691662-15ce-48f8-a658-ba6ca240d010","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/gpt/domains","description":"<p>Retrieves all domains listed in your Google Postmaster Tools integration.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["gpt","domains"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"bd46718c-b07d-4995-ac8c-b31362255e27","name":"Get Domains","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{apikey}}"}],"url":"{{host}}/gpt/domains"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.12"},{"key":"Date","value":"Mon, 23 Sep 2019 18:17:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"9526"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"errors\": \"Deliver Errors: shows rejected/temp-failed traffic vs all authenticated traffic coming from each domain. Messages are typically rejected or temp-failed with the SMTP error codes 550 or 421 respectively.\",\n        \"domainreputation\": \"Domain Reputation: provides a sense of whether the Gmail spam filter might mark emails from that Domain or IP as spam or not. The 'totals' object contains the total count of low/medium/good domain classifications during the provided date range.\",\n        \"ipreputation\": \"IP Reputation: provides a sense of whether the Gmail spam filter might mark emails from that Domain or IP as spam or not. The 'totals' object contains the total count of low/bad/medium/good IP classifications during the provided date range.\",\n        \"spam\": \"User Reported Spam Rate: shows the volume of user-report spam vs. email that was sent to the inbox. Only emails authenticated by DKIM are eligible for spam rate calculation.\",\n        \"feedback\": \"Spam Feedback Loop: for senders who have implemented the Gmail Spam Feedback Loop (FBL), this shows the identifiers flagged by FBL and their corresponding spam rates.\",\n        \"authentication\": \"Authenticated Traffic: shows traffic that passed SPF, DKIM & DMARC, over all received traffic that attempted authentication.\"\n    },\n    \"domain\": [\n        {\n            \"domain\": \"domain.com\",\n            \"created\": \"2019-08-23 15:29:47\",\n            \"lastseen\": \"2019-08-23\",\n            \"unique_ips\": 1517,\n            \"status\": \"verified\",\n            \"endpoints\": [\n                \"domains/domain.com/errors\",\n                \"domains/domain.com/domainreputation\",\n                \"domains/domain.com/ipreputation/bad\",\n                \"domains/domain.com/ipreputation/low\",\n                \"domains/domain.com/ipreputation/medium\",\n                \"domains/domain.com/ipreputation/high\",\n                \"domains/domain.com/spam\",\n                \"domains/domain.com/feedback\",\n                \"domains/domain.com/authentication\"\n            ],\n            \"results\": {\n                \"errors\": {\n                    \"totals\": {\n                        \"TempFail: Suspected spam\": 30,\n                        \"TempFail: Rate limit exceeded\": 11,\n                        \"Reject: Suspected spam\": 26,\n                        \"Reject: Dmarc policy of the sender domain\": 21,\n                        \"Reject: Bad or unsupported attachment\": 22,\n                        \"Reject: Email content is possibly spammy\": 18\n                    }\n                },\n                \"domainreputation\": {\n                    \"totals\": {\n                        \"bad\": 0,\n                        \"low\": 0,\n                        \"medium\": 0,\n                        \"high\": 26\n                    },\n                    \"day\": {\n                        \"2019-08-01\": \"low\",\n                        \"2019-08-02\": \"low\",\n                        \"2019-08-03\": \"low\"\n                    }\n                },\n                \"ipreputation\": {\n                    \"meta\": {\n                        \"totals\": \"For a total number of unique IPs tracked in Postmaster Tools, refer to the results.{domain}.unique_ips integer. The ipreputation.totals counts are not the number of unique IP addresses, but instead the total count of low/bad/medium/good IP classifications during the provided date range.\"\n                    },\n                    \"totals\": {\n                        \"bad\": 45,\n                        \"low\": 32,\n                        \"medium\": 536,\n                        \"high\": 3100\n                    }\n                },\n                \"spam\": {\n                    \"totals\": {\n                        \"spam_rate\": {\n                            \"average\": 0.1,\n                            \"min\": 0.1,\n                            \"max\": 0.1\n                        }\n                    }\n                },\n                \"feedback\": {\n                    \"totals\": [\n                        {\n                            \"identifier\": 1018400.1034969,\n                            \"spam_rate\": 0.6\n                        },\n                        {\n                            \"identifier\": 248182.259494,\n                            \"spam_rate\": 1.4\n                        },\n                        {\n                            \"identifier\": 1028704.1046041,\n                            \"spam_rate\": 0.6\n                        },\n                        {\n                            \"identifier\": 811711.810455,\n                            \"spam_rate\": 0.8\n                        }\n                    ]\n                },\n                \"authentication\": {\n                    \"totals\": {\n                        \"spf\": {\n                            \"average\": 96.15,\n                            \"min\": 0,\n                            \"max\": 100\n                        },\n                        \"dkim\": {\n                            \"average\": 96.15,\n                            \"min\": 0,\n                            \"max\": 100\n                        },\n                        \"dmarc\": {\n                            \"average\": 96.15,\n                            \"min\": 81.1,\n                            \"max\": 99.9\n                        },\n                        \"tls_inbound\": {\n                            \"min\": 100,\n                            \"average\": 100,\n                            \"max\": 100\n                        },\n                        \"tls_outbound\": {\n                            \"min\": 100,\n                            \"average\": 100,\n                            \"max\": 100\n                        }\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"af691662-15ce-48f8-a658-ba6ca240d010"},{"name":"Domain - Overview","id":"b8864361-7ca8-4a8e-9f06-b343b081ddca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/gpt/domains/domain.com","description":"<p>Retrieves the high-level overview of a specific domain in your Google Postmaster Tools integration.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["gpt","domains","domain.com"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"263b0dd3-8f3a-4a67-93c3-2f72bb3ebe51","name":"Get Domain Overview","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{apikey}}"}],"url":"{{host}}/gpt/domains/domain.com"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.12"},{"key":"Date","value":"Mon, 23 Sep 2019 15:23:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3052"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"errors\": \"Deliver Errors: shows rejected/temp-failed traffic vs all authenticated traffic coming from each domain. Messages are typically rejected or temp-failed with the SMTP error codes 550 or 421 respectively.\",\n        \"domainreputation\": \"Domain Reputation: provides a sense of whether the Gmail spam filter might mark emails from that Domain or IP as spam or not. The 'totals' object contains the total count of low/medium/good domain classifications during the provided date range.\",\n        \"ipreputation\": \"IP Reputation: provides a sense of whether the Gmail spam filter might mark emails from that Domain or IP as spam or not. The 'totals' object contains the total count of low/bad/medium/good IP classifications during the provided date range.\",\n        \"spam\": \"User Reported Spam Rate: shows the volume of user-report spam vs. email that was sent to the inbox. Only emails authenticated by DKIM are eligible for spam rate calculation.\",\n        \"feedback\": \"Spam Feedback Loop: for senders who have implemented the Gmail Spam Feedback Loop (FBL), this shows the identifiers flagged by FBL and their corresponding spam rates.\",\n        \"authentication\": \"Authenticated Traffic: shows traffic that passed SPF, DKIM & DMARC, over all received traffic that attempted authentication.\"\n    },\n    \"domain\": [\n        {\n            \"domain\": \"domain.com\",\n            \"created\": \"2019-08-23 15:29:47\",\n            \"lastseen\": \"2019-08-23\",\n            \"unique_ips\": 1513,\n            \"status\": \"verified\",\n            \"endpoints\": [\n                \"domains/domain.com/errors\",\n                \"domains/domain.com/domainreputation\",\n                \"domains/domain.com/ipreputation/bad\",\n                \"domains/domain.com/ipreputation/low\",\n                \"domains/domain.com/ipreputation/medium\",\n                \"domains/domain.com/ipreputation/high\",\n                \"domains/domain.com/spam\",\n                \"domains/domain.com/feedback\",\n                \"domains/domain.com/authentication\"\n            ],\n            \"results\": {\n                \"errors\": {\n                    \"totals\": {\n                        \"TempFail: Suspected spam\": 30,\n                        \"TempFail: Rate limit exceeded\": 11,\n                        \"Reject: Suspected spam\": 26,\n                        \"Reject: Dmarc policy of the sender domain\": 21,\n                        \"Reject: Bad or unsupported attachment\": 22,\n                        \"Reject: Email content is possibly spammy\": 18\n                    }\n                },\n                \"domainreputation\": {\n                    \"totals\": {\n                        \"bad\": 0,\n                        \"low\": 0,\n                        \"medium\": 0,\n                        \"high\": 3\n                    },\n                    \"day\": {\n                        \"2019-09-01\": \"high\",\n                        \"2019-09-02\": \"high\",\n                        \"2019-09-03\": \"high\"\n                    }\n                },\n                \"ipreputation\": {\n                    \"meta\": {\n                        \"totals\": \"For a total number of unique IPs tracked in Postmaster Tools, refer to the results.{domain}.unique_ips integer. The ipreputation.totals counts are not the number of unique IP addresses, but instead the total count of low/bad/medium/good IP classifications during the provided date range.\"\n                    },\n                    \"totals\": {\n                        \"bad\": 45,\n                        \"low\": 32,\n                        \"medium\": 536,\n                        \"high\": 3100\n                    }\n                },\n                \"spam\": {\n                    \"totals\": {\n                        \"spam_rate\": {\n                            \"average\": 0.1,\n                            \"min\": 0.1,\n                            \"max\": 0.1\n                        }\n                    }\n                },\n                \"feedback\": {\n                    \"totals\": [\n                        {\n                            \"identifier\": 1018400.1034969,\n                            \"spam_rate\": 0.6\n                        },\n                        {\n                            \"identifier\": 248182.259494,\n                            \"spam_rate\": 1.4\n                        },\n                        {\n                            \"identifier\": 1028704.1046041,\n                            \"spam_rate\": 0.6\n                        }\n                    ]\n                },\n                \"authentication\": {\n                    \"totals\": {\n                        \"spf\": {\n                            \"average\": 96.15,\n                            \"min\": 0,\n                            \"max\": 100\n                        },\n                        \"dkim\": {\n                            \"average\": 96.15,\n                            \"min\": 0,\n                            \"max\": 100\n                        },\n                        \"dmarc\": {\n                            \"average\": 96.15,\n                            \"min\": 81.1,\n                            \"max\": 99.9\n                        },\n                        \"tls_inbound\": {\n                            \"min\": 100,\n                            \"average\": 100,\n                            \"max\": 100\n                        },\n                        \"tls_outbound\": {\n                            \"min\": 100,\n                            \"average\": 100,\n                            \"max\": 100\n                        }\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"b8864361-7ca8-4a8e-9f06-b343b081ddca"},{"name":"Domain - Errors","id":"2dde85ad-15d7-4175-91ab-a14293d4d0ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/gpt/domains/domain.com/errors","description":"<p>Shows rejected/temp-failed traffic vs all authenticated traffic coming from each domain. Messages are typically rejected or temp-failed with the SMTP error codes 550 or 421 respectively.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["gpt","domains","domain.com","errors"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b52e34eb-9901-4cf6-828d-858532d3b6d3","name":"Get Domain - Errors","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{apikey}}"}],"url":"{{host}}/gpt/domains/domain.com/errors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.12"},{"key":"Date","value":"Mon, 23 Sep 2019 15:35:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"8880"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"errors\": \"Deliver Errors: shows rejected/temp-failed traffic vs all authenticated traffic coming from each domain. Messages are typically rejected or temp-failed with the SMTP error codes 550 or 421 respectively.\"\n    },\n    \"domain\": [\n        {\n            \"domain\": \"domain.com\",\n            \"created\": \"2019-08-23 15:29:47\",\n            \"lastseen\": \"2019-08-23\",\n            \"status\": \"verified\",\n            \"results\": {\n                \"errors\": {\n                    \"totals\": {\n                        \"TempFail: Suspected spam\": 1,\n                        \"TempFail: Rate limit exceeded\": 3,\n                        \"Reject: Suspected spam\": 1,\n                        \"Reject: Dmarc policy of the sender domain\": 1,\n                        \"Reject: Bad or unsupported attachment\": 1,\n                        \"Reject: Email content is possibly spammy\": 2\n                    },\n                    \"day\": {\n                        \"2019-08-01\": {\n                            \"TempFail: Suspected spam\": 1,\n                            \"TempFail: Rate limit exceeded\": 1,\n                            \"Reject: Suspected spam\": 1,\n                            \"Reject: Dmarc policy of the sender domain\": 1,\n                            \"Reject: Bad or unsupported attachment\": 0,\n                            \"Reject: Email content is possibly spammy\": 1\n                        },\n                        \"2019-08-02\": {\n                            \"TempFail: Suspected spam\": 0,\n                            \"TempFail: Rate limit exceeded\": 1,\n                            \"Reject: Suspected spam\": 0,\n                            \"Reject: Dmarc policy of the sender domain\": 0,\n                            \"Reject: Bad or unsupported attachment\": 0,\n                            \"Reject: Email content is possibly spammy\": 0\n                        },\n                        \"2019-08-03: {\n                            \"TempFail: Suspected spam\": 0,\n                            \"TempFail: Rate limit exceeded\": 1,\n                            \"Reject: Suspected spam\": 0,\n                            \"Reject: Dmarc policy of the sender domain\": 0,\n                            \"Reject: Bad or unsupported attachment\": 0,\n                            \"Reject: Email content is possibly spammy\": 0\n                        }\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"2dde85ad-15d7-4175-91ab-a14293d4d0ca"},{"name":"Domain - Reputation","id":"5d5296eb-a050-4388-abe9-7219fd30d7ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/gpt/domains/domain.com/domainreputation","description":"<p>Provides a sense of whether the Gmail spam filter might mark emails from that Domain or IP as spam or not. The 'totals' object contains the total count of low/medium/good domain classifications during the provided date range.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["gpt","domains","domain.com","domainreputation"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"3e0422d5-cf8e-4fcc-a8a8-71228b6ac4ec","name":"Get Domain - Reputation","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{apikey}}"}],"url":"{{host}}/gpt/domains/domain.com/domainreputation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.12"},{"key":"Date","value":"Mon, 23 Sep 2019 15:44:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3094"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"domainreputation\": \"Domain Reputation: provides a sense of whether the Gmail spam filter might mark emails from that Domain or IP as spam or not. The 'totals' object contains the total count of low/medium/good domain classifications during the provided date range.\"\n    },\n    \"domain\": [\n        {\n            \"domain\": \"domain.com\",\n            \"created\": \"2019-08-23 15:29:47\",\n            \"lastseen\": \"2019-08-23\",\n            \"status\": \"verified\",\n            \"results\": {\n                \"domainreputation\": {\n                    \"totals\": {\n                        \"bad\": 0,\n                        \"low\": 0,\n                        \"medium\": 0,\n                        \"high\": 3\n                    },\n                    \"day\": {\n                        \"2019-08-01\": {\n                            \"bad\": 0,\n                            \"low\": 0,\n                            \"medium\": 0,\n                            \"high\": 1\n                        },\n                        \"2019-08-02\": {\n                            \"bad\": 0,\n                            \"low\": 0,\n                            \"medium\": 0,\n                            \"high\": 0\n                        },\n                        \"2019-08-03\": {\n                            \"bad\": 0,\n                            \"low\": 0,\n                            \"medium\": 0,\n                            \"high\": 0\n                        }\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"5d5296eb-a050-4388-abe9-7219fd30d7ba"},{"name":"Domain - IP Reputation","id":"2befcafd-aedb-41c4-af88-52dfa4170ff2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/gpt/domains/domain.com/ipreputation/high","description":"<p>Provides a sense of whether the Gmail spam filter might mark emails from that Domain or IP as spam or not. The 'totals' object contains the total count of low/bad/medium/good IP classifications during the provided date range.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["gpt","domains","domain.com","ipreputation","high"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c4c2376d-f776-4d8a-9f9a-c5308839ffcd","name":"Get Domain - IP Reputation","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{apikey}}"}],"url":"{{host}}/gpt/domains/mailjet.com/ipreputation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.12"},{"key":"Date","value":"Mon, 30 Sep 2019 15:34:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1971"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"errors\": \"Deliver Errors: shows rejected/temp-failed traffic vs all authenticated traffic coming from each domain. Messages are typically rejected or temp-failed with the SMTP error codes 550 or 421 respectively.\",\n        \"domainreputation\": \"Domain Reputation: provides a sense of whether the Gmail spam filter might mark emails from that Domain or IP as spam or not. The 'totals' object contains the total count of low/medium/good domain classifications during the provided date range.\",\n        \"ipreputation\": \"IP Reputation: provides a sense of whether the Gmail spam filter might mark emails from that Domain or IP as spam or not. The 'totals' object contains the total count of low/bad/medium/good IP classifications during the provided date range.\",\n        \"spam\": \"User Reported Spam Rate: shows the volume of user-report spam vs. email that was sent to the inbox. Only emails authenticated by DKIM are eligible for spam rate calculation.\",\n        \"feedback\": \"Spam Feedback Loop: for senders who have implemented the Gmail Spam Feedback Loop (FBL), this shows the identifiers flagged by FBL and their corresponding spam rates.\",\n        \"authentication\": \"Authenticated Traffic: shows traffic that passed SPF, DKIM & DMARC, over all received traffic that attempted authentication.\"\n    },\n    \"domain\": [\n        {\n            \"domain\": \"domain.com\",\n            \"created\": \"2019-08-23 15:29:47\",\n            \"lastseen\": \"2019-08-23\",\n            \"unique_ips\": 1504,\n            \"status\": \"verified\",\n            \"endpoints\": [\n                \"domains/domain.com/ipreputation/bad\",\n                \"domains/domain.com/ipreputation/low\",\n                \"domains/domain.com/ipreputation/medium\",\n                \"domains/domain.com/ipreputation/high\"\n            ],\n            \"results\": {\n                \"ipreputation\": {\n                    \"meta\": {\n                        \"totals\": \"The ipreputation.totals counts are not the number of unique IP addresses, but instead the total count of low/bad/medium/good IP classifications during the provided date range. For a total number of unique IPs tracked in Postmaster Tools, refer to the results.{domain}.unique_ips integer.\"\n                    },\n                    \"totals\": {\n                        \"bad\": 37,\n                        \"low\": 29,\n                        \"medium\": 507,\n                        \"high\": 2889\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"2befcafd-aedb-41c4-af88-52dfa4170ff2"},{"name":"Domain - IP Rep. (High)","id":"44bd5de8-9779-4214-a268-1bf1a1559371","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/gpt/domains/domain.com/ipreputation/high","description":"<p>Provides a sense of whether the Gmail spam filter might mark emails from that Domain or IP as spam or not. The 'totals' object contains the total count of low/bad/medium/good IP classifications during the provided date range.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["gpt","domains","domain.com","ipreputation","high"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"a5ed1747-3fee-4ddf-8e75-2a2697334ec5","name":"Get Domain - IP Reputation (high)","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{apikey}}"}],"url":{"raw":"{{host}}/gpt/domains/domain.com/ipreputation/high?offset=1000","host":["{{host}}"],"path":["gpt","domains","domain.com","ipreputation","high"],"query":[{"key":"offset","value":"1000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.12"},{"key":"Date","value":"Mon, 23 Sep 2019 18:02:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"97449"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"ipreputation\": \"IP Reputation: provides a sense of whether the Gmail spam filter might mark emails from that Domain or IP as spam or not. The 'totals' object contains the total count of low/bad/medium/good IP classifications during the provided date range.\"\n    },\n    \"domain\": [\n        {\n            \"domain\": \"domain.com\",\n            \"created\": \"2019-08-23 15:29:47\",\n            \"lastseen\": \"2019-08-23\",\n            \"unique_ips\": 1408,\n            \"status\": \"verified\",\n            \"results\": {\n                \"ipreputation\": {\n                    \"meta\": {\n                        \"totals\": \"The ipreputation.totals counts are not the number of unique IP addresses, but instead the total count of low/bad/medium/good IP classifications during the provided date range.\",\n                        \"unique_ips\": \"For a total number of unique IPs tracked in Postmaster Tools, refer to the results.{domain}.unique_ips integer.\"\n                    },\n                    \"totals\": {\n                        \"high\": 2889\n                    },\n                    \"ip\": [\n                        \"127.0.0.1\",\n                        \"127.0.0.2\",\n                        \"127.0.0.3\",\n                    ]\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"44bd5de8-9779-4214-a268-1bf1a1559371"},{"name":"Domain - Spam Rates","id":"4932fc7e-7cae-43b3-a6ea-11a21573ce9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/gpt/domains/domain.com/spam","description":"<p>Shows the volume of user-report spam vs. email that was sent to the inbox. Only emails authenticated by DKIM are eligible for spam rate calculation (User Reported Spam Rate).</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["gpt","domains","domain.com","spam"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"12a9902b-90b2-4db0-8863-48d74b37f5da","name":"Get Domain - Spam Rates","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{apikey}}"}],"url":"{{host}}/gpt/domains/domain.com/spam"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.12"},{"key":"Date","value":"Mon, 23 Sep 2019 16:38:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1309"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"spam\": \"User Reported Spam Rate: shows the volume of user-report spam vs. email that was sent to the inbox. Only emails authenticated by DKIM are eligible for spam rate calculation.\"\n    },\n    \"domain\": [\n        {\n            \"domain\": \"domain.com\",\n            \"created\": \"2019-08-23 15:29:47\",\n            \"lastseen\": \"2019-08-23\",\n            \"status\": \"verified\",\n            \"results\": {\n                \"spam\": {\n                    \"totals\": {\n                        \"spam_rate\": {\n                            \"average\": 0.1,\n                            \"min\": 0.1,\n                            \"max\": 0.1\n                        }\n                    },\n                    \"day\": {\n                        \"2019-09-02\": 0.1,\n                        \"2019-09-03\": 0.1,\n                        \"2019-09-04\": 0.1,\n                        \"2019-09-05\": 0.1\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"4932fc7e-7cae-43b3-a6ea-11a21573ce9d"},{"name":"Domain - Feedback Loops","id":"54c50a37-7d2b-4fc5-95ec-a88f74e93d03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/gpt/domains/domain.com/feedback","description":"<p>For senders who have implemented the Gmail Spam Feedback Loop (FBL), this shows the identifiers flagged by FBL and their corresponding spam rates.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["gpt","domains","domain.com","feedback"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"8383935f-33e9-4648-965f-98dde4915d57","name":"Get Domain - Feedback Loops","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{apikey}}"}],"url":"{{host}}/gpt/domains/domain.com/feedback"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.12"},{"key":"Date","value":"Mon, 23 Sep 2019 16:28:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3240"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"feedback\": \"Spam Feedback Loop: for senders who have implemented the Gmail Spam Feedback Loop (FBL), this shows the identifiers flagged by FBL and their corresponding spam rates.\"\n    },\n    \"domain\": [\n        {\n            \"domain\": \"domain.com\",\n            \"created\": \"2019-08-23 15:29:47\",\n            \"lastseen\": \"2019-08-23\",\n            \"status\": \"verified\",\n            \"results\": {\n                \"feedback\": {\n                    \"totals\": [\n                        {\n                            \"identifier\": 0000.1111,\n                            \"spam_rate\": 0.6\n                        },\n                        {\n                            \"identifier\": 0000.2222,\n                            \"spam_rate\": 1.4\n                        },\n                        {\n                            \"identifier\": 0000.3333,\n                            \"spam_rate\": 0.6\n                        }\n                    ],\n                    \"day\": {\n                        \"2019-09-03\": [\n                            {\n                                \"identifier\": 0000.1111,\n                                \"spam_rate\": 0.6\n                            },\n                            {\n                                \"identifier\": 0000.2222,\n                                \"spam_rate\": 0.6\n                            }\n                        ],\n                        \"2019-09-04\": [\n                            {\n                                \"identifier\": 0000.3333,\n                                \"spam_rate\": 1.4\n                            }\n                        ]\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"54c50a37-7d2b-4fc5-95ec-a88f74e93d03"},{"name":"Domain - Authentication","id":"4d8ea06b-ba86-4333-8b79-95cd6265a523","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/gpt/domains/domain.com/authentication","description":"<p>Authenticated Traffic: shows traffic that passed SPF, DKIM &amp; DMARC, over all received traffic that attempted authentication. Inbound and Outbound TLS encyryption rates are also included.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["gpt","domains","domain.com","authentication"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b3f48724-b0d0-444b-8675-9420b93d0764","name":"Get Domain - Authentication","originalRequest":{"method":"GET","header":[{"key":"X-API-KEY","value":"{{apikey}}"}],"url":"{{host}}/gpt/domains/domain.com/authentication"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.12"},{"key":"Date","value":"Mon, 23 Sep 2019 16:23:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3933"},{"key":"Connection","value":"keep-alive"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"authentication\": \"Authenticated Traffic: shows traffic that passed SPF, DKIM & DMARC, over all received traffic that attempted authentication.\"\n    },\n    \"domain\": [\n        {\n            \"domain\": \"domain.com\",\n            \"created\": \"2019-08-23 15:29:47\",\n            \"lastseen\": \"2019-08-23\",\n            \"status\": \"verified\",\n            \"results\": {\n                \"authentication\": {\n                    \"totals\": {\n                        \"spf\": {\n                            \"average\": 100,\n                            \"min\": 100,\n                            \"max\": 100\n                        },\n                        \"dkim\": {\n                            \"average\": 100,\n                            \"min\": 100,\n                            \"max\": 100\n                        },\n                        \"dmarc\": {\n                            \"average\": 100,\n                            \"min\": 95.7,\n                            \"max\": 95.7\n                        },\n                        \"tls_inbound\": {\n                            \"min\": 100,\n                            \"average\": 100,\n                            \"max\": 100\n                        },\n                        \"tls_outbound\": {\n                            \"min\": null,\n                            \"average\": null,\n                            \"max\": null\n                        }\n                    },\n                    \"day\": {\n                        \"2019-09-01\": {\n                            \"spf\": 100,\n                            \"dkim\": 100,\n                            \"dmarc\": 96.3,\n                            \"tls_inbound\": 100,\n                            \"tls_outbound\": 0\n                        },\n                        \"2019-09-02\": {\n                            \"spf\": 100,\n                            \"dkim\": 100,\n                            \"dmarc\": 81.1,\n                            \"tls_inbound\": 100,\n                            \"tls_outbound\": 0\n                        },\n                        \"2019-09-03\": {\n                            \"spf\": 100,\n                            \"dkim\": 100,\n                            \"dmarc\": 92.7,\n                            \"tls_inbound\": 100,\n                            \"tls_outbound\": 0\n                        }\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"4d8ea06b-ba86-4333-8b79-95cd6265a523"}],"id":"9bb542c9-8a1b-4520-a72a-1882dde791eb","description":"<p>Throughout the API documentation you'll see the use of variables like {{apikey}} that can be swapped out using your real API key. If you use Postman, this collection is available for download along with a shared variable template to define your host and apikey variables.</p>\n<p>The Google Postmaster Tools API is available for customers with a Google Postmaster Tools integration containing verified domains.</p>\n<h3 id=\"response-helpers\">Response Helpers</h3>\n<ul>\n<li>Each available endpoint may contain a <strong>meta: {}</strong> object that provides help text or explanations of fields to help you interpret the data.</li>\n<li>Similarly, individual endpoint response objects may contain a <strong>meta: {}</strong> field to provide helpful information on how to best utilize the results and their respective endpoints.</li>\n<li>In cases where individual endpoints are available, i.e. from <strong>Get Domains</strong>, an <strong>endpoints:{}</strong> object will be included to provide URL endpoints for subsequent calls to retrieve larger result sets.</li>\n<li>In cases where responses contain over 1,000 result records, an additional <strong>endpoints:{}</strong> object will be included with the auto-incremented <strong>offsets</strong> available based on the total result count.</li>\n</ul>\n<h3 id=\"error-responses\">Error Responses</h3>\n<ul>\n<li><strong>404</strong> We couldn't find any Google Postmaster Tools domains associated with your account.</li>\n<li><strong>404</strong> We couldn't find any Google Postmaster Tools domains matching 'domain.com'.</li>\n<li><strong>404</strong> The 'offset' parameter must be numeric.</li>\n<li><strong>404</strong> Unknown method</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"ffd7afd8-2b79-4b3e-9f6f-d35978d4485b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1c23fa00-f25c-429d-8ca0-41dad97d2931","type":"text/javascript","exec":[""]}}],"_postman_id":"9bb542c9-8a1b-4520-a72a-1882dde791eb","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"Signal Spam","item":[{"name":"Signal Spam - Overview","id":"52352ed2-1d04-4928-976b-701530e4049a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"6e9232fa20f052b47641636fc0f2ac41aff29e06","type":"text"}],"url":"{{host}}/integrations/signalspam","description":"<p>Signal Spam - Overview</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["integrations","signalspam"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"dc839c8f-17c2-4fc3-8acd-106513d5d2c0","name":"Signal Spam - Overview","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"6e9232fa20f052b47641636fc0f2ac41aff29e06","type":"text"}],"url":"{{host}}/integrations/signalspam"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"endpoints\": [\n            \"/integrations/signalspam/day\",\n            \"/integrations/signalspam/ip\"\n        ]\n    }\n}"}],"_postman_id":"52352ed2-1d04-4928-976b-701530e4049a"},{"name":"Signal Spam - By Day","id":"8babe77d-78dd-4e33-84e0-e92701a2a9c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/integrations/signalspam/day?startdate=2021-04-17&enddate=2021-05-17&ip","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["integrations","signalspam","day"],"host":["{{host}}"],"query":[{"description":{"content":"<p>YYYY-MM-DD. Optional, if omitted defaults to 30 days prior.</p>\n","type":"text/plain"},"key":"startdate","value":"2021-04-17"},{"description":{"content":"<p>YYYY-MM-DD. Optional, if omitted defaults to the current day.</p>\n","type":"text/plain"},"key":"enddate","value":"2021-05-17"},{"description":{"content":"<p>Optional.  IP address or IP address wildcard (right side).</p>\n","type":"text/plain"},"key":"ip","value":null}],"variable":[]}},"response":[{"id":"9e23eefb-151f-43a5-836d-c5025c566b53","name":"Signal Spam - By Day","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-04-17T00:00:00+00:00\",\n            \"enddate\": \"2021-05-17T00:00:00+00:00\"\n        }\n    },\n    \"results\": {\n        \"2021-04-17\": {\n            \"count\": 9422,\n            \"percent\": 4.642,\n            \"provider\": {\n                \"orange\": 8210,\n                \"sfr\": 1089,\n                \"laposte\": 123\n            }\n        },\n        \"2021-04-18\": {\n            \"count\": 6298,\n            \"percent\": 3.103,\n            \"provider\": {\n                \"orange\": 5230,\n                \"sfr\": 990,\n                \"laposte\": 78\n            }\n        },\n        \"2021-04-19\": {\n            \"count\": 6047,\n            \"percent\": 2.979,\n            \"provider\": {\n                \"orange\": 4959,\n                \"sfr\": 1007,\n                \"laposte\": 81\n            }\n        },\n        \"2021-04-20\": {\n            \"count\": 6444,\n            \"percent\": 3.175,\n            \"provider\": {\n                \"orange\": 5391,\n                \"sfr\": 961,\n                \"laposte\": 92\n            }\n        },\n        \"2021-04-21\": {\n            \"count\": 6424,\n            \"percent\": 3.165,\n            \"provider\": {\n                \"orange\": 4934,\n                \"sfr\": 1408,\n                \"laposte\": 82\n            }\n        },\n        \"2021-04-22\": {\n            \"count\": 6768,\n            \"percent\": 3.334,\n            \"provider\": {\n                \"orange\": 5558,\n                \"sfr\": 1122,\n                \"laposte\": 88\n            }\n        },\n        \"2021-04-23\": {\n            \"count\": 4509,\n            \"percent\": 2.221,\n            \"provider\": {\n                \"orange\": 3559,\n                \"sfr\": 900,\n                \"laposte\": 50\n            }\n        },\n        \"2021-04-24\": {\n            \"count\": 5221,\n            \"percent\": 2.572,\n            \"provider\": {\n                \"orange\": 4322,\n                \"sfr\": 802,\n                \"laposte\": 97\n            }\n        },\n        \"2021-04-25\": {\n            \"count\": 5799,\n            \"percent\": 2.857,\n            \"provider\": {\n                \"orange\": 4541,\n                \"sfr\": 1186,\n                \"laposte\": 72\n            }\n        },\n        \"2021-04-26\": {\n            \"count\": 5426,\n            \"percent\": 2.673,\n            \"provider\": {\n                \"orange\": 4333,\n                \"sfr\": 992,\n                \"laposte\": 101\n            }\n        },\n        \"2021-04-27\": {\n            \"count\": 4860,\n            \"percent\": 2.394,\n            \"provider\": {\n                \"orange\": 4174,\n                \"sfr\": 615,\n                \"laposte\": 71\n            }\n        },\n        \"2021-04-28\": {\n            \"count\": 6833,\n            \"percent\": 3.366,\n            \"provider\": {\n                \"orange\": 5768,\n                \"sfr\": 962,\n                \"laposte\": 103\n            }\n        },\n        \"2021-04-29\": {\n            \"count\": 6490,\n            \"percent\": 3.197,\n            \"provider\": {\n                \"orange\": 5020,\n                \"sfr\": 1317,\n                \"laposte\": 153\n            }\n        },\n        \"2021-04-30\": {\n            \"count\": 5644,\n            \"percent\": 2.781,\n            \"provider\": {\n                \"orange\": 4294,\n                \"sfr\": 1234,\n                \"laposte\": 116\n            }\n        },\n        \"2021-05-01\": {\n            \"count\": 4546,\n            \"percent\": 2.24,\n            \"provider\": {\n                \"orange\": 3292,\n                \"sfr\": 1142,\n                \"laposte\": 112\n            }\n        },\n        \"2021-05-02\": {\n            \"count\": 5483,\n            \"percent\": 2.701,\n            \"provider\": {\n                \"orange\": 4394,\n                \"sfr\": 948,\n                \"laposte\": 141\n            }\n        },\n        \"2021-05-03\": {\n            \"count\": 6818,\n            \"percent\": 3.359,\n            \"provider\": {\n                \"orange\": 4989,\n                \"sfr\": 1630,\n                \"laposte\": 199\n            }\n        },\n        \"2021-05-04\": {\n            \"count\": 8195,\n            \"percent\": 4.037,\n            \"provider\": {\n                \"orange\": 6030,\n                \"sfr\": 1945,\n                \"laposte\": 220\n            }\n        },\n        \"2021-05-05\": {\n            \"count\": 7560,\n            \"percent\": 3.725,\n            \"provider\": {\n                \"orange\": 5545,\n                \"sfr\": 1743,\n                \"laposte\": 272\n            }\n        },\n        \"2021-05-06\": {\n            \"count\": 9831,\n            \"percent\": 4.843,\n            \"provider\": {\n                \"orange\": 7406,\n                \"sfr\": 2230,\n                \"laposte\": 195\n            }\n        },\n        \"2021-05-07\": {\n            \"count\": 6293,\n            \"percent\": 3.1,\n            \"provider\": {\n                \"orange\": 4627,\n                \"sfr\": 1580,\n                \"laposte\": 86\n            }\n        },\n        \"2021-05-08\": {\n            \"count\": 5637,\n            \"percent\": 2.777,\n            \"provider\": {\n                \"orange\": 4478,\n                \"sfr\": 1099,\n                \"laposte\": 60\n            }\n        },\n        \"2021-05-09\": {\n            \"count\": 6485,\n            \"percent\": 3.195,\n            \"provider\": {\n                \"orange\": 5308,\n                \"sfr\": 1115,\n                \"laposte\": 62\n            }\n        },\n        \"2021-05-10\": {\n            \"count\": 8473,\n            \"percent\": 4.174,\n            \"provider\": {\n                \"orange\": 6444,\n                \"sfr\": 1917,\n                \"laposte\": 112\n            }\n        },\n        \"2021-05-11\": {\n            \"count\": 8903,\n            \"percent\": 4.386,\n            \"provider\": {\n                \"orange\": 6859,\n                \"sfr\": 1904,\n                \"laposte\": 140\n            }\n        },\n        \"2021-05-12\": {\n            \"count\": 5381,\n            \"percent\": 2.651,\n            \"provider\": {\n                \"orange\": 4012,\n                \"sfr\": 1186,\n                \"laposte\": 183\n            }\n        },\n        \"2021-05-13\": {\n            \"count\": 6058,\n            \"percent\": 2.985,\n            \"provider\": {\n                \"orange\": 4511,\n                \"sfr\": 1467,\n                \"laposte\": 80\n            }\n        },\n        \"2021-05-14\": {\n            \"count\": 7468,\n            \"percent\": 3.679,\n            \"provider\": {\n                \"orange\": 5596,\n                \"sfr\": 1741,\n                \"laposte\": 131\n            }\n        },\n        \"2021-05-15\": {\n            \"count\": 7932,\n            \"percent\": 3.908,\n            \"provider\": {\n                \"orange\": 5769,\n                \"sfr\": 2007,\n                \"laposte\": 156\n            }\n        },\n        \"2021-05-16\": {\n            \"count\": 11730,\n            \"percent\": 5.779,\n            \"provider\": {\n                \"orange\": 8331,\n                \"sfr\": 2959,\n                \"laposte\": 440\n            }\n        }\n    }\n}"}],"_postman_id":"8babe77d-78dd-4e33-84e0-e92701a2a9c0"},{"name":"Signal Spam - By IP","id":"ec41ab3c-5e9f-443f-a09f-2aed6348080b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/integrations/signalspam/ip?startdate=2021-04-17&enddate=2021-05-17","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["integrations","signalspam","ip"],"host":["{{host}}"],"query":[{"description":{"content":"<p>YYYY-MM-DD. Optional, if omitted defaults to 30 days prior.</p>\n","type":"text/plain"},"key":"startdate","value":"2021-04-17"},{"description":{"content":"<p>YYYY-MM-DD. Optional, if omitted defaults to the current day.</p>\n","type":"text/plain"},"key":"enddate","value":"2021-05-17"},{"disabled":true,"description":{"content":"<p>Optional.  IP address or IP address wildcard (right side).</p>\n","type":"text/plain"},"key":"ip","value":null}],"variable":[]}},"response":[{"id":"2209650b-2c6f-4f8c-a947-24f3aa620974","name":"Signal Spam - By IP","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-04-17T00:00:00+00:00\",\n            \"enddate\": \"2021-05-17T00:00:00+00:00\"\n        },\n        \"total\": 2,\n        \"limit\": 100,\n        \"pages\": 1,\n        \"complaints\": 4765\n    },\n    \"results\": {\n        \"192.168.1.1\": {\n            \"rdns\": \"one.one.internal.validity.com\",\n            \"count\": 2336,\n            \"percent\": 49.024,\n            \"provider\": {\n                \"orange\": 1967,\n                \"sfr\": 351,\n                \"laposte\": 18\n            }\n        },\n        \"192.168.1.2\": {\n            \"rdns\": \"two.one.internal.validity.com\",\n            \"count\": 2429,\n            \"percent\": 50.976,\n            \"provider\": {\n                \"orange\": 2052,\n                \"sfr\": 350,\n                \"laposte\": 27\n            }\n        }\n    }\n}"}],"_postman_id":"ec41ab3c-5e9f-443f-a09f-2aed6348080b"}],"id":"ac5d1132-9e38-4b42-8461-e5f063b956fe","_postman_id":"ac5d1132-9e38-4b42-8461-e5f063b956fe","description":"","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"Webhook Errors","id":"9fb343c7-9ad3-49ec-b80b-c410fc7a2530","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/integrations/errors","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["integrations","errors"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Optional.  Can be retrieved via the Webhook Endpoints api.</p>\n","type":"text/plain"},"key":"integrationkey","value":""},{"disabled":true,"description":{"content":"<p>Optional. In the format YYYY-MM-DD HH:MM:SS</p>\n","type":"text/plain"},"key":"startdate","value":null},{"disabled":true,"description":{"content":"<p>Optional. In the format YYYY-MM-DD HH:MM:SS</p>\n","type":"text/plain"},"key":"enddate","value":null}],"variable":[]}},"response":[{"id":"5eb13d3a-dd90-41b1-8bce-2cc50bbdf342","name":"Webhook Errors","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"startdate\": \"2021-04-17T23:43:15+00:00\",\n            \"enddate\": \"2021-05-17T23:43:15+00:00\"\n        },\n        \"total\": 1,\n        \"limit\": 100,\n        \"pages\": 1\n    },\n    \"results\": [\n        {\n            \"id\": \"cf5fc4f4f6124effb80d20b87123edea\",\n            \"message\": \"Attribute(name='bounceCode', default=None, validator=_AndValidator(_validators=(functools.partial(<function _allow_none_or_type at 0x7f0aded96b80>, <class 'int'>),)), repr=True, eq=True, order=True, hash=None, init=True, metadata=mappingproxy({'to': ['bounceCode'], 'from': ['bounceCode']}), type=None, converter=None, kw_only=True)=25 must be a valid <class 'int'> or None\",\n            \"payload\": \"[{\\\"category\\\":[\\\"wp_sendgrid_plugin\\\",\\\"\\\"],\\\"email\\\":\\\"support@validity.com\\\",\\\"event\\\":\\\"dropped\\\",\\\"reason\\\":\\\"Bounced Address\\\",\\\"sg_event_id\\\":\\\"ZHJvcC00MDA4MTAzLUZscERxUzgyUmxPSXBJVEpYejdsYlEtMA\\\",\\\"sg_message_id\\\":\\\"FlpDqS82RlOIpITJXz7lbQ.filterdrecv-6b4886b6-t9bs5-1-6096AAAE-32.0\\\",\\\"smtp-id\\\":\\\"<FlpDqS82RlOIpITJXz7lbQ@ismtpd0159p1iad2.sendgrid.net>\\\",\\\"timestamp\\\":1620486830}]\\r\\n\",\n            \"created\": \"2021-05-08 15:14:02\",\n            \"integrationkey\": \"11111111111111111111111111111111\"\n        }\n    ]\n}"}],"_postman_id":"9fb343c7-9ad3-49ec-b80b-c410fc7a2530"}],"id":"064c2b4c-7c2b-464a-8cc2-c83bc96048c3","event":[{"listen":"prerequest","script":{"id":"2ee5ba7f-e008-45b8-937d-e7e577aea1d1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dc7fef4f-60dd-4d46-b2a2-b6975ffea02f","type":"text/javascript","exec":[""]}}],"_postman_id":"064c2b4c-7c2b-464a-8cc2-c83bc96048c3","description":"","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"Account Services","item":[{"name":"Accounts","item":[{"name":"Accounts","id":"f82264b1-e4f4-439b-9996-6b67c044c13a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"javascript"}}},"url":"{{host}}/accounts/","description":"<ul>\n<li><p><code>loginslug</code> specifies an account's SSO endpoint name</p>\n</li>\n<li><p><code>owner_email</code> specifies the account owner's email address</p>\n</li>\n<li><p><code>owner_firstname</code> specifies the account owner's first name</p>\n</li>\n<li><p><code>owner_lastname</code>specifies the account owner's last name</p>\n</li>\n</ul>\n","urlObject":{"path":["accounts",""],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6db65cfa-46fe-4a08-ace6-d7d8082d643a","name":"Accounts","originalRequest":{"method":"GET","header":[],"url":"{{host}}/accounts/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 16 Dec 2020 18:27:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3453"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"session=uk9phbe91elacavrt5qs6cnhguqdvh3l; expires=Wed, 16-Dec-2020 22:27:20 GMT; Max-Age=14400; path=/; domain=.appdev.250ok.com; secure; HttpOnly; SameSite=None"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 2\n    },\n    \"results\": [\n        {\n            \"id\": 1,\n            \"name\": \"Everest by Validity\",\n            \"owner_email\": \"sales@validity.com\",\n            \"owner_firstname\": \"Everest\",\n            \"owner_lastname\": \"API\",\n            \"package\": \"Enterprise\",\n            \"expiration\": \"2026-12-31\",\n            \"volumetier\": 8,\n            \"created\": \"2012-05-23T14:56:36+00:00\",\n            \"updated\": \"2020-12-16T17:44:30+00:00\",\n            \"descendent_of\": 0,\n            \"loginslug\": \"everest-by-validity\",\n            \"preferences\": {\n                \"enforce_passwords\": 0,\n                \"enforce_mfa\": 0,\n                \"sso_enabled\": 0,\n                \"timezone\": \"America/New_York\",\n                \"global_stats\": 1\n            },\n            \"subscription\": {\n                \"addons\": {\n                    \"validation\": 0,\n                    \"optimizedseeds\": 0,\n                    \"design\": 0,\n                    \"vto\": 1,\n                    \"competitive\": 0,\n                    \"certification\": 1\n                },\n                \"products\": {\n                    \"certification\": {\n                        \"quantity\": \"N/A\"\n                    },\n                    \"design\": {\n                        \"quantity\": 100\n                    },\n                    \"engagement\": {\n                        \"quantity\": 1000000\n                    },\n                    \"inbox\": {\n                        \"quantity\": 10000\n                    },\n                    \"reputation\": {\n                        \"quantity\": 10000\n                    },\n                    \"validation\": {\n                        \"quantity\": 1000000\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Everest Child Account\",\n            \"owner_email\": \"sales@validity.com\",\n            \"owner_firstname\": \"Everest\",\n            \"owner_lastname\": \"API\",\n            \"package\": \"\",\n            \"expiration\": \"\",\n            \"volumetier\": 0,\n            \"created\": \"2012-05-23T14:56:36+00:00\",\n            \"updated\": \"2020-12-16T17:44:30+00:00\",\n            \"descendent_of\": 1,\n            \"loginslug\": \"everest-child-account\",\n            \"preferences\": {\n                \"enforce_passwords\": 0,\n                \"enforce_mfa\": 0,\n                \"sso_enabled\": 0,\n                \"timezone\": \"\"\n            },\n            \"subscription\": {\n                \"addons\": {\n                    \"validation\": 0,\n                    \"optimizedseeds\": 0,\n                    \"design\": 0,\n                    \"vto\": 0,\n                    \"competitive\": 0,\n                    \"certification\": 0\n                },\n                \"products\": {\n                    \"certification\": {\n                        \"quantity\": \"N/A\"\n                    },\n                    \"inbox\": {\n                        \"quantity\": 100\n                    },\n                    \"reputation\": {\n                        \"quantity\": 100000000\n                    },\n                    \"validation\": {\n                        \"quantity\": 100000000\n                    }\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"f82264b1-e4f4-439b-9996-6b67c044c13a"},{"name":"Account & Usage","id":"d70a8625-756a-46e0-902f-34fab002fd32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/accounts/{{account_id}}","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Combine with enddate to limit the period over which usage is calculated</p>\n","type":"text/plain"},"key":"startdate","value":"YYYY-MM-DD"},{"disabled":true,"description":{"content":"<p>Combine with startdate to limit the period over which usage is calculated</p>\n","type":"text/plain"},"key":"enddate","value":"YYYY-MM-DD"}],"variable":[]}},"response":[{"id":"aefa4c07-c993-4936-abdc-777a208707b5","name":"Get Account","originalRequest":{"method":"GET","header":[],"url":"{{host}}/accounts/{{account_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 16 Dec 2020 17:37:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"517"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"usage_vto\": \"/api/2.0/vto/usage\",\n        \"volume_tiers\": [\n            \"1 (< 1M)\",\n            \"2 (< 3M)\",\n            \"3 (3-12M)\",\n            \"4 (12-36M)\",\n            \"5 (36-120M)\",\n            \"6 (120-240M)\",\n            \"7 (240M-600M)\",\n            \"8 (600M+)\"\n        ]\n    },\n    \"results\": {\n        \"id\": 30,\n        \"name\": \"Everest by Validity\",\n        \"owner_email\": \"sales@validity.com\",\n        \"owner_firstname\": \"Everest\",\n        \"owner_lastname\": \"API\",\n        \"package\": \"Enterprise\",\n        \"expiration\": \"2026-12-31\",\n        \"volumetier\": 8,\n        \"created\": \"2012-05-23T14:56:36+00:00\",\n        \"updated\": \"2020-12-16T17:44:30+00:00\",\n        \"descendent_of\": 0,\n        \"external_id\": \"abc123\",\n        \"loginslug\": \"everest-by-validity\",\n        \"preferences\": {\n            \"enforce_passwords\": 0,\n            \"enforce_mfa\": 0,\n            \"sso_enabled\": 0,\n            \"timezone\": \"America/New_York\",\n            \"global_stats\": 1\n        },\n        \"subscription\": {\n            \"addons\": {\n                \"validation\": 0,\n                \"optimizedseeds\": 0,\n                \"design\": 0,\n                \"vto\": 1,\n                \"competitive\": 0,\n                \"certification\": 1\n            },\n            \"products\": {\n                \"certification\": {\n                    \"quantity\": \"N/A\"\n                },\n                \"design\": {\n                    \"quantity\": 100,\n                    \"usage\": 19\n                },\n                \"engagement\": {\n                    \"quantity\": 1000000,\n                    \"usage\": 37529\n                },\n                \"inbox\": {\n                    \"quantity\": 10000,\n                    \"usage\": 3769\n                },\n                \"reputation\": {\n                    \"quantity\": 10000,\n                    \"usage\": 37820\n                },\n                \"validation\": {\n                    \"quantity\": 1000000,\n                    \"usage\": 1019411\n                }\n            }\n        }\n    }\n}"},{"id":"caa5489e-2bfd-447f-bdb6-36fe152b46ad","name":"Get Account using External Id","originalRequest":{"method":"GET","header":[],"url":"{{host}}/accounts/external/abc123"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 16 Dec 2020 17:37:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"517"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"usage_vto\": \"/api/2.0/vto/usage\",\n        \"volume_tiers\": [\n            \"1 (< 1M)\",\n            \"2 (< 3M)\",\n            \"3 (3-12M)\",\n            \"4 (12-36M)\",\n            \"5 (36-120M)\",\n            \"6 (120-240M)\",\n            \"7 (240M-600M)\",\n            \"8 (600M+)\"\n        ]\n    },\n    \"results\": {\n        \"id\": 30,\n        \"name\": \"Everest by Validity\",\n        \"owner_email\": \"sales@validity.com\",\n        \"owner_firstname\": \"Everest\",\n        \"owner_lastname\": \"API\",\n        \"package\": \"Enterprise\",\n        \"expiration\": \"2026-12-31\",\n        \"volumetier\": 8,\n        \"created\": \"2012-05-23T14:56:36+00:00\",\n        \"updated\": \"2020-12-16T17:44:30+00:00\",\n        \"descendent_of\": 0,\n        \"external_id\": \"abc123\",\n        \"loginslug\": \"everest-by-validity\",\n        \"preferences\": {\n            \"enforce_passwords\": 0,\n            \"enforce_mfa\": 0,\n            \"sso_enabled\": 0,\n            \"timezone\": \"America/New_York\",\n            \"global_stats\": 1\n        },\n        \"subscription\": {\n            \"addons\": {\n                \"validation\": 0,\n                \"optimizedseeds\": 0,\n                \"design\": 0,\n                \"vto\": 1,\n                \"competitive\": 0,\n                \"certification\": 1\n            },\n            \"products\": {\n                \"certification\": {\n                    \"quantity\": \"N/A\"\n                },\n                \"design\": {\n                    \"quantity\": 100,\n                    \"usage\": 19\n                },\n                \"engagement\": {\n                    \"quantity\": 1000000,\n                    \"usage\": 37529\n                },\n                \"inbox\": {\n                    \"quantity\": 10000,\n                    \"usage\": \"3769\"\n                },\n                \"reputation\": {\n                    \"quantity\": 10000,\n                    \"usage\": \"37820\"\n                },\n                \"validation\": {\n                    \"quantity\": 1000000,\n                    \"usage\": 1019411\n                },\n                \"vto\": {\n                    \"quantity\": \"N/A\"\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"d70a8625-756a-46e0-902f-34fab002fd32"},{"name":"Create Account","id":"a09b17ce-3f93-4d02-a892-ab1b93a7c457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Account Name\",\n    \"package\": \"Professional\",\n    \"external_id\": \"external-id\",\n    \"start\": \"2023-01-01\",\n    \"expiration\": \"2025-12-31\",\n    \"includeglobalstats\": 0,\n    \"inboxseedlistgroup\": 1,\n    \"inboxreset\": \"annual\",\n    \"subscription\": {\n        \"addons\": {\n            \"competitive\": 1,\n            \"optimizedseeds\": 1,\n            \"design\": 1,\n            \"validation\": 1,\n            \"vto\": 1\n        },\n        \"products\": {\n            \"analytics\": 100,\n            \"blacklist\": 100,\n            \"certification\": 100,\n            \"design\": 100,\n            \"dmarc\": 100,\n            \"engagement\": 100,\n            \"inbox\": 100,\n            \"reputation\": 100,\n            \"validation\": 100\n        }\n    },\n    \"plan\": {\n        \"slug\": \"plan-slug\"\n    },\n    \"permissions\": {\n        \"reputation\": \"inactive\",\n        \"design\": \"active\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/accounts/","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts",""],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>(Required) Name of the account</p>\n","type":"text/plain"},"key":"name","value":"Test Account"},{"disabled":true,"description":{"content":"<p>(Legacy) [Essentials, Professional, Enterprise] The package to determine which plan will be assigned to the user. This field is optional if the new plan field is passed.</p>\n","type":"text/plain"},"key":"package","value":"Enterprise"},{"disabled":true,"description":{"content":"<p>(Required) The account's subscription start date (format: YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"start","value":"2021-01-01"},{"disabled":true,"description":{"content":"<p>(Required) The account's subscription expiration date (format: YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"expiration","value":"2026-12-31"},{"disabled":true,"description":{"content":"<p>(Legacy) The volume tier most accurately reflective of this account's sending volume</p>\n","type":"text/plain"},"key":"volumetier","value":"4"},{"disabled":true,"description":{"content":"<p>(Optional) [0,1] To enforce password complexity for this account</p>\n","type":"text/plain"},"key":"preferences[enforce_passwords]","value":"1"},{"disabled":true,"description":{"content":"<p>(Optional) [0,1] To enforce MFA use for this account</p>\n","type":"text/plain"},"key":"preferences[enforce_mfa]","value":"1"},{"disabled":true,"description":{"content":"<p>(Optional) Valid time zone from the 2020d TZ database</p>\n","type":"text/plain"},"key":"preferences[timezone]","value":"America/New_York"},{"disabled":true,"description":{"content":"<p>(Optional) [0,1] To participate in aggregated community mailbox provider statistics and health indicators. Default is 1.</p>\n","type":"text/plain"},"key":"preferences[global_stats]","value":"1"},{"disabled":true,"description":{"content":"<p>[Integer] Set the maximum number of users that can access this account.</p>\n","type":"text/plain"},"key":"preferences[max_users]","value":"0"},{"disabled":true,"description":{"content":"<p>[Integer] Option to customize the account's logins session duration in minutes (min: 30, max: 240)</p>\n","type":"text/plain"},"key":"preferences[session_timeout]","value":"240"},{"disabled":true,"description":{"content":"<p>(Legacy) [0,1] Option to include the Competitive Intel add-on. Use the permission section instead</p>\n","type":"text/plain"},"key":"subscription[addons][competitive]","value":"1"},{"disabled":true,"description":{"content":"<p>(Legacy) [0,1] Option to include the Design add-on. Use the permission section instead</p>\n","type":"text/plain"},"key":"subscription[addons][design]","value":"1"},{"disabled":true,"description":{"content":"<p>(Legacy) [0,1] Option to include the Validation add-on. Use the permission section instead</p>\n","type":"text/plain"},"key":"subscription[addons][validation]","value":"1"},{"disabled":true,"description":{"content":"<p>(Legacy) [0,1] Option to include the Inbox: Seed List Optimizer add-on. Use the permission section instead</p>\n","type":"text/plain"},"key":"subscription[addons][optimizedseeds]","value":"1"},{"disabled":true,"description":{"content":"<p>[Integer] Include the annual Design test quantity</p>\n","type":"text/plain"},"key":"subscription[products][design]","value":"100"},{"disabled":true,"description":{"content":"<p>[Integer] Include the annual Engagement event quantity (I.e. annual number of opens)</p>\n","type":"text/plain"},"key":"subscription[products][engagement]","value":"1000000"},{"disabled":true,"description":{"content":"<p>[Integer] Include the annual Inbox Placement test quantity</p>\n","type":"text/plain"},"key":"subscription[products][inbox]","value":"10000"},{"disabled":true,"description":{"content":"<p>[Integer] Include the annual item count (IP addresses, domain names) elligible for Reputation monitoring</p>\n","type":"text/plain"},"key":"subscription[products][reputation]","value":"10000"},{"disabled":true,"description":{"content":"<p>[Integer] Include the annual List Validation quantity of credits</p>\n","type":"text/plain"},"key":"subscription[products][validation]","value":"1000000"},{"disabled":true,"description":{"content":"<p>[String] External account ID associated with this Everest account</p>\n","type":"text/plain"},"key":"external_id","value":"9a0d9d58-4d69-40e1-9160-a4506b5d4d60"},{"disabled":true,"description":{"content":"<p>[String] Identifier for plan you want to assign to the user</p>\n","type":"text/plain"},"key":"plan[slug]","value":"3664e0dcb8"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Alerts feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[alerts]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Integration feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[integrations]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Integration ESPs feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[integrations_esps]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Integration Utils feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[integrations_utils]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Integration API access for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[integrations_api]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include SSO access for the user account. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[accountsettings_sso]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Account API sccess for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[accountsettings_api]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include MFA feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[accountsettings_mfa]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Validation feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[validation]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Validation API access feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[validation_api]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Design feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[design]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Design API access for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[design_api]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Competitive Intel feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[competitiveintel]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Competitive Intel API access for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[competitiveintel_api]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Inbox feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[inbox]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Inbox API access for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[inbox_api]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Certification feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[certification]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Certification API access for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[certification_api]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include View Time Optimization feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[vto]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include View Time Optimization API access for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[vto_api]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Reputation feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[reputation]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Reputation API access for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[reputation_api]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Reputation GPT feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[reputation_gpt]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Reputation Signal Spam feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[reputation_signalspam]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Reputation SNDS feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[reputation_snds]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Reputation UFBL feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[reputation_ufbl]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Engagement feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[engagement]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Engagement API access for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[engagement_api]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Infrastructure feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[infrastructure]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Infrastructure API access for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[infrastructure_api]","value":"unavailable"}],"variable":[]}},"response":[{"id":"2d9e11d5-71cb-408d-a221-836e55cccd34","name":"Create Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Account Name\",\n    \"package\": \"Professional\",\n    \"external_id\": \"external-id\",\n    \"start\": \"2023-01-01\",\n    \"expiration\": \"2025-12-31\",\n    \"includeglobalstats\": 0,\n    \"inboxseedlistgroup\": 1,\n    \"inboxreset\": \"annual\",\n    \"subscription\": {\n        \"addons\": {\n            \"competitive\": 1,\n            \"optimizedseeds\": 1,\n            \"design\": 1,\n            \"validation\": 1,\n            \"vto\": 1\n        },\n        \"products\": {\n            \"analytics\": 100,\n            \"blacklist\": 100,\n            \"certification\": 100,\n            \"design\": 100,\n            \"dmarc\": 100,\n            \"engagement\": 100,\n            \"inbox\": 100,\n            \"reputation\": 100,\n            \"validation\": 100\n        }\n    },\n    \"plan\": {\n        \"slug\": \"5EH934FIOU\"\n    },\n    \"permissions\": {\n        \"reputation\": \"inactive\",\n        \"design\": \"active\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.everest.validity.com/api/2.0/accounts/","protocol":"https","host":["api","everest","validity","com"],"path":["api","2.0","accounts",""],"query":[{"key":"name","value":"Test Account","description":"(Required) Name of the account","disabled":true},{"key":"package","value":"Enterprise","description":"(Legacy) [Essentials, Professional, Enterprise] The package to determine which plan will be assigned to the user. This field is optional if the new plan field is passed.","disabled":true},{"key":"start","value":"2021-01-01","description":"(Required) The account's subscription start date (format: YYYY-MM-DD)","disabled":true},{"key":"expiration","value":"2026-12-31","description":"(Required) The account's subscription expiration date (format: YYYY-MM-DD)","disabled":true},{"key":"volumetier","value":"4","description":"(Legacy) The volume tier most accurately reflective of this account's sending volume","disabled":true},{"key":"preferences[enforce_passwords]","value":"1","description":"(Optional) [0,1] To enforce password complexity for this account","disabled":true},{"key":"preferences[enforce_mfa]","value":"1","description":"(Optional) [0,1] To enforce MFA use for this account","disabled":true},{"key":"preferences[timezone]","value":"America/New_York","description":"(Optional) Valid time zone from the 2020d TZ database","disabled":true},{"key":"preferences[global_stats]","value":"1","description":"(Optional) [0,1] To participate in aggregated community mailbox provider statistics and health indicators. Default is 1.","disabled":true},{"key":"preferences[max_users]","value":"0","description":"[Integer] Set the maximum number of users that can access this account.","disabled":true},{"key":"preferences[session_timeout]","value":"240","description":"[Integer] Option to customize the account's logins session duration in minutes (min: 30, max: 240)","disabled":true},{"key":"subscription[addons][competitive]","value":"1","description":"(Legacy) [0,1] Option to include the Competitive Intel add-on. Use the permission section instead","disabled":true},{"key":"subscription[addons][design]","value":"1","description":"(Legacy) [0,1] Option to include the Design add-on. Use the permission section instead","disabled":true},{"key":"subscription[addons][validation]","value":"1","description":"(Legacy) [0,1] Option to include the Validation add-on. Use the permission section instead","disabled":true},{"key":"subscription[addons][optimizedseeds]","value":"1","description":"(Legacy) [0,1] Option to include the Inbox: Seed List Optimizer add-on. Use the permission section instead","disabled":true},{"key":"subscription[products][design]","value":"100","description":"[Integer] Include the annual Design test quantity","disabled":true},{"key":"subscription[products][engagement]","value":"1000000","description":"[Integer] Include the annual Engagement event quantity (I.e. annual number of opens)","disabled":true},{"key":"subscription[products][inbox]","value":"10000","description":"[Integer] Include the annual Inbox Placement test quantity","disabled":true},{"key":"subscription[products][reputation]","value":"10000","description":"[Integer] Include the annual item count (IP addresses, domain names) elligible for Reputation monitoring","disabled":true},{"key":"subscription[products][validation]","value":"1000000","description":"[Integer] Include the annual List Validation quantity of credits","disabled":true},{"key":"external_id","value":"9a0d9d58-4d69-40e1-9160-a4506b5d4d60","description":"[String] External account ID associated with this Everest account","disabled":true},{"key":"plan[slug]","value":"3664e0dcb8","description":"[String] Identifier for plan you want to assign to the user","disabled":true},{"key":"permission[alerts]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Alerts feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[integrations]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Integration feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[integrations_esps]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Integration ESPs feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[integrations_utils]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Integration Utils feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[integrations_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Integration API access for the user. Default value is unavailable.","disabled":true},{"key":"permission[accountsettings_sso]","value":"unavailable","description":"[active, inactive, unavailable] Option to include SSO access for the user account. Default value is unavailable.","disabled":true},{"key":"permission[accountsettings_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Account API sccess for the user. Default value is unavailable.","disabled":true},{"key":"permission[accountsettings_mfa]","value":"unavailable","description":"[active, inactive, unavailable] Option to include MFA feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[validation]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Validation feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[validation_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Validation API access feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[design]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Design feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[design_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Design API access for the user. Default value is unavailable.","disabled":true},{"key":"permission[design_premium]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Design Premium feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[competitiveintel]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Competitive Intel feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[competitiveintel_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Competitive Intel API access for the user. Default value is unavailable.","disabled":true},{"key":"permission[inbox]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Inbox feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[inbox_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Inbox API access for the user. Default value is unavailable.","disabled":true},{"key":"permission[inbox_globalseeds]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Inbox Global Seeds feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[certification]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Certification feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[certification_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Certification API access for the user. Default value is unavailable.","disabled":true},{"key":"permission[certification_globalallowlist]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Certification Global Allow List feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[vto]","value":"unavailable","description":"[active, inactive, unavailable] Option to include View Time Optimization feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[vto_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include View Time Optimization API access for the user. Default value is unavailable.","disabled":true},{"key":"permission[reputation]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Reputation feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[reputation_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Reputation API access for the user. Default value is unavailable.","disabled":true},{"key":"permission[reputation_spamhaus]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Reputation Spamhaus feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[reputation_gpt]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Reputation GPT feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[reputation_signalspam]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Reputation Signal Spam feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[reputation_snds]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Reputation SNDS feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[reputation_ufbl]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Reputation UFBL feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[engagement]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Engagement feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[engagement_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Engagement API access for the user. Default value is unavailable.","disabled":true},{"key":"permission[infrastructure]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Infrastructure feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[infrastructure_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Infrastructure API access for the user. Default value is unavailable.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key,newrelic"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 24 Nov 2023 17:33:46 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"status\": \"success\",\n        \"id\": 1018853\n    }\n}"}],"_postman_id":"a09b17ce-3f93-4d02-a892-ab1b93a7c457"},{"name":"Update Account","id":"20e60691-99b9-4277-b0c3-7e185d09dee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Account Name\",\n    \"package\": \"Professional\",\n    \"external_id\": \"external-id\",\n    \"includeglobalstats\": 0,\n    \"inboxseedlistgroup\": 1,\n    \"inboxreset\": \"annual\",\n    \"subscription\": {\n        \"products\": {\n            \"analytics\": 100,\n            \"blacklist\": 100,\n            \"certification\": 100,\n            \"design\": 100,\n            \"dmarc\": 100,\n            \"engagement\": 100,\n            \"inbox\": 100,\n            \"reputation\": 100,\n            \"validation\": 100\n        }\n    },\n    \"plan\": {\n        \"slug\": \"5EH934FIOU\"\n    },\n    \"permissions\": {\n        \"reputation\": \"inactive\",\n        \"design\": \"inactive\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/accounts/{{user_id}}","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts","{{user_id}}"],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>(Required) Name of the account</p>\n","type":"text/plain"},"key":"name","value":"Test Account"},{"disabled":true,"description":{"content":"<p>(Legacy) [Essentials, Professional, Enterprise] The package to determine which plan will be assigned to the user. This field is optional if the new plan field is passed.</p>\n","type":"text/plain"},"key":"package","value":"Enterprise"},{"disabled":true,"description":{"content":"<p>(Required) The account's subscription start date (format: YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"start","value":"2021-01-01"},{"disabled":true,"description":{"content":"<p>(Required) The account's subscription expiration date (format: YYYY-MM-DD)</p>\n","type":"text/plain"},"key":"expiration","value":"2026-12-31"},{"disabled":true,"description":{"content":"<p>(Legacy) The volume tier most accurately reflective of this account's sending volume</p>\n","type":"text/plain"},"key":"volumetier","value":"4"},{"disabled":true,"description":{"content":"<p>(Optional) [0,1] To enforce password complexity for this account</p>\n","type":"text/plain"},"key":"preferences[enforce_passwords]","value":"1"},{"disabled":true,"description":{"content":"<p>(Optional) [0,1] To enforce MFA use for this account</p>\n","type":"text/plain"},"key":"preferences[enforce_mfa]","value":"1"},{"disabled":true,"description":{"content":"<p>(Optional) Valid time zone from the 2020d TZ database</p>\n","type":"text/plain"},"key":"preferences[timezone]","value":"America/New_York"},{"disabled":true,"description":{"content":"<p>(Optional) [0,1] To participate in aggregated community mailbox provider statistics and health indicators. Default is 1.</p>\n","type":"text/plain"},"key":"preferences[global_stats]","value":"1"},{"disabled":true,"description":{"content":"<p>[Integer] Set the maximum number of users that can access this account.</p>\n","type":"text/plain"},"key":"preferences[max_users]","value":"0"},{"disabled":true,"description":{"content":"<p>[Integer] Option to customize the account's logins session duration in minutes (min: 30, max: 240)</p>\n","type":"text/plain"},"key":"preferences[session_timeout]","value":"240"},{"disabled":true,"description":{"content":"<p>(Legacy) [0,1] Option to include the Competitive Intel add-on. Use the permission section instead</p>\n","type":"text/plain"},"key":"subscription[addons][competitive]","value":"1"},{"disabled":true,"description":{"content":"<p>(Legacy) [0,1] Option to include the Design add-on. Use the permission section instead</p>\n","type":"text/plain"},"key":"subscription[addons][design]","value":"1"},{"disabled":true,"description":{"content":"<p>(Legacy) [0,1] Option to include the Validation add-on. Use the permission section instead</p>\n","type":"text/plain"},"key":"subscription[addons][validation]","value":"1"},{"disabled":true,"description":{"content":"<p>(Legacy) [0,1] Option to include the Inbox: Seed List Optimizer add-on. Use the permission section instead</p>\n","type":"text/plain"},"key":"subscription[addons][optimizedseeds]","value":"1"},{"disabled":true,"description":{"content":"<p>[Integer] Include the annual Design test quantity</p>\n","type":"text/plain"},"key":"subscription[products][design]","value":"100"},{"disabled":true,"description":{"content":"<p>[Integer] Include the annual Engagement event quantity (I.e. annual number of opens)</p>\n","type":"text/plain"},"key":"subscription[products][engagement]","value":"1000000"},{"disabled":true,"description":{"content":"<p>[Integer] Include the annual Inbox Placement test quantity</p>\n","type":"text/plain"},"key":"subscription[products][inbox]","value":"10000"},{"disabled":true,"description":{"content":"<p>[Integer] Include the annual item count (IP addresses, domain names) elligible for Reputation monitoring</p>\n","type":"text/plain"},"key":"subscription[products][reputation]","value":"10000"},{"disabled":true,"description":{"content":"<p>[Integer] Include the annual List Validation quantity of credits</p>\n","type":"text/plain"},"key":"subscription[products][validation]","value":"1000000"},{"disabled":true,"description":{"content":"<p>[String] External account ID associated with this Everest account</p>\n","type":"text/plain"},"key":"external_id","value":"9a0d9d58-4d69-40e1-9160-a4506b5d4d60"},{"disabled":true,"description":{"content":"<p>[String] Identifier for plan you want to assign to the user</p>\n","type":"text/plain"},"key":"plan[slug]","value":"3664e0dcb8"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Alerts feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[alerts]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Integration feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[integrations]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Integration ESPs feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[integrations_esps]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Integration Utils feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[integrations_utils]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Integration API access for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[integrations_api]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include SSO access for the user account. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[accountsettings_sso]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Account API sccess for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[accountsettings_api]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include MFA feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[accountsettings_mfa]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Validation feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[validation]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Validation API access feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[validation_api]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Design feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[design]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Design API access for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[design_api]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Competitive Intel feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[competitiveintel]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Competitive Intel API access for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[competitiveintel_api]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Inbox feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[inbox]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Inbox API access for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[inbox_api]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Certification feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[certification]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Certification API access for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[certification_api]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include View Time Optimization feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[vto]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include View Time Optimization API access for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[vto_api]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Reputation feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[reputation]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Reputation API access for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[reputation_api]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Reputation GPT feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[reputation_gpt]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Reputation Signal Spam feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[reputation_signalspam]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Reputation SNDS feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[reputation_snds]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Reputation UFBL feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[reputation_ufbl]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Engagement feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[engagement]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Engagement API access for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[engagement_api]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Infrastructure feature for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[infrastructure]","value":"unavailable"},{"disabled":true,"description":{"content":"<p>[active, inactive, unavailable] Option to include Infrastructure API access for the user. Default value is unavailable.</p>\n","type":"text/plain"},"key":"permission[infrastructure_api]","value":"unavailable"}],"variable":[]}},"response":[{"id":"cf3979d7-d82e-4ccc-91a0-974c5c7a79d9","name":"Update Account","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Account Name\",\n    \"package\": \"Professional\",\n    \"external_id\": \"external-id\",\n    \"includeglobalstats\": 0,\n    \"inboxseedlistgroup\": 1,\n    \"inboxreset\": \"annual\",\n    \"subscription\": {\n        \"products\": {\n            \"analytics\": 100,\n            \"blacklist\": 100,\n            \"certification\": 100,\n            \"design\": 100,\n            \"dmarc\": 100,\n            \"engagement\": 100,\n            \"inbox\": 100,\n            \"reputation\": 100,\n            \"validation\": 100\n        }\n    },\n    \"plan\": {\n        \"slug\": \"5EH934FIOU\"\n    },\n    \"permissions\": {\n        \"reputation\": \"inactive\",\n        \"design\": \"inactive\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.everest.validity.com/api/2.0/accounts/{{user_id}}","protocol":"https","host":["api","everest","validity","com"],"path":["api","2.0","accounts","{{user_id}}"],"query":[{"key":"name","value":"Test Account","description":"(Required) Name of the account","disabled":true},{"key":"package","value":"Enterprise","description":"(Legacy) [Essentials, Professional, Enterprise] The package to determine which plan will be assigned to the user. This field is optional if the new plan field is passed.","disabled":true},{"key":"start","value":"2021-01-01","description":"(Required) The account's subscription start date (format: YYYY-MM-DD)","disabled":true},{"key":"expiration","value":"2026-12-31","description":"(Required) The account's subscription expiration date (format: YYYY-MM-DD)","disabled":true},{"key":"volumetier","value":"4","description":"(Legacy) The volume tier most accurately reflective of this account's sending volume","disabled":true},{"key":"preferences[enforce_passwords]","value":"1","description":"(Optional) [0,1] To enforce password complexity for this account","disabled":true},{"key":"preferences[enforce_mfa]","value":"1","description":"(Optional) [0,1] To enforce MFA use for this account","disabled":true},{"key":"preferences[timezone]","value":"America/New_York","description":"(Optional) Valid time zone from the 2020d TZ database","disabled":true},{"key":"preferences[global_stats]","value":"1","description":"(Optional) [0,1] To participate in aggregated community mailbox provider statistics and health indicators. Default is 1.","disabled":true},{"key":"preferences[max_users]","value":"0","description":"[Integer] Set the maximum number of users that can access this account.","disabled":true},{"key":"preferences[session_timeout]","value":"240","description":"[Integer] Option to customize the account's logins session duration in minutes (min: 30, max: 240)","disabled":true},{"key":"subscription[addons][competitive]","value":"1","description":"(Legacy) [0,1] Option to include the Competitive Intel add-on. Use the permission section instead","disabled":true},{"key":"subscription[addons][design]","value":"1","description":"(Legacy) [0,1] Option to include the Design add-on. Use the permission section instead","disabled":true},{"key":"subscription[addons][validation]","value":"1","description":"(Legacy) [0,1] Option to include the Validation add-on. Use the permission section instead","disabled":true},{"key":"subscription[addons][optimizedseeds]","value":"1","description":"(Legacy) [0,1] Option to include the Inbox: Seed List Optimizer add-on. Use the permission section instead","disabled":true},{"key":"subscription[products][design]","value":"100","description":"[Integer] Include the annual Design test quantity","disabled":true},{"key":"subscription[products][engagement]","value":"1000000","description":"[Integer] Include the annual Engagement event quantity (I.e. annual number of opens)","disabled":true},{"key":"subscription[products][inbox]","value":"10000","description":"[Integer] Include the annual Inbox Placement test quantity","disabled":true},{"key":"subscription[products][reputation]","value":"10000","description":"[Integer] Include the annual item count (IP addresses, domain names) elligible for Reputation monitoring","disabled":true},{"key":"subscription[products][validation]","value":"1000000","description":"[Integer] Include the annual List Validation quantity of credits","disabled":true},{"key":"external_id","value":"9a0d9d58-4d69-40e1-9160-a4506b5d4d60","description":"[String] External account ID associated with this Everest account","disabled":true},{"key":"plan[slug]","value":"3664e0dcb8","description":"[String] Identifier for plan you want to assign to the user","disabled":true},{"key":"permission[alerts]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Alerts feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[integrations]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Integration feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[integrations_esps]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Integration ESPs feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[integrations_utils]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Integration Utils feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[integrations_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Integration API access for the user. Default value is unavailable.","disabled":true},{"key":"permission[accountsettings_sso]","value":"unavailable","description":"[active, inactive, unavailable] Option to include SSO access for the user account. Default value is unavailable.","disabled":true},{"key":"permission[accountsettings_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Account API sccess for the user. Default value is unavailable.","disabled":true},{"key":"permission[accountsettings_mfa]","value":"unavailable","description":"[active, inactive, unavailable] Option to include MFA feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[validation]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Validation feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[validation_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Validation API access feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[design]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Design feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[design_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Design API access for the user. Default value is unavailable.","disabled":true},{"key":"permission[design_premium]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Design Premium feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[competitiveintel]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Competitive Intel feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[competitiveintel_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Competitive Intel API access for the user. Default value is unavailable.","disabled":true},{"key":"permission[inbox]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Inbox feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[inbox_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Inbox API access for the user. Default value is unavailable.","disabled":true},{"key":"permission[inbox_globalseeds]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Inbox Global Seeds feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[certification]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Certification feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[certification_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Certification API access for the user. Default value is unavailable.","disabled":true},{"key":"permission[certification_globalallowlist]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Certification Global Allow List feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[vto]","value":"unavailable","description":"[active, inactive, unavailable] Option to include View Time Optimization feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[vto_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include View Time Optimization API access for the user. Default value is unavailable.","disabled":true},{"key":"permission[reputation]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Reputation feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[reputation_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Reputation API access for the user. Default value is unavailable.","disabled":true},{"key":"permission[reputation_spamhaus]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Reputation Spamhaus feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[reputation_gpt]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Reputation GPT feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[reputation_signalspam]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Reputation Signal Spam feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[reputation_snds]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Reputation SNDS feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[reputation_ufbl]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Reputation UFBL feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[engagement]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Engagement feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[engagement_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Engagement API access for the user. Default value is unavailable.","disabled":true},{"key":"permission[infrastructure]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Infrastructure feature for the user. Default value is unavailable.","disabled":true},{"key":"permission[infrastructure_api]","value":"unavailable","description":"[active, inactive, unavailable] Option to include Infrastructure API access for the user. Default value is unavailable.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key,newrelic"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 24 Nov 2023 17:46:28 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Set-Cookie","value":"vfe_session=mnf326phga8un9vnf5fo6np94r4bf5ek; expires=Fri, 24-Nov-2023 21:45:31 GMT; Max-Age=14400; path=/; domain=.api.everest.validity.dcom; secure; HttpOnly; SameSite=None"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"20e60691-99b9-4277-b0c3-7e185d09dee9"},{"name":"Plan","id":"b480ed7f-8442-4787-bf31-9da306867c73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/accounts/plans","description":"<p>GET Plans will return all plans your account owns as well as detailed information about each plan. This endpoint is intended to be used by Resellers to manage their child accounts. Other account types are not supported in this endpoint.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts","plans"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"88d5a4d4-185b-4e80-af79-bb93fe6a65fa","name":"Plans","originalRequest":{"method":"GET","header":[],"url":"{{host}}/accounts/plans"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key,newrelic"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"},{"key":"Access-Control-Allow-Origin","value":""},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 11 Dec 2023 19:34:46 GMT"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Server","value":"nginx"},{"key":"Strict-Transport-Security","value":"max-age=86400; includeSubDomains"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"page_num\": 1,\n            \"page_size\": 5\n        },\n        \"total\": 28\n    },\n    \"results\": [\n        {\n            \"name\": \"\\\"Test Ivan\\\"\",\n            \"slug\": \"UK4HZVI93T\",\n            \"sales_strategy\": \"sales_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"7990\",\n            \"created_by\": \"1\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": null,\n            \"external_planid\": null,\n            \"external_plantype\": \"none\",\n            \"created\": \"2023-11-28 19:44:35\",\n            \"updated\": \"2023-12-05 18:24:08\"\n        },\n        {\n            \"name\": \"aaqa \\\"test\\\"\",\n            \"slug\": \"M58RO04K9P\",\n            \"sales_strategy\": \"sales_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": null,\n            \"created_by\": \"1\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": null,\n            \"external_planid\": null,\n            \"external_plantype\": \"none\",\n            \"created\": \"2023-12-06 16:45:50\",\n            \"updated\": null\n        },\n        {\n            \"name\": \"Advisor\",\n            \"slug\": \"14KGVZOFB7\",\n            \"sales_strategy\": \"sales_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"14\",\n            \"created_by\": \"970759\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": \"NULL\",\n            \"external_planid\": \"NULL\",\n            \"external_plantype\": \"salesforce\",\n            \"created\": \"2023-11-10 20:06:53\",\n            \"updated\": \"2023-12-01 21:24:41\"\n        },\n        {\n            \"name\": \"Certification\",\n            \"slug\": \"4COUG19Y7V\",\n            \"sales_strategy\": \"sales_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"4\",\n            \"created_by\": \"970759\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": \"NULL\",\n            \"external_planid\": \"NULL\",\n            \"external_plantype\": \"salesforce\",\n            \"created\": \"2023-11-10 20:06:53\",\n            \"updated\": \"2023-12-01 21:24:40\"\n        },\n        {\n            \"name\": \"CICD PLAN UPDATED 1701670877863\",\n            \"slug\": \"MWEH5UJ8VD\",\n            \"sales_strategy\": \"sales_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"8120\",\n            \"created_by\": \"991063\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": null,\n            \"external_planid\": null,\n            \"external_plantype\": \"salesforce\",\n            \"created\": \"2023-12-04 06:15:06\",\n            \"updated\": \"2023-12-04 06:21:18\"\n        },\n        {\n            \"name\": \"Elements_100k\",\n            \"slug\": \"2FJOWMIK8C\",\n            \"sales_strategy\": \"product_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"11\",\n            \"created_by\": \"970759\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": \"everest_elements_100k\",\n            \"external_planid\": \"NULL\",\n            \"external_plantype\": \"recurly\",\n            \"created\": \"2023-11-10 20:06:53\",\n            \"updated\": \"2023-12-01 21:24:40\"\n        },\n        {\n            \"name\": \"Elements_10k\",\n            \"slug\": \"PJW4DRKNCL\",\n            \"sales_strategy\": \"product_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"7\",\n            \"created_by\": \"970759\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": \"everest_elements_10k\",\n            \"external_planid\": \"NULL\",\n            \"external_plantype\": \"recurly\",\n            \"created\": \"2023-11-10 20:06:53\",\n            \"updated\": \"2023-12-01 21:24:41\"\n        },\n        {\n            \"name\": \"Elements_20k\",\n            \"slug\": \"25XWJVPTUK\",\n            \"sales_strategy\": \"product_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"8\",\n            \"created_by\": \"970759\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": \"everest_elements_20k\",\n            \"external_planid\": \"NULL\",\n            \"external_plantype\": \"recurly\",\n            \"created\": \"2023-11-10 20:06:53\",\n            \"updated\": \"2023-12-01 21:24:41\"\n        },\n        {\n            \"name\": \"Elements_50k\",\n            \"slug\": \"QEFPDHVANR\",\n            \"sales_strategy\": \"product_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"9\",\n            \"created_by\": \"970759\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": \"everest_elements_50k\",\n            \"external_planid\": \"NULL\",\n            \"external_plantype\": \"recurly\",\n            \"created\": \"2023-11-10 20:06:53\",\n            \"updated\": \"2023-12-01 21:24:40\"\n        },\n        {\n            \"name\": \"Elements_5k\",\n            \"slug\": \"ZYTBMGWP9C\",\n            \"sales_strategy\": \"product_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"6\",\n            \"created_by\": \"970759\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": \"everest_elements_5k\",\n            \"external_planid\": \"NULL\",\n            \"external_plantype\": \"recurly\",\n            \"created\": \"2023-11-10 20:06:53\",\n            \"updated\": \"2023-12-01 21:24:40\"\n        },\n        {\n            \"name\": \"Elements_60k\",\n            \"slug\": \"KJEBI8LH56\",\n            \"sales_strategy\": \"product_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"10\",\n            \"created_by\": \"970759\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": \"everest_elements_60k\",\n            \"external_planid\": \"NULL\",\n            \"external_plantype\": \"recurly\",\n            \"created\": \"2023-11-10 20:06:53\",\n            \"updated\": \"2023-12-01 21:24:40\"\n        },\n        {\n            \"name\": \"Enterprise\",\n            \"slug\": \"5EH934FIOU\",\n            \"sales_strategy\": \"sales_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"2\",\n            \"created_by\": \"970759\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": \"NULL\",\n            \"external_planid\": \"NULL\",\n            \"external_plantype\": \"salesforce\",\n            \"created\": \"2023-11-10 20:06:53\",\n            \"updated\": \"2023-12-01 21:24:41\"\n        },\n        {\n            \"name\": \"Essentials\",\n            \"slug\": \"VAJRGN8U1C\",\n            \"sales_strategy\": \"sales_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"5\",\n            \"created_by\": \"970759\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": \"NULL\",\n            \"external_planid\": \"NULL\",\n            \"external_plantype\": \"salesforce\",\n            \"created\": \"2023-11-10 20:06:53\",\n            \"updated\": \"2023-12-01 21:24:41\"\n        },\n        {\n            \"name\": \"Everest Elements - 100k\",\n            \"slug\": \"QZLK8N0V3E\",\n            \"sales_strategy\": \"product_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"7562\",\n            \"created_by\": \"971377\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": \"everest_elements_100k\",\n            \"external_planid\": \"qaiyudccrl48\",\n            \"external_plantype\": \"recurly\",\n            \"created\": \"2023-11-16 16:25:44\",\n            \"updated\": \"2023-12-04 20:44:47\"\n        },\n        {\n            \"name\": \"Everest Elements - 10k\",\n            \"slug\": \"2V1XW8GOY6\",\n            \"sales_strategy\": \"product_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"7566\",\n            \"created_by\": \"971377\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": \"everest_elements_10k\",\n            \"external_planid\": \"qaiw0h3m542v\",\n            \"external_plantype\": \"recurly\",\n            \"created\": \"2023-11-16 16:25:45\",\n            \"updated\": null\n        },\n        {\n            \"name\": \"Everest Elements - 20k\",\n            \"slug\": \"CS48GM72YN\",\n            \"sales_strategy\": \"product_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"7565\",\n            \"created_by\": \"971377\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": \"everest_elements_20k\",\n            \"external_planid\": \"qaiwhfnvivqi\",\n            \"external_plantype\": \"recurly\",\n            \"created\": \"2023-11-16 16:25:45\",\n            \"updated\": null\n        },\n        {\n            \"name\": \"Everest Elements - 50k\",\n            \"slug\": \"H207T5MW8Y\",\n            \"sales_strategy\": \"product_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"7564\",\n            \"created_by\": \"971377\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": \"everest_elements_50k\",\n            \"external_planid\": \"qaiwsx1uz2a1\",\n            \"external_plantype\": \"recurly\",\n            \"created\": \"2023-11-16 16:25:45\",\n            \"updated\": null\n        },\n        {\n            \"name\": \"Everest Elements - 5k\",\n            \"slug\": \"LVCMZD6TSB\",\n            \"sales_strategy\": \"product_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"7567\",\n            \"created_by\": \"971377\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": \"everest_elements_5k\",\n            \"external_planid\": \"q7k4nah9rny6\",\n            \"external_plantype\": \"recurly\",\n            \"created\": \"2023-11-16 16:25:46\",\n            \"updated\": null\n        },\n        {\n            \"name\": \"Everest Elements - 60k\",\n            \"slug\": \"E274YIFRMG\",\n            \"sales_strategy\": \"product_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"7563\",\n            \"created_by\": \"971377\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": \"everest_elements_60k\",\n            \"external_planid\": \"qaiy827hmaoo\",\n            \"external_plantype\": \"recurly\",\n            \"created\": \"2023-11-16 16:25:44\",\n            \"updated\": null\n        },\n        {\n            \"name\": \"No Plan\",\n            \"slug\": \"5e2ef5a247\",\n            \"sales_strategy\": \"sales_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"1\",\n            \"created_by\": \"970759\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": \"NULL\",\n            \"external_planid\": \"NULL\",\n            \"external_plantype\": \"none\",\n            \"created\": \"2023-10-27 19:04:38\",\n            \"updated\": \"2023-12-01 21:24:41\"\n        },\n        {\n            \"name\": \"Partner\",\n            \"slug\": \"KVG0ILSZ2A\",\n            \"sales_strategy\": \"sales_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"12\",\n            \"created_by\": \"970759\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": \"NULL\",\n            \"external_planid\": \"NULL\",\n            \"external_plantype\": \"salesforce\",\n            \"created\": \"2023-11-10 20:06:52\",\n            \"updated\": \"2023-12-01 21:24:41\"\n        },\n        {\n            \"name\": \"Partner led - inactive\",\n            \"slug\": \"6XCPR4G10Y\",\n            \"sales_strategy\": \"partner_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"7613\",\n            \"created_by\": \"1\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": null,\n            \"external_planid\": null,\n            \"external_plantype\": \"none\",\n            \"created\": \"2023-11-17 21:20:31\",\n            \"updated\": \"2023-11-20 20:42:46\"\n        },\n        {\n            \"name\": \"Professional \",\n            \"slug\": \"L4KVR5O38C\",\n            \"sales_strategy\": \"sales_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"3\",\n            \"created_by\": \"970759\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": \"NULL\",\n            \"external_planid\": \"NULL\",\n            \"external_plantype\": \"salesforce\",\n            \"created\": \"2023-11-10 20:06:53\",\n            \"updated\": \"2023-12-01 21:24:41\"\n        },\n        {\n            \"name\": \"QA test - 11.21.2023\",\n            \"slug\": \"1EQGHA8SPN\",\n            \"sales_strategy\": \"product_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"7693\",\n            \"created_by\": \"1\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": null,\n            \"external_planid\": null,\n            \"external_plantype\": \"none\",\n            \"created\": \"2023-11-21 15:59:11\",\n            \"updated\": \"2023-12-05 19:11:20\"\n        },\n        {\n            \"name\": \"Reseller\",\n            \"slug\": \"Q5Z2YXTHCS\",\n            \"sales_strategy\": \"sales_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"13\",\n            \"created_by\": \"970759\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": \"NULL\",\n            \"external_planid\": \"NULL\",\n            \"external_plantype\": \"salesforce\",\n            \"created\": \"2023-11-10 20:06:53\",\n            \"updated\": \"2023-12-04 20:38:54\"\n        },\n        {\n            \"name\": \"reseller test\",\n            \"slug\": \"UK694J3XIH\",\n            \"sales_strategy\": \"sales_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"7499\",\n            \"created_by\": \"1\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": null,\n            \"external_planid\": null,\n            \"external_plantype\": \"none\",\n            \"created\": \"2023-11-15 11:08:37\",\n            \"updated\": \"2023-11-15 11:08:37\"\n        },\n        {\n            \"name\": \"test upsell 1\",\n            \"slug\": \"OUNKLE1XQA\",\n            \"sales_strategy\": \"partner_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"7726\",\n            \"created_by\": \"1\",\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": null,\n            \"external_planid\": null,\n            \"external_plantype\": \"none\",\n            \"created\": \"2023-11-22 15:37:33\",\n            \"updated\": \"2023-11-22 15:37:37\"\n        },\n        {\n            \"name\": \"unsubscribed\",\n            \"slug\": \"bdc475cbe4\",\n            \"sales_strategy\": \"sales_led\",\n            \"status\": \"live\",\n            \"plan_permissions_id\": \"7410\",\n            \"created_by\": null,\n            \"owner_user_id\": \"30\",\n            \"external_plancode\": null,\n            \"external_planid\": null,\n            \"external_plantype\": \"none\",\n            \"created\": \"2023-11-13 06:43:48\",\n            \"updated\": null\n        }\n    ]\n}"}],"_postman_id":"b480ed7f-8442-4787-bf31-9da306867c73"},{"name":"Delete Account","id":"2efc9aeb-286a-40e0-9baf-1b84874d9386","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/accounts/{{user_id}}","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts","{{user_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"309d8dfc-a24a-42f2-8698-c44b44a7d0e4","name":"Error: Account does not exist","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/accounts/12345"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 17 Dec 2020 00:59:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"35"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Account does not exist\"\n}"},{"id":"c2086156-cbf6-4e9c-a419-61d70b1236dd","name":"Error: Root account deletion","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/accounts/{{user_id}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 17 Dec 2020 00:59:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"105"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"This API does not support deleting your root account. Please contact support for assistance.\"\n}"},{"id":"ec5a6ce2-8c23-486e-a66a-f4051e8ac163","name":"Delete Account","originalRequest":{"method":"GET","header":[],"url":"{{host}}/accounts/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 16 Dec 2020 17:37:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"517"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"id\": 74,\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"2efc9aeb-286a-40e0-9baf-1b84874d9386"},{"name":"Subscription","id":"b168ba1b-161f-45a4-a5f2-76cc83f59f6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/accounts/subscriptions/{{subscription_id}}","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts","subscriptions","{{subscription_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"c9d42804-fe1d-4fc3-b07b-a0005079983b","name":"Subscription","originalRequest":{"method":"GET","header":[],"url":"{{host}}/accounts/subscriptions/{{subscription_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 16 Dec 2020 17:37:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"517"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"page_num\": 1,\n            \"page_size\": 50,\n            \"sort_by\": \"subscriptionexpire\",\n            \"sort_order\": \"ASC\"\n        }\n    },\n    \"results\": [\n        {\n            \"id\": \"10\",\n            \"admin_id\": \"\",\n            \"externalsubscriptionid\": \"\",\n            \"parent_id\": \"\",\n            \"root_user_id\": \"\",\n            \"user_id\": \"1\",\n            \"allow_overage\": true,\n            \"external_subscription_type\": \"\",\n            \"status\": \"active\",\n            \"usageperiod\": \"annual\",\n            \"cancelled\": null,\n            \"created\": \"2024-09-13 08:33:52\",\n            \"ingested_date\": null,\n            \"nextreplenish\": \"2025-09-13 00:00:00\",\n            \"replenished\": \"2024-09-13 00:00:00\",\n            \"subscriptionstart\": \"2024-09-13 00:00:00\",\n            \"subscriptionexpire\": \"2029-12-04 23:59:59\",\n            \"updated\": \"2024-09-13 08:33:52\",\n            \"suspended_date\": null,\n            \"analyticsquantity\": 100,\n            \"analyticsusage\": 5,\n            \"certificationquantity\": 10,\n            \"competitivequantity\": 0,\n            \"designquantity\": 100,\n            \"designusage\": 40,\n            \"inboxquantity\": 100,\n            \"inboxusage\": 20,\n            \"reputationquantity\": 0,\n            \"reputationusage\": 0,\n            \"validationquantity\": 100,\n            \"validationusage\": 90,\n            \"vtoquantity\": 100,\n            \"dmarcquantity\": 0,\n            \"alias_max\": 1,\n            \"certification_ip_max\": 0,\n            \"monitoring_addresses_max\": 200,\n            \"notes\": \"Everest\",\n            \"reason\": \"Provisioning\",\n            \"subscriptiontype\": \"\"\n        }\n    ]\n}"}],"_postman_id":"b168ba1b-161f-45a4-a5f2-76cc83f59f6d"},{"name":"Account Subscription","id":"ba33b04b-194b-4fc1-b4db-f68e9292dd98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/accounts/{{account_id}}/subscriptions/{{subscription_id}}","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}","subscriptions","{{subscription_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"96faac08-a1da-417b-89cc-274657b5ca18","name":"Subscription","originalRequest":{"method":"GET","header":[],"url":"{{host}}/accounts/{{account_id}}/subscriptions/{{subscription_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 16 Dec 2020 17:37:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"517"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"page\": {\n            \"page_num\": 1,\n            \"page_size\": 50,\n            \"sort_by\": \"subscriptionexpire\",\n            \"sort_order\": \"ASC\"\n        }\n    },\n    \"results\": [\n        {\n            \"id\": \"10\",\n            \"admin_id\": \"\",\n            \"externalsubscriptionid\": \"\",\n            \"parent_id\": \"\",\n            \"root_user_id\": \"\",\n            \"user_id\": \"1\",\n            \"allow_overage\": true,\n            \"external_subscription_type\": \"\",\n            \"status\": \"active\",\n            \"usageperiod\": \"annual\",\n            \"cancelled\": null,\n            \"created\": \"2024-09-13 08:33:52\",\n            \"ingested_date\": null,\n            \"nextreplenish\": \"2025-09-13 00:00:00\",\n            \"replenished\": \"2024-09-13 00:00:00\",\n            \"subscriptionstart\": \"2024-09-13 00:00:00\",\n            \"subscriptionexpire\": \"2029-12-04 23:59:59\",\n            \"updated\": \"2024-09-13 08:33:52\",\n            \"suspended_date\": null,\n            \"analyticsquantity\": 100,\n            \"analyticsusage\": 5,\n            \"certificationquantity\": 10,\n            \"competitivequantity\": 0,\n            \"designquantity\": 100,\n            \"designusage\": 40,\n            \"inboxquantity\": 100,\n            \"inboxusage\": 20,\n            \"reputationquantity\": 0,\n            \"reputationusage\": 0,\n            \"validationquantity\": 100,\n            \"validationusage\": 90,\n            \"vtoquantity\": 100,\n            \"dmarcquantity\": 0,\n            \"alias_max\": 1,\n            \"certification_ip_max\": 0,\n            \"monitoring_addresses_max\": 200,\n            \"notes\": \"Everest\",\n            \"reason\": \"Provisioning\",\n            \"subscriptiontype\": \"\"\n        }\n    ]\n}"}],"_postman_id":"ba33b04b-194b-4fc1-b4db-f68e9292dd98"}],"id":"1d263289-7c20-4962-810d-ef9cfefb95b6","event":[{"listen":"prerequest","script":{"id":"0dd7e7b3-fcd5-43fa-a4c5-fbbeefa8237a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1847e979-117a-4790-a95a-960dc6387705","type":"text/javascript","exec":[""]}}],"_postman_id":"1d263289-7c20-4962-810d-ef9cfefb95b6","description":"","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"Users","item":[{"name":"Users","id":"5c051a02-2b2a-4e07-a1d1-e44dcb1a2b62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/accounts/{{account_id}}/users","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}","users"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"2876fb58-7db3-4b1a-8df9-afc660cc189c","name":"Users","originalRequest":{"method":"GET","header":[],"url":"{{host}}/accounts/{{account_id}}/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 17 Dec 2020 01:23:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"43317"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 2\n    },\n    \"results\": [\n        {\n            \"id\": 1,\n            \"first\": \"John\",\n            \"last\": \"Smith\",\n            \"title\": \"VP Engineering\",\n            \"phone\": \"1112223333\",\n            \"email\": \"john.smith@domain.com\",\n            \"created\": \"2019-01-01T00:00:08+00:00\",\n            \"updated\": \"2020-12-16T19:09:09+00:00\",\n            \"permissions\": {\n                \"owner\": 1,\n                \"admin\": 1\n            },\n            \"mfa\": {\n                \"enabled\": 1,\n                \"type\": \"email\",\n                \"recipient\": \"john.smith@domain.com\",\n                \"verified\": 1\n            },\n            \"security\": {\n                \"failed_logins\": 0,\n                \"locked_out\": 0\n            }\n        },\n        {\n            \"id\": 2,\n            \"first\": \"Jane\",\n            \"last\": \"Smith\",\n            \"title\": \"CTO\",\n            \"phone\": \"1112223333\",\n            \"email\": \"jane.smith@domain.com\",\n            \"created\": \"2019-01-01T00:00:08+00:00\",\n            \"updated\": \"2020-12-16T19:09:09+00:00\",\n            \"permissions\": {\n                \"owner\": 1,\n                \"admin\": 1\n            },\n            \"mfa\": {\n                \"enabled\": 1,\n                \"type\": \"sms\",\n                \"recipient\": \"|1112223333\",\n                \"verified\": 1\n            },\n            \"security\": {\n                \"failed_logins\": 0,\n                \"locked_out\": 0\n            }\n        }\n    ]\n}"}],"_postman_id":"5c051a02-2b2a-4e07-a1d1-e44dcb1a2b62"},{"name":"User by ID","id":"8416580e-1033-477f-9ee4-2fcb0b7f3638","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/accounts/{{account_id}}/users/{{alias_id}}","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}","users","{{alias_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"6f570052-3796-4c32-8129-8db28bba885f","name":"User by ID","originalRequest":{"method":"GET","header":[],"url":"{{host}}/accounts/{{account_id}}/users/{{alias_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 17 Dec 2020 01:30:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"339"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 1\n    },\n    \"results\": [\n        {\n            \"id\": 1,\n            \"first\": \"John\",\n            \"last\": \"Smith\",\n            \"title\": \"VP Engineering\",\n            \"phone\": \"1112223333\",\n            \"email\": \"john.smith@domain.com\",\n            \"created\": \"2019-01-01T00:00:08+00:00\",\n            \"updated\": \"2020-12-16T19:09:09+00:00\",\n            \"permissions\": {\n                \"owner\": 1,\n                \"admin\": 1\n            },\n            \"mfa\": {\n                \"enabled\": 1,\n                \"type\": \"email\",\n                \"recipient\": \"john.smith@domain.com\",\n                \"verified\": 1\n            },\n            \"security\": {\n                \"failed_logins\": 0,\n                \"locked_out\": 0\n            }\n        }\n    ]\n}"}],"_postman_id":"8416580e-1033-477f-9ee4-2fcb0b7f3638"},{"name":"Create User","id":"0b925a1b-d684-4609-a14b-ff1b5e1ae17b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"john.smith@domain.com","description":"<p>(Required) Unique email address of the user</p>\n","type":"text"},{"key":"first","value":"John","description":"<p>(Required) First name</p>\n","type":"text"},{"key":"last","value":"Smith","description":"<p>(Required) Last name</p>\n","type":"text"},{"key":"title","value":"VP Engineering","description":"<p>(Optional) Job title</p>\n","type":"text"},{"key":"password","value":"pass1234","description":"<p>(Optional) If you use SSO/SAML, we will generate a randomly hashed password for you. If you leave the password field blank, a random password will be generated and the user will be forced to change their password on first login.</p>\n","type":"text"},{"key":"phone","value":"1112223333","description":"<p>(Optional) Phone number</p>\n","type":"text"},{"key":"forcepasswordreset","value":"0","description":"<p>[0, 1] Option to force a password reset on first login.</p>\n","type":"text"},{"key":"emailcredentials","value":"1","description":"<p>[0, 1] Option to email the new user their login Instructions.</p>\n","type":"text"},{"key":"admin","value":"0","description":"<p>[0, 1] Option to add the new user as an account admin.</p>\n","type":"text"}]},"url":"{{host}}/accounts/{{account_id}}/users","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}","users"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"20535bfd-9d20-43f2-86f1-602774d74afa","name":"Error: User already exists in your account","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"alex@250ok.com","type":"text"},{"key":"first","value":"John","type":"text"},{"key":"last","value":"Smith","type":"text"}]},"url":"{{host}}/accounts/{{account_id}}/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 17 Dec 2020 12:29:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"User already exists in your account.\"\n}"},{"id":"2d511cc3-73af-4be8-9aa2-de0e8df15bc0","name":"Error: Email already in use","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"alex@250ok.com","type":"text"},{"key":"first","value":"John","type":"text"},{"key":"last","value":"Smith","type":"text"}]},"url":"{{host}}/accounts/{{account_id}}/users"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 17 Dec 2020 12:27:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"165"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"This email address is already in use by another user, but you can still add them to your account.\",\n    \"user_id\": \"264\",\n    \"endpoint\": \"/accounts/30/users/264\"\n}"},{"id":"68af7d94-a691-416b-b9c1-ea1689c41d97","name":"Create User","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"alex@250ok.com","type":"text"},{"key":"first","value":"John","type":"text"},{"key":"last","value":"Smith","type":"text"}]},"url":"{{host}}/accounts/{{account_id}}/users"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 17 Dec 2020 12:27:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"165"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"status\": \"success\",\n        \"account.id\": {{user_id}},\n        \"user.id\": 100\n    }\n}"},{"id":"9d2ab736-f174-4524-8415-e114339ccab0","name":"Error: Missing fields","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"alex+736am@250ok.com","type":"text"},{"key":"first","value":"John","type":"text"},{"key":"last","value":"Smith","type":"text","disabled":true}]},"url":"{{host}}/accounts/{{account_id}}/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 17 Dec 2020 12:42:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"120"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"status\": \"error\",\n        \"errors\": [\n            \"The last name field is required.\",\n            \"The password field is required.\"\n        ]\n    }\n}"}],"_postman_id":"0b925a1b-d684-4609-a14b-ff1b5e1ae17b"},{"name":"Update User","id":"33bb4688-1457-4239-8355-db5ad90736b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"admin","value":"1","type":"text","description":"<p>Pass 1 to promote the user to an admin of the account.</p>\n"},{"key":"unlock","value":"1","type":"text","description":"<p>Pass 1 to unlock a user's account after too many failed login attempts.</p>\n"}]},"url":"{{host}}/accounts/{{account_id}}/users/{{alias_id}}","description":"<p>This endpoint is specifically for promoting users to account administrators, or unlocking users after too many failed login attempts. Since users can belong to multiple accounts, editing functionality is limited to protect their privacy.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}","users","{{alias_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"79564166-1de3-4f56-95cf-201df70b806f","name":"Update User","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"admin","value":"0","type":"text","description":"Pass 1 to promote the user to an admin of the account."},{"key":"unlock","value":"1","type":"text","description":"Pass 1 to unlock a user's account after too many failed login attempts."}]},"url":"{{host}}/accounts/{{account_id}}/users/{{alias_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 17 Dec 2020 14:12:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"status\": \"success\",\n        \"account\": {\n            \"id\": 1\n        },\n        \"user\": {\n            \"id\": 100,\n            \"first\": \"John\",\n            \"last\": \"Smith\",\n            \"title\": \"VP Engineering\",\n            \"phone\": null,\n            \"email\": \"john.smith@domain.com\",\n            \"created\": \"2020-12-17T13:17:44+00:00\",\n            \"updated\": \"1970-01-01T00:00:00+00:00\",\n            \"permissions\": {\n                \"owner\": 0,\n                \"admin\": 1\n            },\n            \"mfa\": {\n                \"enabled\": 0,\n                \"type\": \"\",\n                \"recipient\": \"\",\n                \"verified\": 0\n            },\n            \"security\": {\n                \"failed_logins\": 0,\n                \"locked_out\": 0\n            }\n        }\n    }\n}"},{"id":"94bb91d6-e5c7-49ce-b98e-9d2c8c982260","name":"Error: No changes were made to the account","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"admin","value":"0","type":"text","description":"Pass 1 to promote the user to an admin of the account."},{"key":"unlock","value":"1","type":"text","description":"Pass 1 to unlock a user's account after too many failed login attempts."}]},"url":"{{host}}/accounts/{{account_id}}/users/{{alias_id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 17 Dec 2020 14:12:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"49"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"No changes were made to the account.\"\n}"}],"_postman_id":"33bb4688-1457-4239-8355-db5ad90736b0"},{"name":"Add User to Account","id":"e12ef7a7-3050-4656-9ac9-0e7f13bf130f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{host}}/accounts/{{account_id}}/users/{{alias_id}}","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}","users","{{alias_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"e3443c6f-5510-4cd8-b879-4b42b1083de4","name":"Add User to Account","originalRequest":{"method":"POST","header":[],"url":"{{host}}/accounts/{{account_id}}/users/{{alias_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 17 Dec 2020 00:45:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"72"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"account_id\": {{user_id}},\n        \"user_id\": {{alias_id}},\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"e12ef7a7-3050-4656-9ac9-0e7f13bf130f"},{"name":"Delete User from Account","id":"eb55944c-d593-490f-a4c0-17e06879ff22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/accounts/{{account_id}}/users/{{alias_id}}","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}","users","{{alias_id}}"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"1a3fd084-e1cd-4510-be58-244280cdced4","name":"Error: Account does not exist","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/accounts/abc/users/abc"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 17 Dec 2020 00:58:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"35"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Account does not exist\"\n}"},{"id":"5c8ae850-cb1e-435d-a3ca-cd84ba556db6","name":"Delete User from Account","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/accounts/{{account_id}}/users/{{alias_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 17 Dec 2020 00:49:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"72"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"account_id\": {{user_id}},\n        \"user_id\": {{alias_id}},\n        \"status\": \"success\"\n    }\n}"},{"id":"fcbad569-6c9f-483b-9957-8e0bfeaae942","name":"Error: Invalid user_id parameter","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/accounts/{{account_id}}/users/abc"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 17 Dec 2020 00:57:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"51"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Invalid ../users/:user_id parameter.\"\n}"},{"id":"ffc5b77b-21a9-4378-bb7e-7bd34bbe2f7c","name":"Error: User does not exist","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/accounts/{{account_id}}/users/12345"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 17 Dec 2020 00:57:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"32"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"User does not exist\"\n}"}],"_postman_id":"eb55944c-d593-490f-a4c0-17e06879ff22"},{"name":"Retrieve SSO Token","id":"9243f6ff-5943-42be-b3ff-c11787744d17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/accounts/{{account_id}}/sso?email=john.smith@domain.com","description":"<p>This endpoint will return a token that can be appended to any Everest URL using a ​?sso=​ parameter. The token expires every 2 minutes and you’ll need to retrieve a new one.</p>\n<p><strong>Sample Response:</strong>\n\"22aaa33bb1188ff5522dba\"</p>\n<p><strong>Accessing Everest via Single Sign On:</strong>\n<a href=\"https://everest.validity.com/account?sso=22aaa33bb1188ff5522dba\">https://everest.validity.com/account?sso=22aaa33bb1188ff5522dba</a></p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}","sso"],"host":["{{host}}"],"query":[{"description":{"content":"<p>Optional email address to be Included for the SSO login. If the 'email' parameter Is blank, it will log In using the default user on the account.</p>\n","type":"text/plain"},"key":"email","value":"john.smith@domain.com"}],"variable":[]}},"response":[{"id":"aeee44f7-9777-4a5d-aa1b-d2151e0f2bff","name":"Retrieve SSO Token","originalRequest":{"method":"GET","header":[],"url":"{{host}}/accounts/{{account_id}}/sso"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 17 Dec 2020 19:53:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"\"22aaa33bb1188ff5522dba\""}],"_postman_id":"9243f6ff-5943-42be-b3ff-c11787744d17"}],"id":"3195d595-2df7-486d-9bc6-cd69fc01a065","description":"<p><strong>Common Errors:</strong></p>\n<ul>\n<li>400: Invalid ../accounts/:account_id parameter.</li>\n<li>400: Invalid ../users/:user_id parameter.</li>\n<li>404: User does not exist</li>\n<li>500: An unknown error occurred.</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"f157675a-4714-4010-af61-f76aaf670aff","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"03e2b63f-0c50-46fb-8cd3-716067650847","type":"text/javascript","exec":[""]}}],"_postman_id":"3195d595-2df7-486d-9bc6-cd69fc01a065","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"API Keys","item":[{"name":"API Keys","id":"3f597d6a-b0a9-497a-9713-6dc61635d66e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/accounts/{{account_id}}/keys","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}","keys"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"2daf77b3-a998-4c54-be17-6d5c43049d8e","name":"API Keys","originalRequest":{"method":"GET","header":[],"url":"{{host}}/accounts/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 16 Dec 2020 17:37:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"517"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"total\": 2\n    },\n    \"results\": [\n        {\n            \"key\": \"aaaassssddddffff1234\",\n            \"api_limit\": 500,\n            \"description\": \"first key\",\n            \"expiration\": null,\n            \"created\": \"2020-08-16T12:21:46+00:00\"\n        },\n        {\n            \"key\": \"aaaassssddddffff5678\",\n            \"api_limit\": 500,\n            \"description\": \"second key\",\n            \"expiration\": \"2019-12-20T19:48:21+00:00\",\n            \"created\": \"2019-11-20T19:48:21+00:00\"\n        }\n    ]\n}"}],"_postman_id":"3f597d6a-b0a9-497a-9713-6dc61635d66e"},{"name":"Create API Key","id":"30bd76f2-6029-4107-b32f-6d5563085b53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"This is an API key!","description":"<p>(Optional) A description of the key</p>\n","type":"text"},{"key":"expiration","value":"2021-12-31 23:59:59","description":"<p>(Optional) The key's expiration date and time (format: YYYY-MM-DD HH:MM:SS)</p>\n","type":"text"}]},"url":"{{host}}/accounts/{{account_id}}/keys","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}","keys"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"903de7ae-4792-4f52-95c9-e6721ceecf5e","name":"Create API Key","originalRequest":{"method":"POST","header":[],"url":"{{host}}/accounts/1/keys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 16 Dec 2020 19:09:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"91"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"key\": \"aaaassssddddffff1234\",\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"30bd76f2-6029-4107-b32f-6d5563085b53"},{"name":"Delete API Key","id":"ba98a167-d47d-4c7b-baba-d57dc326c82e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/accounts/{{account_id}}/keys/aaaassssddddffff1234","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}","keys","aaaassssddddffff1234"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"b4f771ea-f934-49d0-b0fd-005ec13221b4","name":"Error: API key does not exist","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/accounts/{{account_id}}/keys/aaaassssddddffff1234"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 17 Dec 2020 00:59:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"35"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"API key does not exist\"\n}"},{"id":"d8c1282c-7f2f-49fd-b743-2febc4b6181b","name":"Delete API Key","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/accounts/1/keys/aaaassssddddffff1234"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 16 Dec 2020 19:16:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"91"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"key\": \"aaaassssddddffff1234\",\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"ba98a167-d47d-4c7b-baba-d57dc326c82e"},{"name":"Update API Key","id":"873b0c34-a559-4ec2-9c4d-4b91f5786482","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"description","value":"This is an API key!","type":"text","description":"<p>(Optional) A description of the key</p>\n"},{"key":"expiration","value":"2021-12-31 23:59:59","description":"<p>(Optional) The key's expiration date and time (format: YYYY-MM-DD HH:MM:SS)</p>\n","type":"text"}]},"url":"{{host}}/accounts/{{account_id}}/keys/aaaassssddddffff1234","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}","keys","aaaassssddddffff1234"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"0561817b-c451-4b9a-9667-f9894e0a28cc","name":"Update API Key","originalRequest":{"method":"PUT","header":[],"url":"{{host}}/accounts/1/keys/aaaassssddddffff1234"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 16 Dec 2020 19:16:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"91"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"key\": \"aaaassssddddffff1234\",\n        \"description\": \"This is an API key!\",\n        \"expiration\": null,\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"873b0c34-a559-4ec2-9c4d-4b91f5786482"}],"id":"0aa17b35-8e07-4d75-a437-dcf0311431c7","_postman_id":"0aa17b35-8e07-4d75-a437-dcf0311431c7","description":"","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"Webhook Endpoints","item":[{"name":"Webhook Endpoints","id":"9ed12fd1-e25a-4573-9b25-86fbe6d0c1c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/accounts/{{account_id}}/webhooks?limit=100&page=1","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}","webhooks"],"host":["{{host}}"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"e6261b26-aa3b-4319-91c7-16e627d1fbb1","name":"Webhook Endpoints","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/accounts/{{account_id}}/webhooks?limit=100&page=1","host":["{{host}}"],"path":["accounts","{{account_id}}","webhooks"],"query":[{"key":"limit","value":"100"},{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 16 Dec 2020 21:53:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1904"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {\n        \"params\": {\n            \"limit\": \"100\",\n            \"page\": \"1\"\n        },\n        \"total\": 2,\n        \"limit\": 100,\n        \"pages\": 1\n    },\n    \"results\": [\n        {\n            \"key\": \"AAAASSSSDDDFFF11223344\",\n            \"description\": \"Test Endpoint 1\",\n            \"require_auth\": 1,\n            \"endpoint\": \"https://analytics.250ok.com/webhooks/AAAASSSSDDDFFF11223344\",\n            \"last_seen\": \"2019-02-12T16:16:00+00:00\",\n            \"total_events\": 1,\n            \"created\": \"2017-08-25T18:18:41+00:00\"\n        },\n        {\n            \"key\": \"AAAASSSSDDDFFF55667788\",\n            \"description\": \"Test Endpoint 2\",\n            \"require_auth\": 0,\n            \"endpoint\": \"https://analytics.250ok.com/webhooks/AAAASSSSDDDFFF55667788\",\n            \"last_seen\": null,\n            \"total_events\": 0,\n            \"created\": \"2020-09-01T22:59:09+00:00\"\n        }\n    ]\n}"}],"_postman_id":"9ed12fd1-e25a-4573-9b25-86fbe6d0c1c4"},{"name":"Create Webhook Endpoint","id":"bb9be86a-0071-4c18-9475-c2e3b063fdf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"description","value":"Test Endpoint","type":"text"},{"key":"require_auth","value":"0","description":"<p>[0, 1] Optionally require API key authentication for Inbound webhook events</p>\n","type":"text"}]},"url":"{{host}}/accounts/{{account_id}}/webhooks","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}","webhooks"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"2f102910-c15a-4ec0-9c10-11c19da1f9d0","name":"Create Webhook Endpoint","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"description","value":"Test Endpoint","type":"text"},{"key":"require_auth","value":"0","description":"[0, 1] Optionally require API key authentication for Inbound webhook events","type":"text"}]},"url":"{{host}}/accounts/{{account_id}}/webhooks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Wed, 16 Dec 2020 22:06:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"137"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"key\": \"AAAASSSSDDDFFF11223344\",\n        \"endpoint\": \"https://analytics.250ok.com/webhooks/AAAASSSSDDDFFF11223344\",\n        \"description\": \"Test Endpoint\",\n        \"require_auth\": 0,\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"bb9be86a-0071-4c18-9475-c2e3b063fdf7"},{"name":"Update Webhook Endpoint","id":"90e53bac-988f-4ea0-a7a2-f4bfbd2e0cdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Testing new description!\",\n    \"require_auth\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/accounts/{{account_id}}/webhooks/92468364E6F7447AA1E623B53978BB69","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}","webhooks","92468364E6F7447AA1E623B53978BB69"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"ce182fe8-2e3d-4cf3-8694-3edbf9802646","name":"Update Webhook Endpoint","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Testing new description!\",\n    \"require_auth\": 0\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/accounts/{{account_id}}/webhooks/AAAASSSSDDDFFF11223344"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 17 Dec 2020 00:23:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"76"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"key\": \"AAAASSSSDDDFFF11223344\",\n        \"endpoint\": \"https://analytics.250ok.com/webhooks/4AAAASSSSDDDFFF11223344\",\n        \"description\": \"Testing new description!\",\n        \"require_auth\": 0,\n        \"status\": \"success\"\n    }\n}"},{"id":"68c6e344-1e32-4ae3-9131-d6585148f37a","name":"Enable Webhook Authentication","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Testing new description!\",\n    \"require_auth\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{host}}/accounts/{{account_id}}/webhooks/AAAASSSSDDDFFF11223344"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 17 Dec 2020 00:23:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"76"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Authorization,Accept,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,x-api-key"},{"key":"Access-Control-Allow-Methods","value":"GET,POST,OPTIONS,PUT,DELETE,PATCH"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"key\": \"AAAASSSSDDDFFF11223344\",\n        \"endpoint\": \"https://analytics.250ok.com/webhooks/4AAAASSSSDDDFFF11223344\",\n        \"description\": \"Testing new description!\",\n        \"require_auth\": 0,\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"90e53bac-988f-4ea0-a7a2-f4bfbd2e0cdf"},{"name":"Delete Webhook Endpoint","id":"f5a3a6ea-a8e6-4792-8f3a-601a3b3197bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{host}}/accounts/{{account_id}}/webhooks/AAAASSSSDDDFFF11223344","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["accounts","{{account_id}}","webhooks","AAAASSSSDDDFFF11223344"],"host":["{{host}}"],"query":[],"variable":[]}},"response":[{"id":"5ed93332-820a-4484-b6af-323e6898e417","name":"Error: Webhook endpoint does not exist.","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/accounts/{{account_id}}/webhooks/AAAASSSSDDDFFF11223344"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 17 Dec 2020 00:58:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"45"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Webhook endpoint does not exist.\"\n}"},{"id":"8400f38b-ad74-4272-af2c-d528f95acb3c","name":"Delete Webhook Endpoint","originalRequest":{"method":"DELETE","header":[],"url":"{{host}}/accounts/{{account_id}}/webhooks/AAAASSSSDDDFFF11223344"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.17.6"},{"key":"Date","value":"Thu, 17 Dec 2020 00:31:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.3.20"},{"key":"Access-Control-Allow-Origin","value":"https://everest.validity.com"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"meta\": {},\n    \"results\": {\n        \"key\": \"AAAASSSSDDDFFF11223344\",\n        \"status\": \"success\"\n    }\n}"}],"_postman_id":"f5a3a6ea-a8e6-4792-8f3a-601a3b3197bc"}],"id":"5b1b5b36-9e9b-4b07-965b-67dc3b3d12c0","description":"<p>This API collection is to programatically manage the Universal Webhook Endpoints within your account. Use these webhook integrations to push messaging and engagement data directly into Everest.</p>\n<p>Acceptable events include volume, deliveries, bounces, deferrals, opens, clicks, and unsubsribes.</p>\n<p>For more information please visit: <a href=\"https://www.validity.com/knowledge-base/developer-guide-universal-endpoint/\">https://www.validity.com/knowledge-base/developer-guide-universal-endpoint/</a></p>\n","event":[{"listen":"prerequest","script":{"id":"9ba025e6-5c7c-4d53-b5ea-5c189e9869ab","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bfd21911-1c53-4f84-b8ac-e88d66c335d9","type":"text/javascript","exec":[""]}}],"_postman_id":"5b1b5b36-9e9b-4b07-965b-67dc3b3d12c0","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}}],"id":"1b2fbf82-8242-448d-88f6-b480ded15ada","description":"<h2 id=\"accounts--users-workflow\">Accounts &amp; Users Workflow</h2>\n<ol>\n<li>Your API key will be associated with your default (parent) account. Subsequent POST calls to <strong>Create Account</strong> will create new child accounts (descendents) of your primary account.</li>\n<li>After creating an account through the <strong>Create Account</strong> endpoint, the response will include the new account ID.</li>\n<li>A.) The next step is to send a POST request to <strong>Create User</strong> with your account ID. If it's the first user you create, it will be set as the default administrative owner of the account.</li>\n<li>B.) If the user you are attemtping to add already exists, you'll receive the following error: \"This email address is already in use by another user, but you can still add them to your account.\" This error will return the user identifier (user.id) so you can still add them to the account using the <strong>Add User to Account</strong> endpoint.</li>\n<li>After the creation of your account and users, please refer to the <strong>API Keys, Privacy Requests, and Webhook Endpoints</strong> collections for addditional functionality.</li>\n</ol>\n<h2 id=\"common-errors\">Common Errors</h2>\n<ul>\n<li>400: Invalid inputs/parameters</li>\n<li>401: Unauthorized (or invalid API key)</li>\n<li>404: Account does not exist</li>\n<li>500: An unknown error occurred.</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"9d9d573a-feb2-4c9e-a99c-bccb2405ed62","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"917bb231-df9f-43e1-aad4-17c1090d86a0","type":"text/javascript","exec":[""]}}],"_postman_id":"1b2fbf82-8242-448d-88f6-b480ded15ada","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}},{"name":"Certification","item":[{"name":"Performance Daily","id":"d7d03a55-cf19-43dd-8d97-e98edbb3f9cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/cert/performance/daily/","description":"<p>Returns single day data for all the IPs belonging to your account, including status at each receiver. Because of a 2-day lag for receiving and rolling up the data, data is limited to the past 2-547 days.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["cert","performance","daily",""],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>Format: YYYY-MM-DD. Must be within the last 1.5 years. Use of start_date requires defining an end_date. Default value: today. Data Type: string.</p>\n","type":"text/plain"},"key":"start_date","value":"2022-12-01"},{"disabled":true,"description":{"content":"<p>Format: YYYY-MM-DD. Must be within the last 1.5 years. Default value: today. Data Type: string.</p>\n","type":"text/plain"},"key":"end_date","value":"2022-12-17"},{"disabled":true,"description":{"content":"<p>Number of rows in your result. Default value: 25. Data Type: integer.</p>\n","type":"text/plain"},"key":"group_length","value":""},{"disabled":true,"description":{"content":"<p>Group number you want returned. Default value:1. Data Type: integer.</p>\n","type":"text/plain"},"key":"group_num","value":""}],"variable":[]}},"response":[{"id":"c598a76b-8110-4922-aa8e-74808c49e46d","name":"Performance Daily","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{host}}/cert/performance/daily/","host":["{{host}}"],"path":["cert","performance","daily",""],"query":[{"key":"start_date","value":"","description":"Format: YYYY-MM-DD. Must be within the last 1.5 years. Deault value: today. Data Type: string.","disabled":true},{"key":"end_date","value":"","description":"Format: YYYY-MM-DD. Must be within the last 1.5 years. Deault value: today. Data Type: string.","disabled":true},{"key":"group_length","value":"","description":"Number of rows in your result. Default value: 25. Data Type: integer.","disabled":true},{"key":"group_num","value":null,"description":"Group number you want returned. Default value:1. Data Type: integer.","disabled":true}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"results\": [\r\n        {\r\n            \"report_date\": \"2022-08-21\",\r\n            \"ip_address\": \"{IP ADDRESS}\",\r\n            \"status\": {\r\n                \"microsoft\": \"enabled\",\r\n                \"yahoo\": \"enabled\",\r\n                \"global\": \"enabled\",\r\n                \"safelist\": \"enabled\",\r\n                \"aol\": \"enabled\"\r\n            },\r\n            \"microsoft_srd\": {\r\n                \"volume\": 0,\r\n                \"complaints\": 0,\r\n                \"complaint_rate\": 0\r\n            },\r\n            \"microsoft_total\": {\r\n                \"volume\": 212,\r\n                \"complaints\": 0,\r\n                \"complaint_rate\": 0\r\n            },\r\n            \"microsoft_inbox\": {\r\n                \"volume\": 212,\r\n                \"complaints\": 0,\r\n                \"complaint_rate\": 0\r\n            },\r\n            \"yahoo_total\": {\r\n                \"volume\": 700,\r\n                \"complaints\": 0,\r\n                \"complaint_rate\": 0,\r\n                \"tins\": 0\r\n            },\r\n            \"yahoo_inbox\": {\r\n                \"volume\": 635,\r\n                \"complaints\": 0,\r\n                \"complaint_rate\": 0\r\n            },\r\n            \"rp_network1_traps\": {\r\n                \"count\": 0\r\n            },\r\n            \"cloudmark_traps\": {\r\n                \"count\": 0\r\n            },\r\n            \"critical_traps\": {\r\n                \"count\": 0\r\n            },\r\n            \"significant_traps\": {\r\n                \"count\": 0\r\n            },\r\n            \"comcast_total\": {\r\n                \"volume\": 20\r\n            },\r\n            \"comcast\": {\r\n                \"volume\": 20,\r\n                \"complaints\": 0,\r\n                \"complaint_rate\": 0\r\n            },\r\n            \"unknown_users\": {\r\n                \"volume\": 32,\r\n                \"complaints\": 0,\r\n                \"complaint_rate\": 0\r\n            },\r\n            \"orange\": {\r\n                \"complaints\": 0\r\n            },\r\n            \"sfr\": {\r\n                \"complaints\": 0\r\n            },\r\n            \"spamcop\": {\r\n                \"volume\": 0\r\n            },\r\n            \"vade_secure\": {\r\n                \"volume\": 40,\r\n                \"complaints\": 0,\r\n                \"spam_count\": 0\r\n            },\r\n            \"aol_delivered\": {\r\n                \"volume\": 0,\r\n                \"complaints\": 0,\r\n                \"complaint_rate\": 0\r\n            }\r\n        },\r\n        {\r\n            \"report_date\": \"2022-08-21\",\r\n            \"ip_address\": \"{IP ADDRESS}\",\r\n            \"status\": {\r\n                \"microsoft\": \"enabled\",\r\n                \"yahoo\": \"enabled\",\r\n                \"global\": \"enabled\",\r\n                \"safelist\": \"enabled\",\r\n                \"aol\": \"enabled\"\r\n            },\r\n            \"microsoft_srd\": {\r\n                \"volume\": 0,\r\n                \"complaints\": 0,\r\n                \"complaint_rate\": 0\r\n            },\r\n            \"microsoft_total\": {\r\n                \"volume\": 175,\r\n                \"complaints\": 0,\r\n                \"complaint_rate\": 0\r\n            },\r\n            \"microsoft_inbox\": {\r\n                \"volume\": 175,\r\n                \"complaints\": 0,\r\n                \"complaint_rate\": 0\r\n            },\r\n            \"yahoo_total\": {\r\n                \"volume\": 656,\r\n                \"complaints\": 0,\r\n                \"complaint_rate\": 0,\r\n                \"tins\": 0\r\n            },\r\n            \"yahoo_inbox\": {\r\n                \"volume\": 591,\r\n                \"complaints\": 0,\r\n                \"complaint_rate\": 0\r\n            },\r\n            \"rp_network1_traps\": {\r\n                \"count\": 0\r\n            },\r\n            \"cloudmark_traps\": {\r\n                \"count\": 0\r\n            },\r\n            \"critical_traps\": {\r\n                \"count\": 0\r\n            },\r\n            \"significant_traps\": {\r\n                \"count\": 0\r\n            },\r\n            \"comcast_total\": {\r\n                \"volume\": 66\r\n            },\r\n            \"comcast\": {\r\n                \"volume\": 66,\r\n                \"complaints\": 0,\r\n                \"complaint_rate\": 0\r\n            },\r\n            \"unknown_users\": {\r\n                \"volume\": 87,\r\n                \"complaints\": 0,\r\n                \"complaint_rate\": 0\r\n            },\r\n            \"orange\": {\r\n                \"complaints\": 0\r\n            },\r\n            \"sfr\": {\r\n                \"complaints\": 0\r\n            },\r\n            \"spamcop\": {\r\n                \"volume\": 0\r\n            },\r\n            \"vade_secure\": {\r\n                \"volume\": 60,\r\n                \"complaints\": 0,\r\n                \"spam_count\": 0\r\n            },\r\n            \"aol_delivered\": {\r\n                \"volume\": 0,\r\n                \"complaints\": 0,\r\n                \"complaint_rate\": 0\r\n            }\r\n        }\r\n    ],\r\n    \"info\": []\r\n}\r\n"}],"_postman_id":"d7d03a55-cf19-43dd-8d97-e98edbb3f9cf"},{"name":"Performance Rollup","id":"981ac271-04c4-4c6a-bc4c-54d11907514d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{host}}/cert/performance/rollup/","description":"<p>Returns performance data for all the IPs belonging to your account for the last 30 days, including status at each receiver. Data is limited to the last 1.5 years.</p>\n","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}},"urlObject":{"path":["cert","performance","rollup",""],"host":["{{host}}"],"query":[{"disabled":true,"description":{"content":"<p>REQUIRED INPUT. \nFormat: YYYY-MM-DD. Must be within the last 1.5 years. Data Type: string. </p>\n","type":"text/plain"},"key":"start_date","value":""},{"disabled":true,"description":{"content":"<p>Format: YYYY-MM-DD. Must be within the last 1.5 years. Data Type: string.</p>\n","type":"text/plain"},"key":"end_date","value":""},{"disabled":true,"description":{"content":"<p>Number of rows in your result. Default value: 25. Data Type: integer.</p>\n","type":"text/plain"},"key":"group_length","value":""},{"disabled":true,"description":{"content":"<p>Group number you want returned. Default value:1. Data Type: integer.</p>\n","type":"text/plain"},"key":"group_num","value":""}],"variable":[]}},"response":[{"id":"fbb12a73-0fdf-47e0-8be6-acf57b1a1995","name":"Performance Rollup","originalRequest":{"method":"GET","header":[],"url":"{{host}}/cert/performance/rollup/"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"results\": [\r\n      {\r\n          \"report_date\": \"2022-08-01\",\r\n          \"ip_address\": \"{IP_ADDRESS}\",\r\n          \"microsoft_srd\": {\r\n              \"volume\": 1,\r\n              \"complaints\": 1,\r\n              \"complaint_rate\": 100,\r\n              \"exceeds_rate_threshold\": false\r\n          },\r\n          \"microsoft_total\": {\r\n              \"volume\": 88320,\r\n              \"complaints\": 61,\r\n              \"complaint_rate\": 0.07,\r\n              \"exceeds_rate_threshold\": false\r\n          },\r\n          \"yahoo_inbox\": {\r\n              \"volume\": 67273,\r\n              \"complaints\": 121,\r\n              \"complaint_rate\": 0.18,\r\n              \"exceeds_rate_threshold\": false\r\n          },\r\n          \"rp_network_traps\": {\r\n              \"count\": 5,\r\n              \"exceeds_count_threshold\": false\r\n          },\r\n          \"cloudmark_traps\": {\r\n              \"count\": 4,\r\n              \"exceeds_count_threshold\": false\r\n          },\r\n          \"critical_traps\": {\r\n              \"count\": 0,\r\n              \"exceeds_count_threshold\": false\r\n          },\r\n          \"significant_traps\": {\r\n              \"count\": 0,\r\n              \"exceeds_count_threshold\": false\r\n          },\r\n          \"comcast\": {\r\n              \"volume\": 5018,\r\n              \"complaints\": 18,\r\n              \"complaint_rate\": 0.36,\r\n              \"exceeds_rate_threshold\": true\r\n          },\r\n          \"cloudmark\": {\r\n              \"volume\": 9571,\r\n              \"complaints\": 10,\r\n              \"complaint_rate\": 0.1,\r\n              \"exceeds_rate_threshold\": false\r\n          },\r\n          \"status\": {\r\n              \"microsoft\": \"enabled\",\r\n              \"yahoo\": \"enabled\",\r\n              \"global\": \"enabled\",\r\n              \"safelist\": \"enabled\"\r\n          }\r\n      },\r\n      {\r\n          \"report_date\": \"2022-08-01\",\r\n          \"ip_address\": \"{IP_ADDRESS}\",\r\n          \"microsoft_srd\": {\r\n              \"volume\": 0,\r\n              \"complaints\": 0,\r\n              \"complaint_rate\": 0,\r\n              \"exceeds_rate_threshold\": false\r\n          },\r\n          \"microsoft_total\": {\r\n              \"volume\": 87771,\r\n              \"complaints\": 62,\r\n              \"complaint_rate\": 0.07,\r\n              \"exceeds_rate_threshold\": false\r\n          },\r\n          \"yahoo_inbox\": {\r\n              \"volume\": 66316,\r\n              \"complaints\": 132,\r\n              \"complaint_rate\": 0.2,\r\n              \"exceeds_rate_threshold\": true\r\n          },\r\n          \"rp_network_traps\": {\r\n              \"count\": 2,\r\n              \"exceeds_count_threshold\": false\r\n          },\r\n          \"cloudmark_traps\": {\r\n              \"count\": 7,\r\n              \"exceeds_count_threshold\": false\r\n          },\r\n          \"critical_traps\": {\r\n              \"count\": 0,\r\n              \"exceeds_count_threshold\": false\r\n          },\r\n          \"significant_traps\": {\r\n              \"count\": 0,\r\n              \"exceeds_count_threshold\": false\r\n          },\r\n          \"comcast\": {\r\n              \"volume\": 1854,\r\n              \"complaints\": 6,\r\n              \"complaint_rate\": 0.32,\r\n              \"exceeds_rate_threshold\": true\r\n          },\r\n          \"cloudmark\": {\r\n              \"volume\": 8567,\r\n              \"complaints\": 10,\r\n              \"complaint_rate\": 0.12,\r\n              \"exceeds_rate_threshold\": false\r\n          },\r\n          \"status\": {\r\n              \"microsoft\": \"enabled\",\r\n              \"yahoo\": \"enabled\",\r\n              \"global\": \"enabled\",\r\n              \"safelist\": \"enabled\"\r\n          }\r\n      },\r\n      {\r\n          \"report_date\": \"2022-08-02\",\r\n          \"ip_address\": \"{IP_ADDRESS}\",\r\n          \"microsoft_srd\": {\r\n              \"volume\": 1,\r\n              \"complaints\": 1,\r\n              \"complaint_rate\": 100,\r\n              \"exceeds_rate_threshold\": false\r\n          },\r\n          \"microsoft_total\": {\r\n              \"volume\": 88000,\r\n              \"complaints\": 64,\r\n              \"complaint_rate\": 0.07,\r\n              \"exceeds_rate_threshold\": false\r\n          },\r\n          \"yahoo_inbox\": {\r\n              \"volume\": 64651,\r\n              \"complaints\": 120,\r\n              \"complaint_rate\": 0.19,\r\n              \"exceeds_rate_threshold\": false\r\n          },\r\n          \"rp_network_traps\": {\r\n              \"count\": 5,\r\n              \"exceeds_count_threshold\": false\r\n          },\r\n          \"cloudmark_traps\": {\r\n              \"count\": 4,\r\n              \"exceeds_count_threshold\": false\r\n          },\r\n          \"critical_traps\": {\r\n              \"count\": 0,\r\n              \"exceeds_count_threshold\": false\r\n          },\r\n          \"significant_traps\": {\r\n              \"count\": 0,\r\n              \"exceeds_count_threshold\": false\r\n          },\r\n          \"comcast\": {\r\n              \"volume\": 4989,\r\n              \"complaints\": 18,\r\n              \"complaint_rate\": 0.36,\r\n              \"exceeds_rate_threshold\": true\r\n          },\r\n          \"cloudmark\": {\r\n              \"volume\": 9557,\r\n              \"complaints\": 10,\r\n              \"complaint_rate\": 0.1,\r\n              \"exceeds_rate_threshold\": false\r\n          },\r\n          \"status\": {\r\n              \"microsoft\": \"enabled\",\r\n              \"yahoo\": \"enabled\",\r\n              \"global\": \"enabled\",\r\n              \"safelist\": \"enabled\"\r\n          }\r\n      },\r\n      {\r\n          \"report_date\": \"2022-08-02\",\r\n          \"ip_address\": \"{IP_ADDRESS}\",\r\n          \"microsoft_srd\": {\r\n              \"volume\": 0,\r\n              \"complaints\": 0,\r\n              \"complaint_rate\": 0,\r\n              \"exceeds_rate_threshold\": false\r\n          },\r\n          \"microsoft_total\": {\r\n              \"volume\": 87457,\r\n              \"complaints\": 62,\r\n              \"complaint_rate\": 0.07,\r\n              \"exceeds_rate_threshold\": false\r\n          },\r\n          \"yahoo_inbox\": {\r\n              \"volume\": 63487,\r\n              \"complaints\": 131,\r\n              \"complaint_rate\": 0.21,\r\n              \"exceeds_rate_threshold\": true\r\n          },\r\n          \"rp_network_traps\": {\r\n              \"count\": 2,\r\n              \"exceeds_count_threshold\": false\r\n          },\r\n          \"cloudmark_traps\": {\r\n              \"count\": 7,\r\n              \"exceeds_count_threshold\": false\r\n          },\r\n          \"critical_traps\": {\r\n              \"count\": 0,\r\n              \"exceeds_count_threshold\": false\r\n          },\r\n          \"significant_traps\": {\r\n              \"count\": 0,\r\n              \"exceeds_count_threshold\": false\r\n          },\r\n          \"comcast\": {\r\n              \"volume\": 1843,\r\n              \"complaints\": 6,\r\n              \"complaint_rate\": 0.33,\r\n              \"exceeds_rate_threshold\": true\r\n          },\r\n          \"cloudmark\": {\r\n              \"volume\": 8552,\r\n              \"complaints\": 10,\r\n              \"complaint_rate\": 0.12,\r\n              \"exceeds_rate_threshold\": false\r\n          },\r\n          \"status\": {\r\n              \"microsoft\": \"enabled\",\r\n              \"yahoo\": \"enabled\",\r\n              \"global\": \"enabled\",\r\n              \"safelist\": \"enabled\"\r\n          }\r\n      }\r\n  ]\r\n}\r\n"}],"_postman_id":"981ac271-04c4-4c6a-bc4c-54d11907514d"}],"id":"fc4948c8-4f7b-47a8-8694-137c40b16069","description":"<p>Throughout the Certification documentation you'll see the use of variables like <strong>{{apikey}}</strong> that can be swapped out using your real API key. If you use Postman, this collection is available for download along with a shared variable template to define your <em>host</em> and <em>apikey</em> variables.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Data Type</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>report_date</td>\n<td>string</td>\n<td>YYYY-MM-DD</td>\n<td>Date volume was sent for this Certified IP.</td>\n</tr>\n<tr>\n<td>ip_address</td>\n<td>string</td>\n<td>xx.xx.xx.xx</td>\n<td>Dot quadded IP address.</td>\n</tr>\n<tr>\n<td>status</td>\n<td>enum</td>\n<td>enabled, suspended</td>\n<td>Status of whether IPs are receiving benefits.</td>\n</tr>\n<tr>\n<td>volume</td>\n<td>integer</td>\n<td>0-999999999</td>\n<td>Number of emails sent to the mailbox provider partner (including those placed in the spam or bulk folder).</td>\n</tr>\n<tr>\n<td>complaints</td>\n<td>integer</td>\n<td>0-999999999</td>\n<td>Number of complaints received at the mailbox provider partner.</td>\n</tr>\n<tr>\n<td>complaint rate</td>\n<td>float</td>\n<td>0-100</td>\n<td>Rate of complaints at the mailbox provider; this is calculated by dividing the number of complaints received by the volume.</td>\n</tr>\n<tr>\n<td>count</td>\n<td>integer</td>\n<td>0-999999999</td>\n<td>Count of hits at the mailbox provider partner(s).</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"fc4948c8-4f7b-47a8-8694-137c40b16069","auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"},"isInherited":true,"source":{"_postman_id":"c98a14c8-766c-1781-d1ff-312366de7d64","id":"c98a14c8-766c-1781-d1ff-312366de7d64","name":"Everest API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"value":"{{your-api-key-here}}","key":"<key>"}},"event":[{"listen":"prerequest","script":{"id":"391158a5-c629-44d3-8b67-7d7c4b93b362","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d5a0703a-0c2b-418c-a4c3-053d43eeb15b","type":"text/javascript","exec":[""]}}],"variable":[{"key":"host_v1","value":"https://api.everest.validity.com/api/1.0","type":"string"}]}