{"info":{"_postman_id":"7e2c947b-fc8d-4621-8f93-eb5323270765","name":"ClearJet API","description":"<html><head></head><body><p>The ClearJet API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.</p>\n<p>You can use the ClearJet API in test mode, which doesn’t affect your live data. The API key you use to authenticate the request determines whether the request is live mode or test mode.</p>\n<p>The ClearJet API doesn’t support bulk updates. You can work on only one object per request.</p>\n<p>This documentation page contains relevant information about the ClearJet Systems architecture, integration processes and API references, as well as useful tips and guides to get started working and integrating with the ClearJet System.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"33418322","collectionId":"7e2c947b-fc8d-4621-8f93-eb5323270765","publishedId":"2sA2xiWrh8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"2A3450","highlight":"0038E3"},"publishDate":"2025-03-06T14:51:10.000Z"},"item":[{"name":"Authentication","id":"3cc5356d-b399-403c-9fb1-8f336d7af196","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"example@email.com\",\r\n    \"password\": \"5z:uV~4L\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/wf/auth","description":"<p>The ClearJet API uses API keys to authenticate requests.</p>\n<p>Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.</p>\n<p>All API requests must be made over <a href=\"http://en.wikipedia.org/wiki/HTTP_Secure\">HTTPS</a>. Calls made over plain HTTP will fail. API requests without authentication will also fail.</p>\n<p>Additionally, please note that the access token provided with the API key is valid for a period of 24 hours only. To renew the token, you will need to repeat the API call and obtain a fresh token.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"7e2c947b-fc8d-4621-8f93-eb5323270765","id":"7e2c947b-fc8d-4621-8f93-eb5323270765","name":"ClearJet API","type":"collection"}},"urlObject":{"protocol":"https","path":["version-test","api","1.1","wf","auth"],"host":["os","clearjet","com"],"query":[],"variable":[]}},"response":[{"id":"9893305e-0e77-465e-bc5b-cc979a76821e","name":"Authentication","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"example@email.com\",\r\n    \"password\": \"5z:uV~4L\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/wf/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Mar 2024 21:58:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-bubble-perf","value":"{\"total\":121.9,\"percents\":{\"top\":{\"bubble_cpu\":23.4,\"block\":75.3,\"capacity_rl\":0,\"other_pause\":0,\"pre_fiber\":0.5},\"sub\":{\"pp_userdb\":6.6,\"pp_wait_userdb\":0,\"http_request\":0,\"serverjson\":56.2,\"appserver_cache_misses_time\":0,\"redis\":40.6,\"fiber_queue\":2.5,\"capacity_wait\":1.8}},\"counts\":{\"pp_userdb\":2,\"http_request\":0,\"derived_build\":0,\"derived_cache_attempts\":3,\"derived_cache_memory_misses\":3,\"serverjson\":24,\"appserver_cache_attempts\":1,\"appserver_mem_cache_hits\":0,\"appserver_cache_hits\":1,\"appserver_cache_misses\":0,\"redis\":56,\"fiber_queue\":54,\"blocks\":53},\"misc\":{\"userdb_results\":4,\"userdb_data\":1212,\"spent_time\":6274719}}"},{"key":"x-bubble-capacity-used","value":"0.097 unit-seconds used"},{"key":"x-bubble-capacity-limit","value":"0 ms slower"},{"key":"vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"85f5208c5cff398c-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"response\": {\n        \"token\": \"bus|1709589420293x841280466847544200|1717766441661x199006252111871840\",\n        \"user_id\": \"1709589420293x841280466847544200\",\n        \"expires\": 86400\n    }\n}"}],"_postman_id":"3cc5356d-b399-403c-9fb1-8f336d7af196"},{"name":"Rates","id":"f9fca004-5999-4ff1-89a2-f2bad479116e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"weight\": 1,\r\n    \"weight_unit\": \"lb\",\r\n    \"from_zip\": \"90250\",\r\n    \"to_zip\": \"94621\",\r\n    \"service\": \"\",\r\n    \"length\": 1,\r\n    \"width\": 1,\r\n    \"height\": 1,\r\n    \"origin\": \"\",\r\n    \"destination\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/wf/rate","description":"<h3 id=\"rate-calculation-api\">Rate Calculation API</h3>\n<p>This API endpoint allows you to calculate shipping rates based on the provided parameters.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>weight</code> (decimal, required): The weight of package. Example: 15.85.</p>\n</li>\n<li><p><code>weight_unit</code> (string, required): The unit of weight. Values: lb, kg, oz.</p>\n</li>\n<li><p><code>from_zip</code> (string, required): <em>for ClearJet Express:</em> The zip code of the origin. Example: 92161.</p>\n</li>\n<li><p><code>to_zip</code> (string, required): <em>for ClearJet Express</em>: The zip code of the destination. Example: 94116.</p>\n</li>\n<li><p><code>service</code> (string, optional): The type of shipping service. Values: AirSkip, ClearJet Express, ClearJet Ground. Leave this field blank to return rates from all rate cards.</p>\n</li>\n<li><p><code>length</code> (decimal, required): The length of the package in inches up to 2 decimals.</p>\n</li>\n<li><p><code>width</code> (decimal, required): The width of the package in inches up to 2 decimals.</p>\n</li>\n<li><p><code>height</code> (decimal, required): The height of the package in inches up to 2 decimals.</p>\n</li>\n<li><p><code>origin</code> (string, optional): Only used with AirSkip service level. The IATA origin airport code of the package. Example: LAX.</p>\n</li>\n<li><p><code>destination</code> (string, optional): Only used with AirSkip service level. The IATA destination airport code of the package. Example: EWR.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["version-test","api","1.1","wf","rate"],"host":["os","clearjet","com"],"query":[],"variable":[]}},"response":[{"id":"1d2967e4-04f7-4913-9de0-5155feef270c","name":"CJ get rate AirSkip","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"weight\": 1,\r\n    \"weight_unit\": \"lb\",\r\n    \"service\": \"AirSkip\",\r\n    \"lenght\": 1,\r\n    \"width\": 1,\r\n    \"height\": 1,\r\n    \"origin\": \"LAX\",\r\n    \"destination\": \"EWR\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/wf/rate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Mar 2024 22:21:09 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-bubble-perf","value":"{\"total\":571,\"percents\":{\"top\":{\"bubble_cpu\":21.8,\"block\":78.1,\"capacity_rl\":0,\"other_pause\":0,\"pre_fiber\":0.1},\"sub\":{\"pp_userdb\":6.1,\"pp_wait_userdb\":0,\"http_request\":48.1,\"serverjson\":24.2,\"appserver_cache_misses_time\":0,\"redis\":22.7,\"fiber_queue\":0.7,\"capacity_wait\":0.4}},\"counts\":{\"pp_userdb\":5,\"http_request\":1,\"derived_build\":0,\"derived_cache_attempts\":2,\"derived_cache_memory_misses\":2,\"serverjson\":102,\"appserver_cache_attempts\":3,\"appserver_mem_cache_hits\":0,\"appserver_cache_hits\":3,\"appserver_cache_misses\":0,\"redis\":94,\"fiber_queue\":96,\"blocks\":95},\"misc\":{\"userdb_results\":4,\"userdb_data\":1416,\"spent_time\":29638710}}"},{"key":"x-bubble-capacity-used","value":"0.456 unit-seconds used"},{"key":"x-bubble-capacity-limit","value":"0 ms slower"},{"key":"vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"85f541f36ba48280-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"rates\": [\n        {\n            \"carrier\": \"ClearJet\",\n            \"service\": \"AirSkip\",\n            \"amount\": \"1.39\"\n        }\n    ]\n}"},{"id":"d48cc0ad-71d3-42a5-9111-96587b225d8a","name":"CJ get rate ClearJet Express","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"weight\": 1,\r\n    \"weight_unit\": \"lb\",\r\n    \"from_zip\": \"19141\",\r\n    \"to_zip\": \"94116\",\r\n    \"service\": \"ClearJet Express\",\r\n    \"lenght\": 1,\r\n    \"width\": 1,\r\n    \"height\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/wf/rate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Mar 2024 22:21:52 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-bubble-perf","value":"{\"total\":463.8,\"percents\":{\"top\":{\"bubble_cpu\":24.2,\"block\":75,\"capacity_rl\":0,\"other_pause\":0,\"pre_fiber\":0.1},\"sub\":{\"pp_userdb\":5.8,\"pp_wait_userdb\":0,\"http_request\":51.9,\"serverjson\":25,\"appserver_cache_misses_time\":0,\"redis\":22,\"fiber_queue\":0.8,\"capacity_wait\":0.3}},\"counts\":{\"pp_userdb\":4,\"http_request\":1,\"derived_build\":0,\"derived_cache_attempts\":2,\"derived_cache_memory_misses\":2,\"serverjson\":102,\"appserver_cache_attempts\":3,\"appserver_mem_cache_hits\":0,\"appserver_cache_hits\":3,\"appserver_cache_misses\":0,\"redis\":93,\"fiber_queue\":93,\"blocks\":92},\"misc\":{\"userdb_results\":4,\"userdb_data\":1412,\"spent_time\":25807985}}"},{"key":"x-bubble-capacity-used","value":"0.397 unit-seconds used"},{"key":"x-bubble-capacity-limit","value":"0 ms slower"},{"key":"vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"85f542ff9f7b72ef-IAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"rates\": [\n        {\n            \"carrier\": \"ClearJet\",\n            \"service\": \"ClearJet Express\",\n            \"amount\": \"4.95\"\n        }\n    ]\n}"},{"id":"83a5d642-b353-4a16-8735-027e053c29e6","name":"Rates","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"weight\": 1,\r\n    \"weight_unit\": \"lb\",\r\n    \"from_zip\": \"90250\",\r\n    \"to_zip\": \"94621\",\r\n    \"service\": \"\",\r\n    \"lenght\": 1,\r\n    \"width\": 1,\r\n    \"height\": 1,\r\n    \"origin\": \"\",\r\n    \"destination\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/wf/rate"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 14 Mar 2024 14:21:42 GMT"},{"key":"Content-Type","value":"text/plain;charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Bubble-Perf","value":"{\"total\":497.6,\"percents\":{\"top\":{\"bubble_cpu\":41.7,\"block\":57.2,\"capacity_rl\":0,\"other_pause\":0,\"pre_fiber\":0.6},\"sub\":{\"pp_userdb\":3.2,\"pp_wait_userdb\":0,\"http_request\":39.1,\"serverjson\":5.2,\"appserver_cache_misses_time\":0,\"redis\":32.5,\"fiber_queue\":0.9,\"capacity_wait\":0}},\"counts\":{\"pp_userdb\":4,\"http_request\":1,\"derived_build\":0,\"serverjson\":102,\"appserver_cache_attempts\":2,\"appserver_mem_cache_hits\":0,\"appserver_cache_hits\":2,\"appserver_cache_misses\":0,\"redis\":35,\"fiber_queue\":54,\"blocks\":53},\"misc\":{\"userdb_results\":6,\"userdb_data\":2124,\"spent_time\":37096805}}"},{"key":"X-Bubble-Capacity-Used","value":"0.571 unit-seconds used"},{"key":"X-Bubble-Capacity-Limit","value":"0 ms slower"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8644e961ce397d54-DFW"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"rates\": [\n        {\n    \"carrier\": \"ClearJet\",\n    \"service\": \"ClearJet Express\",\n    \"amount\": \"4.95\"\n},\n{\n    \"carrier\": \"ClearJet\",\n    \"service\": \"AirSkip\",\n    \"amount\": \"1.39\"\n}\n    ]\n}"}],"_postman_id":"f9fca004-5999-4ff1-89a2-f2bad479116e"},{"name":"Create Shipment","id":"9cb163f7-c5dd-4c08-900a-471a954562e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shipment\": {\r\n        \"to_address\": {\r\n            \"name\": \"John Doe\",\r\n            \"street1\": \"7000 Coliseum Way\",\r\n            \"street2\": \"\",\r\n            \"city\": \"Louisville\",\r\n            \"state\": \"KY\",\r\n            \"zip\": \"40210\",\r\n            \"country\": \"US\",\r\n            \"phone\": \"14153334445\",\r\n            \"email\": \"example@email.com\"\r\n        },\r\n        \"from_address\": {\r\n            \"name\": \"Shipping Company Name\",\r\n            \"street1\": \"1253 W 66th St\",\r\n            \"street2\": \"\",\r\n            \"city\": \"Los Angeles\",\r\n            \"state\": \"CA\",\r\n            \"zip\": \"90044\",\r\n            \"country\": \"US\",\r\n            \"phone\": \"5555551234\",\r\n            \"email\": \"example@email.com\"\r\n        },\r\n        \"item\": {\r\n            \"piece_count\": 1,\r\n            \"package_weight\": 30,\r\n            \"weight_unit\": \"kg\",\r\n            \"length\": 5,\r\n            \"width\": 5,\r\n            \"height\": 5,\r\n            \"description\": \"Clothing\"\r\n        }\r\n    },\r\n    \"instructions\": \"Leave at front door\",\r\n    \"airport_code\": \"AUS\",\r\n    \"pickup_at\": \"2024-03-30T17:30:30Z\",\r\n    \"service_name\": \"ClearJet Express\",\r\n    \"label_format\": \"PDF\",\r\n    \"Reference1\": \"Reference1\",\r\n    \"Reference2\": \"Reference2\",\r\n    \"Reference3\": \"Reference3\",\r\n    \"Reference4\": \"Reference4\",\r\n    \"testMode\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/wf/shipment","description":"<p>This HTTP POST request is used to create a shipment and generate a Final Mile Carrier label. The request body should contain shipment details such as addresses, items, instructions, pickup time, service name, and label format.</p>\n<p>The response will include ClearJet's internal tracking ID, ClearJet's Customer Tracking URL, the Final Mile Carrer's tracking code, confirmation that ClearJet is the carrier, the ClearJet service selected, and the rate being charged for the shipment.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>shipment</code> (object)</p>\n<ul>\n<li><p><code>to_address</code> (object)</p>\n<ul>\n<li><p><code>name</code> (string, required)</p>\n</li>\n<li><p><code>street1</code> (string, required)</p>\n</li>\n<li><p><code>street2</code> (string, optional)</p>\n</li>\n<li><p><code>city</code> (string, required)</p>\n</li>\n<li><p><code>state</code> (string, required)</p>\n</li>\n<li><p><code>zip</code> (string, required): five digit format</p>\n</li>\n<li><p><code>country</code> (string, optional)</p>\n</li>\n<li><p><code>phone</code> (string, optional)</p>\n</li>\n<li><p><code>email</code> (string, optional)</p>\n</li>\n</ul>\n</li>\n<li><p><code>from_address</code> (object)</p>\n<ul>\n<li><p><code>name</code> (string, required)</p>\n</li>\n<li><p><code>company</code> (string, optional): allows for printing Company name on labels</p>\n</li>\n<li><p><code>street1</code> (string, required)</p>\n</li>\n<li><p><code>street2</code> (string, optional)</p>\n</li>\n<li><p><code>city</code> (string, required)</p>\n</li>\n<li><p><code>state</code> (string, required)</p>\n</li>\n<li><p><code>zip</code> (string, required): five digit format</p>\n</li>\n<li><p><code>country</code> (string, optional)</p>\n</li>\n<li><p><code>phone</code> (string, optional)</p>\n</li>\n<li><p><code>email</code> (string, optional)</p>\n</li>\n</ul>\n</li>\n<li><p><code>item</code> (array)</p>\n<ul>\n<li><p><code>piece_count</code> (number, required): input \"1\" only</p>\n</li>\n<li><p><code>package_weight</code> (number, required)</p>\n</li>\n<li><p><code>weight_unit</code> (string, required)</p>\n</li>\n<li><p><code>length</code> (number, required): The length of the package in inches up to 2 decimals.</p>\n</li>\n<li><p><code>width</code> (number, required): The width of the package in inches up to 2 decimals.</p>\n</li>\n<li><p><code>height</code> (number, required): The height of the package in inches up to 2 decimals.</p>\n</li>\n<li><p><code>description</code> (string, required)</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>instructions</code> (string, optional)</p>\n</li>\n<li><p><code>pickup_at</code> (string, required): Ship date must be within 5 days from current date. (Internal requirement for specific final mile carriers)</p>\n</li>\n<li><p><code>Service_name</code> (string, required)</p>\n</li>\n<li><p><code>label_format</code> (string, required): Options are ZPL, PDF, and PNG.</p>\n</li>\n<li><p><code>Reference1</code> (string, optional)</p>\n</li>\n<li><p><code>Reference2</code> (string, optional)</p>\n</li>\n<li><p><code>Reference3</code> (string, optional)</p>\n</li>\n<li><p><code>Reference4</code> (string, optional)</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["version-test","api","1.1","wf","shipment"],"host":["os","clearjet","com"],"query":[],"variable":[]}},"response":[{"id":"797fc2fa-c292-4124-8598-42fdeafd210e","name":"create shipment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shipment\": {\r\n        \"to_address\": {\r\n            \"name\": \"John Doe\",\r\n            \"street1\": \"7000 Coliseum Way\",\r\n            \"street2\": \"\",\r\n            \"city\": \"Oakland\",\r\n            \"state\": \"CA\",\r\n            \"zip\": \"94621\",\r\n            \"country\": \"US\",\r\n            \"phone\": \"5555551234\",\r\n            \"email\": \"example@email.com\"\r\n        },\r\n        \"from_address\": {\r\n            \"name\": \"Shipping Company Name\",\r\n            \"street1\": \"1253 W 66th St\",\r\n            \"street2\": \"\",\r\n            \"city\": \"Los Angeles\",\r\n            \"state\": \"CA\",\r\n            \"zip\": \"90044\",\r\n            \"country\": \"US\",\r\n            \"phone\": \"5555551234\",\r\n            \"email\": \"example@email.com\"\r\n        },\r\n        \"item\": {\r\n            \"piece_count\": 1,\r\n            \"package_weight\": 30,\r\n            \"weight_unit\": \"lb\",\r\n            \"length\": 5,\r\n            \"width\": 5,\r\n            \"height\": 5,\r\n            \"description\": \"Clothing\"\r\n        }\r\n    },\r\n    \"instructions\": \"Leave at front door\",\r\n    \"pickup_at\": \"2024-03-30T17:30:30Z\",\r\n    \"service_name\": \"ClearJet Express\",\r\n    \"label_format\": \"ZPL\",\r\n    \"Reference1\": \"Optional Text\",\r\n    \"Reference2\": \"Optional Text\",\r\n    \"Reference3\": \"Optional Text\",\r\n    \"Reference4\": \"Optional Text\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/wf/shipment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 09 Aug 2024 13:38:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Bubble-Perf","value":"{\"total\":2256.4,\"percents\":{\"top\":{\"bubble_cpu\":19.1,\"block\":81.1,\"capacity_rl\":0,\"other_pause\":0,\"pre_fiber\":0},\"sub\":{\"pp_userdb\":2.8,\"pp_wait_userdb\":0,\"http_request\":70.5,\"serverjson\":6.6,\"appserver_cache_misses_time\":0,\"redis\":17,\"fiber_queue\":0.2,\"capacity_wait\":0}},\"counts\":{\"pp_userdb\":24,\"http_request\":4,\"derived_build\":0,\"derived_cache_attempts\":3,\"derived_cache_memory_misses\":3,\"serverjson\":174,\"appserver_cache_attempts\":3,\"appserver_mem_cache_hits\":0,\"appserver_cache_hits\":3,\"appserver_cache_misses\":0,\"redis\":211,\"fiber_queue\":243,\"blocks\":242},\"misc\":{\"userdb_results\":35,\"userdb_data\":19420,\"spent_time\":85595353}}"},{"key":"X-Bubble-Capacity-Used","value":"1.317 unit-seconds used"},{"key":"X-Bubble-Capacity-Limit","value":"0 ms slower"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8b0826007c21c98c-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"tracking_id\": \"CJ70442703\",\n    \"tracking_url\": \"https://cleartrk.com/version-test?tracking_id=CJ70442703\",\n    \"tracking_code\": \"EZ01BCC3S00000417590\",\n    \"rate\": {\n        \"carrier\": \"ClearJet\",\n        \"service\": \"ClearJet Express\",\n        \"amount\": \"13.37\"\n    },\n    \"shipping_label_url\": \"https://easypost-files.s3.us-west-2.amazonaws.com/files/postage_label/20240809/e8660edd9d00cf40ccb94c7c439cddeb8c.zpl\",\n    \"shipping_label_base64\": \"XlhBXkxSTl5QT0leQ0kyOF5GTzYyMCwxMF5BVU4sMTAwLDgwXkZER0xTXkZTXkZPNjIwLDEyMF5HQjE4MCwsMTAwXkZTXkZPNjIwLDExMF5BVU4sMTAwLDgwXkZSXkZEQ1BTXkZTXkZPNjIwLDIzMF5BVU4sNDUsMjBeRkRTMTA1NTJCIF5GU15GTzI0MCwxMjBeQTBOLDMwLDMwXkZEMTEzODU5XkZTXkZPMzAsMzBeQTBOLDE4LDE4XkZEQ09MRFdBVEVSIENSRUVLXkZTXkZPMzAsNTBeQTBOLDE4LDE4XkZEV09STEQgV0FZXkZTXkZPMzAsNzBeQTBOLDE4LDE4XkZEMV5GU15GTzMwLDkwXkEwTiwxOCwxOF5GRExPUyBBTkdFTEVTIENBIDkwMDQ1XkZTXkZPMzAsMTIwXkFQTiwzMCwyNV5GRFNISVAgVE9eRlNeRk8zNSwxNjVeQTBOLDIyLDIyXkZESk9ITiBET0VeRlNeRk8zNSwyMDBeQTBOLDIyLDIyXkZEXkZTXkZPMzUsMjM1XkEwTiwyMiwyMl5GRDcwMDAgQ09MSVNFVU0gV0FZXkZTXkZPMzUsMjY1XkEwTiwyMiwyMl5GRF5GU15GTzM1LDMwMF5BME4sNTAsNDVeRkRPQUtMQU5EIENBIDk0NjIxXkZTIF5GTzIwLDM1MF5HQjgwMCwwLDJeRlNeQVBOLDEyLDEwXkZPMTUwLDM2MF5CWTNeQkNOLDIwMCxOLE4sTl5GREMxfDEzODY5MTU3XkZTXkZPMzUwLDU3MF5BME4sMzAsMjBeRkQxMzg2OTE1N15GU15GTzIwLDY5MF5HQjgwMCwwLDJeRlNeRk8zMCw1ODVeQVBOLDEyMCw4NV5GREhBWSBDQTk0NS1SUTJeRlNeRk8zMCw3MDBeQVFOLDEyLDEwXkZEQy5PLkQuICAgIDogMC4wMF5GU15GTzI0NSw3MDBeQVFOLDEyLDEwXkZEV2d0IDogMzBeRlNeRk8zMCw3MzBeQVFOLDEyLDEwXkZEUmVmLiAjICAgICA6IGxlYXZlIGF0IGZyb250IGRvb3JeRlNeRk8zMCw4NDVeQVFOLDEyLDEwXkZEU2lnbiBUeXBlIDogTk9UIFJFUVVJUkVEXkZTXkZPMjAsODc1XkdCNTAwLDAsMl5GU15GTzMwLDg4MF5BUU4sMTIsMTJeRkRHTFMgVFJBQ0tJTkcgTlVNQkVSXkZTXkZPMzAwLDg4MF5BUU4sMTIsMTJeRkRFWjAxQkNDM1MwMDAwMDQxNzU5MF5GU15BUE4sMTIsMTBeRk8zMCw5MTVeQlkyXkJDTiw5MCxOLE4sTl5GREVaMDFCQ0MzUzAwMDAwNDE3NTkwXkZTXkZPNTUwLDEwMDBeQTBOLDIwLDIwXkZEMDgvMDkvMjQgMDY6MzggQU1eRlNeRk82MDAsNzQwXkFQTiwxMiwxMCxeRkRHTFMgVFJBQ0tJTkcgTlVNQkVSXkZTXkZPNjAwLDc2MF5BUE4sMTIsMTAsXkZERVowMUJDQzNTMDAwMDA0MTc1OTBeRlNeRk82MDAsODIwXkFQTiwxMiwxMCxeRkRHTFMgVFJBQ0tJTkcgTlVNQkVSXkZTXkZPNjAwLDg0MF5BUE4sMTIsMTAsXkZERVowMUJDQzNTMDAwMDA0MTc1OTBeRlNeWFo=\"\n}"},{"id":"57386055-dc89-48af-93fe-11cd848f1c98","name":"Create Shipment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shipment\": {\r\n        \"to_address\": {\r\n            \"name\": \"John Doe\",\r\n            \"street1\": \"7000 Coliseum Way\",\r\n            \"street2\": \"\",\r\n            \"city\": \"Oakland\",\r\n            \"state\": \"CA\",\r\n            \"zip\": \"94621\",\r\n            \"country\": \"US\",\r\n            \"phone\": \"5555551234\",\r\n            \"email\": \"example@email.com\"\r\n        },\r\n        \"from_address\": {\r\n            \"name\": \"Shipping Company Name\",\r\n            \"street1\": \"1253 W 66th St\",\r\n            \"street2\": \"\",\r\n            \"city\": \"Los Angeles\",\r\n            \"state\": \"CA\",\r\n            \"zip\": \"90044\",\r\n            \"country\": \"US\",\r\n            \"phone\": \"5555551234\",\r\n            \"email\": \"example@email.com\"\r\n        },\r\n        \"item\": {\r\n            \"piece_count\": 1,\r\n            \"package_weight\": 30,\r\n            \"weight_unit\": \"lb\",\r\n            \"length\": 5,\r\n            \"width\": 5,\r\n            \"height\": 5,\r\n            \"description\": \"Clothing\"\r\n        }\r\n    },\r\n    \"instructions\": \"Leave at front door\",\r\n    \"pickup_at\": \"2024-03-30T17:30:30Z\",\r\n    \"service_name\": \"ClearJet Express\",\r\n    \"label_format\": \"ZPL\",\r\n    \"Reference1\": \"Optional Text\",\r\n    \"Reference2\": \"Optional Text\",\r\n    \"Reference3\": \"Optional Text\",\r\n    \"Reference4\": \"Optional Text\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/wf/shipment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 09 Aug 2024 13:39:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Bubble-Perf","value":"{\"total\":2379.5,\"percents\":{\"top\":{\"bubble_cpu\":19.5,\"block\":80.3,\"capacity_rl\":0,\"other_pause\":0,\"pre_fiber\":0.2},\"sub\":{\"pp_userdb\":3.1,\"pp_wait_userdb\":0.1,\"http_request\":70.3,\"serverjson\":7.2,\"appserver_cache_misses_time\":0,\"redis\":16.3,\"fiber_queue\":0.2,\"capacity_wait\":0}},\"counts\":{\"pp_userdb\":24,\"http_request\":4,\"derived_build\":0,\"derived_cache_attempts\":3,\"derived_cache_memory_misses\":3,\"serverjson\":176,\"appserver_cache_attempts\":3,\"appserver_mem_cache_hits\":0,\"appserver_cache_hits\":3,\"appserver_cache_misses\":0,\"redis\":209,\"fiber_queue\":243,\"blocks\":242},\"misc\":{\"userdb_results\":35,\"userdb_data\":19420,\"spent_time\":94504898}}"},{"key":"X-Bubble-Capacity-Used","value":"1.454 unit-seconds used"},{"key":"X-Bubble-Capacity-Limit","value":"0 ms slower"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8b0827076f699c61-IAD"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"tracking_id\": \"CJ43416047\",\n    \"tracking_url\": \"https://cleartrk.com/version-test?tracking_id=CJ43416047\",\n    \"tracking_code\": \"EZ01BCC3S00000417592\",\n    \"rate\": {\n        \"carrier\": \"ClearJet\",\n        \"service\": \"ClearJet Express\",\n        \"amount\": \"13.37\"\n    },\n    \"shipping_label_url\": \"https://easypost-files.s3.us-west-2.amazonaws.com/files/postage_label/20240809/e8fed790e5c44f474197121f423e641fb1.zpl\",\n    \"shipping_label_base64\": \"XlhBXkxSTl5QT0leQ0kyOF5GTzYyMCwxMF5BVU4sMTAwLDgwXkZER0xTXkZTXkZPNjIwLDEyMF5HQjE4MCwsMTAwXkZTXkZPNjIwLDExMF5BVU4sMTAwLDgwXkZSXkZEQ1BTXkZTXkZPNjIwLDIzMF5BVU4sNDUsMjBeRkRTMTA1NTJCIF5GU15GTzI0MCwxMjBeQTBOLDMwLDMwXkZEMTEzODU5XkZTXkZPMzAsMzBeQTBOLDE4LDE4XkZEQ09MRFdBVEVSIENSRUVLXkZTXkZPMzAsNTBeQTBOLDE4LDE4XkZEV09STEQgV0FZXkZTXkZPMzAsNzBeQTBOLDE4LDE4XkZEMV5GU15GTzMwLDkwXkEwTiwxOCwxOF5GRExPUyBBTkdFTEVTIENBIDkwMDQ1XkZTXkZPMzAsMTIwXkFQTiwzMCwyNV5GRFNISVAgVE9eRlNeRk8zNSwxNjVeQTBOLDIyLDIyXkZESk9ITiBET0VeRlNeRk8zNSwyMDBeQTBOLDIyLDIyXkZEXkZTXkZPMzUsMjM1XkEwTiwyMiwyMl5GRDcwMDAgQ09MSVNFVU0gV0FZXkZTXkZPMzUsMjY1XkEwTiwyMiwyMl5GRF5GU15GTzM1LDMwMF5BME4sNTAsNDVeRkRPQUtMQU5EIENBIDk0NjIxXkZTIF5GTzIwLDM1MF5HQjgwMCwwLDJeRlNeQVBOLDEyLDEwXkZPMTUwLDM2MF5CWTNeQkNOLDIwMCxOLE4sTl5GREMxfDEzODY5MTY5XkZTXkZPMzUwLDU3MF5BME4sMzAsMjBeRkQxMzg2OTE2OV5GU15GTzIwLDY5MF5HQjgwMCwwLDJeRlNeRk8zMCw1ODVeQVBOLDEyMCw4NV5GREhBWSBDQTk0NS1SUTJeRlNeRk8zMCw3MDBeQVFOLDEyLDEwXkZEQy5PLkQuICAgIDogMC4wMF5GU15GTzI0NSw3MDBeQVFOLDEyLDEwXkZEV2d0IDogMzBeRlNeRk8zMCw3MzBeQVFOLDEyLDEwXkZEUmVmLiAjICAgICA6IGxlYXZlIGF0IGZyb250IGRvb3JeRlNeRk8zMCw4NDVeQVFOLDEyLDEwXkZEU2lnbiBUeXBlIDogTk9UIFJFUVVJUkVEXkZTXkZPMjAsODc1XkdCNTAwLDAsMl5GU15GTzMwLDg4MF5BUU4sMTIsMTJeRkRHTFMgVFJBQ0tJTkcgTlVNQkVSXkZTXkZPMzAwLDg4MF5BUU4sMTIsMTJeRkRFWjAxQkNDM1MwMDAwMDQxNzU5Ml5GU15BUE4sMTIsMTBeRk8zMCw5MTVeQlkyXkJDTiw5MCxOLE4sTl5GREVaMDFCQ0MzUzAwMDAwNDE3NTkyXkZTXkZPNTUwLDEwMDBeQTBOLDIwLDIwXkZEMDgvMDkvMjQgMDY6MzkgQU1eRlNeRk82MDAsNzQwXkFQTiwxMiwxMCxeRkRHTFMgVFJBQ0tJTkcgTlVNQkVSXkZTXkZPNjAwLDc2MF5BUE4sMTIsMTAsXkZERVowMUJDQzNTMDAwMDA0MTc1OTJeRlNeRk82MDAsODIwXkFQTiwxMiwxMCxeRkRHTFMgVFJBQ0tJTkcgTlVNQkVSXkZTXkZPNjAwLDg0MF5BUE4sMTIsMTAsXkZERVowMUJDQzNTMDAwMDA0MTc1OTJeRlNeWFo=\"\n}"}],"_postman_id":"9cb163f7-c5dd-4c08-900a-471a954562e3"},{"name":"Create Container Manifest","id":"a4090900-5f9f-42e0-887e-084eb938c3e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ManifestDate\": \"2024-08-02T00:00:00Z\",\r\n  \"ServiceName\": \"AirSkip\",\r\n  \"FromName\": \"John Doe\",\r\n  \"FromCompany\": \"Shipping Company Name\",\r\n  \"FromPhone\": \"+1111119999\",\r\n  \"FromEmail\": \"example@email.com\",\r\n  \"FromAddress1\": \"address line 1\",\r\n  \"FromAddress2\": \"address line 2\",\r\n  \"FromCity\": \"Los Angeles\",\r\n  \"FromState\": \"ON\",\r\n  \"FromPostalCode\": \"90044\",\r\n  \"FromCountry\": \"CA\",\r\n  \"FromTerminal\": \"ORD\",\r\n  \"ToTerminal\": \"LAX\",\r\n  \"Consignee\": \"Red\",\r\n  \"SortCode\": \"LAX_EWR_CDL_GROUND\",\r\n  \"FinalMileCarrier\": \"UPS\",\r\n  \"ContainerID\": \"12345\",\r\n  \"ContainerCount\": 2,\r\n  \"Container Weight\": 7,\r\n  \"Container Name\": 2,\r\n  \"ContainerLength\": 2,\r\n  \"ContainerWidth\": 5,\r\n  \"ContainerHeight\": 6,\r\n  \"ShipmentDescription\": \"text\",\r\n  \"AWB\": \"01612245678\",\r\n  \"Reference1\": \"#1111--22-33\",\r\n  \"Reference2\": \"#order-12345\",\r\n  \"Reference3\": \"SS01-158532\",\r\n  \"Reference4\": \"B1009\",\r\n  \"ContainerDetails\": [\r\n      {\r\n      \"TrackingNumber\": \"1ZX87W790398226211\",\r\n      \"PackageWeight\": 5,\r\n      \"PackageWeightUnit\": \"lb\",\r\n      \"PackageSizeLength\": 1.1,\r\n      \"PackageSizeWidth\": 1.2,\r\n      \"PackageSizeHeight\": 1,\r\n      \"ToName\": \"Jane Doe\",\r\n      \"ToPhone\": \"2148888888\",\r\n      \"ToEmail\": \"example@email.com\",\r\n      \"ToAddress1\": \"Address 1\",\r\n      \"ToAddress2\": \"Address 2\",\r\n      \"ToCity\": \"Dallas\",\r\n      \"ToState\": \"TX\",\r\n      \"ToPostalCode\": \"75244\",\r\n      \"ToCountry\": \"US\"\r\n      }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/wf/manifest","description":"<h3 id=\"create-a-container-manifest\">Create a Container Manifest</h3>\n<p>This API allows clients to submit a list of container level shipments typically one to three days before the planned date of operation. The main endpoint processes container information based on the manifest date which signifies the date that ClearJet takes possession of the package. The API response returns a success message and a Manifest ID upon successful processing.</p>\n<p>Note: A container is a Air Cargo approved box or container that is overpacked with indvidual packages.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>ManifestDate</code> (string, required): Date in ISO 8601 format that shipments will be transferred to ClearJet.</p>\n</li>\n<li><p><code>ServiceName</code> (string, required): The name of the service for the shipment.</p>\n</li>\n<li><p><code>FromName</code> (string, optional): The name of the sender.</p>\n</li>\n<li><p><code>FromCompany</code> (string, required): The company name of the sender.</p>\n</li>\n<li><p><code>FromPhone</code> (string, optional): The phone number of the sender.</p>\n</li>\n<li><p><code>FromEmail</code> (string, optional): The email address of the sender.</p>\n</li>\n<li><p><code>FromAddress1</code> (string, optional): The address line 1 of the sender.</p>\n</li>\n<li><p><code>FromAddress2</code> (string, optional): The address line 2 of the sender.</p>\n</li>\n<li><p><code>FromCity</code> (string, optional): The city of the sender.</p>\n</li>\n<li><p><code>FromState</code> (string, optional): The state of the sender.</p>\n</li>\n<li><p><code>FromPostalCode</code> (string, optional): The postal code of the sender.</p>\n</li>\n<li><p><code>FromCountry</code> (string, optional): The country of the sender.</p>\n</li>\n<li><p><code>FromTerminal</code> (string, optional): The terminal of the sender.</p>\n</li>\n<li><p><code>ToTerminal</code> (string, optional): The terminal of the recipient.</p>\n</li>\n<li><p><code>Consignee</code> (string, optional): The name of the recipient.</p>\n</li>\n<li><p><code>SortCode</code> (string, optional): The sort code for the shipment.</p>\n</li>\n<li><p><code>FinalMileCarrier</code> (string, optional): The final mile carrier for the shipment.</p>\n</li>\n<li><p><code>ContainerID</code> (string, required): The ID of the container.</p>\n</li>\n<li><p><code>ContainerCount</code> (string, optional): The count of containers.</p>\n</li>\n<li><p><code>Container Weight</code> (number, optional): The weight of the container with packages in pounds.</p>\n</li>\n<li><p><code>Container Name</code> (string, optional): The name of the container.</p>\n</li>\n<li><p><code>ContainerLength</code> (number, required): The length of the container in inches up to 2 decimals.</p>\n</li>\n<li><p><code>ContainerWidth</code> (number, required): The width of the container in inches up to 2 decimals.</p>\n</li>\n<li><p><code>ContainerHeight</code> (number, required): The height of the container in inches up to 2 decimals.</p>\n</li>\n<li><p><code>ShipmentDescription</code> (string, required): The description of the shipment.</p>\n</li>\n<li><p><code>AWB</code> (string, optional): Air Waybill number including three digit airline code prefix.</p>\n</li>\n<li><p><code>Reference1</code> (string, optional): Additional reference information.</p>\n</li>\n<li><p><code>Reference2</code> (string, optional): Additional reference information.</p>\n</li>\n<li><p><code>Reference3</code> (string, optional): Additional reference information.</p>\n</li>\n<li><p><code>ContainerDetails</code> (array, optional)</p>\n<ul>\n<li><p><code>TrackingNumber</code>(string, optional)</p>\n</li>\n<li><p><code>PackageWeight</code>(number, optional)</p>\n</li>\n<li><p><code>PackageWeightUnit</code>(string, optional)</p>\n</li>\n<li><p><code>PackageSizeLength</code> (number, optional)</p>\n</li>\n<li><p><code>PackageSizeWidth</code> (number, optional)</p>\n</li>\n<li><p><code>PackageSizeHeight</code> (number, optional)</p>\n</li>\n<li><p><code>ToName</code> (string, optional)</p>\n</li>\n<li><p><code>ToPhone</code> (string, optional)</p>\n</li>\n<li><p><code>ToEmail</code> (string, optional)</p>\n</li>\n<li><p><code>ToAddress1</code> (string, optional)</p>\n</li>\n<li><p><code>ToAddress2</code> (string, optional)</p>\n</li>\n<li><p><code>ToCity</code> (string, optional)</p>\n</li>\n<li><p><code>ToState</code> (string, optional)</p>\n</li>\n<li><p><code>ToPostalCode</code> (string, optional)</p>\n</li>\n<li><p><code>ToCountry</code> (string, optional)</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["version-test","api","1.1","wf","manifest"],"host":["os","clearjet","com"],"query":[],"variable":[]}},"response":[{"id":"00466286-11ff-41a5-bc13-a501c2c3a1e2","name":"CJ create manifest","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ManifestDate\": \"2024-08-02T00:00:00Z\",\r\n  \"ServiceName\": \"AirSkip\",\r\n  \"FromName\": \"John Doe\",\r\n  \"FromCompany\": \"Shipping Company Name\",\r\n  \"FromPhone\": \"+1111119999\",\r\n  \"FromEmail\": \"example@email.com\",\r\n  \"FromAddress1\": \"address line 1\",\r\n  \"FromAddress2\": \"address line 2\",\r\n  \"FromCity\": \"Los Angeles\",\r\n  \"FromState\": \"ON\",\r\n  \"FromPostalCode\": \"90044\",\r\n  \"FromCountry\": \"CA\",\r\n  \"FromTerminal\": \"ORD\",\r\n  \"ToTerminal\": \"LAX\",\r\n  \"Consignee\": \"Red\",\r\n  \"SortCode\": \"LAX_EWR_CDL_GROUND\",\r\n  \"FinalMileCarrier\": \"UPS\",\r\n  \"ContainerID\": \"1234\",\r\n  \"ContainerCount\": 2,\r\n  \"Container Weight\": 7,\r\n  \"Container Name\": 2,\r\n  \"ContainerLength\": 2,\r\n  \"ContainerWidth\": 5,\r\n  \"ContainerHeight\": 6,\r\n  \"ShipmentDescription\": \"text\",\r\n  \"AWB\": \"01612245678\",\r\n  \"Reference1\": \"#1111--22-33\",\r\n  \"Reference2\": \"#order-1234\",\r\n  \"Reference3\": \"SS01-158532\",\r\n  \"Reference4\": \"B1009\",\r\n  \"ContainerDetails\": [\r\n      {\r\n      \"TrackingNumber\": \"1ZX87W790398226211\",\r\n      \"PackageWeight\": 5,\r\n      \"PackageWeightUnit\": \"lb\",\r\n      \"PackageSizeLength\": 1.1,\r\n      \"PackageSizeWidth\": 1.2,\r\n      \"PackageSizeHeight\": 1,\r\n      \"ToName\": \"Jane Doe\",\r\n      \"ToPhone\": \"2148888888\",\r\n      \"ToEmail\": \"example@email.com\",\r\n      \"ToAddress1\": \"Address 1\",\r\n      \"ToAddress2\": \"Address 2\",\r\n      \"ToCity\": \"Dallas\",\r\n      \"ToState\": \"TX\",\r\n      \"ToPostalCode\": \"75244\",\r\n      \"ToCountry\": \"US\"\r\n      }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/wf/manifest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Aug 2024 06:48:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Bubble-Perf","value":"{\"total\":300.7,\"percents\":{\"top\":{\"bubble_cpu\":63.8,\"block\":35.2,\"capacity_rl\":0,\"other_pause\":0,\"pre_fiber\":0.2},\"sub\":{\"pp_userdb\":6.3,\"pp_wait_userdb\":0,\"http_request\":0,\"serverjson\":18.9,\"appserver_cache_misses_time\":0,\"redis\":83.4,\"fiber_queue\":1.7,\"capacity_wait\":0}},\"counts\":{\"pp_userdb\":5,\"http_request\":0,\"derived_build\":0,\"derived_cache_attempts\":3,\"derived_cache_memory_misses\":1,\"serverjson\":46,\"appserver_cache_attempts\":1,\"appserver_mem_cache_hits\":0,\"appserver_cache_hits\":1,\"appserver_cache_misses\":0,\"redis\":66,\"fiber_queue\":74,\"blocks\":73},\"misc\":{\"userdb_results\":8,\"userdb_data\":9054,\"spent_time\":34766773}}"},{"key":"X-Bubble-Capacity-Used","value":"0.535 unit-seconds used"},{"key":"X-Bubble-Capacity-Limit","value":"0 ms slower"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8b26c206c85c2009-IAD"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": \"true\",\n    \"ManifestID\": \"1723531690494x863263286564095500\"\n}"},{"id":"a0c3f2f8-51f2-4057-8d76-7c541bbcc6dd","name":"Create manifest","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ManifestDate\": \"07/08/2024\",\r\n  \"ServiceName\": \"AirSkip\",\r\n  \"FromName\": \"John Doe\",\r\n  \"FromCompany\": \"Shipping Company Name\",\r\n  \"FromPhone\": \"+1111119999\",\r\n  \"FromEmail\": \"example@email.com\",\r\n  \"FromAddress1\": \"address line 1\",\r\n  \"FromAddress2\": \"address line 2\",\r\n  \"FromCity\": \"Los Angeles\",\r\n  \"FromState\": \"ON\",\r\n  \"FromPostalCode\": \"90044\",\r\n  \"FromCountry\": \"CA\",\r\n  \"FromTerminal\": \"ORD\",\r\n  \"ToTerminal\": \"LAX\",\r\n  \"Consignee\": \"Red\",\r\n  \"SortCode\": \"LAX_EWR_CDL_GROUND\",\r\n  \"FinalMileCarrier\": \"UPS\",\r\n  \"ContainerID\": \"1234\",\r\n  \"ContainerCount\": 2,\r\n  \"Container Weight\": 7,\r\n  \"Container Name\": 2,\r\n  \"ContainerLength\": 2,\r\n  \"ContainerWidth\": 5,\r\n  \"ContainerHeight\": 6,\r\n  \"ShipmentDescription\": \"text\",\r\n  \"AWB\": \"01612245678\",\r\n  \"Reference1\": \"#1111--22-33\",\r\n  \"Reference2\": \"#order-1234\",\r\n  \"Reference3\": \"SS01-158532\",\r\n  \"Reference4\": \"B1009\",\r\n  \"ContainerDetails\": [\r\n      {\r\n      \"TrackingNumber\": \"1ZX87W790398226211\",\r\n      \"PackageWeight\": 5,\r\n      \"PackageWeightUnit\": \"lb\",\r\n      \"PackageSizeLength\": 1.1,\r\n      \"PackageSizeWidth\": 1.2,\r\n      \"PackageSizeHeight\": 1,\r\n      \"ToName\": \"Jane Doe\",\r\n      \"ToPhone\": \"2148888888\",\r\n      \"ToEmail\": \"example@email.com\",\r\n      \"ToAddress1\": \"Address 1\",\r\n      \"ToAddress2\": \"Address 2\",\r\n      \"ToCity\": \"Dallas\",\r\n      \"ToState\": \"TX\",\r\n      \"ToPostalCode\": \"75244\",\r\n      \"ToCountry\": \"US\"\r\n      }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/wf/manifest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Aug 2024 06:49:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Bubble-Perf","value":"{\"total\":323.7,\"percents\":{\"top\":{\"bubble_cpu\":63.7,\"block\":35.1,\"capacity_rl\":0,\"other_pause\":0,\"pre_fiber\":0.2},\"sub\":{\"pp_userdb\":7.4,\"pp_wait_userdb\":0,\"http_request\":0,\"serverjson\":17.7,\"appserver_cache_misses_time\":0,\"redis\":82.7,\"fiber_queue\":0.5,\"capacity_wait\":0}},\"counts\":{\"pp_userdb\":6,\"http_request\":0,\"derived_build\":0,\"derived_cache_attempts\":2,\"derived_cache_memory_misses\":2,\"serverjson\":46,\"appserver_cache_attempts\":1,\"appserver_mem_cache_hits\":0,\"appserver_cache_hits\":1,\"appserver_cache_misses\":0,\"redis\":73,\"fiber_queue\":82,\"blocks\":81},\"misc\":{\"userdb_results\":8,\"userdb_data\":9054,\"spent_time\":37945999}}"},{"key":"X-Bubble-Capacity-Used","value":"0.584 unit-seconds used"},{"key":"X-Bubble-Capacity-Limit","value":"0 ms slower"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8b26c3bc5afe3b8c-IAD"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": \"true\",\n    \"ManifestID\": \"1723531760362x379709630781957200\"\n}"}],"_postman_id":"a4090900-5f9f-42e0-887e-084eb938c3e7"},{"name":"Create Package Manifest","id":"d224fe70-65ff-4600-8afd-d3a0e509794a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"package\": {\n        \"TrackingNumber\": \"1ZX87W790398226211\",\n        \"ManifestDate\": \"2024-08-30T17:30:30Z\",\n        \"ServiceName\": \"AirSkip\",\n        \"FromCompany\": \"Fashion\",\n        \"FromAddress1\": \"address line 1\",\n        \"FromCity\": \"Missisauga\",\n        \"FromState\": \"ON\",\n        \"FromPostalCode\": \"L5T 2H7\",\n        \"FromCountry\": \"CA\",\n        \"ToPostalCode\": \"99361\",\n        \"ShipmentDescription\": \"text\",\n        \"PackageSizeLength\": 0,\n        \"PackageSizeWidth\": 0,\n        \"PackageSizeHeight\": 0,\n        \"PackageWeight\": 5,\n        \"PackageWeightUnit\": \"lb\"\n    }\n}\n"},"url":"https://os.clearjet.com/version-test/api/1.1/wf/package","description":"<h4 id=\"overview\">Overview</h4>\n<p>This API allows clients to submit package level details for sorting and shipping. The main endpoint processes package information based on the manifest date which signifies the date that ClearJet takes possession of the package. The API response returns a success message upon successful processing. Additionally, a webhook can be triggered to notify the customer with detailed information if a webhook has been created.</p>\n<h3 id=\"common-request-fields\">Common Request Fields</h3>\n<p>All users must include the following fields in their requests. Only one object is allowed per request:</p>\n<h4 id=\"required-fields\">Required Fields</h4>\n<ul>\n<li><p><code>TrackingNumber</code> (string): Unique identifier for the package.</p>\n</li>\n<li><p><code>FinalMileCarrier</code> (string): Final mile carrier name.</p>\n</li>\n<li><p><code>ManifestDate</code> (string, ISO 8601 format): Date that shipments will be transferred to ClearJet.</p>\n</li>\n<li><p><code>ServiceName</code> (string): Name of the shipping service.</p>\n</li>\n<li><p><code>FromCompany</code> (string): Name of the company sending the package.</p>\n</li>\n<li><p><code>FromAddress1</code> (string): Address line 1 of the sender.</p>\n</li>\n<li><p><code>FromCity</code> (string): City of the sender.</p>\n</li>\n<li><p><code>FromState</code> (string): State of the sender.</p>\n</li>\n<li><p><code>FromPostalCode</code> (string, five digit format): Postal code of the sender.</p>\n</li>\n<li><p><code>FromCountry</code> (string): Country of the sender.</p>\n</li>\n<li><p><code>ToPostalCode</code> (string, five digit format): Postal code of the recipient.</p>\n</li>\n<li><p><code>ShipmentDescription</code> (string): Description of the shipment.</p>\n</li>\n<li><p><code>PackageSizeLength</code> (number): Length of the package in inches.</p>\n</li>\n<li><p><code>PackageSizeWidth</code> (number): Width of the package inches.</p>\n</li>\n<li><p><code>PackageSizeHeight</code> (number): Height of the package inches.</p>\n</li>\n<li><p><code>PackageWeight</code> (number): Weight of the package.</p>\n</li>\n<li><p><code>PackageWeightUnit</code> (string): Unit of the weight (lb or kg).</p>\n</li>\n</ul>\n<h4 id=\"optional-fields\">Optional Fields</h4>\n<ul>\n<li><p><code>FromName</code> (string): Name of the sender.</p>\n</li>\n<li><p><code>FromPhone</code> (string): Phone number of the sender.</p>\n</li>\n<li><p><code>FromEmail</code> (string): Email address of the sender.</p>\n</li>\n<li><p><code>FromAddress2</code> (string): Address line 2 of the sender.</p>\n</li>\n<li><p><code>FromTerminal</code> (string): Terminal of the sender.</p>\n</li>\n<li><p><code>ToTerminal</code> (string): Terminal of the recipient.</p>\n</li>\n<li><p><code>Consignee</code> (string): Name of the consignee.</p>\n</li>\n<li><p><code>SortCode</code> (string): Sorting code specific to merchant.</p>\n</li>\n<li><p><code>ToName</code> (string): Name of the recipient.</p>\n</li>\n<li><p><code>ToPhone</code> (string): Phone number of the recipient.</p>\n</li>\n<li><p><code>ToEmail</code> (string): Email address of the recipient.</p>\n</li>\n<li><p><code>ToAddress1</code> (string): Address line 1 of the recipient.</p>\n</li>\n<li><p><code>ToAddress2</code> (string): Address line 2 of the recipient.</p>\n</li>\n<li><p><code>ToCity</code> (string): City of the recipient.</p>\n</li>\n<li><p><code>ToState</code> (string): State of the recipient.</p>\n</li>\n<li><p><code>ToCountry</code> (string): Country of the recipient.</p>\n</li>\n<li><p><code>ContainerID</code> (string): Container identifier.</p>\n</li>\n<li><p><code>ContainerCount</code> (number): Number of containers.</p>\n</li>\n<li><p><code>ContainerWeight</code> (number): Weight of the container.</p>\n</li>\n<li><p><code>ContainerName</code> (string): Name of the container.</p>\n</li>\n<li><p><code>ContainerLength</code> (number): Length of the container in inches.</p>\n</li>\n<li><p><code>ContainerWidth</code> (number): Width of the container in inches.</p>\n</li>\n<li><p><code>ContainerHeight</code> (number): Height of the container in inches.</p>\n</li>\n<li><p><code>AWB</code> (string, 11 digit format): Air Waybill number including three digit airline code prefix in format.</p>\n</li>\n<li><p><code>Reference1</code> (string): Additional reference information.</p>\n</li>\n<li><p><code>Reference2</code> (string): Additional reference information.</p>\n</li>\n<li><p><code>Reference3</code> (string): Additional reference information.</p>\n</li>\n<li><p><code>Reference4</code> (string): Additional reference information.</p>\n</li>\n</ul>\n<h3 id=\"webhook-notification\">Webhook Notification</h3>\n<p>If a webhook has been created for the customer, a notification will be sent to the specified address containing the following information:</p>\n<ul>\n<li><p><code>manifest_id</code> (string): Unique identifier for the manifest.</p>\n</li>\n<li><p><code>package_count</code> (integer): Number of packages processed.</p>\n</li>\n<li><p><code>tracking_numbers</code> (array of strings): List of tracking numbers of the packages.</p>\n</li>\n</ul>\n<p><strong>Example Webhook Payload:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"manifest_id\": \"manifest_123456\",\n    \"package_count\": 2,\n    \"tracking_numbers\": [\n        \"1ZX87W790398226211\",\n        \"1ZX87W790398226212\"\n    ]\n}\n\n</code></pre>\n<h3 id=\"webhook-setup\">Webhook Setup</h3>\n<p>To set up a webhook for receiving notifications, the customer must create a webhook specific for package sorting events. This webhook is separate from the existing tracking webhook in the system.</p>\n<h3 id=\"important-notes\">Important Notes</h3>\n<ul>\n<li><p>The sorting service will process packages based on the <code>ManifestDate</code> provided for general requests.</p>\n</li>\n<li><p>Ensure all mandatory fields are included in the request.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["version-test","api","1.1","wf","package"],"host":["os","clearjet","com"],"query":[],"variable":[]}},"response":[{"id":"70d03bb4-54db-43ab-bddb-7ddc7054561d","name":"package","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"package\": {\n        \"TrackingNumber\": \"1ZX87W790398226211\",\n        \"ManifestDate\": \"2024-08-30T17:30:30Z\",\n        \"ServiceName\": \"AirSkip\",\n        \"FromCompany\": \"Fashion\",\n        \"FromAddress1\": \"address line 1\",\n        \"FromCity\": \"Missisauga\",\n        \"FromState\": \"ON\",\n        \"FromPostalCode\": \"L5T 2H7\",\n        \"FromCountry\": \"CA\",\n        \"ToPostalCode\": \"99361\",\n        \"ShipmentDescription\": \"text\",\n        \"PackageSizeLength\": 0,\n        \"PackageSizeWidth\": 0,\n        \"PackageSizeHeight\": 0,\n        \"PackageWeight\": 5,\n        \"WeightUnit\": \"lb\"\n    }\n}\n","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/wf/package"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"IsSuccess\": true\n}"}],"_postman_id":"d224fe70-65ff-4600-8afd-d3a0e509794a"},{"name":"Tracking","id":"12ebcdb0-e002-4e83-8483-4d8221757b78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"tracking_id\": \"CJ98745048\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/wf/tracking","description":"<p>This HTTP POST request is used to track a workflow using ClearJet's tracking ID. The request should include a JSON payload with the tracking ID.</p>\n<p>Upon successful execution, the response will include the latest status along with the historical list of events related to the tracking ID. Available statuses are configurable and available upon request. The date/time returned is UTC+0.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>tracking_id</code>: (string) The tracking ID for the workflow.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["version-test","api","1.1","wf","tracking"],"host":["os","clearjet","com"],"query":[],"variable":[]}},"response":[{"id":"9086eec3-f00a-42fe-b028-79b1820cb62f","name":"Tracking","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"tracking_id\": \"CJ98745048\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/wf/tracking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 09 Aug 2024 12:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Bubble-Perf","value":"{\"total\":130.2,\"percents\":{\"top\":{\"bubble_cpu\":52.2,\"block\":47.1,\"capacity_rl\":0,\"other_pause\":0,\"pre_fiber\":0.7},\"sub\":{\"pp_userdb\":33,\"pp_wait_userdb\":0,\"http_request\":0,\"serverjson\":3.8,\"appserver_cache_misses_time\":0,\"redis\":12.4,\"fiber_queue\":3.8,\"capacity_wait\":0}},\"counts\":{\"pp_userdb\":2,\"http_request\":0,\"derived_build\":0,\"serverjson\":42,\"appserver_cache_attempts\":0,\"appserver_mem_cache_hits\":0,\"appserver_cache_hits\":0,\"appserver_cache_misses\":0,\"redis\":22,\"fiber_queue\":31,\"blocks\":30},\"misc\":{\"userdb_results\":16,\"userdb_data\":11776,\"spent_time\":21184370}}"},{"key":"X-Bubble-Capacity-Used","value":"0.326 unit-seconds used"},{"key":"X-Bubble-Capacity-Limit","value":"0 ms slower"},{"key":"Vary","value":"Accept-Encoding"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8b07e8a6dbf13938-IAD"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Delivered\",\n    \"service\": {\n        \"carrier\": \"ClearJet\",\n        \"service\": \"ClearJet Ground\",\n        \"amount\": \"9.99\"\n    },\n    \"events\": [\n        {\n            \"event\": \"Ordered\",\n            \"datetime\": \"Jul 22, 2024 3:49 pm\"\n        },\n        {\n            \"event\": \"Out For Delivery\",\n            \"datetime\": \"Jul 22, 2024 3:55 pm\"\n        },\n        {\n            \"event\": \"Delivered\",\n            \"datetime\": \"Jul 22, 2024 4:00 pm\"\n        }\n    ]\n}"}],"_postman_id":"12ebcdb0-e002-4e83-8483-4d8221757b78"},{"name":"Webhook","id":"ccfd06e6-cb4f-4df3-b464-539e490b24fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"ClearJet webhook\",\r\n    \"url\": \"example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/wf/webhook","description":"<p>This HTTP Post enables you to submit a receiver URL where ClearJet will send shipment tracking status.</p>\n","urlObject":{"protocol":"https","path":["version-test","api","1.1","wf","webhook"],"host":["os","clearjet","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ccfd06e6-cb4f-4df3-b464-539e490b24fa"},{"name":"Create webhook","id":"66386305-d611-4328-b59e-47f95abb36f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"name\": \"ClearJet webhook Test\",\n        \"url\": \"example.com\",\n        \"webhook_type\": \"tracking\"\n}","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/wf/webhook/","urlObject":{"protocol":"https","path":["version-test","api","1.1","wf","webhook",""],"host":["os","clearjet","com"],"query":[],"variable":[]}},"response":[{"id":"57ca0844-49e1-4270-b39c-8bcbef533257","name":"Create webhook","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"name\": \"ClearJet webhook Test\",\n        \"url\": \"example.com\",\n        \"webhook_type\": \"tracking\"\n}","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/wf/webhook/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"1716400817307x239172326079150300\",\n    \"enable\": true,\n    \"name\": \"ClearJet webhook\",\n    \"url\": \"example.com\",\n    \"webhook_type\": \"tracking\"\n}"}],"_postman_id":"66386305-d611-4328-b59e-47f95abb36f4"},{"name":"Get specific webhook","id":"619bbe7a-f846-414b-a204-17a4d1006f6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://os.clearjet.com/version-test/api/1.1/obj/webhook/[webhook_id]","urlObject":{"protocol":"https","path":["version-test","api","1.1","obj","webhook","[webhook_id]"],"host":["os","clearjet","com"],"query":[],"variable":[]}},"response":[{"id":"aa89d56a-1d00-4e64-8692-9035709cca9a","name":"Get specific webhook","originalRequest":{"method":"GET","header":[],"url":"https://os.clearjet.com/version-test/api/1.1/obj/webhook/1716400817307x239172326079150300"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"response\": {\r\n        \"Modified Date\": \"2024-11-15T14:31:19.170Z\",\r\n        \"Created Date\": \"2024-03-19T13:53:00.480Z\",\r\n        \"Created By\": \"1709667057489x665428290094111900\",\r\n        \"customer\": \"1707314983784x749891893511112700\",\r\n        \"enable\": true,\r\n        \"name\": \"ClearJet webhook\",\r\n        \"url\": \"example.com\",\r\n        \"webhook_type\": \"tracking\",\r\n        \"_id\": \"1716400817307x239172326079150300\"\r\n    }\r\n}"}],"_postman_id":"619bbe7a-f846-414b-a204-17a4d1006f6e"},{"name":"Get all webhooks","id":"32a61c34-b8c9-4fe4-a19c-808c2bc58fca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://os.clearjet.com/version-test/api/1.1/obj/webhook/","urlObject":{"protocol":"https","path":["version-test","api","1.1","obj","webhook",""],"host":["os","clearjet","com"],"query":[],"variable":[]}},"response":[{"id":"d12e5cf9-0724-48bf-970c-dc99e6598faf","name":"Get all webhooks","originalRequest":{"method":"GET","header":[],"url":"https://os.clearjet.com/version-test/api/1.1/obj/webhook/"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"cursor\": 0,\n        \"results\": [\n            {\n                \"Modified Date\": \"2024-11-15T14:31:19.170Z\",\n                \"Created Date\": \"2024-03-19T13:53:00.480Z\",\n                \"Created By\": \"1709667057489x665428290094111900\",\n                \"customer\": \"1707314983784x749891893511112700\",\n                \"enable\": false,\n                \"name\": \"ClearJet webhook\",\n                \"url\": \"example.com\",\n                \"webhook_type\": \"tracking\",\n                \"_id\": \"1716400817307x239172326079150300\"\n            }\n        ],\n        \"count\": 1,\n        \"remaining\": 0\n    }\n}"}],"_postman_id":"32a61c34-b8c9-4fe4-a19c-808c2bc58fca"},{"name":"Update webhook","id":"1b9b1a48-c7c3-475b-8f05-5d1375bc191c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"enable\": false,\n    \"name\": \"ClearJet webhook Test123\",\n    \"url\": \"1example.com\",\n    \"webhook_type\": \"tracking\" \n}","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/obj/webhook/1736420399400x265223876704798300","urlObject":{"protocol":"https","path":["version-test","api","1.1","obj","webhook","1736420399400x265223876704798300"],"host":["os","clearjet","com"],"query":[],"variable":[]}},"response":[{"id":"849676e6-6b2e-4c7a-9bdb-0a142cb95168","name":"Update webhook","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"enable\": false,\n    \"name\": \"ClearJet webhook Test123\",\n    \"url\": \"1example.com\",\n    \"webhook_type\": \"tracking\" \n}","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/obj/webhook/1736420868297x390293148909943940"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 09 Jan 2025 11:07:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Bubble-Perf","value":"{\"total\":65.4,\"percents\":{\"top\":{\"bubble_cpu\":46.5,\"block\":47.1,\"capacity_rl\":0,\"other_pause\":0,\"pre_fiber\":2.5},\"sub\":{\"pp_userdb\":3.1,\"pp_wait_userdb\":1.5,\"http_request\":0,\"serverjson\":40.9,\"appserver_cache_misses_time\":0,\"redis\":38.8,\"fiber_queue\":1.7,\"capacity_wait\":0}},\"counts\":{\"pp_userdb\":1,\"http_request\":0,\"derived_build\":0,\"derived_cache_attempts\":1,\"derived_cache_memory_misses\":1,\"serverjson\":26,\"appserver_cache_attempts\":1,\"appserver_mem_cache_hits\":0,\"appserver_cache_hits\":1,\"appserver_cache_misses\":0,\"redis\":29,\"fiber_queue\":34,\"blocks\":33},\"misc\":{\"userdb_results\":1,\"userdb_data\":371,\"spent_time\":4567532}}"},{"key":"X-Bubble-Capacity-Used","value":"0.07 unit-seconds used"},{"key":"X-Bubble-Capacity-Limit","value":"0 ms slower"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8ff3f770ce4dec4b-DME"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1b9b1a48-c7c3-475b-8f05-5d1375bc191c"},{"name":"Delete webhook","id":"3fb64adb-e8fb-49a3-96ea-1d84726f1358","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/obj/webhook/1736420204882x945659296933555700","urlObject":{"protocol":"https","path":["version-test","api","1.1","obj","webhook","1736420204882x945659296933555700"],"host":["os","clearjet","com"],"query":[],"variable":[]}},"response":[{"id":"056dd54f-1277-4773-b3e1-0ff0aa3a1256","name":"Delete webhook","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://os.clearjet.com/version-test/api/1.1/obj/webhook/1736420868297x390293148909943940"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 09 Jan 2025 11:08:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Bubble-Perf","value":"{\"total\":43.8,\"percents\":{\"top\":{\"bubble_cpu\":51,\"block\":47.3,\"capacity_rl\":0,\"other_pause\":0,\"pre_fiber\":1.5},\"sub\":{\"pp_userdb\":11.4,\"pp_wait_userdb\":0,\"http_request\":0,\"serverjson\":11.1,\"appserver_cache_misses_time\":0,\"redis\":24,\"fiber_queue\":0.5,\"capacity_wait\":0}},\"counts\":{\"pp_userdb\":1,\"http_request\":0,\"derived_build\":0,\"serverjson\":16,\"appserver_cache_attempts\":0,\"appserver_mem_cache_hits\":0,\"appserver_cache_hits\":0,\"appserver_cache_misses\":0,\"redis\":13,\"fiber_queue\":17,\"blocks\":16},\"misc\":{\"userdb_results\":0,\"userdb_data\":0,\"spent_time\":4350697}}"},{"key":"X-Bubble-Capacity-Used","value":"0.067 unit-seconds used"},{"key":"X-Bubble-Capacity-Limit","value":"0 ms slower"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8ff3f7f52de8ec4b-DME"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3fb64adb-e8fb-49a3-96ea-1d84726f1358"}],"auth":{"type":"bearer","bearer":{"basicConfig":[]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"8316d9ef-a17e-485e-acac-333db602d07f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ff07daab-520e-40c7-b2aa-8aa2c1e45c46"}}]}