{"info":{"_postman_id":"5e7d79bd-7d87-48fd-ab1e-e6cd2aee05c5","name":"Inboxy Public API","description":"<html><head></head><body><p>x-api-key will provided by inboxy.</p>\n<p>x-user-id will get generate after registration of user.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15448884","collectionId":"5e7d79bd-7d87-48fd-ab1e-e6cd2aee05c5","publishedId":"TzefAP5C","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-05-30T17:23:38.000Z"},"item":[{"name":"Inbox Create","id":"40b8832b-903b-49d9-b7b8-a42e99ad281d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"test123","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\":\"kathy@gmail.com\",\n    \"firstname\":\"Kathy\",\n    \"lastname\":\"Williams\",\n    \"action\": {\n        \"open\" : 50,\n        \"reply\" : 50,\n        \"star\" : 50\n    },\n    \"sendProfile\": {\n        \"minEmails\": 5,\n        \"maxEmails\": 20,\n        \"incrementPercent\": 20,\n        \"targetIps\": 90\n    },\n    \"schedule\": {\n        \"startHour\": 8,\n        \"endHour\": 20,\n        \"days\": [\"monday\", \"wednesday\", \"friday\"]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.inboxy.io/inboxes","urlObject":{"protocol":"https","path":["inboxes"],"host":["api","inboxy","io"],"query":[],"variable":[]}},"response":[{"id":"04150d95-1b59-4f50-b7eb-4ef6271d1aa6","name":"Sample Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"firstname\":\"\",\n    \"lastname\":\"\",\n    \"email\":\"rukuzul@gmail.com\",\n    \"action\": {\n        \"open\" : 20,\n        \"reply\" : 20,\n        \"star\" : 20,\n        \"click\" : 10,\n        \"scroll\" : 10,\n        \"move\" : 10\n    },\n    \"sendProfile\": {\n        \"minEmails\": 20,\n        \"maxEmails\": 200,\n        \"incrementPercent\": 20,\n        \"targetIps\": 10\n    },\n    \"schedule\": {\n        \"timezone\": \"\",\n        \"startHour\": \"08:00\",\n        \"endHour\": \"20:00\",\n        \"days\": [\"monday\", \"friday\"],\n        \"pauseHoliday\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.inboxy.io/inboxes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"318"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 06 Aug 2021 19:44:40 GMT"},{"key":"x-amzn-RequestId","value":"748c17ae-ffc1-4aa9-9a2a-21c38a910ce5"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"DqOcmF71IAMFaDg="},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET,PUT,DELETE"},{"key":"X-Amzn-Trace-Id","value":"Root=1-610d911d-184f131e3b3960d36f4a412c;Sampled=0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 199fd61d7551d8868317c5b53cc7d24d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"dzvfpFBfs57cbpuQBTZF7Y3H2Sn2k8rOWHF5iNBkuJFS6ITNSnl_oA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"a33d94d8-031b-4245-9f76-1387bba10230\"\n    }\n}"}],"_postman_id":"40b8832b-903b-49d9-b7b8-a42e99ad281d"},{"name":"Inbox Update","id":"cce97637-9445-4d4c-a806-b188b8bf5640","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-key","value":"test123","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"firstname\":\"Kathy\",\n    \"lastname\":\"Williams\",\n    \"action\": {\n        \"open\" : 50,\n        \"reply\" : 50,\n        \"star\" : 50\n    },\n    \"sendProfile\": {\n        \"minEmails\": 5,\n        \"maxEmails\": 20,\n        \"incrementPercent\": 20,\n        \"targetIps\": 90\n    },\n    \"schedule\": {\n        \"startHour\": 8,\n        \"endHour\": 20,\n        \"days\": [\"monday\", \"wednesday\", \"friday\"]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.inboxy.io/inboxes/a33d94d8-031b-4245-9f76-1387bba10230","urlObject":{"protocol":"https","path":["inboxes","a33d94d8-031b-4245-9f76-1387bba10230"],"host":["api","inboxy","io"],"query":[],"variable":[]}},"response":[{"id":"cc8f0083-1600-4ab5-92dc-7b7dcd00a003","name":"Sample Response","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"firstname\":\"\",\n    \"lastname\":\"\",\n    \"email\":\"rukuzul@gmail.com\",\n    \"action\": {\n        \"open\" : 20,\n        \"reply\" : 20,\n        \"star\" : 20,\n        \"click\" : 10,\n        \"scroll\" : 10,\n        \"move\" : 10\n    },\n    \"sendProfile\": {\n        \"minEmails\": 20,\n        \"maxEmails\": 200,\n        \"incrementPercent\": 20,\n        \"targetIps\": 10\n    },\n    \"schedule\": {\n        \"timezone\": \"\",\n        \"startHour\": \"08:00\",\n        \"endHour\": \"20:00\",\n        \"days\": [\"monday\", \"friday\"],\n        \"pauseHoliday\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.inboxy.io/inboxes/a33d94d8-031b-4245-9f76-1387bba10230"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"318"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 06 Aug 2021 19:44:40 GMT"},{"key":"x-amzn-RequestId","value":"748c17ae-ffc1-4aa9-9a2a-21c38a910ce5"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"DqOcmF71IAMFaDg="},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET,PUT,DELETE"},{"key":"X-Amzn-Trace-Id","value":"Root=1-610d911d-184f131e3b3960d36f4a412c;Sampled=0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 199fd61d7551d8868317c5b53cc7d24d.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"dzvfpFBfs57cbpuQBTZF7Y3H2Sn2k8rOWHF5iNBkuJFS6ITNSnl_oA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"a33d94d8-031b-4245-9f76-1387bba10230\"\n    }\n}"}],"_postman_id":"cce97637-9445-4d4c-a806-b188b8bf5640"},{"name":"Inbox Delete","id":"6cf09e9a-7fa8-4920-afd2-d3614a6cfb63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-api-key","value":"test123","type":"text"}],"url":"https://api.inboxy.io/inboxes/a33d94d8-031b-4245-9f76-1387bba10230","urlObject":{"protocol":"https","path":["inboxes","a33d94d8-031b-4245-9f76-1387bba10230"],"host":["api","inboxy","io"],"query":[],"variable":[]}},"response":[{"id":"d46cf035-9489-4bd7-babe-c09f16fbf093","name":"Sample Response","originalRequest":{"method":"DELETE","header":[],"url":"https://api.inboxy.io/inboxes/a33d94d8-031b-4245-9f76-1387bba10230"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"35"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Thu, 26 Aug 2021 21:57:58 GMT"},{"key":"x-amzn-RequestId","value":"cbd20385-4b7e-4639-baf3-9919c8f2107d"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"EscvrF-UIAMFXMw="},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET,PUT,DELETE"},{"key":"X-Amzn-Trace-Id","value":"Root=1-61280e64-1fadb203680b519b00c2dd81;Sampled=0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 db72f6ab1d9d27534c6158ca17e3af1c.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD89-C3"},{"key":"X-Amz-Cf-Id","value":"UqcaC7DKqpX15ndJBlBcGd9zt9Jynu2qUGyc0z_U2hqqLKqdIa0Gww=="}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"a33d94d8-031b-4245-9f76-1387bba10230\"\n    }\n}"}],"_postman_id":"6cf09e9a-7fa8-4920-afd2-d3614a6cfb63"},{"name":"Inbox Metrics","id":"9b33c147-65b2-4aa8-9998-6a072446568d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"test123","type":"text"}],"url":"https://api.inboxy.io/inboxes/82be0207-3050-4ecc-8b57-af20f0350fc4/metrics","description":"<p>MetricsFetchService</p>\n","urlObject":{"protocol":"https","path":["inboxes","82be0207-3050-4ecc-8b57-af20f0350fc4","metrics"],"host":["api","inboxy","io"],"query":[],"variable":[]}},"response":[{"id":"21e40087-f902-4f7d-a03d-7feeb032f66e","name":"Sample Response","originalRequest":{"method":"GET","header":[],"url":"https://api.inboxy.io/inboxes/82be0207-3050-4ecc-8b57-af20f0350fc4/metrics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4457"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Sun, 20 Mar 2022 12:00:19 GMT"},{"key":"x-amzn-RequestId","value":"ea3b3b75-07a9-45bf-bc86-07370fca3dae"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"x-amz-apigw-id","value":"PSCVEH6vIAMFyng="},{"key":"Access-Control-Allow-Methods","value":"OPTIONS,POST,GET,PUT,DELETE"},{"key":"X-Amzn-Trace-Id","value":"Root=1-62371753-382973010388f1ed232bf766;Sampled=0"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 e4c06b6e6eb895470e2fd65bbc93b3b6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD79-C3"},{"key":"X-Amz-Cf-Id","value":"4VN_34ZY-Ko7NFmXsHUvpIl2FRoQTfzgmEuFldDp4m6aU2w1bowANA=="}],"cookie":[],"responseTime":null,"body":"{\n   \"success\":true,\n   \"data\":{\n      \"id\":\"82be0207-3050-4ecc-8b57-af20f0350fc4\",\n      \"items\":[\n         {\n            \"date\":\"2022-03-10\",\n            \"metrics\":[\n               {\n                  \"id\":\"queued\",\n                  \"value\":0,\n                  \"percent\":0\n               },\n               {\n                  \"id\":\"sent\",\n                  \"value\":0,\n                  \"percent\":0\n               },\n               {\n                  \"id\":\"opened\",\n                  \"value\":0,\n                  \"percent\":0\n               },\n               {\n                  \"id\":\"unspammed\",\n                  \"value\":0,\n                  \"percent\":0\n               },\n               {\n                  \"id\":\"replied\",\n                  \"value\":0,\n                  \"percent\":0\n               },\n               {\n                  \"id\":\"starred\",\n                  \"value\":0,\n                  \"percent\":0\n               },\n               {\n                  \"id\":\"landedInbox\",\n                  \"value\":0,\n                  \"percent\":0\n               },\n               {\n                  \"id\":\"landedSpam\",\n                  \"value\":0,\n                  \"percent\":0\n               },\n               {\n                  \"id\":\"ips\",\n                  \"value\":90\n               }\n            ]\n         }\n      ]\n   }\n}"}],"_postman_id":"9b33c147-65b2-4aa8-9998-6a072446568d"},{"name":"Sample Send Email API","id":"a5ff8c9c-2612-4b85-a271-45c9b692bd58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"api-key","value":"inboxy-email-service","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"from\":{\n      \"address\":\"alex@closify.io\",\n      \"personal\":\"Alex Heiden\"\n   },\n   \"to\":{\n      \"address\":\"seed1@gmail.com\",\n      \"personal\":\"Kristy Cohen\"\n   },\n   \"subject\":\"quick question\",\n   \"bodyText\":\"Hey Kristy, saw that you\\u0027re based in Palo Alto - can\\u0027t wait to see the Lakers crush it this season.\",\n   \"bodyHtml\":\"\\u003cp fr-original-style\\u003d\\\"\\\" style\\u003d\\\"margin: 0px; box-sizing: border-box; padding: 0px; border: 0px;\\\"\\u003eHey Kristy, saw that you\\u0027re based in Palo Alto - can\\u0027t wait to see the Lakers crush it this season.\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.yourdomain.io/sendemail","urlObject":{"protocol":"https","path":["sendemail"],"host":["api","yourdomain","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5ff8c9c-2612-4b85-a271-45c9b692bd58"}]}