{"info":{"_postman_id":"b9351574-9b9c-47ff-a947-5196a93091b9","name":"Warmup Inbox API Documentation","description":"<html><head></head><body><p>This Swagger API documentation provides a comprehensive reference for developers looking to integrate the WarmUpInbox Customer API into their applications, including detailed descriptions of each API endpoint, request and response schemas</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"6493518","collectionId":"b9351574-9b9c-47ff-a947-5196a93091b9","publishedId":"2s9YR3dFfb","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"00A9FF"},"publishDate":"2023-10-12T18:45:51.000Z"},"item":[{"name":"Get inboxes list","id":"818e89ff-d2ad-49fa-9c02-57bf05cd22f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.warmupinbox.com/v1/inboxes","urlObject":{"path":["v1","inboxes"],"host":["https://api.warmupinbox.com"],"query":[],"variable":[]}},"response":[{"id":"131edca4-06f2-4f6b-bfad-ac5b1ea17d01","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":"https://api.warmupinbox.com/v1/inboxes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"items\": [\n    {\n      \"inbox_id\": \"<string>\",\n      \"status\": \"banned\",\n      \"type\": \"google\",\n      \"email\": \"<string>\",\n      \"filter_id\": \"<string>\",\n      \"score\": \"<number>\"\n    },\n    {\n      \"inbox_id\": \"<string>\",\n      \"status\": \"banned\",\n      \"type\": \"google\",\n      \"email\": \"<string>\",\n      \"filter_id\": \"<string>\",\n      \"score\": \"<number>\"\n    }\n  ]\n}"},{"id":"467fee8c-69b9-4299-b93e-3fe26b51b475","name":"Error: Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":"https://api.warmupinbox.com/v1/inboxes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"9d3c5cc5-1523-42c0-aa87-8dc2917155c7","name":"Error: Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":"https://api.warmupinbox.com/v1/inboxes"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"}],"_postman_id":"818e89ff-d2ad-49fa-9c02-57bf05cd22f0"},{"name":"Get inbox details","id":"62b23019-7966-49fe-8c2b-2337c86f93ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.warmupinbox.com/v1/inboxes/:id","urlObject":{"path":["v1","inboxes",":id"],"host":["https://api.warmupinbox.com"],"query":[],"variable":[{"id":"d1e11e89-db15-49ec-8801-c02908f34694","description":{"content":"<p>(Required) ID of the inbox</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"c7d8c4f8-a11d-407e-ba2d-61df54513297","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inbox_id\": \"<string>\",\n  \"status\": \"paused\",\n  \"type\": \"smtp_imap\",\n  \"email\": \"<string>\",\n  \"filter_id\": \"<string>\",\n  \"score\": \"<number>\",\n  \"created_at\": \"<number>\",\n  \"frequency\": {\n    \"starting_baseline\": \"<number>\",\n    \"increase_per_day\": \"<number>\",\n    \"max_sends_per_day\": \"<number>\",\n    \"reply_rate\": \"<number>\",\n    \"last_sends_per_day\": {}\n  },\n  \"reputation\": {\n    \"score\": \"<number>\",\n    \"score_google\": \"<number>\",\n    \"score_microsoft\": \"<number>\",\n    \"score_all_other\": \"<number>\"\n  },\n  \"plan\": \"pro\",\n  \"schedule\": {\n    \"mon\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"tue\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"wed\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"thu\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"fri\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"sat\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"sun\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    }\n  },\n  \"timezone\": \"<string>\"\n}"},{"id":"0c9581e7-6531-425d-bddc-cb69133ef006","name":"Error: Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"7f7ac83f-cd02-42d7-9c45-e9f8dbc6b91a","name":"Error: Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"}],"_postman_id":"62b23019-7966-49fe-8c2b-2337c86f93ee"},{"name":"Get Inbox Metrics for the given timeframe","id":"2505b9d6-d48f-4171-9b70-97eceae218a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.warmupinbox.com/v1/inboxes/:id/metrics?from=<number>&to=<number>","urlObject":{"path":["v1","inboxes",":id","metrics"],"host":["https://api.warmupinbox.com"],"query":[{"description":{"content":"<p>(Required) Start timestamp</p>\n","type":"text/plain"},"key":"from","value":"<number>"},{"description":{"content":"<p>(Required) End timestamp</p>\n","type":"text/plain"},"key":"to","value":"<number>"}],"variable":[{"id":"7637007b-a7e0-48f6-a1cb-29f7f457b788","description":{"content":"<p>(Required) ID of the inbox</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"c4bfef5e-4e62-48b1-b2cc-dc533dbd4a40","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id/metrics?from=<number>&to=<number>","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id","metrics"],"query":[{"description":"(Required) Start timestamp","key":"from","value":"<number>"},{"description":"(Required) End timestamp","key":"to","value":"<number>"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inbox_id\": \"<string>\",\n  \"start_time\": \"<number>\",\n  \"end_time\": \"<number>\",\n  \"main_metrics\": {\n    \"total_count\": \"<number>\",\n    \"sent\": \"<number>\",\n    \"temperature\": \"<number>\",\n    \"landed_inbox\": {\n      \"value\": \"<number>\",\n      \"percent\": \"<string>\"\n    },\n    \"landed_spam\": {\n      \"value\": \"<number>\",\n      \"percent\": \"<string>\"\n    },\n    \"landed_category\": {\n      \"value\": \"<number>\",\n      \"percent\": \"<string>\"\n    }\n  },\n  \"schedule_metrics\": [\n    {\n      \"date\": \"<string>\",\n      \"queued\": \"<number>\",\n      \"inbox\": \"<number>\",\n      \"category\": \"<number>\",\n      \"spam\": \"<number>\"\n    },\n    {\n      \"date\": \"<string>\",\n      \"queued\": \"<number>\",\n      \"inbox\": \"<number>\",\n      \"category\": \"<number>\",\n      \"spam\": \"<number>\"\n    }\n  ]\n}"},{"id":"3cd3d4d0-3d3c-469d-aa8a-14fe67b3dc3b","name":"Error: Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id/metrics?from=<number>&to=<number>","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id","metrics"],"query":[{"description":"(Required) Start timestamp","key":"from","value":"<number>"},{"description":"(Required) End timestamp","key":"to","value":"<number>"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"e1032836-6f45-4e76-b3d6-62df146abf3d","name":"Error: Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id/metrics?from=<number>&to=<number>","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id","metrics"],"query":[{"description":"(Required) Start timestamp","key":"from","value":"<number>"},{"description":"(Required) End timestamp","key":"to","value":"<number>"}],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"}],"_postman_id":"2505b9d6-d48f-4171-9b70-97eceae218a0"},{"name":"Start Inbox","id":"51ff7003-6810-4ae3-9101-ee281701581f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.warmupinbox.com/v1/inboxes/:id/start","urlObject":{"path":["v1","inboxes",":id","start"],"host":["https://api.warmupinbox.com"],"query":[],"variable":[{"id":"1baa8abf-285c-4706-8caf-a87504e38140","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"5ca1ee80-7aba-40f2-90f1-ab17e70d2e1f","name":"Inbox successfully started.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id/start","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id","start"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c4f08449-55a1-4a21-8533-82b1a7f07f8f","name":"Error: Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id/start","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id","start"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"9adfb412-8180-406f-a652-386041e83af8","name":"Forbidden (Insufficient Credits)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id/start","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id","start"],"variable":[{"key":"id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"102613cf-2a2a-4dd8-92c4-3df83f9e1847","name":"Error: Not Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id/start","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id","start"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"71e5af81-e52b-45cf-b93c-e02663b2c3d4","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id/start","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id","start"],"variable":[{"key":"id"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"1839770a-bca9-4c32-9135-79db90328769","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id/start","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id","start"],"variable":[{"key":"id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"9e8ef1a6-08ba-4201-b063-8679208a39c9","name":"Service Unavailable (Sending schedule is being rebuilt)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id/start","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id","start"],"variable":[{"key":"id"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"}],"_postman_id":"51ff7003-6810-4ae3-9101-ee281701581f"},{"name":"Pause Inbox","id":"9428bd3c-d736-43fd-86cb-2c98a91acee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.warmupinbox.com/v1/inboxes/:id/pause","urlObject":{"path":["v1","inboxes",":id","pause"],"host":["https://api.warmupinbox.com"],"query":[],"variable":[{"id":"c8db00d5-54b2-4a4c-8a51-38e01e605dd4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"6a257bc0-c8c6-47ab-9d2b-88fd8517934d","name":"Inbox successfully paused.","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id/pause","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id","pause"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9c31cdb2-75e3-4aa6-9cca-2f673d27e430","name":"Error: Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id/pause","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id","pause"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"dd0faeaf-24d3-40af-91d1-2cf22a560f8a","name":"Error: Not Found","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id/pause","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id","pause"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"d074915f-5d45-4342-a020-adf919bd8179","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id/pause","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id","pause"],"variable":[{"key":"id"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"b4f621f2-7616-433e-b252-65636b5f6e50","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id/pause","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id","pause"],"variable":[{"key":"id"}]}},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"}],"_postman_id":"9428bd3c-d736-43fd-86cb-2c98a91acee1"},{"name":"Create Inbox","id":"263fef6b-1d58-4bd7-9512-cdef7ef86c47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\",\n  \"sender_first\": \"<string>\",\n  \"sender_last\": \"<string>\",\n  \"plan\": \"send_only\",\n  \"frequency\": {\n    \"starting_baseline\": \"<number>\",\n    \"increase_per_day\": \"<number>\",\n    \"max_sends_per_day\": \"<number>\",\n    \"reply_rate\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.warmupinbox.com/v1/inboxes","urlObject":{"path":["v1","inboxes"],"host":["https://api.warmupinbox.com"],"query":[],"variable":[]}},"response":[{"id":"080657e2-65d7-4e3f-8324-6044b02966be","name":"Successfully created inbox.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\",\n  \"sender_first\": \"<string>\",\n  \"sender_last\": \"<string>\",\n  \"plan\": \"send_only\",\n  \"frequency\": {\n    \"starting_baseline\": \"<number>\",\n    \"increase_per_day\": \"<number>\",\n    \"max_sends_per_day\": \"<number>\",\n    \"reply_rate\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.warmupinbox.com/v1/inboxes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"inbox_id\": \"<string>\",\n  \"details\": \"<string>\",\n  \"isThisFirstOne\": \"<boolean>\"\n}"},{"id":"a8e67f07-9637-4566-9cf8-c2aad9d17bb2","name":"Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\",\n  \"sender_first\": \"<string>\",\n  \"sender_last\": \"<string>\",\n  \"plan\": \"send_only\",\n  \"frequency\": {\n    \"starting_baseline\": \"<number>\",\n    \"increase_per_day\": \"<number>\",\n    \"max_sends_per_day\": \"<number>\",\n    \"reply_rate\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.warmupinbox.com/v1/inboxes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"bc407945-0ca5-4e1b-8ecb-6aa3cd262fc2","name":"Error: Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\",\n  \"sender_first\": \"<string>\",\n  \"sender_last\": \"<string>\",\n  \"plan\": \"send_only\",\n  \"frequency\": {\n    \"starting_baseline\": \"<number>\",\n    \"increase_per_day\": \"<number>\",\n    \"max_sends_per_day\": \"<number>\",\n    \"reply_rate\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.warmupinbox.com/v1/inboxes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"36d9f4da-745b-49a0-b218-bf73ea084e71","name":"Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\",\n  \"sender_first\": \"<string>\",\n  \"sender_last\": \"<string>\",\n  \"plan\": \"send_only\",\n  \"frequency\": {\n    \"starting_baseline\": \"<number>\",\n    \"increase_per_day\": \"<number>\",\n    \"max_sends_per_day\": \"<number>\",\n    \"reply_rate\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.warmupinbox.com/v1/inboxes"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"99cc27a4-f3dc-46cd-8063-6d363b36d05e","name":"Conflict","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\",\n  \"sender_first\": \"<string>\",\n  \"sender_last\": \"<string>\",\n  \"plan\": \"send_only\",\n  \"frequency\": {\n    \"starting_baseline\": \"<number>\",\n    \"increase_per_day\": \"<number>\",\n    \"max_sends_per_day\": \"<number>\",\n    \"reply_rate\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.warmupinbox.com/v1/inboxes"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"}],"_postman_id":"263fef6b-1d58-4bd7-9512-cdef7ef86c47"},{"name":"Delete Inbox","id":"2a04ec30-af0e-45da-afcb-421b3b05c0f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://api.warmupinbox.com/v1/inboxes/:id","urlObject":{"path":["v1","inboxes",":id"],"host":["https://api.warmupinbox.com"],"query":[],"variable":[{"id":"5b449802-2ce5-49f2-9f96-9744e0b57a85","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"2941bd68-d333-4aa0-87d9-a9f529a57ca4","name":"Inbox successfully deleted.","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6d9ead4d-6d80-4826-adfa-eef6f73c6a80","name":"Error: Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"c2f2c0b2-9ddb-4da5-9d51-c767733c409d","name":"Error: Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"69672260-6806-4297-9aa5-95ddab60a6e7","name":"Conflict","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id"],"variable":[{"key":"id"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"51354717-69c8-4565-abb0-969b40b99502","name":"Service Unavailable","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id"],"variable":[{"key":"id"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"}],"_postman_id":"2a04ec30-af0e-45da-afcb-421b3b05c0f6"},{"name":"Update Inbox","id":"4f749aab-47e7-4249-b064-61dd311e613f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"{{apiKey}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\",\n  \"sender_first\": \"<string>\",\n  \"sender_last\": \"<string>\",\n  \"frequency\": {\n    \"starting_baseline\": \"<number>\",\n    \"increase_per_day\": \"<number>\",\n    \"max_sends_per_day\": \"<number>\",\n    \"reply_rate\": \"<number>\"\n  },\n  \"schedule\": {\n    \"mon\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"tue\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"wed\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"thu\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"fri\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"sat\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"sun\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    }\n  },\n  \"timezone\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.warmupinbox.com/v1/inboxes/:id","urlObject":{"path":["v1","inboxes",":id"],"host":["https://api.warmupinbox.com"],"query":[],"variable":[{"id":"30825fc3-811a-4fe2-98ed-d6f1ca2585dd","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"6a0ae0ba-115b-4dc9-8271-17e98bff811e","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\",\n  \"sender_first\": \"<string>\",\n  \"sender_last\": \"<string>\",\n  \"frequency\": {\n    \"starting_baseline\": \"<number>\",\n    \"increase_per_day\": \"<number>\",\n    \"max_sends_per_day\": \"<number>\",\n    \"reply_rate\": \"<number>\"\n  },\n  \"schedule\": {\n    \"mon\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"tue\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"wed\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"thu\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"fri\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"sat\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"sun\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    }\n  },\n  \"timezone\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": \"<string>\",\n  \"details\": \"<string>\"\n}"},{"id":"a31d102a-bb1a-46bc-a7d8-bfe7dfbc96cb","name":"Error: Unauthorized","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\",\n  \"sender_first\": \"<string>\",\n  \"sender_last\": \"<string>\",\n  \"frequency\": {\n    \"starting_baseline\": \"<number>\",\n    \"increase_per_day\": \"<number>\",\n    \"max_sends_per_day\": \"<number>\",\n    \"reply_rate\": \"<number>\"\n  },\n  \"schedule\": {\n    \"mon\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"tue\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"wed\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"thu\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"fri\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"sat\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"sun\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    }\n  },\n  \"timezone\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"ad46e26a-05e6-456f-babb-d8ff70c68c49","name":"Error: Not Found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\",\n  \"sender_first\": \"<string>\",\n  \"sender_last\": \"<string>\",\n  \"frequency\": {\n    \"starting_baseline\": \"<number>\",\n    \"increase_per_day\": \"<number>\",\n    \"max_sends_per_day\": \"<number>\",\n    \"reply_rate\": \"<number>\"\n  },\n  \"schedule\": {\n    \"mon\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"tue\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"wed\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"thu\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"fri\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"sat\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"sun\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    }\n  },\n  \"timezone\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"f6fc268e-7621-43da-b6ea-0a934129a970","name":"Conflict","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\",\n  \"sender_first\": \"<string>\",\n  \"sender_last\": \"<string>\",\n  \"frequency\": {\n    \"starting_baseline\": \"<number>\",\n    \"increase_per_day\": \"<number>\",\n    \"max_sends_per_day\": \"<number>\",\n    \"reply_rate\": \"<number>\"\n  },\n  \"schedule\": {\n    \"mon\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"tue\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"wed\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"thu\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"fri\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"sat\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"sun\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    }\n  },\n  \"timezone\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id"],"variable":[{"key":"id"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"},{"id":"61cdc9f6-725e-46c8-94aa-2a8ea4f169c1","name":"Service Unavailable (Sending schedule is being rebuilt)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"x-api-key","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"<string>\",\n  \"password\": \"<string>\",\n  \"sender_first\": \"<string>\",\n  \"sender_last\": \"<string>\",\n  \"frequency\": {\n    \"starting_baseline\": \"<number>\",\n    \"increase_per_day\": \"<number>\",\n    \"max_sends_per_day\": \"<number>\",\n    \"reply_rate\": \"<number>\"\n  },\n  \"schedule\": {\n    \"mon\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"tue\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"wed\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"thu\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"fri\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"sat\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    },\n    \"sun\": {\n      \"start\": \"<number>\",\n      \"end\": \"<number>\"\n    }\n  },\n  \"timezone\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.warmupinbox.com/v1/inboxes/:id","host":["https://api.warmupinbox.com"],"path":["v1","inboxes",":id"],"variable":[{"key":"id"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": \"<number>\",\n  \"message\": \"<string>\",\n  \"error\": \"<string>\"\n}"}],"_postman_id":"4f749aab-47e7-4249-b064-61dd311e613f"}],"variable":[{"key":"baseUrl","value":"https://api.warmupinbox.com"}]}