{"info":{"_postman_id":"15f28174-3cd1-41b1-beb3-afeac9fd900e","name":"Client Onboarding API","description":"<html><head></head><body><p>The Client Onboarding API is for customers to integrate their systems upload images via RESTful APIs. </p>\n<h1 id=\"getting-started\">Getting Started</h1>\n<h1 id=\"access-keys\">Access Keys</h1>\n<p><strong>Access Keys</strong><br>You will need one key to access the API. The key will be provided to you by your Customer Success contact. \nAuthentication is accomplished by setting the <code>x-api-key</code> in the request header. The API is not accessible without these keys.  </p>\n<p><strong>CORS</strong><br>The API currently doesn’t support CORS requests.</p>\n<p><strong>HTTP Methods</strong><br>The API currently supports the POST method. The POST method is used to upload images.</p>\n<p><em><strong>Serialization Formats</strong></em><br>The API supports JSON and multipart form data. </p>\n<h1 id=\"api-responses\">API Responses</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Codes</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Success</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Missing x-api-key header</td>\n</tr>\n<tr>\n<td>401</td>\n<td>Invalid API key</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Invalid URL</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting Started","slug":"getting-started"},{"content":"Access Keys","slug":"access-keys"},{"content":"API Responses","slug":"api-responses"}],"owner":"1621635","collectionId":"15f28174-3cd1-41b1-beb3-afeac9fd900e","publishedId":"RW83Qsfv","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-05-15T17:19:12.000Z"},"item":[{"name":"Image Provider Upload","item":[{"name":"Upload an image without data","id":"0dec751e-3faf-434a-ba65-3229201a3561","request":{"method":"POST","header":[{"key":"x-api-key","value":""}],"body":{"mode":"formdata","formdata":[{"key":"file","value":null,"description":"<p>The image file</p>\n","type":"file"}]},"url":"{{client-onboarding-api}}/rest/v1/api/image/upload","description":"<p>Returns image id</p>\n","urlObject":{"path":["rest","v1","api","image","upload"],"host":["{{client-onboarding-api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0dec751e-3faf-434a-ba65-3229201a3561"},{"name":"Upload an Image with data","id":"14a69084-ec07-4952-a912-1f6e2122d342","request":{"method":"POST","header":[{"key":"x-api-key","value":""}],"body":{"mode":"formdata","formdata":[{"key":"file","value":null,"description":"<p>The image file</p>\n","type":"file"},{"key":"metadata","value":"{ \"marketing\": true, \"upc\": \"12121212121212\", \"uid\": \"DQIFAwcJDA8\" }","description":"<p>The image data</p>\n","type":"text"}]},"url":"{{client-onboarding-api}}/rest/v1/api/image/upload/custom","description":"<p>Returns unique image id </p>\n","urlObject":{"path":["rest","v1","api","image","upload","custom"],"host":["{{client-onboarding-api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"14a69084-ec07-4952-a912-1f6e2122d342"},{"name":"Upload a salsify payload","id":"c3f7af67-1c3d-4135-8687-f5bbe6579642","request":{"method":"POST","header":[{"key":"x-api-key","value":""}],"body":{"mode":"formdata","formdata":[{"key":"file","value":null,"description":"<p>The image file</p>\n","type":"file"},{"key":"metadata","value":"{ \"marketing\": true, \"upc\": \"12121212121212\", \"uid\": \"DQIFAwcJDA8\" }","description":"<p>The image data</p>\n","type":"text"}]},"url":"{{client-onboarding-api}}/rest/v1/api/image/upload/custom","description":"<p>Returns unique image id </p>\n","urlObject":{"path":["rest","v1","api","image","upload","custom"],"host":["{{client-onboarding-api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3f7af67-1c3d-4135-8687-f5bbe6579642"},{"name":"Create Product","id":"ebdc6ff1-d2bf-44c4-9727-968e52c0b69f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"P3MaPrrwMr3ZkLKj"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"productMetadata\":{\n      \"upc\":\"819077014359\",\n      \"user\":\"wduuqedeestrada@labelinsight.com\",\n      \"userId\":75,\n      \"organization\":12165,\n      \"submissionSource\":\"Daymon FTP\"\n   }\n}"},"url":"{{client-onboarding-api}}/rest/v1/api/products","urlObject":{"path":["rest","v1","api","products"],"host":["{{client-onboarding-api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ebdc6ff1-d2bf-44c4-9727-968e52c0b69f"},{"name":"Upload Product Image","id":"675d2fb3-043c-45a1-a15b-fff305b93332","request":{"method":"POST","header":[{"key":"x-api-key","value":""}],"body":{"mode":"formdata","formdata":[{"key":"file","value":null,"type":"file"}]},"url":"{{client-onboarding-api}}/rest/v1/api/image/upload/<productId>","urlObject":{"path":["rest","v1","api","image","upload","<productId>"],"host":["{{client-onboarding-api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"675d2fb3-043c-45a1-a15b-fff305b93332"}],"id":"58f0dbf3-a8cb-413b-b3ef-147c96b0d34d","description":"<p>Image provider endpoints for sending images with product data</p>\n","_postman_id":"58f0dbf3-a8cb-413b-b3ef-147c96b0d34d"},{"name":"Provided Product Fields","item":[{"name":"Find Provided Product Fields by Variant ID","id":"9d6f26da-fa47-48e3-94ff-46a65bc393ba","request":{"method":"GET","header":[{"key":"x-api-key","value":"apiKey"}],"body":{"mode":"formdata","formdata":[]},"url":"{{enterprise-api}}/organizations/topco/products/{variantId}","description":"<p>Returns a single Product identified by the variant Id.</p>\n","urlObject":{"path":["organizations","topco","products","{variantId}"],"host":["{{enterprise-api}}"],"query":[],"variable":[]}},"response":[{"id":"ee2e68a5-c045-461e-91bf-441fde36773b","name":"Find Provided Product Fields by Variant ID","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"apiKey"}],"body":{"mode":"formdata","formdata":[]},"url":"https://enterprise-onboarding-api.labelinsight.com/organizations/topco/products/{variantId}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"division\": \"string\",\n  \"subDivision\": \"string\",\n  \"category\": \"string\",\n  \"subCategory\": \"string\",\n  \"segment\": \"string\",\n  \"brandTier\": \"string\",\n  \"brandName\": \"string\",\n  \"materialGroup\": \"string\",\n  \"startDate\": \"2018-05-09T21:28:34Z\",\n  \"endDate\": \"2018-05-09T21:28:34Z\"\n}"}],"_postman_id":"9d6f26da-fa47-48e3-94ff-46a65bc393ba"},{"name":"Set Provided Product Fields by Variant ID","id":"03db71e5-fecc-44fc-a511-c9979e9f459b","request":{"method":"PUT","header":[{"key":"x-api-key","value":"apiKey"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"division\": \"string\",\n  \"subDivision\": \"string\",\n  \"category\": \"string\",\n  \"subCategory\": \"string\",\n  \"segment\": \"string\",\n  \"brandTier\": \"string\",\n  \"brandName\": \"string\",\n  \"materialGroup\": \"string\",\n  \"startDate\": \"2018-05-09T21:28:34Z\",\n  \"endDate\": \"2018-05-09T21:28:34Z\"\n}"},"url":"{{enterprise-api}}/organizations/topco/products/{variantId}","description":"<p>Accepts product fields to update the product identified by the variant Id.</p>\n","urlObject":{"path":["organizations","topco","products","{variantId}"],"host":["{{enterprise-api}}"],"query":[],"variable":[]}},"response":[{"id":"70abb4ca-daff-42f5-880a-1bea56d5d623","name":"Set Provided Product Fields by Variant ID","originalRequest":{"method":"PUT","header":[{"key":"x-api-key","value":"apiKey"},{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"division\": \"string\",\n  \"subDivision\": \"string\",\n  \"category\": \"string\",\n  \"subCategory\": \"string\",\n  \"segment\": \"string\",\n  \"brandTier\": \"string\",\n  \"brandName\": \"string\",\n  \"materialGroup\": \"string\",\n  \"startDate\": \"2018-05-09T21:28:34Z\",\n  \"endDate\": \"2018-05-09T21:28:34Z\"\n}"},"url":"https://enterprise-onboarding-api.labelinsight.com/organizations/topco/products/{variantId}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"division\": \"string\",\n  \"subDivision\": \"string\",\n  \"category\": \"string\",\n  \"subCategory\": \"string\",\n  \"segment\": \"string\",\n  \"brandTier\": \"string\",\n  \"brandName\": \"string\",\n  \"materialGroup\": \"string\",\n  \"startDate\": \"2018-05-09T21:28:34Z\",\n  \"endDate\": \"2018-05-09T21:28:34Z\"\n}"}],"_postman_id":"03db71e5-fecc-44fc-a511-c9979e9f459b"}],"id":"b35eb1d9-d12a-425c-be96-6d6575415727","_postman_id":"b35eb1d9-d12a-425c-be96-6d6575415727","description":""},{"name":"Product Upload","item":[{"name":"Upload a product with images and metadata","id":"e0eead86-3d51-4eca-bac9-ff48e8ccec63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{customer-gateway-key}}"}],"body":{"mode":"formdata","formdata":[{"description":"<p>One or more image files</p>\n","key":"files","type":"file","src":["/Users/danieltopp/Desktop/image-two.pdf","/Users/danieltopp/Desktop/image-one.jpg"]},{"key":"json","type":"text","value":"{\"upc\": \"00000123456789\", \"brand\": \"Product Brand\", \"title\": \"Product Title\", \"metaData\": {\"key\": \"value\"}, \"ingredients\": \"ENRICHED FLOUR, WATER, SALT\", \"manufacturer\": \"1222345346347456184920384923084\"}"}]},"url":"{{client-onboarding-api}}/rest/v1/api/product/images","description":"<p>Upload images and metadata associated to a single product.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<p>The body of this request is a multipart/form-data object with two parts: <code>files</code> and <code>json</code>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Part Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>files</code></td>\n<td>Paths to one or more files to upload with the requests.  Accepted file types include <code>.jpg</code>, <code>.jpeg</code>, <code>.png</code>, <code>.pdf</code>, <code>.tif</code>, <code>.tiff</code>, and <code>.eps</code>.  Each file included must have size greater than 0 bytes and a filename with an extension.</td>\n</tr>\n<tr>\n<td><code>json</code></td>\n<td>A string of valid JSON containing additional metadata about the product. These fields are optional but is recommended to include them if possible.  If no metadata is available the <code>json</code> part can be omitted.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"descriptions-of-json-fields\">Descriptions of json fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>upc</code></td>\n<td>The upc of the product.  All valid UPC formats are accepted.</td>\n</tr>\n<tr>\n<td><code>brand</code></td>\n<td>The brand under which the product is marketed and sold.  Should be consistent with the most prominently displayed brand on the packaging.</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>Title of the product. Can be any valid title, including e-commmerce optimized titles or representations from internal PIM systems.</td>\n</tr>\n<tr>\n<td><code>metaData</code></td>\n<td>A JSON object of string key/value pairs containing additional information about the product. Common use cases include internal status codes or additional product information that the uploader would like Label Insight to store for future reference.</td>\n</tr>\n<tr>\n<td><code>ingredients</code></td>\n<td>The ingredient string for the product as it appears on-package.</td>\n</tr>\n<tr>\n<td><code>manufacturerId</code></td>\n<td>An internal code used to identify the product within the uploader's organization. Providing this code allows Label Insight to display it in our platform for better product tracking and helps us differentiate between different packaging versions with the same UPC.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["rest","v1","api","product","images"],"host":["{{client-onboarding-api}}"],"query":[],"variable":[]}},"response":[{"id":"5788a0b9-e19b-402e-b55b-6178804aaaa7","name":"Upload a product with images and metadata","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"API_KEY"}],"body":{"mode":"formdata","formdata":[{"key":"files","description":"The image file","type":"file","value":null},{"key":"json","value":"{\"upc\": \"\", \"brand\": \"\", \"title\": \"\", \"metaData\": null, \"ingredients\": \"\", \"manufacturer\": \"\"}","type":"text"}]},"url":"{{client-onboarding-api}}/rest/v1/api/product/images"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 28 Aug 2020 14:57:41 GMT"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, Cache-Control, X-Impersonate"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e0eead86-3d51-4eca-bac9-ff48e8ccec63"},{"name":"Upload a product with zipped images and metadata","id":"0f994cc6-c8ff-41f7-9ce8-b541709f33ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":""}],"body":{"mode":"formdata","formdata":[{"description":"<p>One or more zipped image files</p>\n","key":"zipFile","type":"file","value":null},{"key":"json","type":"text","value":"{\"upc\": \"00000123456789\", \"brand\": \"Product Brand\", \"title\": \"Product Title\", \"metaData\": {\"key\": \"value\"}, \"ingredients\": \"ENRICHED FLOUR, WATER, SALT\", \"manufacturerId\": \"1222345346347456184920384923084\"}"}]},"url":"{{client-onboarding-api}}/rest/v1/api/product/images/zip","description":"<h2 id=\"request-body\">Request Body</h2>\n<p>The body of this request is a multipart/form-data object with two parts: <code>files</code> and <code>json</code>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Part Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>zipFile</code></td>\n<td>Paths to one <code>.zip</code> file.  Within the zipped folder, the accepted file types include <code>.jpg</code>, <code>.jpeg</code>, <code>.png</code>, <code>.pdf</code>, <code>.tif</code>, <code>.tiff</code>, and <code>.eps</code>.  Each file included in the zip must have size greater than 0 bytes and a filename with an extension.</td>\n</tr>\n<tr>\n<td><code>json</code></td>\n<td>A string of valid JSON containing additional metadata about the product. These fields are optional but is recommended to include them if possible.  If no metadata is available the <code>json</code> part can be omitted.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"descriptions-of-json-fields\">Descriptions of json fields</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>upc</code></td>\n<td>The upc of the product.  All valid UPC formats are accepted.</td>\n</tr>\n<tr>\n<td><code>brand</code></td>\n<td>The brand under which the product is marketed and sold.  Should be consistent with the most prominently displayed brand on the packaging.</td>\n</tr>\n<tr>\n<td><code>title</code></td>\n<td>Title of the product. Can be any valid title, including e-commmerce optimized titles or representations from internal PIM systems.</td>\n</tr>\n<tr>\n<td><code>metaData</code></td>\n<td>A JSON object of string key/value pairs containing additional information about the product. Common use cases include internal status codes or additional product information that the uploader would like Label Insight to store for future reference.</td>\n</tr>\n<tr>\n<td><code>ingredients</code></td>\n<td>The ingredient string for the product as it appears on-package.</td>\n</tr>\n<tr>\n<td><code>manufacturerId</code></td>\n<td>An internal code used to identify the product within the uploader's organization. Providing this code allows Label Insight to display it in our platform for better product tracking and helps us differentiate between different packaging versions with the same UPC.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["rest","v1","api","product","images","zip"],"host":["{{client-onboarding-api}}"],"query":[],"variable":[]}},"response":[{"id":"cb8984e3-9dd1-4f95-9ea9-ae7ad42a59a2","name":"Upload a .zip product with images and metadata","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"API_KEY"}],"body":{"mode":"formdata","formdata":[{"key":"zipFile","description":"The image file","type":"file","value":null},{"key":"json","value":"{\"upc\": \"\", \"brand\": \"\", \"title\": \"\", \"metaData\": null, \"ingredients\": \"\", \"manufacturer\": \"\"}","type":"text"}]},"url":"{{client-onboarding-api}}/rest/v1/api/product/images/zip"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 28 Aug 2020 14:57:41 GMT"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Methods","value":"POST, GET, OPTIONS, DELETE"},{"key":"Access-Control-Max-Age","value":"3600"},{"key":"Access-Control-Allow-Headers","value":"Origin, X-Requested-With, Content-Type, Accept, Authorization, Cache-Control, X-Impersonate"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0f994cc6-c8ff-41f7-9ce8-b541709f33ca"},{"name":"Upload a product with images and metadata","id":"cd08cd35-337a-4bc2-a9a1-9f78fb4ef8ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"0dbib2b7iUaW1Q2mdUPp2ehMeNlAtBu3260XAlcf"}],"body":{"mode":"formdata","formdata":[{"key":"files","description":"<p>The image file</p>\n","type":"file","src":"/Users/kejo1001/Downloads/images/DE_0000030145535_NPPFN_C100_C_20220416122121838.jpg"},{"key":"json","value":"{\"upc\": \"038000312601\", \"brand\": \"\", \"title\": \"\", \"metaData\": null, \"ingredients\": \"\", \"manufacturer\": \"\"}","type":"text"}]},"url":"{{client-onboarding-api}}/rest/v1/api/product/images","urlObject":{"path":["rest","v1","api","product","images"],"host":["{{client-onboarding-api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd08cd35-337a-4bc2-a9a1-9f78fb4ef8ef"}],"id":"a859a98d-fe31-4182-b65a-75a157fdc45a","description":"<p>Requests that upload images for an entire product and create a new fe product id.</p>\n","event":[{"listen":"prerequest","script":{"id":"48bdc6a3-34ce-4673-885c-0fb15b86b700","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6ee04245-f72b-4fed-b7c1-1ecdcfe5f692","type":"text/javascript","exec":[""]}}],"_postman_id":"a859a98d-fe31-4182-b65a-75a157fdc45a"},{"name":"FDA Ingestion (Step Function)","item":[{"name":"Gladson","id":"8a7b9e46-2aa2-450f-bb3a-97cc342c1200","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-FDA-Organization-ID","value":"gladson","type":"text"},{"key":"source","value":"LI-POSTMAN","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"s3Key\": \"gladson/07-2022/06-ProductAttributes.mdb\",\n  \"productIds\": [],\n  \"feProdIds\": [],\n  \"error\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{client-onboarding-api}}/rest/fda/gladson","urlObject":{"path":["rest","fda","gladson"],"host":["{{client-onboarding-api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a7b9e46-2aa2-450f-bb3a-97cc342c1200"},{"name":"Mintel","id":"9ef03593-b6a8-4e9c-bb1a-5b49324354b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-FDA-Organization-ID","value":"mintel","type":"text"},{"key":"source","value":"LI-POSTMAN","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"s3Key\": \"mintel/food_essentials_2022-06-27_JBB1Y9HhJK.csv\",\n  \"productIds\": [],\n  \"feProdIds\": [],\n  \"error\": null\n}","options":{"raw":{"language":"json"}}},"url":"{{client-onboarding-api}}/rest/fda/mintel","urlObject":{"path":["rest","fda","mintel"],"host":["{{client-onboarding-api}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ef03593-b6a8-4e9c-bb1a-5b49324354b2"}],"id":"4e7945db-f038-467f-9f34-c56dfe1a6406","_postman_id":"4e7945db-f038-467f-9f34-c56dfe1a6406","description":""}],"event":[{"listen":"prerequest","script":{"id":"e29b325b-5666-4fca-ab1b-f322cd37a48b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6bd3614f-88c2-4a0d-b049-b7a9ef639aa0","type":"text/javascript","exec":[""]}}]}