{"info":{"_postman_id":"f5a433d2-5bb6-41ce-b00c-44a89ff92f1d","name":"Mailjet API","description":"<html><head></head><body><p>A complete collection of all publicly available endpoints and methods for the Mailjet API</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"6592892","collectionId":"f5a433d2-5bb6-41ce-b00c-44a89ff92f1d","publishedId":"S1a4WS95","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-06-25T14:30:54.000Z"},"item":[{"name":"Getting Started Examples","item":[{"name":"Send Your First Email","id":"22f76bc2-ceaa-4ea1-b03f-967656bfda9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Messages\": [\n        {\n            \"From\": {\n                \"Email\": \"sender@example.com\",\n                \"Name\": \"Me\"\n            },\n            \"To\": [\n                {\n                    \"Email\": \"recipient@example.com\",\n                    \"Name\": \"You\"\n                }\n            ],\n            \"Subject\": \"My first Mailjet Email!\",\n            \"TextPart\": \"Greetings from Mailjet!\",\n            \"HTMLPart\": \"<h3>Dear passenger 1, welcome to <a href=\\\"https://www.mailjet.com/\\\">Mailjet!</a></h3><br />May the delivery force be with you!\"\n        }\n    ]\n}"},"url":"https://api.mailjet.com/v3.1/send","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Insert your API Key here}}"},{"key":"password","value":"{{Insert your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"f5f4e52d-b7f7-45cd-b7d0-eba473bcf68b","id":"f5f4e52d-b7f7-45cd-b7d0-eba473bcf68b","name":"Getting Started Examples","type":"folder"}},"urlObject":{"protocol":"https","path":["v3.1","send"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"22f76bc2-ceaa-4ea1-b03f-967656bfda9f"},{"name":"Retrieve Your Sent Message","id":"fa4f68a2-5a3e-4a53-b258-a8f06c522322","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/message/{{message_ID}}","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Insert your API Key here}}"},{"key":"password","value":"{{Insert your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"f5f4e52d-b7f7-45cd-b7d0-eba473bcf68b","id":"f5f4e52d-b7f7-45cd-b7d0-eba473bcf68b","name":"Getting Started Examples","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","message","{{message_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa4f68a2-5a3e-4a53-b258-a8f06c522322"},{"name":"Retrieve Messages Sent to a Specific Email Address","id":"baf1f2fe-543f-4e15-ac8b-64a4d7ed11b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/message?ContactAlt={{Recipient_Email}}","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Insert your API Key here}}"},{"key":"password","value":"{{Insert your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"f5f4e52d-b7f7-45cd-b7d0-eba473bcf68b","id":"f5f4e52d-b7f7-45cd-b7d0-eba473bcf68b","name":"Getting Started Examples","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","message"],"host":["api","mailjet","com"],"query":[{"key":"ContactAlt","value":"{{Recipient_Email}}"}],"variable":[]}},"response":[],"_postman_id":"baf1f2fe-543f-4e15-ac8b-64a4d7ed11b5"},{"name":"View Message Event History","id":"6b17df1c-b8dd-482f-9852-244462dff323","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/messagehistory/{{message_ID}}","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Insert your API Key here}}"},{"key":"password","value":"{{Insert your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"f5f4e52d-b7f7-45cd-b7d0-eba473bcf68b","id":"f5f4e52d-b7f7-45cd-b7d0-eba473bcf68b","name":"Getting Started Examples","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","messagehistory","{{message_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b17df1c-b8dd-482f-9852-244462dff323"},{"name":"Retrieve Aggregated Statistics for an API Key","id":"d7fad773-0774-42d7-a49d-78b159bbdf78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/statcounters?CounterSource=APIKey&CounterTiming=Message&CounterResolution=Lifetime","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Insert your API Key here}}"},{"key":"password","value":"{{Insert your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"f5f4e52d-b7f7-45cd-b7d0-eba473bcf68b","id":"f5f4e52d-b7f7-45cd-b7d0-eba473bcf68b","name":"Getting Started Examples","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","statcounters"],"host":["api","mailjet","com"],"query":[{"key":"CounterSource","value":"APIKey"},{"key":"CounterTiming","value":"Message"},{"key":"CounterResolution","value":"Lifetime"}],"variable":[]}},"response":[],"_postman_id":"d7fad773-0774-42d7-a49d-78b159bbdf78"}],"id":"f5f4e52d-b7f7-45cd-b7d0-eba473bcf68b","description":"<p>The requests in this folder will help you easily follow the examples in the <a href=\"https://dev.mailjet.com/guides/#getting-started\">Getting Started section</a> of the Mailjet API Guide.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Insert your API Key here}}"},{"key":"password","value":"{{Insert your Secret Key here}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a06a1464-839e-4e27-8998-690f2dff3897","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"436de8a2-c5cb-47d4-8c62-883a0c9bfe7e","type":"text/javascript","exec":[""]}}],"_postman_id":"f5f4e52d-b7f7-45cd-b7d0-eba473bcf68b"},{"name":"Email API","item":[{"name":"Send Email","item":[{"name":"Send API v3.1","id":"c7b4345c-3540-4eae-9190-5993da984886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"SandboxMode\": false,\n    \"Messages\": [\n        {\n            \"From\": {\n                \"Email\": \"pilot@mailjet.com\",\n                \"Name\": \"Your Mailjet Pilot\"\n            },\n            \"Sender\": {\n                \"Email\": \"copilot@mailjet.com\",\n                \"Name\": \"Your Mailjet Co-pilot\"\n            },\n            \"To\": [\n                {\n                    \"Email\": \"passenger@mailjet.com\",\n                    \"Name\": \"Passenger 1\"\n                }\n            ],\n            \"Cc\": [\n                {\n                    \"Email\": \"passenger2@mailjet.com\",\n                    \"Name\": \"Passenger 2\"\n                }\n            ],\n            \"Bcc\": [\n                {\n                    \"Email\": \"passenger3@mailjet.com\",\n                    \"Name\": \"Passenger 3\"\n                }\n            ],\n            \"ReplyTo\": {\n                \"Email\": \"copilot@mailjet.com\",\n                \"Name\": \"Your Mailjet Co-pilot\"\n            },\n            \"Subject\": \"Your email flight plan!\",\n            \"TextPart\": \"Dear passenger, welcome to Mailjet! May the delivery force be with you!\",\n            \"HTMLPart\": \"<h3>Dear passenger 1, welcome to <a href=\\\"https://www.mailjet.com/\\\">Mailjet!</a></h3><br />May the delivery force be with you!\",\n            \"TemplateID\": \"12345\",\n            \"TemplateLanguage\": false,\n            \"TemplateErrorReporting\": {\n                \"Email\": \"errors@mailjet.com\",\n                \"Name\": \"Error Email\"\n            },\n            \"TemplateErrorDeliver\": true,\n            \"Attachments\": [\n                {\n                    \"Filename\": \"test.txt\",\n                    \"ContentType\": \"text/plain\",\n                    \"Base64Content\": \"VGhpcyBpcyB5b3VyIGF0dGFjaGVkIGZpbGUhISEK\"\n                }\n            ],\n            \"InlinedAttachments\": [\n                {\n                    \"Filename\": \"logo.gif\",\n                    \"ContentType\": \"image/gif\",\n                    \"Base64Content\": \"R0lGODlhEAAQAOYAAP////748v39/Pvq1vr6+lJSVeqlK/zqyv7+/unKjJ+emv78+fb29pucnfrlwvTCi9ra2vTCa6urrWdoaurr6/Pz8uHh4vn49PO7QqGfmumaN+2uS1ZWWfr27uyuLnBxd/z8+0pLTvHAWvjar/zr2Z6cl+jal+2kKmhqcEJETvHQbPb07lBRVPv6+cjJycXFxn1+f//+/f337nF0efO/Mf306NfW0fjHSJOTk/TKlfTp0Prlx/XNj83HuPfEL+/v8PbJgueXJOzp4MG8qUNES9fQqN3d3vTJa/vq1f317P769f/8+gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjY5ODYxMzYzMkJCMTFFMDkzQkFFMkFENzVGN0JGRkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjY5ODYxMzczMkJCMTFFMDkzQkFFMkFENzVGN0JGRkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyNjk4NjEzNDMyQkIxMUUwOTNCQUUyQUQ3NUY3QkZGRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNjk4NjEzNTMyQkIxMUUwOTNCQUUyQUQ3NUY3QkZGRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAAALAAAAAAQABAAAAdUgACCg4SFhoeIiYRGLhaKhA0TMDgSLxAUiEIZHAUsIUQpKAo9Og6FNh8zJUNFJioYQIgJRzc+NBEkiAcnBh4iO4o8QRsjj0gaOY+CDwPKzs/Q0YSBADs=\",\n                    \"ContentID\": \"logo\"\n                }\n            ],\n            \"Priority\": 2,\n            \"CustomCampaign\": \"SendAPI_campaign\",\n            \"DeduplicateCampaign\": true,\n            \"TrackOpens\": \"account_default\",\n            \"TrackClicks\": \"account_default\",\n            \"CustomID\": \"CustomValue\",\n            \"EventPayload\": \"Eticket,1234,row,15,seat,B\",\n            \"MonitoringCategory\": \"Category1\",\n            \"URLTags\": \"utm_source=newsletter&utm_medium=email&utm_campaign=sale1\",\n            \"Headers\": \"object\",\n            \"Variables\": \"object\"\n        }\n    ]\n}"},"url":"https://api.mailjet.com/v3.1/send","description":"<p>Send a message via Send API v3.1. Send API v3.1 is built mainly for reliability, providing very detailed information in case of sending errors. This results in a lower sending limit, however - Send API v3.1 allows you to send up to 50 messages in a single API call, as opposed to v3, where the limit is 100 messages per call.</p>\n<p>Additionally, Send API v3.1 includes a Sandbox mode. When enabled, the API will perform all the required validations and return success or error messages, but the message will not be sent.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3.1","send"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7b4345c-3540-4eae-9190-5993da984886"},{"name":"Send API v3","id":"15070228-3852-4dfc-bf23-ea7fcbca5fe0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Messages\": [\n        {\n            \"FromEmail\": \"pilot@mailjet.com\",\n            \"FromName\": \"Your Mailjet Pilot\",\n            \"Sender\": true,\n            \"Recipients\": [\n                {\n                    \"Email\": \"passenger@mailjet.com\",\n                    \"Name\": \"Passenger 1\",\n                    \"Vars\": \"array\"\n                }\n            ],\n            \"To\": \"Passenger 1 <passenger@mailjet.com>\",\n            \"Cc\": \"Passenger 2 <passenger2@mailjet.com>\",\n            \"Bcc\": \"Passenger 3 <passenger3@mailjet.com>\",\n            \"Subject\": \"Your email flight plan!\",\n            \"Text-part\": \"Dear passenger, welcome to Mailjet! May the delivery force be with you!\",\n            \"Html-part\": \"<h3>Dear passenger, welcome to Mailjet!</h3><br />May the delivery force be with you!\",\n            \"Mj-TemplateID\": 123456,\n            \"Mj-TemplateLanguage\": false,\n            \"Mj-TemplateErrorReporting\": \"reports@example.com\",\n            \"Mj-TemplateErrorDeliver\": 0,\n            \"Attachments\": [\n                {\n                    \"Filename\": \"test.txt\",\n                    \"Content-type\": \"text/plain\",\n                    \"Content\": \"VGhpcyBpcyB5b3VyIGF0dGFjaGVkIGZpbGUhISEK\"\n                }\n            ],\n            \"Inline_attachments\": [\n                {\n                    \"Filename\": \"logo.gif\",\n                    \"Content-type\": \"image/gif\",\n                    \"Content\": \"R0lGODlhEAAQAOYAAP////748v39/Pvq1vr6+lJSVeqlK/zqyv7+/unKjJ+emv78+fb29pucnfrlwvTCi9ra2vTCa6urrWdoaurr6/Pz8uHh4vn49PO7QqGfmumaN+2uS1ZWWfr27uyuLnBxd/z8+0pLTvHAWvjar/zr2Z6cl+jal+2kKmhqcEJETvHQbPb07lBRVPv6+cjJycXFxn1+f//+/f337nF0efO/Mf306NfW0fjHSJOTk/TKlfTp0Prlx/XNj83HuPfEL+/v8PbJgueXJOzp4MG8qUNES9fQqN3d3vTJa/vq1f317P769f/8+gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjY5ODYxMzYzMkJCMTFFMDkzQkFFMkFENzVGN0JGRkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjY5ODYxMzczMkJCMTFFMDkzQkFFMkFENzVGN0JGRkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyNjk4NjEzNDMyQkIxMUUwOTNCQUUyQUQ3NUY3QkZGRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNjk4NjEzNTMyQkIxMUUwOTNCQUUyQUQ3NUY3QkZGRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAEAAAAALAAAAAAQABAAAAdUgACCg4SFhoeIiYRGLhaKhA0TMDgSLxAUiEIZHAUsIUQpKAo9Og6FNh8zJUNFJioYQIgJRzc+NBEkiAcnBh4iO4o8QRsjj0gaOY+CDwPKzs/Q0YSBADs=\"\n                }\n            ],\n            \"Mj-prio\": 2,\n            \"Mj-campaign\": \"SendAPI_campaign\",\n            \"Mj-deduplicatecampaign\": 1,\n            \"Mj-trackopen\": 0,\n            \"Mj-CustomID\": \"CustomValue\",\n            \"Mj-EventPayload\": \"Eticket,1234,row,15,seat,B\",\n            \"Mj-MonitoringCategory\": \"Category1\",\n            \"Headers\": \"object\",\n            \"Vars\": \"object\"\n        }\n    ]\n}"},"url":"https://api.mailjet.com/v3/send","description":"<p>Send a message via Send API v3. Send API v3 is built mainly for speed, allowing you to send up to 100 messages in a single API call, as opposed to v3.1, where the limit is 50 messages per call. However, it lacks some of the more complex functionalities of Send API v3.1 like detailed feedback information in case of sending errors.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","send"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"15070228-3852-4dfc-bf23-ea7fcbca5fe0"}],"id":"0c00cbc1-b030-4905-9ff3-fec3ae700e64","description":"<p>Send API v3 and v3.1 are part of Mailjet's transactional messaging suite. Send API v3.1 gives more detailed feedback information on your sendings, while Send API v3 gives you a higher sending limit per single API call.</p>\n<p>For information on sending email campaigns to a list of contacts, please see the <a href=\"https://dev.mailjet.com/guides/#send-marketing-campaigns\">Campaigns</a> section.</p>\n","event":[{"listen":"prerequest","script":{"id":"f958b48b-ee54-454e-ac4c-45cddfe1f72e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"953c68fa-5e05-44d8-a399-9cce7429fc96","type":"text/javascript","exec":[""]}}],"_postman_id":"0c00cbc1-b030-4905-9ff3-fec3ae700e64","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}}},{"name":"Messages","item":[{"name":"Retrieve All Messages","id":"f776e581-d489-45a8-9a5c-669bd12911cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/message?","description":"<p>Get a list of messages with specific information on the type of content, tracking, sending and delivery.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","message"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves only messages sent as part of the specified Campaign ID.</p>\n","type":"text/plain"},"key":"Campaign","value":"{{CampaignID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only messages sent to the specified Contact ID.</p>\n","type":"text/plain"},"key":"Contact","value":"{{ContactID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only messages tagged with the specified <code>CustomID</code>.</p>\n","type":"text/plain"},"key":"CustomID","value":"{{CustomID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only messages sent to the specified Destination ID (ID for a specific domain name).</p>\n","type":"text/plain"},"key":"Destination","value":"{{DomainID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only messages sent after the specified timestamp.</p>\n","type":"text/plain"},"key":"FromTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves only non-delivered messages with the respective State ID. The message state ID explains why a message was not delivered successfully to the recipient:</p>\n<ul>\n<li><code>1</code> = user unknown (recipient)</li>\n<li><code>2</code> = mailbox inactive (recipient)</li>\n<li><code>3</code> = quota exceeded (recipient)</li>\n<li><code>4</code> = invalid domain (domain)</li>\n<li><code>5</code> = no mail host (domain)</li>\n<li><code>6</code> = relay/access denied (domain)</li>\n<li><code>7</code> = sender blocked (spam)</li>\n<li><code>8</code> = content blocked (spam)</li>\n<li><code>9</code> = policy issue (spam)</li>\n<li><code>10</code> = system issue (system)</li>\n<li><code>11</code> = protocol issue (system)</li>\n<li><code>12</code> = connection issue (system)</li>\n<li><code>13</code> = greylisted (domain)</li>\n<li><code>14</code> = preblocked (Mailjet)</li>\n<li><code>15</code> = duplicate in campaign (Mailjet)</li>\n<li><code>16</code> = spam preblocked (Mailjet)</li>\n<li><code>17</code> = bad or empty template (content)</li>\n<li><code>18</code> = error in template language (content)</li>\n<li><code>19</code> = typofix (domain)</li>\n<li><code>20</code> = blacklisted (recipient)</li>\n<li><code>21</code> = spam reporter (recipient)</li>\n</ul>\n","type":"text/plain"},"key":"MessageState","value":"{{MessageStateID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only messages with the specified status:</p>\n<ul>\n<li><code>0</code> (Processed)</li>\n<li><code>1</code> (Queued)</li>\n<li><code>2</code> (Sent)</li>\n<li><code>3</code> (Opened)</li>\n<li><code>4</code> (Clicked)</li>\n<li><code>5</code> (Bounce)</li>\n<li><code>6</code> (Spam)</li>\n<li><code>7</code> (Unsub)</li>\n<li><code>8</code> (Blocked)</li>\n<li><code>9</code> (SoftBounce)</li>\n<li><code>10</code> (HardBounce)</li>\n<li><code>11</code> (Deferred)</li>\n</ul>\n","type":"text/plain"},"key":"MessageStatus","value":"2"},{"disabled":true,"description":{"content":"<p>Retrieves only messages with the specified PlanSubscription ID.</p>\n","type":"text/plain"},"key":"PlanSubscription","value":"{{SubscriptionID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only messages sent using a sender address with the specified ID.</p>\n","type":"text/plain"},"key":"SenderID","value":"{{SenderID}}"},{"disabled":true,"description":{"content":"<p>When true, the recipient's email address will be displayed in the message object under <code>ContactAlt</code>.</p>\n","type":"text/plain"},"key":"ShowContactAlt","value":"true"},{"disabled":true,"description":{"content":"<p>When true, the subject of the message will be displayed under <code>Subject</code>.</p>\n","type":"text/plain"},"key":"ShowSubject","value":"true"},{"disabled":true,"description":{"content":"<p>Retrieves only messages sent before the specified timestamp.</p>\n","type":"text/plain"},"key":"ToTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"f776e581-d489-45a8-9a5c-669bd12911cb"},{"name":"Retrieve a Single Message","id":"03ca0b70-85b8-4929-8702-4619dbeb6227","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/message/{{message_ID}}","description":"<p>Retrieve specific information on the type of content, tracking, sending and delivery for a specific processed message.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","message","{{message_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"03ca0b70-85b8-4929-8702-4619dbeb6227"},{"name":"Retrieve a List of Events for a Message","id":"e11769f5-7149-4f71-9335-864fb67ff779","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/messagehistory/{{message_ID}}","description":"<p>Retrieve the event history (sending, open, click etc.) for a specific message.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","messagehistory","{{message_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e11769f5-7149-4f71-9335-864fb67ff779"},{"name":"Retrieve Sending / Size / Spam Info about All Messages","id":"381257eb-a9c8-4be8-945b-b24c776255db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/messageinformation?","description":"<p>Retrieve sending / size / spam information about all messages.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","messageinformation"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves information only about messages that are part of this campaign.</p>\n","type":"text/plain"},"key":"CampaignID","value":"{{CampaignID}}"},{"disabled":true,"description":{"content":"<p>Retrieves information only about messages that were sent to this contact list.</p>\n","type":"text/plain"},"key":"ContactsList","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>Retrieves information only about messages that are part of a campaign with the specified Custom ID.</p>\n","type":"text/plain"},"key":"CustomCampaign","value":"{{CustomValue}}"},{"disabled":true,"description":{"content":"<p>Retrieves information only about messages sent from the specified sender email address.</p>\n","type":"text/plain"},"key":"From","value":"{{FromEmail}}"},{"disabled":true,"description":{"content":"<p>Retrieves information only about messages sent from the specified sender domain.</p>\n","type":"text/plain"},"key":"FromDomain","value":"{{FromDomain}}"},{"disabled":true,"description":{"content":"<p>Retrieves information only about messages sent from the specified sender ID.</p>\n","type":"text/plain"},"key":"FromID","value":"{{DomainID}}"},{"disabled":true,"description":{"content":"<p>Retrieves information only about messages sent after the specified timestamp.</p>\n","type":"text/plain"},"key":"FromTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>When true, will retrieve information only for messages that are part of deleted campaigns. When false, messages from deleted campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsDeleted","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve information only for campaigns created with the Legacy template builder. When false, campaigns created with the Legacy builder will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsNewsletterTool","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve information only for messages that are part of starred campaigns. When false, messages from starred campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsStarred","value":"true"},{"disabled":true,"description":{"content":"<p>Retrieves information only for messages with the specified status:</p>\n<ul>\n<li><code>0</code> (Processed)</li>\n<li><code>1</code> (Queued)</li>\n<li><code>2</code> (Sent)</li>\n<li><code>3</code> (Opened)</li>\n<li><code>4</code> (Clicked)</li>\n<li><code>5</code> (Bounce)</li>\n<li><code>6</code> (Spam)</li>\n<li><code>7</code> (Unsub)</li>\n<li><code>8</code> (Blocked)</li>\n<li><code>9</code> (SoftBounce)</li>\n<li><code>10</code> (HardBounce)</li>\n<li><code>11</code> (Deferred)</li>\n</ul>\n","type":"text/plain"},"key":"MessageStatus","value":"2"},{"disabled":true,"description":{"content":"<p>Retrieves onformation only for messages sent between the start of the selected period and the current timestamp.</p>\n<ul>\n<li><code>Day</code> - since the start of the current day</li>\n<li><code>Week</code> - since the start of the current week</li>\n<li><code>Month</code> - since the start of the current month</li>\n<li><code>Year</code> - since the start of the current year</li>\n</ul>\n","type":"text/plain"},"key":"Period","value":"month"},{"disabled":true,"description":{"content":"<p>Retrieves information only for messages sent before the specified timestamp.</p>\n","type":"text/plain"},"key":"ToTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"381257eb-a9c8-4be8-945b-b24c776255db"},{"name":"Retrieve Sending / Size / Spam Info about a Single Message","id":"334442bf-ebe6-4c80-8d9c-851df81999c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/messageinformation/{{message_ID}}","description":"<p>Retrieve sending / size / spam information about a specific message ID.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","messageinformation","{{message_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"334442bf-ebe6-4c80-8d9c-851df81999c4"}],"id":"9146087f-edf8-466a-87bd-5d3929de99d1","description":"<p>Every time you send an email via Mailjet, a new message object is created. The resources below help you retrieve details about these messages - sending time, delivery and contact engagement info, recipients, message size, etc.</p>\n","event":[{"listen":"prerequest","script":{"id":"61afe387-c865-4e17-bcd9-4fc0b1b48990","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a90cd284-2425-46bf-91b8-f1e5e293ed01","type":"text/javascript","exec":[""]}}],"_postman_id":"9146087f-edf8-466a-87bd-5d3929de99d1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}}},{"name":"Contacts","item":[{"name":"Retrieve All Contacts","id":"d3d78cbf-da05-4370-83a0-6d2824452b6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/contact?","description":"<p>Retrieve a list of all contacts. Includes information about contact status and creation / activity timestamps.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contact"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves only contacts targeted by this Campaign ID.</p>\n","type":"text/plain"},"key":"Campaign","value":"{{CampaignID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only contacts that are part of this Contact List ID.</p>\n","type":"text/plain"},"key":"ContactsList","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>When true, will retrieve only contacts that have been added to the exclusion list for marketing emails. When false, those contacts will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsExcludedFromCampaigns","value":"false"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"d3d78cbf-da05-4370-83a0-6d2824452b6a"},{"name":"Retrieve a Single Contact","id":"da7c22c7-c96a-482e-9594-e5fa46bc9607","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/contact/{{contact_ID}}","description":"<p>Retrieve a specific contact. Includes information about contact status and creation / activity timestamps.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contact","{{contact_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"da7c22c7-c96a-482e-9594-e5fa46bc9607"},{"name":"Create Contact","id":"6fb6e3c1-0cf7-4411-8ea1-6a459fe53941","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"IsExcludedFromCampaigns\": false,\n    \"Name\": \"Contact 1\",\n    \"Email\": \"user@example.com\"\n}"},"url":"https://api.mailjet.com/v3/REST/contact","description":"<p>Add a new unique contact to your global contact list and select its exclusion status.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contact"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fb6e3c1-0cf7-4411-8ea1-6a459fe53941"},{"name":"Update Contact","id":"d89e6ea0-4bfe-4179-9a6d-3ba8238fb659","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"IsExcludedFromCampaigns\": false,\r\n  \"Name\": \"Updated Name\"\r\n}"},"url":"https://api.mailjet.com/v3/REST/contact/{{contact_ID}}","description":"<p>Update the user-given name and exclusion status of a specific contact.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contact","{{contact_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d89e6ea0-4bfe-4179-9a6d-3ba8238fb659"},{"name":"Retrieve All Lists a Contact is Part of","id":"8be20163-1191-49e5-a5e2-95fd6539f815","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/contact/{{contact_ID}}/getcontactslists","description":"<p>Retrieve all contact lists for a specific contact. You will receive information on the status of the contact for each list. Information about lists deleted within the last 60 days will be returned as well, since those are soft-deleted and can be reinstated.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contact","{{contact_ID}}","getcontactslists"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8be20163-1191-49e5-a5e2-95fd6539f815"},{"name":"Manage the Lists a Contact is Part of","id":"b133e631-f1fc-4923-985c-e2d863d0e2f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ContactsLists\": [\n        {\n            \"ListID\": 123456789,\n            \"Action\": \"addnoforce\"\n        },\n        {\n            \"ListID\": 987654321,\n            \"Action\": \"addforce\"\n        }\n    ]\n}"},"url":"https://api.mailjet.com/v3/REST/contact/{{contact_ID}}/managecontactslists","description":"<p>Manage the presence and subscription status of a contact for multiple contact lists. Select the contact lists, as well as the desired action to be performed on each one - add, remove or unsub. The contact should already be present in the global contact list.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contact","{{contact_ID}}","managecontactslists"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b133e631-f1fc-4923-985c-e2d863d0e2f7"},{"name":"Manage the Lists for Multiple Contacts","id":"879e4b56-31d5-4e0e-b8de-498d707532a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ContactsLists\": [\n        {\n            \"ListID\": 123456789,\n            \"Action\": \"addforce\"\n        }\n    ],\n    \"Contacts\": [\n        {\n            \"Email\": \"email@example.com\",\n            \"Name\": \"contact_name\",\n            \"IsExcludedFromCampaigns\": false,\n            \"Properties\": {\n                \"property1\": \"value1\",\n                \"property2\": \"value2\"\n            }\n        }\n    ]\n}"},"url":"https://api.mailjet.com/v3/REST/contact/managemanycontacts","description":"<p>Manage multiple contacts by adding, removing or unsubscribing them from multiple contact lists. Separate actions are set for each list and implemented for all contacts listed.</p>\n<p>Once you submit the POST request, it will return a JobID, which you can use to verify the success of the POST request, as well as see what kind of errors came up.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contact","managemanycontacts"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"879e4b56-31d5-4e0e-b8de-498d707532a4"},{"name":"Retrieve an Upload Request for Multiple Contacts","id":"37576e0b-fed8-43c8-8caa-5be3f9b26c28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/contact/managemanycontacts/{{Job_ID}}","description":"<p>Use the JobID generated after a POST /contact/managemanycontacts request to check its success, as well as any errors that might have occurred.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contact","managemanycontacts","{{Job_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"37576e0b-fed8-43c8-8caa-5be3f9b26c28"},{"name":"Retrieve All Contact Property Objects","id":"1cce7dc6-a215-463a-8c6d-b4a826758d8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/contactmetadata?","description":"<p>Retrieve a list of contact properties and their general settings - name and data type.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactmetadata"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves only properties with the respective data type:</p>\n<ul>\n<li><code>str</code> - string</li>\n<li><code>int</code> - integer</li>\n<li><code>float</code> - float / number</li>\n<li><code>bool</code> - boolean</li>\n<li><code>datetime</code> - datetime (Unix Timestamp or RFC 3339)</li>\n</ul>\n","type":"text/plain"},"key":"DataType","value":"str"},{"disabled":true,"description":{"content":"<p>Retrieves only properties with the respective namespace:</p>\n<ul>\n<li><code>static</code> - Can keep only 1 value. Each change to the value of the property for a contact overwrites the previously selected value. The values are saved in a <code>contactdata</code> object.</li>\n<li><code>historic</code> - Each change to the value of the property creates a record in a new <code>contacthistorydata</code> object, saving the property value and a timestamp of when it was submitted.</li>\n</ul>\n","type":"text/plain"},"key":"Namespace","value":"static"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"1cce7dc6-a215-463a-8c6d-b4a826758d8d"},{"name":"Retrieve a Single Contact Property Object","id":"4553946c-8412-45d7-a65c-353f1fdd824f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/contactmetadata/{{contactmetadata_ID}}","description":"<p>Retrieve information on a specific contact property - its name and data type.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactmetadata","{{contactmetadata_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4553946c-8412-45d7-a65c-353f1fdd824f"},{"name":"Create a Contact Property Object","id":"b14e3923-1eef-49e9-9161-4288e15418e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"Datatype\": \"str\",\r\n  \"Name\": \"first_name\"\r\n}"},"url":"https://api.mailjet.com/v3/REST/contactmetadata","description":"<p>Create a new contact property. Select its name and data type, then use it to assign property values for contacts of your choice (with /contactdata).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactmetadata"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b14e3923-1eef-49e9-9161-4288e15418e2"},{"name":"Update a Contact Property Object","id":"0356d328-b385-4c5f-b39c-c513e72c8ccb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Datatype\": \"int\",\n    \"Name\": \"integer\"\n}"},"url":"https://api.mailjet.com/v3/REST/contactmetadata/{{contactmetadata_ID}}","description":"<p>Update the settings of an existing contact property - name and data type. Changing the data type will not affect existing property values, but new values must be entered using the new data type.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactmetadata","{{contactmetadata_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0356d328-b385-4c5f-b39c-c513e72c8ccb"},{"name":"Delete a Contact Property Object","id":"e90a9236-a63e-417e-96f1-e2aa06850f39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.mailjet.com/v3/REST/contactmetadata/{{contactmetadata_ID}}","description":"<p>Delete an existing contact property. Once the property is deleted, the values assigned to it for all contacts are also deleted.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactmetadata","{{contactmetadata_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e90a9236-a63e-417e-96f1-e2aa06850f39"},{"name":"Retrieve All Contact Property Values","id":"1c3b4840-47f9-4517-bcbb-e079726f8a22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/contactdata?","description":"<p>Retrieve a list of contacts with all properties and respective values associated with those contacts.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactdata"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves a list of contact property values only for the contacts, which received emails from this Campaign ID.</p>\n","type":"text/plain"},"key":"Campaign","value":"{{CampaignID}}"},{"disabled":true,"description":{"content":"<p>Rretrieves a list of contact property values only for the contact with this email address.</p>\n","type":"text/plain"},"key":"ContactEmail","value":"{{email_address}}"},{"disabled":true,"description":{"content":"<p>Retrieves a list of contact property values only for the contacts that are part of this contact list ID.</p>\n","type":"text/plain"},"key":"ContactsList","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>\"\"</p>\n","type":"text/plain"},"key":"DateFormat","value":"{{}}"},{"disabled":true,"description":{"content":"<p>Only retrieves the information from the contact properties with the specified names. Empty values will be returned as well. Multiple properties can be specified by separating them with commas.</p>\n","type":"text/plain"},"key":"Fields","value":"first_name"},{"disabled":true,"description":{"content":"<p>When true, will retrieve the list of property values only for contacts, which have been exlcuded from campaigns. When false, the properties of such contacts will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsExcludedFromCampaigns","value":"false"},{"disabled":true,"description":{"content":"<p>Retrieves a list of contact property values only for the contacts, whose last activity was at the specified time.</p>\n","type":"text/plain"},"key":"LastActivityAt","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>\"\"</p>\n","type":"text/plain"},"key":"Status","value":"{{}}"},{"disabled":true,"description":{"content":"<p>\"\"</p>\n","type":"text/plain"},"key":"TimeZone","value":"{{}}"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"}],"variable":[]}},"response":[],"_postman_id":"1c3b4840-47f9-4517-bcbb-e079726f8a22"},{"name":"Retrieve the Property Values for a Contact","id":"002f54a2-3bff-40d6-a71a-b923610a4bc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/contactdata/{{contact_ID}}","description":"<p>Retrieve all properties and respective values associated with a specific contact.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactdata","{{contact_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"002f54a2-3bff-40d6-a71a-b923610a4bc8"},{"name":"Create Property Values for a Contact","id":"9de06ac5-5533-464e-9194-dc8f7645a372","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ContactID\": 123456,\n    \"Data\": [\n        {\n            \"Name\": \"Property1\",\n            \"value\": \"Value1\"\n        }\n    ]\n}"},"url":"https://api.mailjet.com/v3/REST/contactdata","description":"<p>Create the extra static data for a contact by using your already created /contactmetadata objects (contact properties) and assigning / updating values to them for the specific ContactID.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactdata"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9de06ac5-5533-464e-9194-dc8f7645a372"},{"name":"Update Property Values for a Contact","id":"8e5fecdb-7ea8-4e82-9d47-b3816bb53c15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Data\": [\n        {\n            \"Name\": \"Property1\",\n            \"value\": \"UpdatedValue\"\n        }\n    ]\n}"},"url":"https://api.mailjet.com/v3/REST/contactdata/{{contact_ID}}","description":"<p>Update the extra static data for a contact by using your already created /contactmetadata objects (contact properties) and assigning / updating values to them for the specific ContactID.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactdata","{{contact_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e5fecdb-7ea8-4e82-9d47-b3816bb53c15"},{"name":"Delete Property Values for a Contact","id":"3e6e64b1-e5a7-4056-b098-4b9755ffc232","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.mailjet.com/v3/REST/contactdata/{{contact_ID}}","description":"<p>Delete all contact property values relating to a specific contact.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactdata","{{contact_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e6e64b1-e5a7-4056-b098-4b9755ffc232"},{"name":"Retrieve All Contact Lists","id":"309a532d-0121-49cc-bbc9-8c355f5fcc78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/contactslist?","description":"<p>Retrieve details for all contact lists - name, subscriber count, creation timestamp, deletion status.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactslist"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves only the contact list with the specified unique address created by Mailjet. This address which can be used only via Mailjet's SMTP server to reach all contacts in it. It is displayed in the <code>Address</code> property of the list. The full email will be <code>{Address}@lists.mailjet.com</code>.</p>\n","type":"text/plain"},"key":"Address","value":"{{address}}"},{"disabled":true,"description":{"content":"<p>Excludes the contact list with specified ID from the response.</p>\n","type":"text/plain"},"key":"ExcludeID","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>When true, will retrieve only deleted lists. When false, will retrieve lists that are not deleted.</p>\n","type":"text/plain"},"key":"IsDeleted","value":"false"},{"disabled":true,"description":{"content":"<p>Retrieves only the list with the specified user-selected Name.</p>\n","type":"text/plain"},"key":"Name","value":"{{list_name}}"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"309a532d-0121-49cc-bbc9-8c355f5fcc78"},{"name":"Retrieve a Single Contact List","id":"ce2f04f1-111b-423f-bdff-6f1faa8c07d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/contactslist/{{list_ID}}","description":"<p>Retrieve details for a specific contact list - name, subscriber count, creation timestamp, deletion status.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactslist","{{list_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ce2f04f1-111b-423f-bdff-6f1faa8c07d8"},{"name":"Create a Contact List","id":"9c32eb33-ada9-4ca4-94cb-3d1a5c45ada4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"NewList\",\n    \"IsDeleted\": false\n}"},"url":"https://api.mailjet.com/v3/REST/contactslist/","description":"<p>Create a new contact list.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactslist",""],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c32eb33-ada9-4ca4-94cb-3d1a5c45ada4"},{"name":"Update a Contact List","id":"e8b8f9fc-1f8e-4159-a7b3-f19eb3897508","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"UpdatedList\",\n    \"IsDeleted\": true\n}"},"url":"https://api.mailjet.com/v3/REST/contactslist/{{list_ID}}","description":"<p>Update a specific contact list by changing its name and / or deletion status. Using PUT you can delete lists, as well as reinstate previously deleted ones.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactslist","{{list_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8b8f9fc-1f8e-4159-a7b3-f19eb3897508"},{"name":"Delete a Contact List","id":"40b4c1bc-ecfa-4070-9f88-d9e73c7e6dac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.mailjet.com/v3/REST/contactslist/{{list_ID}}","description":"<p>Delete a contact list. The ContactsList object will continue to exist with Deleted status for 30 days, and can be reinstated by changing the value of IsDeleted to false via PUT /contactslist/{list_ID}.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactslist","{{list_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"40b4c1bc-ecfa-4070-9f88-d9e73c7e6dac"},{"name":"Import a Contact List into Another List","id":"5dd5bc2b-385a-4b63-8f7d-0972c6ac3b91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Action\": \"duplicate-override\",\n    \"ListID\": 123456\n}"},"url":"https://api.mailjet.com/v3/REST/contactslist/{{list_ID}}/importlist","description":"<p>Add, unsubscribe or remove the contacts present in a list to / from another list. The list ID specified in the body of the payload is the source, while ID in the path specifies the destination list.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactslist","{{list_ID}}","importlist"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5dd5bc2b-385a-4b63-8f7d-0972c6ac3b91"},{"name":"View the Import Status of a List into Another List","id":"927e1bb1-6133-4f44-821a-5d1a4296fb62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/contactslist/{{list_ID}}/importlist/{{job_ID}}","description":"<p>Use the JobID generated after a POST /contactslist/{list_id}/importlist request to check its progress, success, as well as any errors that might have occurred.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactslist","{{list_ID}}","importlist","{{job_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"927e1bb1-6133-4f44-821a-5d1a4296fb62"},{"name":"Manage a Contact's Subscription to a List","id":"691c3544-f6f8-4c60-be1f-9f4786c8ae14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Email\": \"mrsmith@mailjet.com\",\n    \"Name\": \"MrSmith\",\n    \"Action\": \"addnoforce\",\n    \"Properties\": {\n        \"property1\": \"value\",\n        \"propertyN\": \"valueN\"\n    }\n}"},"url":"https://api.mailjet.com/v3/REST/contactslist/{{list_ID}}/managecontact","description":"<p>Manage the presence and subscription status of a contact to a specific contact list. The API will internally create the new contact if it does not exist, as well as add or update the name and properties.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactslist","{{list_ID}}","managecontact"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"691c3544-f6f8-4c60-be1f-9f4786c8ae14"},{"name":"Manage the Sub Status of Multiple Contacts to a List","id":"b8c8c1d1-3429-44a7-8c86-cf8595a9e2ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Action\": \"addnoforce\",\n    \"Contacts\": [\n        {\n            \"Email\": \"jimsmith@example.com\",\n            \"Name\": \"Jim\",\n            \"Properties\": {\n                \"Property1\": \"value\",\n                \"Property2\": \"value2\"\n            }\n        },\n        {\n            \"Email\": \"janetdoe@example.com\",\n            \"Name\": \"Janet\",\n            \"Properties\": {\n                \"Property1\": \"value\",\n                \"Property2\": \"value2\"\n            }\n        }\n    ]\n}"},"url":"https://api.mailjet.com/v3/REST/contactslist/{{list_ID}}/managemanycontacts","description":"<p>Manage multiple contacts by adding, removing or unsubscribing them from a specific contact list. Once you submit the POST request, it will return a JobID, which you can use to verify the success of the POST request, as well as see what kind of errors came up.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactslist","{{list_ID}}","managemanycontacts"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8c8c1d1-3429-44a7-8c86-cf8595a9e2ff"},{"name":"View the Import Status of Multiple Contacts into a List","id":"e6ab9196-6a37-49dd-88ff-84c3862c0fc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/contactslist/{{list_ID}}/managemanycontacts/{{job_ID}}","description":"<p>Use the JobID generated after a POST /contactslist/{list_id}/managemanycontacts request to check its progress, success, as well as any errors that might have occurred.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactslist","{{list_ID}}","managemanycontacts","{{job_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6ab9196-6a37-49dd-88ff-84c3862c0fc2"},{"name":"Import Contacts via a CSV","id":"d9889c03-0484-4506-bdf6-1a47e5680b70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ContactsListID\": 123456,\n    \"DataID\": 987654321,\n    \"Method\": \"addnoforce\"\n}"},"url":"https://api.mailjet.com/v3/REST/csvimport","description":"<p>Add, remove or unsubscribe a list of contacts to/from a specific contact list by using a CSV uploaded to the Mailjet Data server. The CSV needs to be uploaded via the /contactslist/{list_id}/CSVData/text:plain endpoint.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","csvimport"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9889c03-0484-4506-bdf6-1a47e5680b70"},{"name":"View the Status of a CSV Import","id":"2f567356-9d52-4e8c-a3cc-50d63bd84383","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/csvimport/{{importjob_ID}}","description":"<p>View the settings and status of a contact CSV import job. The CSV needs to be uploaded via the /contactslist/{list_id}/CSVData/text:plain endpoint - only then can you create an import job.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","csvimport","{{importjob_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f567356-9d52-4e8c-a3cc-50d63bd84383"},{"name":"Update a CSV Import in Progress","id":"601af868-7030-4b9c-b385-3645585dd56c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Status\": \"Abort\"\n}"},"url":"https://api.mailjet.com/v3/REST/csvimport/{{importjob_ID}}","description":"<p>Update or abort a contact CSV import job in progress.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","csvimport","{{importjob_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"601af868-7030-4b9c-b385-3645585dd56c"},{"name":"Retrieve All Subscription Requests via a Sub Widget","id":"a7b99a11-3a79-4bc5-bffa-bbf79c02a582","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/contactslistsignup?","description":"<p>Retrieve details about all contact list signup requests via a subscription widget. Provides details on signup and subscription confirmation IPs, timestamp, subscription source etc.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactslistsignup"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves only signup requests for a given contact ID.</p>\n","type":"text/plain"},"key":"Contact","value":"{{ContactID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only signup requests to a given contact list ID.</p>\n","type":"text/plain"},"key":"ContactsList","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only signup requests for contacts with the specified domain. Required, if the <code>LocalPart</code> filter is used as well.</p>\n","type":"text/plain"},"key":"Domain","value":"{{email_domainname}}"},{"disabled":true,"description":{"content":"<p>Retrieves only signup requests for the specified email address.</p>\n","type":"text/plain"},"key":"Email","value":"{{email_address}}"},{"disabled":true,"description":{"content":"<p>Retrieves only signup requests for emails with the specified local part. If this filter is used, the <code>Domain</code> filter is required as well.</p>\n","type":"text/plain"},"key":"LocalPart","value":"{{email_localpart}}"},{"disabled":true,"description":{"content":"<p>Retrieves only signup requests, where the subscription confirmation was done earlier than the specified timestamp.</p>\n","type":"text/plain"},"key":"MaxConfirmAt","value":"1514764800"},{"disabled":true,"description":{"content":"<p>Retrieves only signup requests, where the request was done before the specified timestamp.</p>\n","type":"text/plain"},"key":"MaxSignupAt","value":"1514764800"},{"disabled":true,"description":{"content":"<p>Retrieves only signup requests, where the subscription confirmation was done after the specified timestamp.</p>\n","type":"text/plain"},"key":"MinConfirmAt","value":"1514764800"},{"disabled":true,"description":{"content":"<p>Retrieves only signup requests, where the request was done after the specified timestamp.</p>\n","type":"text/plain"},"key":"MinSignupAt","value":"1514764800"},{"disabled":true,"description":{"content":"<p>Retrieves only signup requests, which were done from the specified IP address.</p>\n","type":"text/plain"},"key":"SignupIp","value":"{{IP_address}}"},{"disabled":true,"description":{"content":"<p>Retrieves only signup requests, which were done from the specified source type.</p>\n","type":"text/plain"},"key":"Source","value":"widget"},{"disabled":true,"description":{"content":"<p>Retrieves only signup requests done via the respective source ID. This would be the ID of the widget used for the request.</p>\n","type":"text/plain"},"key":"SourceID","value":"{{widget_ID}}"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"a7b99a11-3a79-4bc5-bffa-bbf79c02a582"},{"name":"Retrieve a Single Subscription Requests via a Sub Widget","id":"a4cb6e79-3bad-464a-9e0d-cdcbe34fba46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/contactslistsignup/{{signuprequest_ID}}","description":"<p>Retrieve details about a specific subscription request done via a subscription widget. Provides details on signup and subscription confirmation IP, timestamp, subscription source etc.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactslistsignup","{{signuprequest_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4cb6e79-3bad-464a-9e0d-cdcbe34fba46"},{"name":"Retrieve All List Recipients","id":"8714e3e2-f8cc-47b4-950f-24c51093fb7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/listrecipient","description":"<p>Retrieve details on all list recipients, including the contact and list associated with them, as well as subscription status.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","listrecipient"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>When true, will retrieve only recipients that have email block events linked to them. When false, blocked recipients will be excluded from the response.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>      &gt; Note: Available only for accounts created before April 5th 2018.\n</code></pre>","type":"text/plain"},"key":"Blocked","value":"false"},{"disabled":true,"description":{"content":"<p>Retrieves only list recipients linked to this Contact ID.</p>\n","type":"text/plain"},"key":"Contact","value":"{{contact_ID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only list recipients linked to this contact email address.</p>\n","type":"text/plain"},"key":"ContactEmail","value":"{{contact_email}}"},{"disabled":true,"description":{"content":"<p>Retrieves only list recipients linked to this contact list ID.</p>\n","type":"text/plain"},"key":"ContactsList","value":"{{list_ID}}"},{"disabled":true,"description":{"content":"<p>When true, will exclude recipients linked to deleted contact lists from the response. When false, recipients linked to deleted lists will also be retrieved.</p>\n","type":"text/plain"},"key":"IgnoreDeleted","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve only list recipients that have been added to the exclusion list for marketing emails. When false, those recipients will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsExcludedFromCampaigns","value":"false"},{"disabled":true,"description":{"content":"<p>Retrieves only list recipients, whose last registered activity was detected at the specified timestamp.</p>\n","type":"text/plain"},"key":"LastActivityAt","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieve only the list recipients linked to this contact list name.</p>\n","type":"text/plain"},"key":"ListName","value":"{{list_name}}"},{"disabled":true,"description":{"content":"<p>When true, will retrieve only recipients that have opened at least one email. When false, recipients with open events will be excluded from the response.</p>\n","type":"text/plain"},"key":"Opened","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve only unsubscribed list recipients (<code>IsUnsubscribed=true</code>). When false, unsubscribed recipients will be excluded from the response.</p>\n","type":"text/plain"},"key":"Unsub","value":"false"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"8714e3e2-f8cc-47b4-950f-24c51093fb7d"},{"name":"Retrieve a Single List Recipient","id":"29b2e70c-8ddd-4f65-aa8e-e268e8e27b94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/listrecipient/{{listrecipient_ID}}","description":"<p>Retrieve details for a specific list recipient, including the contact and list associated with it, as well as the subscription status.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","listrecipient","{{listrecipient_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"29b2e70c-8ddd-4f65-aa8e-e268e8e27b94"},{"name":"Create a List Recipient","id":"74a22a12-1f67-4bed-bd18-009795018d5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"IsUnsubscribed\": false,\n    \"ContactAlt\": \"email@example.com\",\n    \"ListID\": 123456\n}"},"url":"https://api.mailjet.com/v3/REST/listrecipient","description":"<p>Create a new list recipient. A list recipient object manages the relationship between a contact and a contactslist - every instance of a contact being added to a list creates a new list recipient. Both the contact and the list need to be created beforehand.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","listrecipient"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"74a22a12-1f67-4bed-bd18-009795018d5a"},{"name":"Update a List Recipient","id":"8acbd556-1019-4db1-a24e-3c57363136f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"IsUnsubscribed\": true\n}"},"url":"https://api.mailjet.com/v3/REST/listrecipient/{{listrecipient_ID}}","description":"<p>Update the subscription status of a list recipient.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","listrecipient","{{listrecipient_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8acbd556-1019-4db1-a24e-3c57363136f5"},{"name":"Delete a List Recipient","id":"111244c7-b17c-4ba7-8f0e-84dd15d35c56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.mailjet.com/v3/REST/listrecipient/{{listrecipient_ID}}","description":"<p>Delete a list recipient. This effectively removes a contact from a contact list.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","listrecipient","{{listrecipient_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"111244c7-b17c-4ba7-8f0e-84dd15d35c56"}],"id":"3b47b1eb-74e9-4cc4-b2e0-dcf9b389ad25","description":"<p>Contact, Contact Lists and List Recipients are objects that help you organize the contacts you want to send emails to. The resources below help with the management of contacts and additional contact properties (metadata), as well as providing information on the subscriptions done through Mailjet subscription widgets.</p>\n","event":[{"listen":"prerequest","script":{"id":"75295211-9b73-49c1-a038-61f70f7e4b36","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6d8af036-088e-41cb-ba4e-48fea81841d2","type":"text/javascript","exec":[""]}}],"_postman_id":"3b47b1eb-74e9-4cc4-b2e0-dcf9b389ad25","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}}},{"name":"Campaigns","item":[{"name":"Retrieve All Campaigns","id":"5aba00a9-111d-4eb6-bc92-bedc1d68e419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/campaign?","description":"<p>Retrieve details about a list of sent campaigns - creation and sending time, sender, subject, tracking options enabled etc. Each e-mail going through Mailjet is attached to a Campaign. This object is automatically generated by Mailjet.</p>\n<p>Note: If no query parameters are used, only campaigns sent since 00:00 UTC on the current day will be returned.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","campaign"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves only the campaign details for the specified Campaign ID.</p>\n","type":"text/plain"},"key":"CampaignID","value":"{{CampaignID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only details for campaigns sent to the specified Contact List ID.</p>\n","type":"text/plain"},"key":"ContactsListID","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only details for the campaign with the specified custom value assigned to it.</p>\n","type":"text/plain"},"key":"CustomCampaign","value":"{{CustomValue}}"},{"disabled":true,"description":{"content":"<p>Retrieves only details for campaigns, which used the specified sender email address.</p>\n","type":"text/plain"},"key":"From","value":"{{FromEmail}}"},{"disabled":true,"description":{"content":"<p>Retrieves only details for campaigns, which used the specified sender email domain.</p>\n","type":"text/plain"},"key":"FromDomain","value":"{{FromDomain}}"},{"disabled":true,"description":{"content":"<p>Retrieve only details for campaigns, which used the specified sender ID.</p>\n","type":"text/plain"},"key":"FromID","value":"{{FromID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only details for campaigns sent after the specified timestamp.</p>\n","type":"text/plain"},"key":"FromTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>When true, only details for deleted campaigns will be returned. When false, deleted campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsDeleted","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will return only details for campaigns created by the Newsletter tool (legacy template builder). When false, newsletter campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsNewsletterTool","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will return only details for campaigns marked as starred. When false, starred campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsStarred","value":"true"},{"disabled":true,"description":{"content":"<p>Retrieves only details for campaigns sent between the start of the selected period and the current timestamp.</p>\n<ul>\n<li><code>Day</code> - since the start of the current day</li>\n<li><code>Week</code> - since the start of the current week</li>\n<li><code>Month</code> - since the start of the current month</li>\n<li><code>Year</code> - since the start of the current year</li>\n</ul>\n","type":"text/plain"},"key":"Period","value":"month"},{"disabled":true,"description":{"content":"<p>Retrieves only details for campaigns sent before this timestamp.</p>\n","type":"text/plain"},"key":"ToTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves only details for campaigns that were triggered by this automation workflow ID.</p>\n","type":"text/plain"},"key":"WorkflowID","value":"{{WorkflowID}}"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"5aba00a9-111d-4eb6-bc92-bedc1d68e419"},{"name":"Retrieve a Single Campaign","id":"c914a024-5931-4ba5-90e7-980a25e36c27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/campaign/{{campaign_ID}}","description":"<p>Retrieve details about a specific campaign - creation and sending time, sender, subject, tracking options enabled etc. Each e-mail going through Mailjet is attached to a Campaign. This object is automatically generated by Mailjet.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","campaign","{{campaign_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c914a024-5931-4ba5-90e7-980a25e36c27"},{"name":"Update a Campaign","id":"db87350c-8210-45f6-aa8e-4bcee91436f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"IsDeleted\": true,\n    \"IsStarred\": false\n}"},"url":"https://api.mailjet.com/v3/REST/campaign/{{campaign_ID}}","description":"<p>Manage the deletion and \"starred\" status of a campaign. Each e-mail going through Mailjet is attached to a Campaign. This object is automatically generated by Mailjet.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","campaign","{{campaign_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"db87350c-8210-45f6-aa8e-4bcee91436f1"},{"name":"Retrieve All Campaign Drafts","id":"d1a84fdc-32ca-45d7-bf75-5eab005bd152","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/campaigndraft?","description":"<p>Retrieve details on the configuration of all campaign drafts. Newsletter and CampaignDraft objects are differentiated by the EditMode values. We recommend using CampaignDraft, as Newsletter objects are ones created using the legacy Mailjet template builder.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","campaigndraft"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves only the campaign draft linked to the specified AXTesting ID.</p>\n","type":"text/plain"},"key":"AXTesting","value":"{{AXTestingID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only the campaign draft linked to the specified Campaign ID.</p>\n","type":"text/plain"},"key":"Campaign","value":"{{CampaignID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only the campaign drafts linked to the specified contact list ID.</p>\n","type":"text/plain"},"key":"ContactsList","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only the campaign drafts, which were delivered at the specified timestamp.</p>\n","type":"text/plain"},"key":"DeliveredAt","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves only campaign drafts, whose email templates were edited with the specified edit tool:</p>\n<ul>\n<li><code>tool2</code> - Passport drag-and-drop template editor</li>\n<li><code>html2</code> - HTML editor in Passport</li>\n<li><code>mjml</code> - MJML editor in Passport</li>\n</ul>\n","type":"text/plain"},"key":"EditMode","value":"1"},{"disabled":true,"description":{"content":"<p>When true, will return only archived campaign drafts. When false, archived campaign drafts will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsArchived","value":"false"},{"disabled":true,"description":{"content":"<p>Only retrieves campaigndraft resources for which IsCampaign equals the specified value.</p>\n","type":"text/plain"},"key":"IsCampaign","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will return only deleted campaign drafts. When false, deleted drafts will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsDeleted","value":"false"},{"disabled":true,"description":{"content":"<p>Only retrieves campaigndraft resources for which IsHandled equals the specified value.</p>\n","type":"text/plain"},"key":"IsHandled","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will return only starred campaign drafts. When false, starred drafts will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsStarred","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will return only campaign drafts that have been modified after their creation. When false, only non-modified drafts will be returned.</p>\n<blockquote>\n<p>Note: All campaign drafts created within the Mailjet app are marked as Modified immediately after creation, while ones created via the API are not.</p>\n</blockquote>\n","type":"text/plain"},"key":"Modified","value":"true"},{"disabled":true,"description":{"content":"<p>Only retrieves <code>campaigndraft</code> resources for which <code>NewsLetterTemplate</code> equals the specified value.</p>\n","type":"text/plain"},"key":"NewsLetterTemplate","value":"{{NewsletterTemplateID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only campaign drafts, which use the specified segmentation ID.</p>\n","type":"text/plain"},"key":"Segmentation","value":"{{SegmentID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only campaign drafts with the specified campaign status ID:</p>\n<ul>\n<li><code>-3</code> - AXCanceled</li>\n<li><code>-2</code> - Deleted</li>\n<li><code>-1</code> - Archived</li>\n<li><code>0</code> - Draft</li>\n<li><code>1</code> - Programmed (scheduled)</li>\n<li><code>2</code> - Sent</li>\n<li><code>3</code> - AXTested (AB Testing versions sent, but winning version not selected yet)</li>\n<li><code>4</code> - AXSelected (AB Testing winning version selected and sent)</li>\n</ul>\n","type":"text/plain"},"key":"Status","value":"0"},{"disabled":true,"description":{"content":"<p>Retrieves only campaign drafts with the specified Subject line.</p>\n","type":"text/plain"},"key":"Subject","value":"{{SubjectLine_Text}}"},{"disabled":true,"description":{"content":"<p>Retrieves only campaign drafts which use the specified Template ID.</p>\n","type":"text/plain"},"key":"Template","value":"{{TemplateID}}"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"d1a84fdc-32ca-45d7-bf75-5eab005bd152"},{"name":"Retrieve a Single Campaign Draft","id":"d4d49a1b-370e-45ab-8384-ad7803bbf647","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/campaigndraft/{{draft_ID}}","description":"<p>Retrieve details on the configuration of a specific campaign draft. Newsletter and CampaignDraft objects are differentiated by the EditMode values - we recommend using CampaignDraft, as Newsletter objects are ones created using the legacy Mailjet template builder.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","campaigndraft","{{draft_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4d49a1b-370e-45ab-8384-ad7803bbf647"},{"name":"Create a Campaign Draft","id":"75e11a8b-f2af-41c9-80f7-ee88708f0741","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AXFraction\": 0,\n    \"AXFractionName\": \"Version A\",\n    \"AXTesting\": 123456,\n    \"Current\": 345678,\n    \"EditMode\": \"tool2\",\n    \"IsStarred\": false,\n    \"IsTextPartIncluded\": true,\n    \"ReplyEmail\": \"replyto@mailjet.com\",\n    \"SenderName\": \"Your Mailjet Pilot\",\n    \"TemplateID\": 123456,\n    \"Title\": \"My Mailjet Campaign\",\n    \"ContactsListID\": 123456,\n    \"Locale\": \"en_US\",\n    \"SegmentationID\": 123,\n    \"Sender\": 1234,\n    \"SenderEmail\": \"pilot@mailjet.com\",\n    \"Subject\": \"Your email flight plan!\"\n}"},"url":"https://api.mailjet.com/v3/REST/campaigndraft","description":"<p>Create a new campaign draft. Newsletter and CampaignDraft objects are differentiated by the EditMode values - we recommend using CampaignDraft, as Newsletter objects are ones created using the legacy Mailjet template builder.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","campaigndraft"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"75e11a8b-f2af-41c9-80f7-ee88708f0741"},{"name":"Update a Campaign Draft","id":"a8b32194-1c46-4c94-a4d8-09e26f5e517b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AXFraction\": 0,\n    \"AXFractionName\": \"Version A\",\n    \"AXTesting\": 123456,\n    \"EditMode\": \"tool2\",\n    \"IsStarred\": false,\n    \"IsTextPartIncluded\": true,\n    \"ReplyEmail\": \"replyto@mailjet.com\",\n    \"SenderName\": \"Your Mailjet Pilot\",\n    \"TemplateID\": 123456,\n    \"Title\": \"My Mailjet Campaign\",\n    \"ContactsListID\": 123456,\n    \"Locale\": \"en_US\",\n    \"SegmentationID\": 123,\n    \"Sender\": 1234,\n    \"SenderEmail\": \"pilot@mailjet.com\",\n    \"Subject\": \"Your email flight plan!\"\n}"},"url":"https://api.mailjet.com/v3/REST/campaigndraft/{{draft_ID}}","description":"<p>Update the configuration settings of a specific campaign draft. Newsletter and CampaignDraft objects are differentiated by the EditMode values - we recommend using CampaignDraft, as Newsletter objects are ones created using the legacy Mailjet template builder.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","campaigndraft","{{draft_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8b32194-1c46-4c94-a4d8-09e26f5e517b"},{"name":"Retrieve the Contents of a Campaign Draft","id":"49adf9e7-b6ad-4da3-9645-c05b6c263f4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/campaigndraft/{{draft_ID}}/detailcontent","description":"<p>Retrieve the content of your campaign draft email. It will be split between a Text part, HTML part, MJML content and/or additional headers.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","campaigndraft","{{draft_ID}}","detailcontent"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"49adf9e7-b6ad-4da3-9645-c05b6c263f4e"},{"name":"Create the Contents of a Campaign Draft","id":"021bc3a1-6c66-46ca-bfaf-7ebbfe8181d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"Headers\": {},\r\n  \"Html-part\": \"<h3>Dear passenger 1, welcome to <a href=\\\"https://www.mailjet.com/\\\">Mailjet!</a></h3><br />May the delivery force be with you!\",\r\n  \"MJMLContent\": \"\",\r\n  \"Text-part\": \"Dear passenger, welcome to Mailjet! May the delivery force be with you!\"\r\n}"},"url":"https://api.mailjet.com/v3/REST/campaigndraft/{{draft_ID}}/detailcontent","description":"<p>Create, update or delete the content of your campaign draft email. You can select a Text part, HTML part, MJML content, as well as additional headers.</p>\n<p>Each POST request overwrites any content previously added - e.g. if you have submitted HTML content on the initial POST, and on the next you only submit Text content, the previously saved value of Html-part will be deleted.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","campaigndraft","{{draft_ID}}","detailcontent"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"021bc3a1-6c66-46ca-bfaf-7ebbfe8181d3"},{"name":"Schedule the Sending of a Campaign Draft","id":"7912c99c-3035-40fb-bb63-fae8f80963fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Date\": \"2018-01-01T00:00:00\"\n}"},"url":"https://api.mailjet.com/v3/REST/campaigndraft/{{draft_ID}}/schedule","description":"<p>Schedule the sending of a campaign draft.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","campaigndraft","{{draft_ID}}","schedule"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7912c99c-3035-40fb-bb63-fae8f80963fb"},{"name":"Get the Sending Schedule of a Campaign Draft","id":"09e8590d-4528-47dd-858c-8175db306d6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/campaigndraft/{{draft_ID}}/schedule","description":"<p>Retrieve the sending schedule of a campaign draft.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","campaigndraft","{{draft_ID}}","schedule"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"09e8590d-4528-47dd-858c-8175db306d6f"},{"name":"Update the Sending Schedule of a Campaign Draft","id":"05c7d9d5-a096-48f1-a72c-031129e59fb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Date\": \"2018-02-01T00:00:00\"\n}"},"url":"https://api.mailjet.com/v3/REST/campaigndraft/{{draft_ID}}/schedule","description":"<p>Update the sending schedule of a campaign draft.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","campaigndraft","{{draft_ID}}","schedule"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"05c7d9d5-a096-48f1-a72c-031129e59fb5"},{"name":"Cancel the Scheduled Sending of a Campaign Draft","id":"6a18d6e5-dcc7-4d99-b78d-ae065337ef01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.mailjet.com/v3/REST/campaigndraft/{{draft_ID}}/schedule","description":"<p>Cancel the scheduled sending of a campaign draft.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","campaigndraft","{{draft_ID}}","schedule"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a18d6e5-dcc7-4d99-b78d-ae065337ef01"},{"name":"Send a Test Email of a Campaign Draft","id":"7465346c-0052-464e-a3bb-b06306a70ced","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Recipients\": [\n        {\n            \"Name\": \"Recipient1\",\n            \"Email\": \"email1@example.com\"\n        },\n        {\n            \"Name\": \"Recipient2\",\n            \"Email\": \"email2@example.com\"\n        }\n    ]\n}"},"url":"https://api.mailjet.com/v3/REST/campaigndraft/{{draft_ID}}/test","description":"<p>Test a created campaign draft by sending it to a selection of recipients. The status of the campaign draft will not be affected by the test.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","campaigndraft","{{draft_ID}}","test"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7465346c-0052-464e-a3bb-b06306a70ced"},{"name":"Send a Campaign Draft","id":"d1f3905d-d3b1-478c-a3d0-1502c0e8a63a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.mailjet.com/v3/REST/campaigndraft/{{draft_ID}}/send","description":"<p>Send a campaign draft immediately.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","campaigndraft","{{draft_ID}}","send"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1f3905d-d3b1-478c-a3d0-1502c0e8a63a"},{"name":"View the Sending Status of a Campaign Draft","id":"f291fe98-b290-4e55-8a0c-97d9f15a28ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/campaigndraft/{{draft_ID}}/status","description":"<p>View the sending status of a campaign draft.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","campaigndraft","{{draft_ID}}","status"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f291fe98-b290-4e55-8a0c-97d9f15a28ef"},{"name":"Retrieve Overviews of All Campaigns and Drafts","id":"858c1c74-dd70-4c6a-8584-2578cb4af935","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/campaignoverview?","description":"<p>Retrieve delivery and engagement statistics for all drafts, AB Testing objects or sent campaigns. In addition, for each object you will see its type, edit tool used and creation time, as well as general info like the title and subject line for the campaign.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","campaignoverview"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>When true, will retrieve all campaigns, drafts and AB Testing objects that are not deleted (<code>IsDeleted</code>!=<code>0</code>). When false, both deleted and non-deleted ones will be retrieved.</p>\n<blockquote>\n<p>Note: You cannot set more than one status filter (<code>All</code>, <code>Archived</code>, <code>Drafts</code>, <code>Programmed</code>, <code>Sent</code>, <code>Starred</code>) to <code>True</code>.</p>\n</blockquote>\n","type":"text/plain"},"key":"All","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve all archived campaigns, drafts and AB Testing objects. When false, archived ones are excluded from the response.</p>\n<blockquote>\n<p>Note: You cannot set more than one status filter (<code>All</code>, <code>Archived</code>, <code>Drafts</code>, <code>Programmed</code>, <code>Sent</code>, <code>Starred</code>) to <code>True</code>.</p>\n</blockquote>\n","type":"text/plain"},"key":"Archived","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will retrieve all drafts (and AB Testing objects in Draft mode). When false, both drafts and sent campaigns / AB Testing objects will be retrieved.</p>\n<blockquote>\n<p>Note: You cannot set more than one status filter (<code>All</code>, <code>Archived</code>, <code>Drafts</code>, <code>Programmed</code>, <code>Sent</code>, <code>Starred</code>) to <code>True</code>.</p>\n</blockquote>\n","type":"text/plain"},"key":"Drafts","value":"true"},{"disabled":true,"description":{"content":"<p>Retrieves only the draft, sent campaign or AB testing object linked to this unique numeric ID. When this filter is used, the IDType filter becomes mandatory.</p>\n","type":"text/plain"},"key":"ID","value":"{{ID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only objects of the specified type:</p>\n<ul>\n<li>Campaign - Sent campaign</li>\n<li>AX - AB Testing object</li>\n<li>NL - Draft</li>\n</ul>\n<blockquote>\n<p>Note: Mandatory, when the <code>ID</code> filter is used.</p>\n</blockquote>\n","type":"text/plain"},"key":"IDType","value":"{{IDType}}"},{"disabled":true,"description":{"content":"<p>When true, will retrieve only drafts that are scheduled for sending - i.e. with <code>Programmed</code> status. When false, both programmed and draft / sent / deleted objects will be retrieved.</p>\n<blockquote>\n<p>Note: You cannot set more than one status filter (<code>All</code>, <code>Archived</code>, <code>Drafts</code>, <code>Programmed</code>, <code>Sent</code>, <code>Starred</code>) to <code>True</code>.</p>\n</blockquote>\n","type":"text/plain"},"key":"Programmed","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will retrieve only sent campaigns. When false, both sent and not sent objects will be retrieved.</p>\n<blockquote>\n<p>Note: You cannot set more than one status filter (<code>All</code>, <code>Archived</code>, <code>Drafts</code>, <code>Programmed</code>, <code>Sent</code>, <code>Starred</code>) to <code>True</code>.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sent","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve only starred campaigns, drafts and AB Testing objects. When false, both starred and non-starred ones will be retrieved.</p>\n<blockquote>\n<p>Note: You cannot set more than one status filter (<code>All</code>, <code>Archived</code>, <code>Drafts</code>, <code>Programmed</code>, <code>Sent</code>, <code>Starred</code>) to <code>True</code>.</p>\n</blockquote>\n","type":"text/plain"},"key":"Starred","value":"false"},{"disabled":true,"description":{"content":"<p>Retrieves only campaigns, drafts and AB Testing objects with the specified subject line.</p>\n","type":"text/plain"},"key":"Subject","value":"{{Subject_Line}}"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"858c1c74-dd70-4c6a-8584-2578cb4af935"},{"name":"Retrieve an Overview of a Campaign or Draft","id":"f95b0581-469e-4403-addb-a3cd33b95aee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/campaignoverview/{{IDType}}|{{ID}}","description":"<p>Retrieve information about a specific draft, AB Testing object or sent campaign. You will see its type, edit tool used and creation time, as well as general info like the title and subject line for the campaign.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","campaignoverview","{{IDType}}|{{ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f95b0581-469e-4403-addb-a3cd33b95aee"}],"id":"2824ca8d-e012-4270-8a7a-5264fd645894","description":"<p>To send a marketing campaign to a contact list of your choice, you first need to create a campaign draft object. In it you specify the email content, recipients, sender email, etc. Once it's sent out, a new campaign object is created. The resources below will help you manage those objects and retrieve information about them.</p>\n","event":[{"listen":"prerequest","script":{"id":"2e5ab653-a520-40e1-8a5b-629a01f2c62c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"58d3fe20-1029-4628-879d-570da537915d","type":"text/javascript","exec":[""]}}],"_postman_id":"2824ca8d-e012-4270-8a7a-5264fd645894","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}}},{"name":"Segmentation","item":[{"name":"Retrieve All Segmentation Formulas","id":"d58c61d8-066f-41ad-b62d-4b68f5be3fb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/contactfilter?","description":"<p>Retrieve a list of all segments and details on their configuration. Segments can be applied on contact lists when you send your campaigns. Segmentation is done based on additional data saved for contacts via /contactmetadata and/or based on contact activity (or lack thereof).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactfilter"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>When true, will retrieve all segments, including deleted ones. When false, will exclude deleted segments from the response.</p>\n","type":"text/plain"},"key":"ShowDeleted","value":"false"},{"disabled":true,"description":{"content":"<p>Retrieves only segments with the specified status. The status indicates whether a segment is being used for sending or not, or if it was deleted.</p>\n","type":"text/plain"},"key":"Status","value":"unused"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"d58c61d8-066f-41ad-b62d-4b68f5be3fb6"},{"name":"Retrieve a Single Segmentation Formula","id":"b2ec6919-9847-4ebe-9967-125546c9bbe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/contactfilter/{{contactfilter_ID}}","description":"<p>Retrieve configuration details for a specific segment. Segments can be applied on contact lists when you send your campaigns. Segmentation is done based on additional data saved for contacts via /contactmetadata and/or based on contact activity (or lack thereof).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactfilter","{{contactfilter_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2ec6919-9847-4ebe-9967-125546c9bbe9"},{"name":"Create a Segmentation Formula","id":"aec9b45e-5925-4058-8cbb-bcd3e9e58339","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Description\": \"Users that have not clicked on an email link in the last 7 days, and are under 30 years old\",\n    \"Expression\": \"((not hasclickedsince(7))) AND (age<=30)\",\n    \"Name\": \"Inactive customers 30 or under\"\n}"},"url":"https://api.mailjet.com/v3/REST/contactfilter","description":"<p>Create a new segmentation formula to be applied on contact lists when you send your campaigns. Segmentation can be done based on additional data saved for contacts via /contactmetadata and/or based on contact activity (or lack thereof).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactfilter"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"aec9b45e-5925-4058-8cbb-bcd3e9e58339"},{"name":"Update a Segmentation Formula","id":"266c41e9-e38d-4e26-91d9-073ebb3f0cc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Description\": \"Users that have not clicked on an email link in the last 7 days, and are over 30 years old\",\n    \"Expression\": \"((not hasclickedsince(7))) AND (age>=30)\",\n    \"Name\": \"Inactive customers 30 or over\",\n    \"Status\": \"deleted\"\n}"},"url":"https://api.mailjet.com/v3/REST/contactfilter/{{contactfilter_ID}}","description":"<p>Update an existing segment. Segments can be applied on contact lists when you send your campaigns. Segmentation is done based on additional data saved for contacts via /contactmetadata and/or based on contact activity (or lack thereof).</p>\n<p>Only segments with deleted status can be updated via the API. Deleted segments can be updated to unused.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactfilter","{{contactfilter_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"266c41e9-e38d-4e26-91d9-073ebb3f0cc6"},{"name":"Delete a Segmentation Formula","id":"2fc14e37-00c0-461c-9095-529a87d9fc56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.mailjet.com/v3/REST/contactfilter/{{contactfilter_ID}}","description":"<p>Delete an existing segment. Segments can be applied on contact lists when you send your campaigns. Segmentation is done based on additional data saved for contacts via /contactmetadata and/or based on contact activity (or lack thereof).</p>\n<p>The deletion is a soft one and a deleted segment can later be reinstated by changing its Status via a PUT request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactfilter","{{contactfilter_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fc14e37-00c0-461c-9095-529a87d9fc56"}],"id":"ed420866-bbc8-4024-933c-9a9df80a0c90","description":"<p>Segmentation is an extremely useful tool used to target a specific group of customers with a dedicated campaign. Create segments based on contact properties or the contact activity (opens, clicks). Segmentation helps you focus your campaigns on specific demographics, create re-engagement campaigns, etc.</p>\n<p>The resources below help you manage your segmentation formulas.</p>\n","event":[{"listen":"prerequest","script":{"id":"ea86f669-0479-47f5-bfd6-b56cf92b26dd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"164ae3e2-e87a-48b6-9eda-3dcdbb381363","type":"text/javascript","exec":[""]}}],"_postman_id":"ed420866-bbc8-4024-933c-9a9df80a0c90","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}}},{"name":"Templates","item":[{"name":"Retrieve All Templates","id":"95cf312b-6160-4f16-8e6d-95af2a75edd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/template?","description":"<p>Retrieve a list of all templates and their configuration settings.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","template"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves information only about templates, which have the respective categories assigned. You can separate multiple categories with a comma. When selecting multiple categories, use the <code>CategoriesSelectionMethod</code> to specify the relation between between the selected ones and the template's list of categories.</p>\n","type":"text/plain"},"key":"Categories","value":"{{Categories}}"},{"disabled":true,"description":{"content":"<p>Describes the relation between the value of the <code>Categories</code> filter and the template's list of categories.</p>\n","type":"text/plain"},"key":"CategoriesSelectionMethod","value":"{{SelectionMethod}}"},{"disabled":true,"description":{"content":"<p>Retrieves information only about templates with the specified mode of editing:</p>\n<ul>\n<li><code>1</code> - Passport drag-and-drop builder</li>\n<li><code>2</code> - Passport HTML builder</li>\n<li><code>3</code> - Passport Saved Section (snippet) builder</li>\n<li><code>4</code> - Passport MJML builder</li>\n</ul>\n","type":"text/plain"},"key":"EditMode","value":"1"},{"disabled":true,"description":{"content":"<p>Retrieves information only about templates with the specified name.</p>\n","type":"text/plain"},"key":"Name","value":"{{Template_Name}}"},{"disabled":true,"description":{"content":"<p>Retrieves information only about templates with the specified owner type.</p>\n","type":"text/plain"},"key":"OwnerType","value":"apikey"},{"disabled":true,"description":{"content":"<p>Retrieves information only about templates, which have the respective purposes assigned. You can separate multiple purposes with a comma. When selecting multiple purposes, use the <code>PurposesSelectionMethod</code> to specify the relation between between the selected ones and the template's list of purposes.</p>\n","type":"text/plain"},"key":"Purposes","value":"marketing"},{"disabled":true,"description":{"content":"<p>Describes the relation between the value of the <code>Purposes</code> filter and the template's list of purposes.</p>\n","type":"text/plain"},"key":"PurposesSelectionMethod","value":"containsany"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"95cf312b-6160-4f16-8e6d-95af2a75edd1"},{"name":"Retrieve a Single Template","id":"62d8ad7b-bcfb-44e1-abac-97d108202990","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/template/{{template_ID}}","description":"<p>Retrieve the configuration settings for a specific template.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","template","{{template_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"62d8ad7b-bcfb-44e1-abac-97d108202990"},{"name":"Create a Template","id":"5abc2a14-c712-45b2-886f-ec917a0d862e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Author\": \"John Doe\",\n    \"Categories\": [\n        \"commerce\"\n    ],\n    \"Copyright\": \"John Doe\",\n    \"Description\": \"Used for discount promotion.\",\n    \"EditMode\": 1,\n    \"IsStarred\": true,\n    \"IsTextPartGenerationEnabled\": true,\n    \"Locale\": \"en_US\",\n    \"Name\": \"Promo Code\",\n    \"OwnerType\": \"apikey\",\n    \"Presets\": \"{\\\"h1\\\":{\\\"fontFamily\\\":\\\"'Arial Black', Helvetica, Arial, sans-serif\\\"}}\",\n    \"Purposes\": [\n        \"marketing\"\n    ]\n}"},"url":"https://api.mailjet.com/v3/REST/template","description":"<p>Create a new email template object and select its basic configuration settings.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","template"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5abc2a14-c712-45b2-886f-ec917a0d862e"},{"name":"Update a Template","id":"676ed7ad-16d9-4911-b53f-1dca1ffe4e2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Author\": \"John Doe\",\n    \"Categories\": [\n        \"commerce\"\n    ],\n    \"Copyright\": \"John Doe\",\n    \"Description\": \"Used for discount promotion.\",\n    \"EditMode\": 1,\n    \"IsStarred\": true,\n    \"IsTextPartGenerationEnabled\": true,\n    \"Locale\": \"en_US\",\n    \"Name\": \"Promo Code\",\n    \"OwnerType\": \"apikey\",\n    \"Presets\": \"{\\\"h1\\\":{\\\"fontFamily\\\":\\\"'Arial Black', Helvetica, Arial, sans-serif\\\"}}\",\n    \"Purposes\": [\n        \"marketing\"\n    ]\n}"},"url":"https://api.mailjet.com/v3/REST/template/{{template_ID}}","description":"<p>Update the configuration settings of an email template.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","template","{{template_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"676ed7ad-16d9-4911-b53f-1dca1ffe4e2e"},{"name":"Delete a Template","id":"ba2aa1f9-090a-4d51-ac8b-65c7e02bd3f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.mailjet.com/v3/REST/template/{{template_ID}}","description":"<p>Delete an email template.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","template","{{template_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ba2aa1f9-090a-4d51-ac8b-65c7e02bd3f8"},{"name":"Retrieve the Contents of a Template","id":"26344a34-1d74-4162-83f2-a6d067bdf8c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/template/{{template_ID}}/detailcontent","description":"<p>Retrieve the contents of an email template. It will be split between a Text part, HTML part, MJML content and/or additional headers.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","template","{{template_ID}}","detailcontent"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"26344a34-1d74-4162-83f2-a6d067bdf8c7"},{"name":"Create the Contents of a Template","id":"49d428e0-0e02-414d-bab8-a9ae8706b28f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Headers\": {\n        \"Subject\": \"Hello There!\",\n        \"From\": \"John Doe <email@example.com>\",\n        \"Reply-To\": \"\"\n    },\n    \"Html-part\": \"<html><body><p>Hello {{var:name}}</p></body></html>\",\n    \"Text-part\": \"Hello {{var:name}}\",\n    \"Mjml-part\": \"\"\n}"},"url":"https://api.mailjet.com/v3/REST/template/{{template_ID}}/detailcontent","description":"<p>Create the contents of an email template. You can select a Text part, HTML part, MJML content, as well as additional headers.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","template","{{template_ID}}","detailcontent"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"49d428e0-0e02-414d-bab8-a9ae8706b28f"},{"name":"Update the Contents of a Template","id":"19db8b0c-94e5-4ca0-a52f-80b9401714ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Headers\": {\n        \"Subject\": \"Hello There!\",\n        \"From\": \"John Doe <email@example.com>\",\n        \"Reply-To\": \"\"\n    },\n    \"Html-part\": \"<html><body><p>Hello {{var:name}}</p></body></html>\",\n    \"Text-part\": \"Hello {{var:name}}\",\n    \"Mjml-part\": \"\"\n}"},"url":"https://api.mailjet.com/v3/REST/template/{{template_ID}}/detailcontent","description":"<p>Update the contents of an email template - the Text part, HTML part, MJML content and/or the additional headers.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","template","{{template_ID}}","detailcontent"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"19db8b0c-94e5-4ca0-a52f-80b9401714ae"}],"id":"6495f938-d47d-489a-884c-dbf84f0493d9","description":"<p>Templates are essential building blocks for your campaigns, transactional emails or automation workflows. With the resources below you can manage your templates and their content.</p>\n","event":[{"listen":"prerequest","script":{"id":"683e7d88-d503-496c-ad2b-c27c0a1648e5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"380ca5ae-1ec8-419a-be6a-4689c4874288","type":"text/javascript","exec":[""]}}],"_postman_id":"6495f938-d47d-489a-884c-dbf84f0493d9","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}}},{"name":"Statistics","item":[{"name":"Retrieve Stats for Campaign, List or API Key","id":"000d2e71-b572-4723-9183-63db13eddfcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/statcounters?CounterSource={{Campaign, List, Sender or APIKey}}&CounterTiming={{Message or Event}}&CounterResolution={{Lifetime, Day, Hour or Highest (5 minutes)}}&SourceID={{CampaignID, ListID}}&FromTs=2018-01-01T00:00:00&ToTS=2018-01-01T00:00:00","description":"<p>Get aggregated statistics for a specific campaign, list of API Key. Both message-based and event-based stats can be retrieved.</p>\n<p>Note: This is a new endpoint. Only available for campaigns sent after April 5th, 2018.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","statcounters"],"host":["api","mailjet","com"],"query":[{"description":{"content":"<p>Mandatory: Defines the scope of aggregation for your statistics - API Key, campaign, sender email or contact list.</p>\n","type":"text/plain"},"key":"CounterSource","value":"{{Campaign, List, Sender or APIKey}}"},{"description":{"content":"<p>Mandatory: Defines the reference timestamp for aggregation of statistics. For more information go to <a href=\"https://dev.mailjet.com/guides/#event-based-vs-message-based-stats-timing\">https://dev.mailjet.com/guides/#event-based-vs-message-based-stats-timing</a> </p>\n<p>Note: Event-based stats cannot be retrieved for CounterSource=Sender</p>\n","type":"text/plain"},"key":"CounterTiming","value":"{{Message or Event}}"},{"description":{"content":"<p>Mandatory: Defines the timescale of aggregation for your statistics:</p>\n<ul>\n<li><code>Highest</code> (5-minute intervals)</li>\n<li><code>Hour</code></li>\n<li><code>Day</code></li>\n<li><code>Lifetime</code></li>\n</ul>\n","type":"text/plain"},"key":"CounterResolution","value":"{{Lifetime, Day, Hour or Highest (5 minutes)}}"},{"description":{"content":"<p>List of either Campaign IDs or ContactsList IDs (separated by commas). Mandatory when <code>CounterSource</code> indicates <code>Campaign</code> or <code>List</code>.</p>\n","type":"text/plain"},"key":"SourceID","value":"{{CampaignID, ListID}}"},{"description":{"content":"<p>Retrieve statistics for messages sent after the specified timestamp. Mandatory when <code>CounterResolution</code> is different from <code>Lifetime</code>.</p>\n","type":"text/plain"},"key":"FromTs","value":"2018-01-01T00:00:00"},{"description":{"content":"<p>Retrieve statistics for campaigns sent before the specified timestamp.</p>\n","type":"text/plain"},"key":"ToTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"000d2e71-b572-4723-9183-63db13eddfcc"},{"name":"Retrieve Aggregates Stats Grouped by Contact","id":"b14f9c50-5552-4951-840a-ebaa3c2482a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/contactstatistics?","description":"<p>Retrieve a list of overall aggregated delivery and engagement statistics, grouped by contact.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactstatistics"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for contacts that have at least one blocked message. When false, contacts with blocked messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Blocked","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for contacts that have at least one bounced message. When false, contacts with bounced messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Bounced","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for contacts that have at least one message with a registered click. When false, contacts with clicked messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Click","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for contacts that have at least one deferred message. When false, contacts with deferred messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Deferred","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for contacts that have at least one hard-bounced message. When false, contacts with hard-bounced messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Hardbounced","value":"true"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for contacts, for which <code>LastActivityAt</code> (their last received email, open, click etc.) equals the specified timestamp.</p>\n","type":"text/plain"},"key":"LastActivityAt","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for contacts, for which <code>LastActivityAt</code> (their last received email, open, click etc.) is before the specified timestamp.</p>\n","type":"text/plain"},"key":"MaxLastActivityAt","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for contacts, for which <code>LastActivityAt</code> (their last received email, open, click etc.) is after the specified timestamp.</p>\n","type":"text/plain"},"key":"MinLastActivityAt","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for contacts that have messages with registered opens. When false, contacts with opened messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Open","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for contacts that have queued messages. When false, contacts with queued messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Queued","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will reload all data from the database.</p>\n<blockquote>\n<p>Note: Deprecated for accounts created after April 5th 2018.</p>\n</blockquote>\n","type":"text/plain"},"key":"Recalculate","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for contacts that have sent messages. When false, contacts with sent messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Sent","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics for only contacts that have messages marked as Spam. When false, contacts with Spam messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Spam","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for contacts that have soft-bounced messages. When false, contacts with soft-bounced messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Softbounced","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for contacts that have unsubscribed from a list at least once. When false, contacts with unsubscribe events will be excluded from the response.</p>\n","type":"text/plain"},"key":"Unsubscribed","value":"false"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"b14f9c50-5552-4951-840a-ebaa3c2482a2"},{"name":"Retrieve Aggregates Stats for a Single Contact","id":"e7511b23-f0ec-4f9e-b73c-8d6960e18500","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/contactstatistics/{{contact_ID}}","description":"<p>Retrieve a list of overall aggregated delivery and engagement statistics for a specific contact.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","contactstatistics","{{contact_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7511b23-f0ec-4f9e-b73c-8d6960e18500"},{"name":"Retrieve Stats Grouped by List Recipient","id":"17301e99-b935-475d-ad6a-25cdfe699bdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/listrecipientstatistics?","description":"<p>Retrieve a list of overall aggregated delivery and engagement statistics for all list recipients. A list recipient object manages the relationship between a <code>contact</code> and a <code>contactslist</code> - every instance of a contact being added to a list creates a new list recipient.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","listrecipientstatistics"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for list recipients that have blocked messages. When false, contacts with blocked messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Blocked","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for list recipients that have bounced messages. When false, contacts with bounced messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Bounced","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for list recipients that have messages with registered clicks. When false, contacts with clicked messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Click","value":"true"},{"disabled":true,"description":{"content":"<p>Retrieves only list recipient statistics for the specified contact ID.</p>\n","type":"text/plain"},"key":"Contact","value":"{{ContactID}}"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for list recipients that are part of the specified contact list ID.</p>\n","type":"text/plain"},"key":"ContactsList","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>\"\"</p>\n","type":"text/plain"},"key":"DateFormat","value":"{{DateFormat}}"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for recipients linked to contacts that have been excluded from campaigns. When false, only recipients who are not linked to excluded contacts will be part of the response.</p>\n","type":"text/plain"},"key":"IsExcludedFromCampaigns","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for unsubscribed list recipients. When false, unsubscribed recipients will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsUnsubscribed","value":"true"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for list recipients, for which <code>LastActivityAt</code> (their last received email, open, click etc.) equals the specified timestamp.</p>\n","type":"text/plain"},"key":"LastActivityAt","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for list recipients, for which <code>LastActivityAt</code> (their last received email, open, click etc.) is before the specified timestamp.</p>\n","type":"text/plain"},"key":"MaxLastActivityAt","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for list recipients, for which <code>UnsubscribedAt</code> (the time they unsubscribed) is before the specified timestamp.</p>\n","type":"text/plain"},"key":"MaxUnsubscribedAt","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for list recipients, for which <code>LastActivityAt</code> (their last received email, open, click etc.) is after the specified timestamp.</p>\n","type":"text/plain"},"key":"MinLastActivityAt","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for list recipients, for which <code>UnsubscribedAt</code> (the time they unsubscribed) is after the specified timestamp.</p>\n","type":"text/plain"},"key":"MinUnsubscribedAt","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for list recipients that have messages with registered opens. When false, contacts with opened messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Open","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for contacts that have queued messages. When false, contacts with queued messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Queued","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for list recipients that have sent messages. When false, contacts with sent messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Sent","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will display the contact properties associated with this list recipient in the \"Data\" array object in the response.</p>\n","type":"text/plain"},"key":"ShowExtraData","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for list recipients that have messages marked as Spam. When false, contacts with Spam messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Spam","value":"true"},{"disabled":true,"description":{"content":"<p>Selects the timezone for this user.</p>\n","type":"text/plain"},"key":"TimeZone","value":"{{TimeZone}}"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for list recipients that have unsubscribed from a list at least once. When false, contacts with unsubscribe events will be excluded from the response.</p>\n","type":"text/plain"},"key":"Unsubscribed","value":"false"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"17301e99-b935-475d-ad6a-25cdfe699bdb"},{"name":"Retrieve Stats for a Single List Recipient","id":"46ecc714-b876-460e-a378-10bfd3490ea8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/listrecipientstatistics/{{listrecipient_ID}}","description":"<p>Retrieve a list of overall aggregated delivery and engagement statistics for a specific list recipient.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","listrecipientstatistics","{{listrecipient_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"46ecc714-b876-460e-a378-10bfd3490ea8"},{"name":"Retrieve Stats Grouped by Recipient Country","id":"b7ee683d-1913-4d78-bada-a01aded6b985","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/geostatistics?","description":"<p>Retrieve aggregated open and click statistics, grouped by recipient country.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","geostatistics"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves geographic statistics only for the specified Campaign ID.</p>\n","type":"text/plain"},"key":"CampaignID","value":"{{CampaignID}}"},{"disabled":true,"description":{"content":"<p>Retrieves geographic statistics only for the specified contact list ID.</p>\n","type":"text/plain"},"key":"ContactsList","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>Retrieves geographic statistics only for the campaign with the specified Custom Value.</p>\n","type":"text/plain"},"key":"CustomCampaign","value":"{{CustomValue}}"},{"disabled":true,"description":{"content":"<p>Retrieves geographic statistics only for messages sent from the the specified From Email address.</p>\n","type":"text/plain"},"key":"From","value":"{{FromEmail}}"},{"disabled":true,"description":{"content":"<p>Retrieves geographic statistics only for messages sent from the specified domain.</p>\n","type":"text/plain"},"key":"FromDomain","value":"{{FromDomain}}"},{"disabled":true,"description":{"content":"<p>Retrieves geographic statistics only for messages sent from the sender address with the specified ID.</p>\n","type":"text/plain"},"key":"FromID","value":"{{FromID}}"},{"disabled":true,"description":{"content":"<p>Retrieves geographic statistics only for messages sent after the specified timestamp.</p>\n","type":"text/plain"},"key":"FromTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves geographic statistics only for a specific type of messages:</p>\n<ul>\n<li><code>1</code> - Transactional</li>\n<li><code>2</code> - Marketing</li>\n<li><code>3</code> - Unknown</li>\n</ul>\n","type":"text/plain"},"key":"FromType","value":"2"},{"disabled":true,"description":{"content":"<p>When true, will retrieve geographic statistics only for deleted campaigns. When false, stats for deleted campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsDeleted","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will retrieve geographic statistics only for campaigns created with the Legacy template builder. When false, campaigns created with the Legacy builder will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsNewsletterTool","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve geographic statistics only for starred campaigns. When false, starred campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsStarred","value":"false"},{"disabled":true,"description":{"content":"<p>Retrieves geographic statistics only for messages with the specified status:</p>\n<ul>\n<li><code>0</code> (Processed)</li>\n<li><code>1</code> (Queued)</li>\n<li><code>2</code> (Sent)</li>\n<li><code>3</code> (Opened)</li>\n<li><code>4</code> (Clicked)</li>\n<li><code>5</code> (Bounce)</li>\n<li><code>6</code> (Spam)</li>\n<li><code>7</code> (Unsub)</li>\n<li><code>8</code> (Blocked)</li>\n<li><code>9</code> (SoftBounce)</li>\n<li><code>10</code> (HardBounce)</li>\n<li><code>11</code> (Deferred)</li>\n</ul>\n","type":"text/plain"},"key":"MessageStatus","value":"2"},{"disabled":true,"description":{"content":"<p>Retrieves geographic statistics only for messages sent between the start of the selected period and the current timestamp.</p>\n<ul>\n<li><code>Day</code> - since the start of the current day</li>\n<li><code>Week</code> - since the start of the current week</li>\n<li><code>Month</code> - since the start of the current month</li>\n<li><code>Year</code> - since the start of the current year</li>\n</ul>\n","type":"text/plain"},"key":"Period","value":"Month"},{"disabled":true,"description":{"content":"<p>Retrieves geographic statistics only for messages sent before the specified timestamp.</p>\n","type":"text/plain"},"key":"ToTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"b7ee683d-1913-4d78-bada-a01aded6b985"},{"name":"Retrieve Stats for all Clicked Links in a Campaign","id":"d9134084-49be-4c9a-b153-f6522ed964fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/statistics/link-click?CampaignID={{CampaignID}}","description":"<p>Retrieve aggregated click statistics for a campaign, grouped by URL links. Links will be identified by their URL and position index within the campaign template.</p>\n<p>Note: This is a new endpoint. Only available for accounts created after April 5th, 2018.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","statistics","link-click"],"host":["api","mailjet","com"],"query":[{"description":{"content":"<p>Mandatory: Retrieves statistics only for the specified campaign ID.</p>\n","type":"text/plain"},"key":"CampaignID","value":"{{CampaignID}}"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"property_value DESC"}],"variable":[]}},"response":[],"_postman_id":"d9134084-49be-4c9a-b153-f6522ed964fb"},{"name":"Retrieve Stats for all Clicked Links","id":"e4d570ab-7789-4af9-8a52-a3ea8e5bedc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/toplinkclicked?","description":"<p>Retrieve a list of overall aggregated click statistics, grouped by URL.</p>\n<p>Note: If no query parameters are used, will return stats with FromTS equal to the current day at 00:00 UTC.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","toplinkclicked"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics for the total number of click events. When false, will retrieve a count of unique (deduplicated) clicks.</p>\n","type":"text/plain"},"key":"ActualClicks","value":"true"},{"disabled":true,"description":{"content":"<p>Retrieves link click statistics only for the specified Campaign ID.</p>\n","type":"text/plain"},"key":"CampaignID","value":"{{CampaignID}}"},{"disabled":true,"description":{"content":"<p>Retrieves link click statistics only for the specified contact ID.</p>\n","type":"text/plain"},"key":"Contact","value":"{{ContactID}}"},{"disabled":true,"description":{"content":"<p>Retrieves link click statistics only for the specified contact list ID.</p>\n","type":"text/plain"},"key":"ContactsList","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>Retrieves link click statistics only for the campaign with the specified Custom Value.</p>\n","type":"text/plain"},"key":"CustomCampaign","value":"{{CustomValue}}"},{"disabled":true,"description":{"content":"<p>Retrieves link click statistics only for messages sent from the the specified Sender Email address.</p>\n","type":"text/plain"},"key":"From","value":"{{FromEmail}}"},{"disabled":true,"description":{"content":"<p>Retrieves link click statistics only for messages sent from the specified domain.</p>\n","type":"text/plain"},"key":"FromDomain","value":"{{FromDomain}}"},{"disabled":true,"description":{"content":"<p>Retrieves link click statistics only for messages sent from the sender address with the specified ID.</p>\n","type":"text/plain"},"key":"FromID","value":"{{FromID}}"},{"disabled":true,"description":{"content":"<p>Retrieves link click statistics only for messages sent after the specified timestamp. Defaults to 00:00 UTC on the current day, if no filters are used.</p>\n","type":"text/plain"},"key":"FromTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves link click statistics only for a specific type of messages:</p>\n<ul>\n<li><code>1</code> - Transactional</li>\n<li><code>2</code> - Marketing</li>\n<li><code>3</code> - Unknown</li>\n</ul>\n","type":"text/plain"},"key":"FromType","value":"2"},{"disabled":true,"description":{"content":"<p>When true, will retrieve link click statistics only for deleted campaigns. When false, stats for deleted campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsDeleted","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will retrieve link click statistics only for campaigns created with the Legacy template builder. When false, campaigns created with the Legacy builder will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsNewsletterTool","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve link click statistics only for starred campaigns. When false, starred campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsStarred","value":"false"},{"disabled":true,"description":{"content":"<p>Retrieves link click statistics only for the specified message ID.</p>\n","type":"text/plain"},"key":"Message","value":"{{MessageID}}"},{"disabled":true,"description":{"content":"<p>Retrieves link click statistics only for messages sent between the start of the selected period and the current timestamp.</p>\n<ul>\n<li><code>Day</code> - since the start of the current day</li>\n<li><code>Week</code> - since the start of the current week</li>\n<li><code>Month</code> - since the start of the current month</li>\n<li><code>Year</code> - since the start of the current year</li>\n</ul>\n","type":"text/plain"},"key":"Period","value":"month"},{"disabled":true,"description":{"content":"<p>Retrieves link click statistics only for messages sent before the specified timestamp.</p>\n","type":"text/plain"},"key":"ToTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"e4d570ab-7789-4af9-8a52-a3ea8e5bedc8"},{"name":"Retrieve Recipient Domain Stats for a Campaign","id":"4162dbd5-b212-4bcb-bb6f-cf6fb1eef6bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/statistics/recipient-esp?CampaignID={{CampaignID}}","description":"<p>Get aggregated delivery and engagement statistics, grouped by recipient Email Service Provider (ESP).</p>\n<p>Note: This is a new endpoint. Only available for accounts created after April 5th, 2018.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","statistics","recipient-esp"],"host":["api","mailjet","com"],"query":[{"description":{"content":"<p>Retrieves statistics only for the specified campaign ID.</p>\n","type":"text/plain"},"key":"CampaignID","value":"{{CampaignID}}"},{"disabled":true,"description":{"content":"<p>Retrieves statistics for the given ESPs only. Multiple ESPs can be separated with commas. The list of recognized ESPs you can enter as values is:</p>\n<ul>\n<li><code>gmail</code></li>\n<li><code>gsuite (gmail for pro)</code></li>\n<li><code>orange</code></li>\n<li><code>yahoo</code></li>\n<li><code>microsoft</code></li>\n<li><code>free</code></li>\n<li><code>sfr</code></li>\n<li><code>laposte</code></li>\n<li><code>aol</code></li>\n<li><code>comcast</code></li>\n<li><code>gmx</code></li>\n<li><code>web.de</code></li>\n<li><code>t-online</code></li>\n<li><code>freenet</code></li>\n<li><code>movistar</code></li>\n<li><code>vodafone</code></li>\n<li><code>jazztel</code></li>\n<li><code>ono</code></li>\n<li><code>euskaltel</code></li>\n<li><code>mundo-r</code></li>\n<li><code>sapo</code></li>\n<li><code>zoho</code></li>\n<li><code>ovh</code></li>\n<li><code>KPN</code></li>\n<li><code>telenet</code></li>\n<li><code>swisscom</code></li>\n<li><code>bnet</code></li>\n<li><code>messagelabs (symantec)</code></li>\n<li><code>others</code></li>\n</ul>\n<p>When entered, the ESP names should be URL-encoded.</p>\n","type":"text/plain"},"key":"ESP_Name","value":"{{ESPName}}"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"4162dbd5-b212-4bcb-bb6f-cf6fb1eef6bb"},{"name":"Retrieve Open/Click Stats Grouped by Web Browser","id":"250f727f-2d1f-4e34-bb7b-6d5923074ab2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/useragentstatistics?","description":"<p>Retrieve a list of open or click statistics, grouped by web browser or email client.</p>\n<p>Note: If no query parameters are used, will return stats with FromTS equal to the current day at 00:00 UTC.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","useragentstatistics"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves statistics only for the specified Campaign ID.</p>\n","type":"text/plain"},"key":"CampaignID","value":"{{CampaignID}}"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for the specified contact list ID.</p>\n","type":"text/plain"},"key":"ContactsList","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for the campaign with the specified Custom Value.</p>\n","type":"text/plain"},"key":"CustomCampaign","value":"{{CustomValue}}"},{"disabled":true,"description":{"content":"<p>Type of event you want the count for - opens or clicks.</p>\n","type":"text/plain"},"key":"Event","value":"{{open or click}}"},{"disabled":true,"description":{"content":"<p>Exclude browsers running on this platform from response.</p>\n","type":"text/plain"},"key":"ExcludePlatform","value":"{{Platform_Name}}"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for messages sent from the the specified Sender Email address.</p>\n","type":"text/plain"},"key":"From","value":"{{FromEmail}}"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for messages sent from the specified domain.</p>\n","type":"text/plain"},"key":"FromDomain","value":"{{FromDomain}}"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for messages sent from the sender address with the specified ID.</p>\n","type":"text/plain"},"key":"FromID","value":"{{FromID}}"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for messages sent after the specified timestamp.</p>\n","type":"text/plain"},"key":"FromTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for a specific type of messages:</p>\n<ul>\n<li><code>1</code> - Transactional</li>\n<li><code>2</code> - Marketing</li>\n<li><code>3</code> - Unknown</li>\n</ul>\n","type":"text/plain"},"key":"FromType","value":"2"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for deleted campaigns. When false, stats for deleted campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsDeleted","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for campaigns created with the Legacy template builder. When false, campaigns created with the Legacy builder will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsNewsletterTool","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for starred campaigns. When false, starred campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsStarred","value":"true"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for messages sent between the start of the selected period and the current timestamp.</p>\n<ul>\n<li><code>Day</code> - since the start of the current day</li>\n<li><code>Week</code> - since the start of the current week</li>\n<li><code>Month</code> - since the start of the current month</li>\n<li><code>Year</code> - since the start of the current year</li>\n</ul>\n","type":"text/plain"},"key":"Period","value":"month"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for the specified platform.</p>\n","type":"text/plain"},"key":"Platform","value":"{{PlatformName}}"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for messages sent before the specified timestamp.</p>\n","type":"text/plain"},"key":"ToTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"250f727f-2d1f-4e34-bb7b-6d5923074ab2"}],"id":"06216af9-b168-4968-8cb7-0d4115a6945f","description":"<p>The statistics resources provide a read-only access to your Mailjet statistics. The different endpoints will help you extract metrics groups based on different factors, such as campaigns, contacts, lists, recipient domain providers, link clicks, etc.</p>\n<blockquote>\n<p>Note: Use <code>/statcounters</code> to retrieve your key performance statistics for specific campaigns, contact lists or your API Key as a whole. See the <a href=\"https://dev.mailjet.com/guides/#key-performance-statistics\">Statistics section</a> of our Email API Guide for more information.</p>\n</blockquote>\n","event":[{"listen":"prerequest","script":{"id":"71256a37-0d87-429f-90e8-6806ea62aa8f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9ae69f41-056e-4394-94dc-36da3c57aea8","type":"text/javascript","exec":[""]}}],"_postman_id":"06216af9-b168-4968-8cb7-0d4115a6945f","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}}},{"name":"Events","item":[{"name":"Retrieve All Bounce Events","id":"d96c07de-5d8b-417d-ab68-1aacc7dc112e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/bouncestatistics?","description":"<p>Retrieve a list of all bounce events and details about them - message, contact and campaign IDs, timestamp etc.</p>\n<p>Note: If no query parameters are used, will return events with FromTS equal to the current day at 00:00 UTC.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","bouncestatistics"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves only bounce events linked to the specified campaign ID.</p>\n","type":"text/plain"},"key":"CampaignID","value":"{{CampaignID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only bounce events linked to contacts from this contact list ID.</p>\n","type":"text/plain"},"key":"ContactsList","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>Retrieves information only about bounce events that happened after the specified timestamp (<code>BouncedAt</code> &gt;= <code>EventFromTs</code>). Can be used only if the <code>CampaignID</code> filter is specified as well.</p>\n","type":"text/plain"},"key":"EventFromTs","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves information only about bounce events that happened before the specified timestamp (<code>BouncedAt</code> &lt;= <code>EventFromTs</code>). Can be used only if the <code>CampaignID</code> filter is specified as well.</p>\n","type":"text/plain"},"key":"EventToTs","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves information only about bounce events linked to campaigns sent after the specified timestamp. When no filters are used, defaults to 00:00 UTC on the current day.</p>\n","type":"text/plain"},"key":"FromTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves information only about bounce events registered between the start of the selected period and the current timestamp.</p>\n<ul>\n<li><code>Day</code> - since the start of the current day</li>\n<li><code>Week</code> - since the start of the current week</li>\n<li><code>Month</code> - since the start of the current month</li>\n<li><code>Year</code> - since the start of the current year</li>\n</ul>\n","type":"text/plain"},"key":"Period","value":"month"},{"disabled":true,"description":{"content":"<p>Retrieves information only about bounce events linked to campaigns sent before the specified timestamp.</p>\n","type":"text/plain"},"key":"ToTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"d96c07de-5d8b-417d-ab68-1aacc7dc112e"},{"name":"Retrieve a Single Bounce Event","id":"5cea28ba-b615-4c17-994e-d044082e64ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/bouncestatistics/{{message_ID}}","description":"<p>Retrieve information about a specific bounce event.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","bouncestatistics","{{message_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5cea28ba-b615-4c17-994e-d044082e64ff"},{"name":"Retrieve All Click Events","id":"393074b4-c6b8-44bf-9dae-cdc2b4c2eecc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/clickstatistics?","description":"<p>Retrieve a list of all click events and details about them - message and contact IDs, timestamp, URL and click delay.</p>\n<p>Note: If no query parameters are used, will return events with FromTS equal to the current day at 00:00 UTC.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","clickstatistics"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves only click events linked to the specified campaign ID.</p>\n","type":"text/plain"},"key":"CampaignID","value":"{{CampaignID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only click events linked to contacts from this contact list ID.</p>\n","type":"text/plain"},"key":"ContactsList","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only click event details for the campaign with the specified custom value.</p>\n","type":"text/plain"},"key":"CustomCampaign","value":"{{CustomValue}}"},{"disabled":true,"description":{"content":"<p>Retrieves information only about click events that happened after the specified timestamp (<code>ClickedAt</code> &gt;= <code>EventFromTs</code>). Can be used only if <code>CampaignID</code> filter is specified as well.</p>\n","type":"text/plain"},"key":"EventFromTs","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves information only about click events that happened before the specified timestamp (<code>ClickedAt</code> &lt;= <code>EventFromTs</code>). Can be used only if <code>CampaignID</code> filter is specified as well.</p>\n","type":"text/plain"},"key":"EventToTs","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves information only about click events linked to campaigns sent after the specified timestamp. When no filters are used, defaults to 00:00 UTC on the current day.</p>\n","type":"text/plain"},"key":"FromTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves click event details only for the campaigns, which used the specified sender email address.</p>\n","type":"text/plain"},"key":"From","value":"{{FromEmail}}"},{"disabled":true,"description":{"content":"<p>Retrieves click event details only for the campaigns, which used the specified sender email domain.</p>\n","type":"text/plain"},"key":"FromDomain","value":"{{FromDomain}}"},{"disabled":true,"description":{"content":"<p>Retrieves click event details only for the campaign, which used the specified sender ID.</p>\n","type":"text/plain"},"key":"FromID","value":"{{FromID}}"},{"disabled":true,"description":{"content":"<p>Retrieves click event details only for messages of the specified type:</p>\n<ul>\n<li><code>1</code> - Transactional</li>\n<li><code>2</code> - Marketing</li>\n<li><code>3</code> - Unknown</li>\n</ul>\n","type":"text/plain"},"key":"FromType","value":"2"},{"disabled":true,"description":{"content":"<p>When true, only click event details for deleted campaigns will be returned. When false, deleted campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsDeleted","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will return only click event details for campaigns created by the Newsletter tool (legacy template builder). When false, newsletter campaigns will be excluded.</p>\n","type":"text/plain"},"key":"IsNewsletterTool","value":"true"},{"disabled":true,"description":{"content":"<p>Retrieves only click events linked to this message ID.</p>\n","type":"text/plain"},"key":"MessageID","value":"{{MessageID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only click events linked to messages with the specified status:</p>\n<ul>\n<li><code>0</code> (Processed)</li>\n<li><code>1</code> (Queued)</li>\n<li><code>2</code> (Sent)</li>\n<li><code>3</code> (Opened)</li>\n<li><code>4</code> (Clicked)</li>\n<li><code>5</code> (Bounce)</li>\n<li><code>6</code> (Spam)</li>\n<li><code>7</code> (Unsub)</li>\n<li><code>8</code> (Blocked)</li>\n<li><code>9</code> (SoftBounce)</li>\n<li><code>10</code> (HardBounce)</li>\n<li><code>11</code> (Deferred)</li>\n</ul>\n","type":"text/plain"},"key":"MessageStatus","value":"4"},{"disabled":true,"description":{"content":"<p>Retrieves only information about click events registered between the start of the selected period and the current timestamp.</p>\n<ul>\n<li><code>Day</code> - since the start of the current day</li>\n<li><code>Week</code> - since the start of the current week</li>\n<li><code>Month</code> - since the start of the current month</li>\n<li><code>Year</code> - since the start of the current year</li>\n</ul>\n","type":"text/plain"},"key":"Period","value":"month"},{"disabled":true,"description":{"content":"<p>Retrieves only information about click events linked to campaigns sent before the specified timestamp.</p>\n","type":"text/plain"},"key":"ToTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"393074b4-c6b8-44bf-9dae-cdc2b4c2eecc"},{"name":"Retrieve All Open Events","id":"e9cc2c67-f38d-47fd-9272-b7be5ec27114","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/openinformation?","description":"<p>Retrieve a list of all open events and details about them - message, campaign and contact IDs, timestamp etc.</p>\n<p>If no query parameters are used, will return events with FromTS equal to the current day at 00:00 UTC.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","openinformation"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves only open events linked to the specified campaign ID.</p>\n","type":"text/plain"},"key":"CampaignID","value":"{{CampaignID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only open events linked to contacts from this contact list ID.</p>\n","type":"text/plain"},"key":"ContactsList","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only open event details for the campaign with the specified custom value.</p>\n","type":"text/plain"},"key":"CustomCampaign","value":"{{CustomValue}}"},{"disabled":true,"description":{"content":"<p>Retrieves information only about open events that happened after the specified timestamp (<code>OpenedAt</code> &gt;= <code>EventFromTs</code>). Can be used only if the <code>CampaignID</code> query parameter is specified as well.</p>\n","type":"text/plain"},"key":"EventFromTs","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves information only about open events that happened before the specified timestamp (<code>OpenedAt</code> &lt;= <code>EventFromTs</code>). Can be used only if the <code>CampaignID</code> filter is specified as well.</p>\n","type":"text/plain"},"key":"EventToTs","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves information only about open events linked to campaigns sent after the specified timestamp. Defaults to 00:00 UTC on the current day, when no filters are used.</p>\n","type":"text/plain"},"key":"FromTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves only open event details for the campaigns, which used the specified sender email address.</p>\n","type":"text/plain"},"key":"From","value":"{{FromEmail}}"},{"disabled":true,"description":{"content":"<p>Retrieves only open event details for the campaigns, which used the specified sender email domain.</p>\n","type":"text/plain"},"key":"FromDomain","value":"{{FromDomain}}"},{"disabled":true,"description":{"content":"<p>Retrieves only open event details for the campaign, which used the specified sender ID.</p>\n","type":"text/plain"},"key":"FromID","value":"{{FromID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only open event details for the messages of the specified type:</p>\n<ul>\n<li><code>1</code> - Transactional</li>\n<li><code>2</code> - Marketing</li>\n<li><code>3</code> - Unknown</li>\n</ul>\n","type":"text/plain"},"key":"FromType","value":"2"},{"disabled":true,"description":{"content":"<p>When true, only open event details for deleted campaigns will be returned. When false, deleted campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsDeleted","value":"true"},{"disabled":true,"description":{"content":"<p>Retrieves only open events linked to messages with the specified status:</p>\n<ul>\n<li><code>0</code> (Processed)</li>\n<li><code>1</code> (Queued)</li>\n<li><code>2</code> (Sent)</li>\n<li><code>3</code> (Opened)</li>\n<li><code>4</code> (Clicked)</li>\n<li><code>5</code> (Bounce)</li>\n<li><code>6</code> (Spam)</li>\n<li><code>7</code> (Unsub)</li>\n<li><code>8</code> (Blocked)</li>\n<li><code>9</code> (SoftBounce)</li>\n<li><code>10</code> (HardBounce)</li>\n<li><code>11</code> (Deferred)</li>\n</ul>\n","type":"text/plain"},"key":"MessageStatus","value":"3"},{"disabled":true,"description":{"content":"<p>Retrieves information only about open events registered between the start of the selected period and the current timestamp.</p>\n<ul>\n<li><code>Day</code> - since the start of the current day</li>\n<li><code>Week</code> - since the start of the current week</li>\n<li><code>Month</code> - since the start of the current month</li>\n<li><code>Year</code> - since the start of the current year</li>\n</ul>\n","type":"text/plain"},"key":"Period","value":"month"},{"disabled":true,"description":{"content":"<p>Retrieves information only about open events linked to campaigns sent before the specified timestamp.</p>\n","type":"text/plain"},"key":"ToTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"e9cc2c67-f38d-47fd-9272-b7be5ec27114"},{"name":"Retrieve a Single Open Event","id":"5afba6f9-f670-447e-8724-8c878e83fa7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/openinformation/{{message_ID}}","description":"<p>Retrieve open event details for a specific message.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","openinformation","{{message_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5afba6f9-f670-447e-8724-8c878e83fa7d"}],"id":"6e545d84-be47-438c-a5a3-a1e5ec4e06da","description":"<p>The resources below help you you extract details about specific delivery and engagement events - opens, clicks, email bounces, etc.</p>\n","event":[{"listen":"prerequest","script":{"id":"2371c958-e8ac-4257-b5d3-b2bbec8c2874","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"249179fd-ea43-482a-a50c-f0a55f7e30a2","type":"text/javascript","exec":[""]}}],"_postman_id":"6e545d84-be47-438c-a5a3-a1e5ec4e06da","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}}},{"name":"Webhook","item":[{"name":"Retrieve all Callback URLs","id":"1c70c33f-4be5-474f-90e1-1f62e838fcfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/eventcallbackurl?","description":"<p>Retrieve a list of all callback URL objects and their configuration settings. Whenever an action (e.g. email open) occurs, the information about it will be sent to the selected callback URL. You can then set up different automation workflows triggered by the tracked actions.</p>\n<p>Note: The URL provided cannot be a root URL.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","eventcallbackurl"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>When true, will retrieve only backup callback URLs. When false, backup callback URLs will be excluded from the response.</p>\n","type":"text/plain"},"key":"Backup","value":"false"},{"disabled":true,"description":{"content":"<p>Retrieves only callback URL objects linked to the specified event type:</p>\n<ul>\n<li><code>1</code> - click</li>\n<li><code>2</code> - bounce</li>\n<li><code>3</code> - spam</li>\n<li><code>4</code> - blocked</li>\n<li><code>5</code> - unsubscribe</li>\n<li><code>6</code> - open</li>\n<li><code>7</code> - sent</li>\n</ul>\n","type":"text/plain"},"key":"EventType","value":"1"},{"disabled":true,"description":{"content":"<p>Retrieves only callback URL objects with the specified status.</p>\n","type":"text/plain"},"key":"Status","value":"{{Status}}"},{"disabled":true,"description":{"content":"<p>Retrieves only callback URL objects with the specified Version.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>      Possible values:\n\n      - `1` - The events are not grouped and a callback is received for each event individually.\n      - `2` - The events are grouped. A callback for the grouped events is received with a maximum frequency of once per second. Important to use to avoid reaching API rate limits.\n</code></pre>","type":"text/plain"},"key":"Version","value":"{{Version}}"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"1c70c33f-4be5-474f-90e1-1f62e838fcfa"},{"name":"Retrieve a single Callback URL","id":"7a360ed6-31f4-4cc6-86a2-b9bd052f5657","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/eventcallbackurl/{{url_ID}}","description":"<p>Retrieve the configuration settings of a specific callback URL. Whenever an action (e.g. email open) occurs, the information about it will be sent to the selected callback URL. You can then set up different automation workflows triggered by the tracked actions.</p>\n<p>Note: The URL provided cannot be a root URL.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","eventcallbackurl","{{url_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a360ed6-31f4-4cc6-86a2-b9bd052f5657"},{"name":"Create a Callback URL","id":"b633d3a6-6967-49cf-a6ec-18e9c6a3d7a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"EventType\": \"open\",\n    \"IsBackup\": false,\n    \"Status\": \"alive\",\n    \"Version\": 0,\n    \"Url\": \"https://www.example.com/123/\"\n}"},"url":"https://api.mailjet.com/v3/REST/eventcallbackurl","description":"<p>Add a new callback URL used as a webhook to track different email actions. Whenever an action (e.g. email open) occurs, the information about it will be sent to this callback URL. You can then set up different automation workflows triggered by the tracked actions.</p>\n<p>Note: The URL provided cannot be a root URL.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","eventcallbackurl"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b633d3a6-6967-49cf-a6ec-18e9c6a3d7a2"},{"name":"Update a Callback URL","id":"0c8a6f1f-8757-4884-bb2b-706b262fcf11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"EventType\": \"open\",\n    \"IsBackup\": false,\n    \"Status\": \"alive\",\n    \"Version\": 0,\n    \"Url\": \"https://www.example.com/123/\"\n}"},"url":"https://api.mailjet.com/v3/REST/eventcallbackurl/{{url_ID}}","description":"<p>Update the configuration settings of an existing callback URL - which type of events it tracks, the URL used, whether it is active or not etc.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","eventcallbackurl","{{url_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c8a6f1f-8757-4884-bb2b-706b262fcf11"},{"name":"Delete a Callback URL","id":"7b60e7cb-3271-43a2-ad7d-0e204a9cc431","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.mailjet.com/v3/REST/eventcallbackurl/{{url_ID}}","description":"<p>Delete an existing callback URL.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","eventcallbackurl","{{url_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b60e7cb-3271-43a2-ad7d-0e204a9cc431"}],"id":"2bc1e0df-326b-4a20-a711-d46aa324681e","description":"<p>The resources below helps you track email delivery and engagement events and forward the information to a webhook URL of your choice. You can use this data to create additional workflows - react to spam reports, identify bounced email addresses, sync unsubscribed contacts, etc.</p>\n","event":[{"listen":"prerequest","script":{"id":"e0545c77-c369-476a-b5e3-61d07f070518","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d9db766c-adc5-462e-91e0-6c5252ce85ef","type":"text/javascript","exec":[""]}}],"_postman_id":"2bc1e0df-326b-4a20-a711-d46aa324681e","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}}},{"name":"Parse API","item":[{"name":"Retrieve All Parseroute Instances","id":"6dc4e6b2-b4b1-45df-912e-1372473f5ed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/parseroute?","description":"<p>Retrieve a list of all parseroute instances and their configuration settings.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","parseroute"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"6dc4e6b2-b4b1-45df-912e-1372473f5ed6"},{"name":"Retrieve a Single Parseroute Instance","id":"ad3460b0-8ca7-4fe8-aaf7-2bb2746e8774","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/parseroute/{{parseroute_ID}}","description":"<p>Get the configuration details for a specific parseroute resource.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","parseroute","{{parseroute_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad3460b0-8ca7-4fe8-aaf7-2bb2746e8774"},{"name":"Create a Parseroute Instance","id":"cade998d-2461-4b7b-aff5-ae0874758673","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Email\": \"user@example.com\",\n    \"Url\": \"https://www.example.com/123/\"\n}"},"url":"https://api.mailjet.com/v3/REST/parseroute","description":"<p>Create a new parseroute instance. Provide the webhook URL you want to use. The Mailjet Parse API will then createa parse email adedress in the response. Alternatively, you can select a parse email yourself. Emails received to this address will be parsed and the information sent to the webhook URL you have provided in a JSON format.</p>\n<p>Note: The URL provided cannot be a root URL.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","parseroute"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cade998d-2461-4b7b-aff5-ae0874758673"},{"name":"Update a Parseroute Instance","id":"64ca5630-e45b-4912-876c-ee5dce7827e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Email\": \"user@example.com\",\n    \"Url\": \"https://www.example.com/123/\"\n}"},"url":"https://api.mailjet.com/v3/REST/parseroute/{{parseroute_ID}}","description":"<p>Update the settings of an existing parseroute instance - the webhook URL and/or email address.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","parseroute","{{parseroute_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"64ca5630-e45b-4912-876c-ee5dce7827e0"},{"name":"Delete a Parseroute Instance","id":"95282f59-e6a5-438a-9b29-062c146b8e23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.mailjet.com/v3/REST/parseroute/{{parseroute_ID}}","description":"<p>Delete an existing parseroute instance.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","parseroute","{{parseroute_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"95282f59-e6a5-438a-9b29-062c146b8e23"}],"id":"4226c3bb-1f3b-4365-b8a8-4fa3a6cf7921","description":"<p>The Mailjet Parse API can parse the content, header and/or attachments of incoming emails and deliver it to a webhook of your choice. This makes the processing of inbound messages much easier, since all you have left to do is save the info to your CRM or database.</p>\n","event":[{"listen":"prerequest","script":{"id":"6f955a78-a035-4b0f-b8cb-3ebab42f07d3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"03260437-a2d8-436f-971e-f980e0e37be0","type":"text/javascript","exec":[""]}}],"_postman_id":"4226c3bb-1f3b-4365-b8a8-4fa3a6cf7921","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}}},{"name":"Senders","item":[{"name":"Retrieve All Senders","id":"6ec83f00-74cc-44dd-841f-e3fea400482d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/sender?","description":"<p>Get information on a list of sender email addresses and/or domains. The e-mail address or domain has to be registered and validated before being used to send e-mails. Validation is done via /sender/{sender_id}/validate. In order to manage a sender available across multiple API Keys, see the related /metasender resource.</p>\n<p>Note: The maximum number of senders and metasenders per user is 100. This includes both validated (Active) and non-validated (Inactive) ones, but does not include Deleted senders / metasenders.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","sender"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves only senders linked to this DNS ID.</p>\n","type":"text/plain"},"key":"DnsID","value":"{{DnsID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only senders with the specified domain in their Email.</p>\n","type":"text/plain"},"key":"Domain","value":"example.com"},{"disabled":true,"description":{"content":"<p>Retrieves only senders with the specified Email address.</p>\n","type":"text/plain"},"key":"Email","value":"email@example.com"},{"disabled":true,"description":{"content":"<p>When true, will retrieve only domain sender objects. When false, domain senders are excluded from the response.</p>\n","type":"text/plain"},"key":"IsDomainSender","value":"true"},{"disabled":true,"description":{"content":"<p>Retrieves only senders with the specified local part in their Email address. Since the local part of domains is an asterisk, you can use this filter with * as its value to return only sender domains.</p>\n","type":"text/plain"},"key":"LocalPart","value":"email"},{"disabled":true,"description":{"content":"<p>When true, will retrieve deleted sender objects along with non-deleted ones. When false, deleted senders will be excluded from the response.</p>\n","type":"text/plain"},"key":"ShowDeleted","value":"true"},{"disabled":true,"description":{"content":"<p>Retrieves only senders with the specified status.</p>\n","type":"text/plain"},"key":"Status","value":"Active"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"6ec83f00-74cc-44dd-841f-e3fea400482d"},{"name":"Retrieve a Single Sender","id":"90fbcb59-4791-47b0-8a1d-483f9ffc7775","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/sender/{{sender_ID}}","description":"<p>Retrieve details on a specific sender email address or domain.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","sender","{{sender_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"90fbcb59-4791-47b0-8a1d-483f9ffc7775"},{"name":"Create a Sender","id":"740fd02c-7cce-43d9-910b-336d8748b7f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"EmailType\": \"transactional\",\n    \"IsDefaultSender\": true,\n    \"Name\": \"Sender1\",\n    \"Email\": \"user@example.com\"\n}"},"url":"https://api.mailjet.com/v3/REST/sender/","description":"<p>Create a new sender email address or domain. The e-mail address or domain has to be registered and validated before being used to send e-mails. Validation is done via /sender/{sender_id}/validate. In order to manage a sender available across multiple API Keys, see the related /metasender resource.</p>\n<p>Note: The maximum number of senders and metasenders per user is 100. This includes both validated (Active) and non-validated (Inactive) ones, but does not include Deleted senders / metasenders.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","sender",""],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"740fd02c-7cce-43d9-910b-336d8748b7f7"},{"name":"Update a Sender","id":"a4690bf0-3991-42db-8ec8-d2ea29297d91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"EmailType\": \"bulk\",\n    \"IsDefaultSender\": false,\n    \"Name\": \"Sender2\"\n}"},"url":"https://api.mailjet.com/v3/REST/sender/{{sender_ID}}","description":"<p>Update an existing sender email address or domain.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","sender","{{sender_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4690bf0-3991-42db-8ec8-d2ea29297d91"},{"name":"Delete a Sender","id":"69a05448-e63c-4b27-a68b-99fb4c8736bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.mailjet.com/v3/REST/sender/{{sender_ID}}","description":"<p>Delete an existing sender email address or domain.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","sender","{{sender_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"69a05448-e63c-4b27-a68b-99fb4c8736bd"},{"name":"Validate a Sender","id":"e8e40555-b99e-49f8-955b-b3dd199aab1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.mailjet.com/v3/REST/sender/{{sender_ID}}/validate","description":"<p>Validate a registered sender email address or domain. A sender domain (*@domain.com) is validated by checking the caller's rights, the existence of a metasender for that domain or by searching for the ownership token on the domain root or in the DNS.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","sender","{{sender_ID}}","validate"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8e40555-b99e-49f8-955b-b3dd199aab1d"},{"name":"Retrieve All Metasenders","id":"61877e50-cc31-480c-b33b-74ea7a7689c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/metasender?","description":"<p>Retrieve a list of all metasenders and their configuration settings. A metasender is a sender available for use by the Master API Key and all sub-accounts. The e-mail address or domain has to be registered and validated before being used to send e-mails. Validation is done by contacting the Mailjet Support team. In order to manage a sender available for a single API Key, see the related /sender resource.</p>\n<p>Note: The maximum number of senders and metasenders per user is 100. This includes both validated (Active) and non-validated (Inactive) ones, but does not include Deleted senders / metasenders.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","metasender"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p> Retrieves only metasender objects linked to this DNS ID.</p>\n","type":"text/plain"},"key":"DNS","value":"{{DnsID}}"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"61877e50-cc31-480c-b33b-74ea7a7689c6"},{"name":"Retrieve a Single Metasender","id":"c34f3432-75d1-4f8d-b805-0c4025d27e41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/metasender/{{metasender_ID}}","description":"<p>Retrieve an existing metasender object and its configuration settings.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","metasender","{{metasender_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c34f3432-75d1-4f8d-b805-0c4025d27e41"},{"name":"Create a Metasender","id":"82028d1c-5168-4a42-b435-a7580c918f88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Description\": \"Metasender 1 - used for Promo emails\",\n    \"Email\": \"user@example.com\"\n}"},"url":"https://api.mailjet.com/v3/REST/metasender","description":"<p>Create a new metasender email address or domain. A metasender is a sender available for use by the Master API Key and all sub-accounts. The e-mail address or domain has to be registered and validated before being used to send e-mails. Validation is done by contacting the Mailjet Support team. In order to manage a sender available for a single API Key, see the related /sender resource.</p>\n<p>Note: The maximum number of senders and metasenders per user is 100. This includes both validated (Active) and non-validated (Inactive) ones, but does not include Deleted senders / metasenders.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","metasender"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"82028d1c-5168-4a42-b435-a7580c918f88"},{"name":"Update a Metasender","id":"73765d42-d90e-4eb9-911a-2a4b60c9c290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"Description\": \"Updated metasender description\",\r\n  \"IsEnabled\": false\r\n}"},"url":"https://api.mailjet.com/v3/REST/metasender/{{metasender_ID}}","description":"<p>Update and existing metasender email address or domain. Only the email address and description can be updated.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","metasender","{{metasender_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"73765d42-d90e-4eb9-911a-2a4b60c9c290"},{"name":"Retrieve SPF / DKIM Settings of All Sender Domains","id":"d438953a-0ea6-4f80-9e8e-8a4cb53cc46d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/dns?","description":"<p>Retrieve the SPF and DKIM settings for all sender domains on this API Key. The information will help you configure your SPF and DKIM settings on the respective domain, before running a DNS check with /dns/{dns_id}/check to validate it and complete the SPF and DKIM authentication.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","dns"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>When true, will retrieve only DNS records, where a validation check was initiated and is in progress. When false, DNS records where a check is in progress will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsCheckInProgress","value":"false"},{"disabled":true,"description":{"content":"<p>Retrieves DNS records where IsSenderIdentified matches the specified value.</p>\n","type":"text/plain"},"key":"IsSenderIdentified","value":"true"},{"disabled":true,"description":{"content":"<p>Retrieves only DNS records where a Yahoo Feedback loop has been setup. Contact the Mailjet Support team to set up the feedback loop.</p>\n","type":"text/plain"},"key":"IsYahooFBL","value":"false"},{"disabled":true,"description":{"content":"<p>Retrieves only DNS records where the last check was performed before this timestamp.</p>\n","type":"text/plain"},"key":"MaxLastCheckAt","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves only DNS records where the last check was performed after this timestamp.</p>\n","type":"text/plain"},"key":"MinLastCheckAt","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves only DNS records where the last domain SPF configuration check resulted in the specified status: </p>\n<ul>\n<li>OK</li>\n<li>Error</li>\n<li>Not checked</li>\n<li>Not found</li>\n</ul>\n","type":"text/plain"},"key":"SPFStatus","value":"OK"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"d438953a-0ea6-4f80-9e8e-8a4cb53cc46d"},{"name":"Retrieve SPF / DKIM Settings of a Sender Domain","id":"5d2a0794-dc65-48ce-9cc8-37c42a006dd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/dns/{{dns_ID}}","description":"<p>Retrieve the SPF and DKIM settings for a specific sender domain on this API Key. The information will help you configure your SPF and DKIM settings on the respective domain, before running a DNS check with /dns/{dns_id}/check to validate it.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","dns","{{dns_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d2a0794-dc65-48ce-9cc8-37c42a006dd9"},{"name":"Do a DNS Validation of a Sender Domain","id":"efd3eecb-7bb4-4f40-87d7-ac390cffe0d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.mailjet.com/v3/REST/dns/{{dns_ID}}/check","description":"<p>Perform a DNS validation of a sender domain. The Mailjet API will check for a TXT record in the domain's DNS zone file. </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","dns","{{dns_ID}}","check"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"efd3eecb-7bb4-4f40-87d7-ac390cffe0d9"}],"id":"b44069d5-11d0-418e-903f-e417ba1e1200","description":"<p>Creating and validating a sender email address or domain is necessary before you can send emails through Mailjet. The resources below help you manage your sender emails and domains. You can also retrieve the necessary information to edit your domain's SPF and DKIM records, as well as perform the necessary validations.</p>\n","event":[{"listen":"prerequest","script":{"id":"493587d2-1645-4cb8-8568-1f67b43780c9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2e086a05-b8cc-41ed-b3c9-40fa6148c2f7","type":"text/javascript","exec":[""]}}],"_postman_id":"b44069d5-11d0-418e-903f-e417ba1e1200","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}}},{"name":"Settings","item":[{"name":"Retrieve All API Keys","id":"1cdeafb3-0d5a-4900-ba04-b6b4b81f16fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/apikey?","description":"<p>Retrieve a list of all API Keys and their configuration settings. API Keys are used as credentials to access the API and SMTP server.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","apikey"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves the selected API Key.</p>\n","type":"text/plain"},"key":"APIKey","value":"{{APIKey}}"},{"disabled":true,"description":{"content":"<p>When true, only active API Keys will be retrieved. When false, active API Keys will be excluded from the result.</p>\n","type":"text/plain"},"key":"IsActive","value":"true"},{"disabled":true,"description":{"content":"<p>When true, only the Master API Key will be retrieved. When false, the master API Key will be excluded from the result.</p>\n","type":"text/plain"},"key":"IsMaster","value":"true"},{"disabled":true,"description":{"content":"<p>Retrieves the API Key with the specified name.</p>\n","type":"text/plain"},"key":"Name","value":"{{APIKeyName}}"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"1cdeafb3-0d5a-4900-ba04-b6b4b81f16fb"},{"name":"Retrieve a Single API Key","id":"201ff24f-3977-49cb-adde-444c9ff1bc58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/apikey/{{apikey_ID}}","description":"<p>Retrieve the configuration settings of a specific API Key. API Keys are used as credentials to access the API and SMTP server.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","apikey","{{apikey_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"201ff24f-3977-49cb-adde-444c9ff1bc58"},{"name":"Create a New Subaccount API Key","id":"a9d328b0-fb92-492a-88ac-fbb3341af24a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"IsActive\": true,\n    \"Name\": \"New API Key\"\n}"},"url":"https://api.mailjet.com/v3/REST/apikey","description":"<p>Create a sub-account with a new Public and Secret API Key. API Keys are used as credentials to access the API and SMTP server.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","apikey"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9d328b0-fb92-492a-88ac-fbb3341af24a"},{"name":"Update an API Key","id":"56b20f52-8cb5-438e-addf-9cbb99f1604d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"IsActive\": false,\n    \"Name\": \"Updated API Key\"\n}"},"url":"https://api.mailjet.com/v3/REST/apikey/{{apikey_ID}}","description":"<p>Update the settings of an existing API Key. You can use this to deactivate an API Key as well. API Keys are used as credentials to access the API and SMTP server.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","apikey","{{apikey_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"56b20f52-8cb5-438e-addf-9cbb99f1604d"},{"name":"Retrieve Your Profile Info","id":"c1e59847-6332-44a1-b6e3-7bc65793508d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/myprofile","description":"<p>Manage your user profile data such as address, payment information etc.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","myprofile"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1e59847-6332-44a1-b6e3-7bc65793508d"},{"name":"Update Your Profile Info","id":"e4baa3b2-7c3b-431a-94dd-d24b5ca0d3d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"AddressCity\": \"Paris\",\n    \"AddressCountry\": \"FR\",\n    \"AddressPostalCode\": \"75002\",\n    \"AddressState\": \"New York\",\n    \"AddressStreet\": \"37 bis, rue de Sentier\",\n    \"BillingEmail\": \"billing@example.com\",\n    \"BirthdayAt\": \"2018-01-01T00:00:00\",\n    \"CompanyName\": \"Ma société\",\n    \"CompanyNumOfEmployees\": \"51\",\n    \"ContactPhone\": \"FR|600000000\",\n    \"EstimatedVolume\": \"10000\",\n    \"Features\": \"\",\n    \"Firstname\": \"Marie\",\n    \"Industry\": \"240\",\n    \"JobTitle\": \"Marketer\",\n    \"Lastname\": \"Jean\",\n    \"VATNumber\": \"1234567890\",\n    \"Website\": \"https://www.example.com/\"\n}"},"url":"https://api.mailjet.com/v3/REST/myprofile","description":"<p>Update your profile information - personal and organization settings.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","myprofile"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4baa3b2-7c3b-431a-94dd-d24b5ca0d3d6"},{"name":"Retrieve Your User Settings","id":"db744a4d-25b7-451c-b1c8-fefdbf95f7c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/user","description":"<p>Get general information on your user settings and activity.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","user"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"db744a4d-25b7-451c-b1c8-fefdbf95f7c1"},{"name":"Update Your User Settings","id":"84ec503e-d13b-4973-96d2-2bd1ba6ef8dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Email\": \"user@example.com\",\n    \"Locale\": \"en_US\",\n    \"Timezone\": \"Europe/Paris\",\n    \"Username\": \"John Doe\"\n}"},"url":"https://api.mailjet.com/v3/REST/user","description":"<p>Update the settings of your User ID - username, registered email, language and time zone settings.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","user"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"84ec503e-d13b-4973-96d2-2bd1ba6ef8dc"}],"id":"ced874d4-389d-4743-a416-7e627c7741ff","description":"<p>The resources below help you edit your profile or user information, as well as manage your API Keys and shared access settings.</p>\n","event":[{"listen":"prerequest","script":{"id":"90f94b50-403c-4ca8-8a65-40b050c90e4c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7105c4bf-7e6e-46f2-b521-b4eb6b759c48","type":"text/javascript","exec":[""]}}],"_postman_id":"ced874d4-389d-4743-a416-7e627c7741ff","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}}},{"name":"Legacy Endpoints","item":[{"name":"Newsletter","item":[{"name":"Retrieve All Newsletters","id":"c1534ae7-e859-4593-a392-4e989525982a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/newsletter?","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","newsletter"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves only the newsletter linked to the specified AXTesting ID.</p>\n","type":"text/plain"},"key":"AXTesting","value":"{{AXTestingID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only the newsletter linked to the specified Campaign ID.</p>\n","type":"text/plain"},"key":"Campaign","value":"{{CampaignID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only the newsletter linked to the specified contact list ID.</p>\n","type":"text/plain"},"key":"ContactsList","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only the newsletter, which were delivered at the specified timestamp.</p>\n","type":"text/plain"},"key":"DeliveredAt","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves only newsletter, whose email templates were edited with the specified edit tool:</p>\n<ul>\n<li><code>tool</code> - Legacy drag-and-drop template editor</li>\n<li><code>html</code> - Legacy HTML editor</li>\n</ul>\n","type":"text/plain"},"key":"EditMode","value":"tool"},{"disabled":true,"description":{"content":"<p>When true, will return only archived newsletters. When false, archived newsletters will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsArchived","value":"false"},{"disabled":true,"description":{"content":"<p>Only retrieve newsletter objects which already have a corresponding campaign</p>\n","type":"text/plain"},"key":"IsCampaign","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will return only deleted newsletters. When false, deleted newsletters will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsDeleted","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will return only newsletters which have been sent out, or where a test email was sent out. When false, handled newsletters will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsHandled","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will return only newsletters that have been modified after their creation. When false, only non-modified newsletters will be returned.</p>\n<blockquote>\n<p>Note: All newsletters created within the Mailjet app are marked as Modified immediately after creation, while ones created via the API are not.</p>\n</blockquote>\n","type":"text/plain"},"key":"IsStarred","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will return only campaign drafts that have been modified after their creation. When false, only non-modified drafts will be returned.</p>\n<blockquote>\n<p>Note: All campaign drafts created within the Mailjet app are marked as Modified immediately after creation, while ones created via the API are not.</p>\n</blockquote>\n","type":"text/plain"},"key":"Modified","value":"true"},{"disabled":true,"description":{"content":"<p>Retrieves only the newsletters based on this template.</p>\n","type":"text/plain"},"key":"NewsLetterTemplate","value":"{{NewsletterTemplateID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only newsletters, which use the specified segmentation ID.</p>\n","type":"text/plain"},"key":"Segmentation","value":"{{SegmentID}}"},{"disabled":true,"description":{"content":"<p>Retrieves only newsletters with the specified campaign status ID:</p>\n<ul>\n<li><code>-3</code> - AXCanceled</li>\n<li><code>-2</code> - Deleted</li>\n<li><code>-1</code> - Archived</li>\n<li><code>0</code> - Draft</li>\n<li><code>1</code> - Programmed (scheduled)</li>\n<li><code>2</code> - Sent</li>\n<li><code>3</code> - AXTested (AB Testing versions sent, but winning version not selected yet)</li>\n<li><code>4</code> - AXSelected (AB Testing winning version selected and sent)</li>\n</ul>\n","type":"text/plain"},"key":"Status","value":"0"},{"disabled":true,"description":{"content":"<p>Retrieves only newsletters with the specified Subject line.</p>\n","type":"text/plain"},"key":"Subject","value":"{{SubjectLine_Text}}"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"c1534ae7-e859-4593-a392-4e989525982a"},{"name":"Retrieve a SIngle Newsletter","id":"b96e879b-4a0d-4d22-9ddd-f47374bda303","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/newsletter/{{newsletter_ID}}","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","newsletter","{{newsletter_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b96e879b-4a0d-4d22-9ddd-f47374bda303"},{"name":"Create a Newsletter","id":"c48be20e-2789-4ab0-a253-ab3eb1b5dccd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"AXFraction\": 0,\n    \"AXFractionName\": \"string\",\n    \"AXTesting\": {},\n    \"Callback\": \"https://www.example.com/123/\",\n    \"EditMode\": \"tool\",\n    \"EditType\": \"full\",\n    \"Footer\": \"default\",\n    \"FooterAddress\": \"email@example.com\",\n    \"FooterWYSIWYGType\": 0,\n    \"HeaderFilename\": \"string\",\n    \"HeaderLink\": \"string\",\n    \"HeaderText\": \"string\",\n    \"HeaderUrl\": \"https://www.example.com/\",\n    \"IsStarred\": true,\n    \"IsTextPartIncluded\": true,\n    \"Permalink\": \"default\",\n    \"PermalinkHost\": \"string\",\n    \"PermalinkWYSIWYGType\": 0,\n    \"ReplyEmail\": \"user@example.com\",\n    \"SenderName\": \"string\",\n    \"TemplateID\": 0,\n    \"TestAddress\": \"email@example.com\",\n    \"Title\": \"string\",\n    \"ContactsListID\": 0,\n    \"Locale\": \"en_US\",\n    \"SegmentationID\": 0,\n    \"SenderEmail\": \"user@example.com\",\n    \"Subject\": \"string\"\n}"},"url":"https://api.mailjet.com/v3/REST/newsletter","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","newsletter"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c48be20e-2789-4ab0-a253-ab3eb1b5dccd"},{"name":"Update a Newsletter","id":"80875db0-3453-4263-ae5f-d74aa3db8d1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AXFraction\": 0,\n    \"AXFractionName\": \"string\",\n    \"AXTesting\": {},\n    \"Callback\": \"https://www.example.com/123/\",\n    \"EditMode\": \"tool\",\n    \"EditType\": \"full\",\n    \"Footer\": \"default\",\n    \"FooterAddress\": \"email@example.com\",\n    \"FooterWYSIWYGType\": 0,\n    \"HeaderFilename\": \"string\",\n    \"HeaderLink\": \"string\",\n    \"HeaderText\": \"string\",\n    \"HeaderUrl\": \"https://www.example.com/\",\n    \"IsStarred\": true,\n    \"IsTextPartIncluded\": true,\n    \"Permalink\": \"default\",\n    \"PermalinkHost\": \"string\",\n    \"PermalinkWYSIWYGType\": 0,\n    \"ReplyEmail\": \"user@example.com\",\n    \"SenderName\": \"string\",\n    \"TemplateID\": 0,\n    \"TestAddress\": \"email@example.com\",\n    \"Title\": \"string\",\n    \"ContactsListID\": 0,\n    \"Locale\": \"en_US\",\n    \"SegmentationID\": 0,\n    \"SenderEmail\": \"user@example.com\",\n    \"Subject\": \"string\"\n}"},"url":"https://api.mailjet.com/v3/REST/newsletter/{{newsletter_ID}}","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","newsletter","{{newsletter_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"80875db0-3453-4263-ae5f-d74aa3db8d1f"},{"name":"Retrieve the Contents of a Newsletter","id":"7518e607-a7c8-4f30-ade2-54e59008aef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/newsletter/{{newsletter_ID}}/detailcontent","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","newsletter","{{newsletter_ID}}","detailcontent"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7518e607-a7c8-4f30-ade2-54e59008aef4"},{"name":"Create the Contents of a Newsletter","id":"c6f2516a-2e6d-469a-8b29-0b5624c6dd54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Html-part\": \"string\",\n    \"Text-part\": \"string\"\n}"},"url":"https://api.mailjet.com/v3/REST/newsletter/{{newsletter_ID}}/detailcontent","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","newsletter","{{newsletter_ID}}","detailcontent"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6f2516a-2e6d-469a-8b29-0b5624c6dd54"},{"name":"Update the Contents of a Newsletter","id":"5d8c6700-2049-42ae-bff0-7f0c6a2c23e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Html-part\": \"string\",\n    \"Text-part\": \"string\"\n}"},"url":"https://api.mailjet.com/v3/REST/newsletter/{{newsletter_ID}}/detailcontent","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","newsletter","{{newsletter_ID}}","detailcontent"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d8c6700-2049-42ae-bff0-7f0c6a2c23e3"},{"name":"Delete the Contents of a Newsletter","id":"452b8f6b-bc5e-4690-9cf6-044ea2a16dbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.mailjet.com/v3/REST/newsletter/{{newsletter_ID}}/detailcontent","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","newsletter","{{newsletter_ID}}","detailcontent"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"452b8f6b-bc5e-4690-9cf6-044ea2a16dbb"},{"name":"Schedule the Sending of a Newsletter","id":"fde548b4-9285-419e-ba5d-9d3a646f0da4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Date\": \"2018-01-01T00:00:00\"\n}"},"url":"https://api.mailjet.com/v3/REST/newsletter/{{newsletter_ID}}/schedule","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","newsletter","{{newsletter_ID}}","schedule"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fde548b4-9285-419e-ba5d-9d3a646f0da4"},{"name":"View the Sending Schedule of a Newsletter","id":"38f93b94-4080-42d5-95ee-4754bf63edcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/newsletter/{{newsletter_ID}}/schedule","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","newsletter","{{newsletter_ID}}","schedule"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"38f93b94-4080-42d5-95ee-4754bf63edcd"},{"name":"Cancel the Scheduled Sending of a Newsletter","id":"3ec503a9-8648-448e-9fa3-955f84b316e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.mailjet.com/v3/REST/newsletter/{{newsletter_ID}}/schedule","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","newsletter","{{newsletter_ID}}","schedule"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ec503a9-8648-448e-9fa3-955f84b316e9"},{"name":"Update the Scheduled Sending of a Newsletter","id":"e0469447-fd29-40d5-830b-ee3398d12485","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Date\": \"2018-01-01T00:00:00\"\n}"},"url":"https://api.mailjet.com/v3/REST/newsletter/{{newsletter_ID}}/schedule","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","newsletter","{{newsletter_ID}}","schedule"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e0469447-fd29-40d5-830b-ee3398d12485"},{"name":"Send a Newsletter","id":"720d629d-9a35-4975-8b44-b60d856835c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://api.mailjet.com/v3/REST/newsletter/{{newsletter_ID}}/send","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","newsletter","{{newsletter_ID}}","send"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"720d629d-9a35-4975-8b44-b60d856835c1"},{"name":"View the Sending Status of a Newsletter","id":"04d6d30b-9b7b-4f91-9c23-0c30b52c0595","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/newsletter/{{newsletter_ID}}/status","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","newsletter","{{newsletter_ID}}","status"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"04d6d30b-9b7b-4f91-9c23-0c30b52c0595"},{"name":"Send a Test Email of a Newsletter","id":"9b97b965-2fe7-47d2-bd99-397ac7b2d93d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Recipients\": [\n        {\n            \"Email\": \"email@example.com\",\n            \"Name\": \"John Doe\"\n        }\n    ]\n}"},"url":"https://api.mailjet.com/v3/REST/newsletter/{{newsletter_ID}}/test","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","newsletter","{{newsletter_ID}}","test"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b97b965-2fe7-47d2-bd99-397ac7b2d93d"}],"id":"1eb70730-b395-4f6e-88e0-19c9ef10663e","_postman_id":"1eb70730-b395-4f6e-88e0-19c9ef10663e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}}},{"name":"Statistics","item":[{"name":"Retrieve Message-based Statistics","id":"769a60b7-6e17-4a02-8dbc-ee6913a20373","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/messagestatistics?","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","messagestatistics"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves statistics only for the specified Campaign ID.</p>\n","type":"text/plain"},"key":"CampaignID","value":"{{CampaignID}}"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for this contact email address.</p>\n","type":"text/plain"},"key":"ContactEmail","value":"{{email_address}}"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for this contact ID.</p>\n","type":"text/plain"},"key":"ContactID","value":"{{ContactID}}"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for this contact list ID.</p>\n","type":"text/plain"},"key":"ContactListID","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for this contact list ID.</p>\n","type":"text/plain"},"key":"ContactsList","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for the campaign with the specified Custom Value.</p>\n","type":"text/plain"},"key":"CustomCampaign","value":"{{CustomValue}}"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for messages sent from the the specified Sender Email address.</p>\n","type":"text/plain"},"key":"From","value":"{{FromEmail}}"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for messages sent from the specified sender domain.</p>\n","type":"text/plain"},"key":"FromDomain","value":"{{FromDomain}}"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for messages sent from the sender address with the specified ID.</p>\n","type":"text/plain"},"key":"FromID","value":"{{FromID}}"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for messages sent after the specified timestamp.</p>\n","type":"text/plain"},"key":"FromTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for deleted campaigns. When false, stats for deleted campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsDeleted","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for campaigns created with the Legacy template builder. When false, campaigns created with the Legacy builder will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsNewsletterTool","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for starred campaigns. When false, starred campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsStarred","value":"false"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for messages with the specified status:</p>\n<ul>\n<li><code>0</code> (Processed)</li>\n<li><code>1</code> (Queued)</li>\n<li><code>2</code> (Sent)</li>\n<li><code>3</code> (Opened)</li>\n<li><code>4</code> (Clicked)</li>\n<li><code>5</code> (Bounce)</li>\n<li><code>6</code> (Spam)</li>\n<li><code>7</code> (Unsub)</li>\n<li><code>8</code> (Blocked)</li>\n<li><code>9</code> (SoftBounce)</li>\n<li><code>10</code> (HardBounce)</li>\n<li><code>11</code> (Deferred)</li>\n</ul>\n","type":"text/plain"},"key":"MessageStatus","value":"2"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for messages sent between the start of the selected period and the current timestamp.</p>\n<ul>\n<li><code>Day</code> - since the start of the current day</li>\n<li><code>Week</code> - since the start of the current week</li>\n<li><code>Month</code> - since the start of the current month</li>\n<li><code>Year</code> - since the start of the current year</li>\n</ul>\n","type":"text/plain"},"key":"Period","value":"month"},{"disabled":true,"description":{"content":"<p>When true, will calculate and return the total number of click events in the <code>TotalClicksCount</code> property.</p>\n","type":"text/plain"},"key":"ProcessTotalClicksCount","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will calculate and return the total number of open events in the <code>TotalOpensCount</code> property.</p>\n","type":"text/plain"},"key":"ProcessTotalOpensCount","value":"false"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for messages sent before the specified timestamp.</p>\n","type":"text/plain"},"key":"ToTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"769a60b7-6e17-4a02-8dbc-ee6913a20373"},{"name":"Retrieve all Message Event Summaries","id":"f2ed400b-bdb0-4e9f-97d8-47b9f1dc866b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/messagesentstatistics?","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","messagesentstatistics"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>When true, will retrieve summaries for all messages in each campaign. Otherwise only the first message from each campaign will be retrieved.</p>\n","type":"text/plain"},"key":"AllMessages","value":"true"},{"disabled":true,"description":{"content":"<p>Retrieves information only about bounced messages, where the bounce occurred after the specified timestamp (<code>BouncedAt</code> &gt;= <code>BounceEventFromTs</code>). Can be used only if <code>CampaignID</code> filter is specified as well.</p>\n","type":"text/plain"},"key":"BounceEventFromTs","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves information only about bounced messages, where the bounce occurred before the specified timestamp (<code>BouncedAt</code> &lt;= <code>BounceEventFromTs</code>). Can be used only if <code>CampaignID</code> filter is specified as well.</p>\n","type":"text/plain"},"key":"BounceEventToTs","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves information only about messages linked to the specified campaign ID. Will retrieve only the first message sent for this campaign, unless <code>AllMessages</code> is set to <code>True</code>.</p>\n","type":"text/plain"},"key":"CampaignID","value":"{{CampaignID}}"},{"disabled":true,"description":{"content":"<p>Retrieves information only about messages sent to this contact ID. Will retrieve only the first message sent to the selected contact, unless <code>AllMessages</code> is set to <code>True</code>.</p>\n","type":"text/plain"},"key":"Contact","value":"{{email_address}}"},{"disabled":true,"description":{"content":"<p>Retrieves information only about messages sent to contacts from this contact list ID.</p>\n","type":"text/plain"},"key":"ContactsList","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>Retrieves information only about messages from the campaign with the specified custom value.</p>\n","type":"text/plain"},"key":"CustomCampaign","value":"{{CustomValue}}"},{"disabled":true,"description":{"content":"<p>Retrieves information only about messages tagged with this Custom ID.</p>\n","type":"text/plain"},"key":"CustomID","value":"{{CustomID}}"},{"disabled":true,"description":{"content":"<p>Retrieves information only about messages, which used the specified sender email address.</p>\n","type":"text/plain"},"key":"From","value":"{{FromEmail}}"},{"disabled":true,"description":{"content":"<p>Retrieves information only about messages, which used the specified sender email domain.</p>\n","type":"text/plain"},"key":"FromDomain","value":"{{FromDomain}}"},{"disabled":true,"description":{"content":"<p>Retrieves information only about messages, which used the specified sender ID.</p>\n","type":"text/plain"},"key":"FromID","value":"{{FromID}}"},{"disabled":true,"description":{"content":"<p>Retrieves information only about messages linked to campaigns sent after the specified timestamp. If no filters are used, <code>FromTs</code> defaults to the current day at 00:00 UTC.</p>\n","type":"text/plain"},"key":"FromTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>When true, only information about messages from deleted campaigns will be returned. When false, messages from deleted campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsDeleted","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will return information only about messages from campaigns created by the Newsletter tool (legacy template builder). When false, messages from newsletter campaigns will be excluded.</p>\n","type":"text/plain"},"key":"IsNewsletterTool","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve information only about messages from starred campaigns. When false, messages from starred campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsStarred","value":"false"},{"disabled":true,"description":{"content":"<p>Retrieves information only about messages with the specified status.</p>\n<ul>\n<li><code>0</code> (Processed)</li>\n<li><code>1</code> (Queued)</li>\n<li><code>2</code> (Sent)</li>\n<li><code>3</code> (Opened)</li>\n<li><code>4</code> (Clicked)</li>\n<li><code>5</code> (Bounce)</li>\n<li><code>6</code> (Spam)</li>\n<li><code>7</code> (Unsub)</li>\n<li><code>8</code> (Blocked)</li>\n<li><code>9</code> (SoftBounce)</li>\n<li><code>10</code> (HardBounce)</li>\n<li><code>11</code> (Deferred)</li>\n</ul>\n","type":"text/plain"},"key":"MessageStatus","value":"2"},{"disabled":true,"description":{"content":"<p>Retrieves information only about sent between the start of the selected period and the current timestamp.</p>\n<ul>\n<li><code>Day</code> - since the start of the current day</li>\n<li><code>Week</code> - since the start of the current week</li>\n<li><code>Month</code> - since the start of the current month</li>\n<li><code>Year</code> - since the start of the current year</li>\n</ul>\n","type":"text/plain"},"key":"Period","value":"month"},{"disabled":true,"description":{"content":"<p>When true, will retrieve information only about messages that are sent by an Email Automation scenario.</p>\n","type":"text/plain"},"key":"ProcessEmailAutomationRelations","value":"true"},{"disabled":true,"description":{"content":"<p>Works toghether with <code>AllMessages</code>. If both are <code>True</code> the method returns only the most important data to reduce database load</p>\n","type":"text/plain"},"key":"RawData","value":"true"},{"disabled":true,"description":{"content":"<p>Works together with <code>AllMessages</code>. When both are <code>True</code>, the method returns only the most important data to reduce the database load.</p>\n","type":"text/plain"},"key":"ShowExtraData","value":"false"},{"disabled":true,"description":{"content":"<p>Retrieves information only about messages marked as spam, where the spam complaint occurred after the specified timestamp (<code>ComplaintAt</code> &gt;= <code>SpamEventFromTs</code>). Can be used only if <code>CampaignID</code> filter is specified as well.</p>\n","type":"text/plain"},"key":"SpamEventFromTs","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves information only about messages marked as spam, where the spam complaint occurred before the specified timestamp (<code>ComplaintAt</code> &lt;= <code>SpamEventFromTs</code>). Can be used only if <code>CampaignID</code> filter is specified as well.</p>\n","type":"text/plain"},"key":"SpamEventToTs","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves information only about messages sent before the specified timestamp.</p>\n","type":"text/plain"},"key":"ToTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"f2ed400b-bdb0-4e9f-97d8-47b9f1dc866b"},{"name":"Retrieve an Event Summary for a Message","id":"d1634766-02e2-4d04-a38d-afbdcbb8ecc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/messagesentstatistics/{{message_ID}}","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","messagesentstatistics","{{message_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1634766-02e2-4d04-a38d-afbdcbb8ecc1"},{"name":"Retrieve Evolution of Stats for a Campaign","id":"b80167db-d3d7-4113-bfd8-164146c346d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/campaigngraphstatistics?IDS={{CampaignID}}","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","campaigngraphstatistics"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>When true, will retrieve the number of clicked messages in <code>ClickedCount</code>. Otherwise the click count is not calculated and a <code>-1</code> value is returned instead.</p>\n<blockquote>\n<p>Note: At least one of the <code>Open</code>, <code>Click</code>, <code>Unsub</code> or <code>Spam</code> filters must be set to <code>true</code>.</p>\n</blockquote>\n","type":"text/plain"},"key":"Click","value":"{{boolean}}"},{"description":{"content":"<p>Mandatory: Retrieves only statistics for the specified campaign IDs. Multiple IDs can be separated with a comma.</p>\n","type":"text/plain"},"key":"IDS","value":"{{CampaignID}}"},{"disabled":true,"description":{"content":"<p>When true, will retrieve the number of opened messages in <code>OpenedCount</code>. Otherwise the open count is not calculated and a <code>-1</code> value is returned instead.</p>\n<blockquote>\n<p>Note: At least one of the <code>Open</code>, <code>Click</code>, <code>Unsub</code> or <code>Spam</code> filters must be set to <code>true</code>.</p>\n</blockquote>\n","type":"text/plain"},"key":"Open","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p>Selects a period of time since the start of the campaign, for which you want to retrieve evolution statistics. If you select <code>24h</code> (24 hours), the stat intervals will be 15 minutes long. If <code>7d</code> (7 days) is selected, the intervals will be 30 minutes long.</p>\n","type":"text/plain"},"key":"Range","value":"24h"},{"disabled":true,"description":{"content":"<p>When true, will retrieve the number of messages marked as spam in <code>SpamCount</code>. Otherwise the spam count is not calculated and a <code>-1</code> value is returned instead.</p>\n<blockquote>\n<p>Note: At least one of the <code>Open</code>, <code>Click</code>, <code>Unsub</code> or <code>Spam</code> filters must be set to <code>true</code>.</p>\n</blockquote>\n","type":"text/plain"},"key":"Spam","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p>When true, will retrieve the number of unsubscribe events in <code>UnsubCount</code>. Otherwise the unsub count is not calculated and a <code>-1</code> value is returned instead.</p>\n<blockquote>\n<p>Note: At least one of the <code>Open</code>, <code>Click</code>, <code>Unsub</code> or <code>Spam</code> filters must be set to <code>true</code>.</p>\n</blockquote>\n","type":"text/plain"},"key":"Unsub","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"b80167db-d3d7-4113-bfd8-164146c346d2"},{"name":"Retrieve Stats for All Campaigns","id":"076c47ec-a91b-4da4-8328-5c2702e0ec1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/campaignstatistics?","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","campaignstatistics"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for campaigns that have blocked messages. When false, campaigns with blocked messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Blocked","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for campaigns that have bounced messages. When false, campaigns with bounced messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Bounced","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for campaigns that have messages with registered clicks. When false, campaigns with clicked messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Click","value":"true"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for campaigns sent to the specified contact list ID.</p>\n","type":"text/plain"},"key":"ContactsList","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for campaigns that have deferred messages. When false, campaigns with deferred messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Deferred","value":"false"},{"disabled":true,"description":{"content":"<p> Retrieves statistics only for campaigns sent after the specified timestamp.</p>\n","type":"text/plain"},"key":"FromTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>When true, the different test and winning versions of AB Tesing campaigns will be grouped together as one campaign. When false, each AB version will be displayed with separate statistics.</p>\n","type":"text/plain"},"key":"GroupAX","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for campaigns that have at least one hard-bounced message. When false, campaigns with hard-bounced messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Hardbounced","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for deleted campaigns. When false, stats for deleted campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsDeleted","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for starred campaigns. When false, starred campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsStarred","value":"false"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for campaigns, for which <code>LastActivityAt</code> (their last received email, open, click etc.) equals the specified timestamp.</p>\n","type":"text/plain"},"key":"LastActivityAt","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for campaigns, for which <code>LastActivityAt</code> (their last received email, open, click etc.) is before the specified timestamp.</p>\n","type":"text/plain"},"key":"MaxLastActivityAt","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for campaigns, for which <code>LastActivityAt</code> (their last received email, open, click etc.) is after the specified timestamp.</p>\n","type":"text/plain"},"key":"MinLastActivityAt","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for the campaign with the specified campaign draft ID.</p>\n","type":"text/plain"},"key":"Newsletter","value":"{{DraftID}}"},{"disabled":true,"description":{"content":"<p> When true, will retrieve statistics only for campaigns that have messages with registered opens. When false, campaigns with opened messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Open","value":"false"},{"disabled":true,"description":{"content":"<p> When true, will retrieve statistics only for campaigns that have queued messages. When false, campaigns with queued messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Queued","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will reload all data from the database.</p>\n<blockquote>\n<p>Note: Deprecated for accounts created after April 5th 2018.</p>\n</blockquote>\n","type":"text/plain"},"key":"Recalculate","value":"false"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for campaigns that have used the this segment (contact filter) ID when specifying their recipients.</p>\n","type":"text/plain"},"key":"Segmentation","value":"{{SegmentID}}"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for campaigns which used the specified sender ID.</p>\n","type":"text/plain"},"key":"Sender","value":"{{SenderID}}"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for campaigns that have sent messages. When false, campaigns with sent messages will be excluded from the result.</p>\n","type":"text/plain"},"key":"Sent","value":"true"},{"disabled":true,"description":{"content":"<p>When true, the contact list name and segment name will be returned in the response, in the <code>ContactListName</code> and <code>SegmentName</code> properties, respectively.</p>\n","type":"text/plain"},"key":"ShowExtraData","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for campaigns that have messages marked as Spam. When false, campaigns with Spam messages will be excluded from the response.</p>\n","type":"text/plain"},"key":"Spam","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will retrieve only statistics only for campaigns that have soft-bounced messages. When false, campaigns with soft-bounced messages will be excluded from the result.</p>\n","type":"text/plain"},"key":"Softbounced","value":"true"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for campaigns with the specified subject line.</p>\n","type":"text/plain"},"key":"Subject","value":"{{campaign_subject}}"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for campaigns sent before the specified timestamp.</p>\n","type":"text/plain"},"key":"ToTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>When true, will retrieve statistics only for campaigns that have unsubscribed from a list at least once. When false, campaigns with unsubscribe events will be excluded from the response.</p>\n","type":"text/plain"},"key":"Unsubscribed","value":"false"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for campaigns started by the specified automation workflow ID.</p>\n","type":"text/plain"},"key":"WorkflowID","value":"{{WorkflowID}}"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"076c47ec-a91b-4da4-8328-5c2702e0ec1c"},{"name":"Retrieve Total Stats for an API Key","id":"b1d1d374-27b0-416f-a6e0-6537a29ee0a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/apikeytotals","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","apikeytotals"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1d1d374-27b0-416f-a6e0-6537a29ee0a8"},{"name":"Retrieve Stats Grouped by Recipient Domain","id":"f46d1d59-a8a9-4c60-b34a-185afca57456","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/domainstatistics?","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","domainstatistics"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves recipient domain statistics only for the specified Campaign ID.</p>\n","type":"text/plain"},"key":"CampaignID","value":"{{CampaignID}}"},{"disabled":true,"description":{"content":"<p>Retrieves recipient domain statistics only for the specified contact list ID.</p>\n","type":"text/plain"},"key":"ContactsList","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>Retrieves recipient domain statistics only for the campaign with the specified Custom Value.</p>\n","type":"text/plain"},"key":"CustomCampaign","value":"{{CustomValue}}"},{"disabled":true,"description":{"content":"<p>Retrieves recipient domain statistics only for messages sent from the the specified Sender Email address.</p>\n","type":"text/plain"},"key":"From","value":"{{FromEmail}}"},{"disabled":true,"description":{"content":"<p>Retrieves recipient domain statistics only for messages sent from the specified domain.</p>\n","type":"text/plain"},"key":"FromDomain","value":"{{FromDomain}}"},{"disabled":true,"description":{"content":"<p>Retrieves recipient domain statistics only for messages sent from the sender address with the specified ID.</p>\n","type":"text/plain"},"key":"FromID","value":"{{FromID}}"},{"disabled":true,"description":{"content":"<p>Retrieves recipient domain statistics only for messages sent after the specified timestamp.</p>\n","type":"text/plain"},"key":"FromTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>When true, will retrieve recipient domain statistics only for deleted campaigns. When false, stats for deleted campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsDeleted","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will retrieve recipient domain statistics only for campaigns created with the Legacy template builder. When false, campaigns created with the Legacy builder will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsNewsletterTool","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve recipient domain statistics only for starred campaigns. When false, starred campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsStarred","value":"false"},{"disabled":true,"description":{"content":"<p>Retrieves recipient domain statistics only for messages with the specified status:</p>\n<ul>\n<li><code>0</code> (Processed)</li>\n<li><code>1</code> (Queued)</li>\n<li><code>2</code> (Sent)</li>\n<li><code>3</code> (Opened)</li>\n<li><code>4</code> (Clicked)</li>\n<li><code>5</code> (Bounce)</li>\n<li><code>6</code> (Spam)</li>\n<li><code>7</code> (Unsub)</li>\n<li><code>8</code> (Blocked)</li>\n<li><code>9</code> (SoftBounce)</li>\n<li><code>10</code> (HardBounce)</li>\n<li><code>11</code> (Deferred)</li>\n</ul>\n","type":"text/plain"},"key":"MessageStatus","value":"2"},{"disabled":true,"description":{"content":"<p>Retrieves recipient domain statistics only for messages sent between the start of the selected period and the current timestamp.</p>\n<ul>\n<li><code>Day</code> - since the start of the current day</li>\n<li><code>Week</code> - since the start of the current week</li>\n<li><code>Month</code> - since the start of the current month</li>\n<li><code>Year</code> - since the start of the current year</li>\n</ul>\n","type":"text/plain"},"key":"Period","value":"month"},{"disabled":true,"description":{"content":"<p>Retrieves recipient domain statistics only for messages sent before the specified timestamp.</p>\n","type":"text/plain"},"key":"ToTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Limit the response to a select number of returned objects. Default=10. Maximum=1000.</p>\n","type":"text/plain"},"key":"Limit","value":"1000"},{"disabled":true,"description":{"content":"<p>Retrieve a list of objects starting from a certain offset. Combine this filter with <code>Limit</code> to retrieve a specific section of the list of objects.</p>\n","type":"text/plain"},"key":"Offset","value":"0"},{"disabled":true,"description":{"content":"<p>Set the value of this filter to <code>1</code> to retrieve the overall number of objects returned by this request for your API key. No list of results will be returned - the objects will simply be counted.</p>\n<blockquote>\n<p>Note: When you send a request without the <code>countOnly</code> filter, <code>Count</code> and <code>Total</code> will only return the number of extracted elements and not the overall number.</p>\n</blockquote>\n","type":"text/plain"},"key":"countOnly","value":"false"},{"disabled":true,"description":{"content":"<p>Specify a property name for this filter to sort the objects in <code>Data</code>. By default the sorting is ascending. When a property name is postfixed with DESC (i.e. <code>property_name+DESC</code>), the sort order will be descending.</p>\n<blockquote>\n<p>Note: Both the <code>Sort</code> filter and the option to select a descending order are not available for every property.</p>\n</blockquote>\n","type":"text/plain"},"key":"Sort","value":"{{property_name+ASC_or_DESC}}"}],"variable":[]}},"response":[],"_postman_id":"f46d1d59-a8a9-4c60-b34a-185afca57456"},{"name":"Retrieve Evolution of Stats by Time Intervals","id":"fdba15a8-71e7-4351-b8ed-a37d45e72978","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/graphstatistics?Scale=day","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","graphstatistics"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves stats evolution only for the specified Campaign ID.</p>\n","type":"text/plain"},"key":"CampaignID","value":"{{CampaignID}}"},{"disabled":true,"description":{"content":"<p>Retrieves stats evolution only for messages sent to the specified contact ID.</p>\n","type":"text/plain"},"key":"ContactID","value":"{{email_address}}"},{"disabled":true,"description":{"content":"<p>Retrieves stats evolution only for the specified contact list ID.</p>\n","type":"text/plain"},"key":"ContactsList","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>Retrieves stats evolution only for the campaign with the specified Custom Value.</p>\n","type":"text/plain"},"key":"CustomCampaign","value":"{{CustomValue}}"},{"disabled":true,"description":{"content":"<p>Retrieves stats evolution only for messages sent from the the specified Sender Email address.</p>\n","type":"text/plain"},"key":"From","value":"{{FromEmail}}"},{"disabled":true,"description":{"content":"<p>Retrieves stats evolution only for messages sent from the specified domain.</p>\n","type":"text/plain"},"key":"FromDomain","value":"{{FromDomain}}"},{"disabled":true,"description":{"content":"<p>Retrieves stats evolution only for messages sent from the sender address with the specified ID.</p>\n","type":"text/plain"},"key":"FromID","value":"{{FromID}}"},{"disabled":true,"description":{"content":"<p>Retrieves stats evolution only for messages sent after the specified timestamp. Mandatory along with <code>ToTS</code>, unless <code>Period</code> is specified instead.</p>\n","type":"text/plain"},"key":"FromTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>When true, will retrieve stats evolution only for deleted campaigns. When false, stats for deleted campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsDeleted","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will retrieve stats evolution only for campaigns created with the Legacy template builder. When false, campaigns created with the Legacy builder will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsNewsletterTool","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve stats evolution only for starred campaigns. When false, starred campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsStarred","value":"false"},{"disabled":true,"description":{"content":"<p>Retrieves stats evolution only for messages with the specified status:</p>\n<ul>\n<li><code>0</code> (Processed)</li>\n<li><code>1</code> (Queued)</li>\n<li><code>2</code> (Sent)</li>\n<li><code>3</code> (Opened)</li>\n<li><code>4</code> (Clicked)</li>\n<li><code>5</code> (Bounce)</li>\n<li><code>6</code> (Spam)</li>\n<li><code>7</code> (Unsub)</li>\n<li><code>8</code> (Blocked)</li>\n<li><code>9</code> (SoftBounce)</li>\n<li><code>10</code> (HardBounce)</li>\n<li><code>11</code> (Deferred)</li>\n</ul>\n","type":"text/plain"},"key":"MessageStatus","value":"2"},{"disabled":true,"description":{"content":"<p>Retrieves stats evolution only for messages sent between the start of the selected period and the current timestamp. Mandatory, unless FromTS and ToTs are specified instead.</p>\n<ul>\n<li><code>Day</code> - since the start of the current day</li>\n<li><code>Week</code> - since the start of the current week</li>\n<li><code>Month</code> - since the start of the current month</li>\n<li><code>Year</code> - since the start of the current year</li>\n</ul>\n","type":"text/plain"},"key":"Period","value":"month"},{"description":{"content":"<p>Scale of the time intervals for the statistics:</p>\n<ul>\n<li><code>Hour</code></li>\n<li><code>Day</code></li>\n<li><code>Week</code></li>\n<li><code>Month</code></li>\n<li><code>Year</code></li>\n</ul>\n","type":"text/plain"},"key":"Scale","value":"day"},{"disabled":true,"description":{"content":"<p>Timeshift for the <code>RefTimeStamp</code> in seconds. Used to convert the timestamp from its initial value to a different time zone. Submitted as a multiple of 3600 (negative values are accepted).</p>\n<p>Example: a <code>TimeShift=7200</code> will convert a <code>RefTimeStamp</code> from <code>2018-02-01T00:00:00</code> to <code>2018-01-31T22:00:00-2:00</code></p>\n","type":"text/plain"},"key":"TimeShift","value":"3600"},{"disabled":true,"description":{"content":"<p>Retrieves stats evolution only for messages sent before the specified timestamp. Mandatory along with <code>FromTS</code>, unless <code>Period</code> is specified instead.</p>\n","type":"text/plain"},"key":"ToTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>Retrieves stats evolution only for messages triggered by the specified automation workflow.</p>\n","type":"text/plain"},"key":"WorkflowID","value":"{{WorkflowID}}"}],"variable":[]}},"response":[],"_postman_id":"fdba15a8-71e7-4351-b8ed-a37d45e72978"},{"name":"Retrieve Stats Grouped by Contact List","id":"7ce82c70-3f32-4c86-ac48-a04669f199c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/liststatistics?","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","liststatistics"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves statistics only for the contact list linked to the specified email address generated by Mailjet.</p>\n","type":"text/plain"},"key":"Address","value":"{{ListAddress}}"},{"disabled":true,"description":{"content":"<p>When true, will return the number of list members that are excluded from campaigns in <code>ExcludedSubscriberCount</code>.</p>\n","type":"text/plain"},"key":"CalcExcludedSubscriber","value":"true"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for the specified contact list ID.</p>\n","type":"text/plain"},"key":"ContactsListID","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>Unique numerical ID for this object.</p>\n","type":"text/plain"},"key":"ExcludeID","value":"{{ListID}}"}],"variable":[]}},"response":[],"_postman_id":"7ce82c70-3f32-4c86-ac48-a04669f199c9"},{"name":"Retrieve Stats for a Single Contact List","id":"67835ac2-78af-4cca-9d3c-d2086d94950f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/liststatistics/{{List_ID}}","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","liststatistics","{{List_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"67835ac2-78af-4cca-9d3c-d2086d94950f"},{"name":"Retrieve Stats for Open Events","id":"5605501d-3f27-46cc-b319-32b01adcfff7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/openstatistics?","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","openstatistics"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieves open statistics only for the specified Campaign ID.</p>\n","type":"text/plain"},"key":"CampaignID","value":"{{CampaignID}}"},{"disabled":true,"description":{"content":"<p>Retrieves open statistics only for the specified contact list ID.</p>\n","type":"text/plain"},"key":"ContactsList","value":"{{ListID}}"},{"disabled":true,"description":{"content":"<p>Retrieves open statistics only for the campaign with the specified Custom Value.</p>\n","type":"text/plain"},"key":"CustomCampaign","value":"{{CustomValue}}"},{"disabled":true,"description":{"content":"<p>Retrieves open statistics only for messages sent from the the specified Sender Email address.</p>\n","type":"text/plain"},"key":"From","value":"{{FromEmail}}"},{"disabled":true,"description":{"content":"<p>Retrieves open statistics only for messages sent from the specified domain.</p>\n","type":"text/plain"},"key":"FromDomain","value":"{{FromDomain}}"},{"disabled":true,"description":{"content":"<p>Retrieves open statistics only for messages sent from the sender address with the specified ID.</p>\n","type":"text/plain"},"key":"FromID","value":"{{FromID}}"},{"disabled":true,"description":{"content":"<p> Retrieves open statistics only for messages sent after the specified timestamp.</p>\n<blockquote>\n<p>If no filters are used, <code>FromTs</code> defaults to the current day at 00:00 UTC.</p>\n</blockquote>\n","type":"text/plain"},"key":"FromTS","value":"2018-01-01T00:00:00"},{"disabled":true,"description":{"content":"<p>When true, will retrieve open statistics only for deleted campaigns. When false, stats for deleted campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsDeleted","value":"false"},{"disabled":true,"description":{"content":"<p>When true, will retrieve open statistics only for campaigns created with the Legacy template builder. When false, campaigns created with the Legacy builder will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsNewsletterTool","value":"true"},{"disabled":true,"description":{"content":"<p>When true, will retrieve open statistics only for starred campaigns. When false, starred campaigns will be excluded from the response.</p>\n","type":"text/plain"},"key":"IsStarred","value":"false"},{"disabled":true,"description":{"content":"<p>Retrieves open statistics only for messages with the specified status:</p>\n<ul>\n<li><code>0</code> (Processed)</li>\n<li><code>1</code> (Queued)</li>\n<li><code>2</code> (Sent)</li>\n<li><code>3</code> (Opened)</li>\n<li><code>4</code> (Clicked)</li>\n<li><code>5</code> (Bounce)</li>\n<li><code>6</code> (Spam)</li>\n<li><code>7</code> (Unsub)</li>\n<li><code>8</code> (Blocked)</li>\n<li><code>9</code> (SoftBounce)</li>\n<li><code>10</code> (HardBounce)</li>\n<li><code>11</code> (Deferred)</li>\n</ul>\n","type":"text/plain"},"key":"MessageStatus","value":"2"},{"disabled":true,"description":{"content":"<p>Retrieves open statistics only for messages sent between the start of the selected period and the current timestamp.</p>\n<ul>\n<li><code>Day</code> - since the start of the current day</li>\n<li><code>Week</code> - since the start of the current week</li>\n<li><code>Month</code> - since the start of the current month</li>\n<li><code>Year</code> - since the start of the current year</li>\n</ul>\n","type":"text/plain"},"key":"Period","value":"month"},{"disabled":true,"description":{"content":"<p>Retrieves open statistics only for messages sent before the specified timestamp.</p>\n","type":"text/plain"},"key":"ToTS","value":"2018-01-01T00:00:00"}],"variable":[]}},"response":[],"_postman_id":"5605501d-3f27-46cc-b319-32b01adcfff7"},{"name":"Retrieve Stats Grouped by Sender","id":"9dc826ef-a802-46c2-b141-e24ee1566634","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/senderstatistics?","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","senderstatistics"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p> Retrieves statistics only for senders where the domain name of the email address or domain matches the specified value - e.g. <code>mailjet.com</code>.</p>\n","type":"text/plain"},"key":"Domain","value":"{{EmailDomain}}"},{"disabled":true,"description":{"content":"<p>Retrieves statistics only for senders where the local part of the email matches the specified value - e.g. <code>example@</code>.</p>\n","type":"text/plain"},"key":"Email","value":"{{EmailLocalPart}}"},{"disabled":true,"description":{"content":"<p>Retrieve statistics only for the specified sender ID.</p>\n","type":"text/plain"},"key":"Sender","value":"{{SenderID}}"}],"variable":[]}},"response":[],"_postman_id":"9dc826ef-a802-46c2-b141-e24ee1566634"},{"name":"Retrieve Stats for a Single Sender","id":"6b08bd6a-a4c0-4870-8f73-f7eb71f118ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v3/REST/senderstatistics/{{sender_ID}}","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}},"urlObject":{"protocol":"https","path":["v3","REST","senderstatistics","{{sender_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b08bd6a-a4c0-4870-8f73-f7eb71f118ec"}],"id":"8a4a62ab-2d97-4600-ae4d-e5e74625c3f0","_postman_id":"8a4a62ab-2d97-4600-ae4d-e5e74625c3f0","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}}}],"id":"cdb89921-89ed-44af-987e-55dfd5cb3da4","description":"<p>Here you will find a list of legacy endpoints. They are generally functional, but newer resources are now available, which are easier to use and include a number of additional functionalities.</p>\n","event":[{"listen":"prerequest","script":{"id":"dac9c9e4-2c4a-46ad-8a95-e62c2fdd1c3e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5d5a8638-4780-44f0-9935-9035c7cba421","type":"text/javascript","exec":[""]}}],"_postman_id":"cdb89921-89ed-44af-987e-55dfd5cb3da4","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":true,"source":{"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","name":"Email API","type":"folder"}}}],"id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489","description":"<p>Here you will find a list of all available resources in the Mailjet API to send and manage email messages.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{Enter your API Key here}}"},{"key":"password","value":"{{Enter your Secret Key here}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"15dc2305-9cd2-4e84-b90c-77bbf8954945","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"00e1589f-9739-4476-a42c-7a5d3538ee9f","type":"text/javascript","exec":[""]}}],"_postman_id":"2abd657f-0a3b-4965-8ed5-2bc9d1333489"},{"name":"SMS API","item":[{"name":"Send SMS","id":"2035cb09-6f4c-4b80-9c33-6f492ee2ad23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Text\": \"Have a nice SMS flight with Mailjet !\",\n    \"To\": \"+359889332688\",\n    \"From\": \"MJPilot\"\n}"},"url":"https://api.mailjet.com/v4/sms-send","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Your Bearer Token}}"}]},"isInherited":true,"source":{"_postman_id":"be5daf0d-8858-4ba5-811d-f59f007301c6","id":"be5daf0d-8858-4ba5-811d-f59f007301c6","name":"SMS API","type":"folder"}},"urlObject":{"protocol":"https","path":["v4","sms-send"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2035cb09-6f4c-4b80-9c33-6f492ee2ad23"},{"name":"Retrieve All SMS Messages","id":"f5bc8b91-6a7f-43c1-b52d-7b0264c83e3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v4/sms?","description":"<p>Get SMS</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Your Bearer Token}}"}]},"isInherited":true,"source":{"_postman_id":"be5daf0d-8858-4ba5-811d-f59f007301c6","id":"be5daf0d-8858-4ba5-811d-f59f007301c6","name":"SMS API","type":"folder"}},"urlObject":{"protocol":"https","path":["v4","sms"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieve SMS messages created after the specified timestamp.</p>\n","type":"text/plain"},"key":"FromTS","value":"1514764800"},{"disabled":true,"description":{"content":"<p>Retrieve SMS messages created before the specified timestamp.</p>\n","type":"text/plain"},"key":"ToTS","value":"1514764800"},{"disabled":true,"description":{"content":"<p>Retrieve SMS messages with the respective status code. Multiple status codes can be entered, separated by commas. See the list of status codes here - <a href=\"https://dev.mailjet.com/guides-sms/#stats-by-message-delivery-status\">https://dev.mailjet.com/guides-sms/#stats-by-message-delivery-status</a></p>\n","type":"text/plain"},"key":"StatusCode","value":"2"},{"disabled":true,"description":{"content":"<p>Retrieve SMS messages sent to the specified recipient phone number. Should be between 3 and 15 characters in length. Phone numbers should comply with the E.164 international telephone numbering standard. Example: To=+3360000000.</p>\n","type":"text/plain"},"key":"To","value":"{{Recipient_Phone}}"},{"disabled":true,"description":{"content":"<p>Retrieve only the messages with the specified IDs. Multiple IDs can be entered, seperated by commas.</p>\n","type":"text/plain"},"key":"IDs","value":"{{SMS_ID}}"}],"variable":[]}},"response":[],"_postman_id":"f5bc8b91-6a7f-43c1-b52d-7b0264c83e3b"},{"name":"Retrieve a Single SMS message","id":"b5e9f282-7345-4a24-9c50-d2af2b16428c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v4/sms/{{sms_ID}}","description":"<p>Get SMS</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Your Bearer Token}}"}]},"isInherited":true,"source":{"_postman_id":"be5daf0d-8858-4ba5-811d-f59f007301c6","id":"be5daf0d-8858-4ba5-811d-f59f007301c6","name":"SMS API","type":"folder"}},"urlObject":{"protocol":"https","path":["v4","sms","{{sms_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5e9f282-7345-4a24-9c50-d2af2b16428c"},{"name":"Retrieve a Count of All SMS Messages","id":"02532a6b-7052-4cbb-a768-a2b8ac7e86b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v4/sms/count?","description":"<p>Get SMS</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Your Bearer Token}}"}]},"isInherited":true,"source":{"_postman_id":"be5daf0d-8858-4ba5-811d-f59f007301c6","id":"be5daf0d-8858-4ba5-811d-f59f007301c6","name":"SMS API","type":"folder"}},"urlObject":{"protocol":"https","path":["v4","sms","count"],"host":["api","mailjet","com"],"query":[{"disabled":true,"description":{"content":"<p>Retrieve SMS messages created after the specified timestamp.</p>\n","type":"text/plain"},"key":"FromTS","value":"1514764800"},{"disabled":true,"description":{"content":"<p>Retrieve SMS messages created before the specified timestamp.</p>\n","type":"text/plain"},"key":"ToTS","value":"1514764800"},{"disabled":true,"description":{"content":"<p>Retrieve SMS messages with the respective status code. Multiple status codes can be entered, separated by commas. See the list of status codes here - <a href=\"https://dev.mailjet.com/guides-sms/#stats-by-message-delivery-status\">https://dev.mailjet.com/guides-sms/#stats-by-message-delivery-status</a></p>\n","type":"text/plain"},"key":"StatusCode","value":"2"},{"disabled":true,"description":{"content":"<p>Retrieve SMS messages sent to the specified recipient phone number. Should be between 3 and 15 characters in length. Phone numbers should comply with the E.164 international telephone numbering standard. Example: To=+3360000000.</p>\n","type":"text/plain"},"key":"To","value":"{{Recipient_Phone}}"}],"variable":[]}},"response":[],"_postman_id":"02532a6b-7052-4cbb-a768-a2b8ac7e86b9"},{"name":"Request an Export of SMS Messages","id":"e8241286-7c02-4a76-b8e5-7221f70816b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"FromTS\": 1516233600,\n    \"ToTS\": 1516320000\n}"},"url":"https://api.mailjet.com/v4/sms/export","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Your Bearer Token}}"}]},"isInherited":true,"source":{"_postman_id":"be5daf0d-8858-4ba5-811d-f59f007301c6","id":"be5daf0d-8858-4ba5-811d-f59f007301c6","name":"SMS API","type":"folder"}},"urlObject":{"protocol":"https","path":["v4","sms","export"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8241286-7c02-4a76-b8e5-7221f70816b5"},{"name":"Retrieve the Results of an SMS Export Request","id":"74f5d1c7-3ea1-4ab7-a9b9-2336aff21439","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.mailjet.com/v4/sms/export/{{Job_ID}}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Your Bearer Token}}"}]},"isInherited":true,"source":{"_postman_id":"be5daf0d-8858-4ba5-811d-f59f007301c6","id":"be5daf0d-8858-4ba5-811d-f59f007301c6","name":"SMS API","type":"folder"}},"urlObject":{"protocol":"https","path":["v4","sms","export","{{Job_ID}}"],"host":["api","mailjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"74f5d1c7-3ea1-4ab7-a9b9-2336aff21439"}],"id":"be5daf0d-8858-4ba5-811d-f59f007301c6","description":"<p>Below you will find a list of all available resources in the Mailjet API to send and manage SMS messages.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{Your Bearer Token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"165984be-ceb2-43e7-9618-0c015466c8fd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"885963f6-64ba-4498-b4dd-e2475a02431f","type":"text/javascript","exec":[""]}}],"_postman_id":"be5daf0d-8858-4ba5-811d-f59f007301c6"}],"event":[{"listen":"prerequest","script":{"id":"bf3eb59e-7870-4b81-857b-7a88051bac01","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"005f8343-772c-495c-9671-05cd96305bb6","type":"text/javascript","exec":[""]}}]}