{"info":{"_postman_id":"5d450b90-30fa-4f46-bafa-9712a9679ef3","name":"Snowpal: Custom Attribution API","description":"<html><head></head><body><p>Our Custom Attribution API provides a wide variety of attributes <em>(across field types)</em> &amp; is designed to support just about any form. Building forms has never been easier.</p>\n<p>Whether you are building a Web App, a Mobile App, or Server Side Components <em>(or Microservices)</em>, you are bound to have plenty on your plate. But, don't you worry. We are here to help. We've published our API with a rich set of endpoints so you can focus on what's important to you - solving your customer's problems. Leave the rest to us.</p>\n<p><video src=\"https://youtube.com/embed/qNem6eZTR0I\" width=\"340\"></video></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"30667515","collectionId":"5d450b90-30fa-4f46-bafa-9712a9679ef3","publishedId":"2s9YXib2fK","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-02-13T22:54:08.000Z"},"item":[{"name":"Field Types.1","item":[{"name":"Field Types.1.1: Fetch field types","id":"52fb2845-7bf6-407f-9050-3a12780747eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"url":"{{baseUrl}}/caa/field-types","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"name\": \"Text\",\n    \"description\": \"\"\n  },\n  {\n    \"name\": \"Number\",\n    \"description\": \"\"\n  },\n  {\n    \"name\": \"Date\",\n    \"description\": \"\"\n  },\n  {\n    \"name\": \"File\",\n    \"description\": \"\"\n  },\n  {\n    \"name\": \"SingleSelect\",\n    \"description\": \"\"\n  },\n  {\n    \"name\": \"Multiselect\",\n    \"description\": \"\"\n  },\n  {\n    \"name\": \"NestedSingleSelect\",\n    \"description\": \"\"\n  }\n]\n\n</code></pre>\n","urlObject":{"path":["caa","field-types"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"52fb2845-7bf6-407f-9050-3a12780747eb"}],"id":"c6e37c5e-6eb8-46ab-9771-7749209a8bbe","_postman_id":"c6e37c5e-6eb8-46ab-9771-7749209a8bbe","description":""},{"name":"Custom Attributes.1: Create Attributes","item":[{"name":"Custom Attributes.1.1: Create Text Attribute","id":"cec85570-19b3-4fbd-953c-fbd56ac94ea6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"First Name\",\n  \"label\": false\n}                                                                                                                   ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/caa/attributes/text","description":"<h4 id=\"custom-attribute-text\">Custom Attribute (Text)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ID\": \"64cd7d25359e520038b3c91d\",\n  \"name\": \"FastFoodRestaurant\",\n  \"fieldType\": \"Text\",\n  \"createdBy\": \"650b625de5390b9658dc7e7a\",\n  \"updatedBy\": \"58dc7e7a650b625de5390b96\",\n  \"lastModifiedOn\": \"2023-09-28T18:47:39.021103599Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["caa","attributes","text"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cec85570-19b3-4fbd-953c-fbd56ac94ea6"},{"name":"Custom Attributes.1.2: Create Number Attribute","id":"6a5b0047-3fe2-4f65-9c68-eb6fe50b8ef1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Age\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/caa/attributes/number","description":"<h4 id=\"custom-attribute-number\">Custom Attribute (Number)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ID\": \"64cd7d25359e520038b3c91d\",\n  \"name\": \"Age\",\n  \"fieldType\": \"Number\",\n  \"createdBy\": \"650b625de5390b9658dc7e7a\",\n  \"updatedBy\": \"58dc7e7a650b625de5390b96\",\n  \"lastModifiedOn\": \"2023-09-28T18:47:39.021103599Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["caa","attributes","number"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a5b0047-3fe2-4f65-9c68-eb6fe50b8ef1"},{"name":"Custom Attributes.1.3: Create Date Attribute","id":"330d14bf-ad4d-4f73-a4cf-00cec3f9f4bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Due Date\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/caa/attributes/date","description":"<h4 id=\"custom-attribute-date\">Custom Attribute (Date)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ID\": \"64cd7d25359e520038b3c91b\",\n  \"name\": \"Due Date\",\n  \"fieldType\": \"Date\",\n  \"createdBy\": \"650b625de5390b9658dc7e7a\",\n  \"updatedBy\": \"58dc7e7a650b625de5390b96\",\n  \"lastModifiedOn\": \"2023-09-28T18:47:39.021103599Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["caa","attributes","date"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"330d14bf-ad4d-4f73-a4cf-00cec3f9f4bf"},{"name":"Custom Attributes.1.4: Create File Attribute","id":"90dcb849-45d6-4ecd-a991-66765f5fb7ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Avatar\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/caa/attributes/file","description":"<h4 id=\"custom-attribute-file\">Custom Attribute (File)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ID\": \"94cd7d25359e520038b3c91d\",\n  \"name\": \"Profile Picture\",\n  \"fieldType\": \"File\",\n  \"createdBy\": \"650b625de5390b9658dc7e7a\",\n  \"updatedBy\": \"58dc7e7a650b625de5390b96\",\n  \"lastModifiedOn\": \"2023-09-28T18:47:39.021103599Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["caa","attributes","file"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"90dcb849-45d6-4ecd-a991-66765f5fb7ef"},{"name":"Custom Attributes.1.5: Create Single Select Attribute","id":"bdddcb98-397d-46b0-a834-4655ccac43b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Countries C1\",\n    \"options\": [\n        {\n            \"ID\": 1,\n            \"value\": \"USA\"\n        },\n        {\n            \"ID\": 2,\n            \"value\": \"India\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/caa/attributes/single-select","description":"<h4 id=\"custom-attribute-single-select\">Custom Attribute (Single Select)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ID\": \"92cd7d25359e520038b3c91d\",\n  \"name\": \"Countries\",\n  \"fieldType\": \"SingleSelect\",\n  \"options\": [\n    {\n      \"ID\": \"1\",\n      \"value\": \"USA\"\n    },\n    {\n      \"ID\": \"2\",\n      \"value\": \"India\"\n    }\n  ],\n  \"createdBy\": \"650b625de5390b9658dc7e7a\",\n  \"updatedBy\": \"58dc7e7a650b625de5390b96\",\n  \"lastModifiedOn\": \"2023-09-28T18:47:39.021103599Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["caa","attributes","single-select"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdddcb98-397d-46b0-a834-4655ccac43b6"},{"name":"Custom Attributes.1.6: Create Multiselect Attribute","id":"38637893-f59e-471a-9849-174cd35763f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Cities 4\",\n    \"options\": [\n        {\n            \"ID\": 1,\n            \"value\": \"Orlando\"\n        },\n        {\n            \"ID\": 2,\n            \"value\": \"Miami\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/caa/attributes/multiselect","description":"<h4 id=\"custom-attribute-multi-select\">Custom Attribute (Multi Select)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ID\": \"56cd7d25359e520038b3c91d\",\n  \"name\": \"Cities\",\n  \"fieldType\": \"Multiselect\",\n  \"options\": [\n    {\n      \"ID\": \"1\",\n      \"value\": \"Orlando\"\n    },\n    {\n      \"ID\": \"2\",\n      \"value\": \"Miami\"\n    }\n  ],\n  \"createdBy\": \"650b625de5390b9658dc7e7a\",\n  \"updatedBy\": \"58dc7e7a650b625de5390b96\",\n  \"lastModifiedOn\": \"2023-09-28T18:47:39.021103599Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["caa","attributes","multiselect"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"38637893-f59e-471a-9849-174cd35763f6"},{"name":"Custom Attributes.1.7: Create Nested Single Select Attribute","id":"b2f395e4-7eaa-4f53-946c-e3e8be9f0e95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"FastFoodRestaurants\",\n    \"options\": [\n        {\n            \"ID\": 1,\n            \"value\": \"McD\",\n            \"child\": {\n                \"name\": \"FoodType\",\n                \"fieldType\": \"Text\"\n            }\n        },\n        {\n            \"ID\": 2,\n            \"value\": \"Wendys\",\n            \"child\": {\n                \"name\": \"Food of Type\",\n                \"fieldType\": \"Number\"\n            }\n        },\n        {\n            \"ID\": 3,\n            \"value\": \"McD\",\n            \"child\": {\n                \"name\": \"Order Date\",\n                \"fieldType\": \"Date\"\n            }\n        },\n        {\n            \"ID\": 4,\n            \"value\": \"Wendys\",\n            \"child\": {\n                \"name\": \"Menu\",\n                \"fieldType\": \"File\"\n            }\n        },\n        {\n            \"ID\": 5,\n            \"value\": \"Florida\",\n            \"child\": {\n                \"fieldType\": \"SingleSelect\",\n                \"name\": \"Cities\",\n                \"options\": [\n                    {\n                        \"ID\": \"1\",\n                        \"value\": \"Miami\"\n                    },\n                    {\n                        \"ID\": \"2\",\n                        \"value\": \"Orlando\"\n                    }\n                ]\n            }\n        },\n        {\n            \"ID\": \"6\",\n            \"value\": \"Florida\",\n            \"child\": {\n                \"name\": \"Cities\",\n                \"fieldType\": \"Multiselect\",\n                \"options\": [\n                    {\n                        \"ID\": \"1\",\n                        \"value\": \"Miami\"\n                    },\n                    {\n                        \"ID\": \"2\",\n                        \"value\": \"Orlando\"\n                    }\n                ]\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/caa/attributes/nested-single-select","description":"<h4 id=\"custom-attribute-nested-single-select\">Custom Attribute (Nested Single Select)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ID\": \"56cd7d25359e520038b319cd\",\n    \"name\": \"FastFoodRestaurants\",\n    \"options\": [\n        {\n            \"ID\": 1,\n            \"value\": \"McD\",\n            \"child\": {\n                \"name\": \"FoodType\",\n                \"fieldType\": \"Text\"\n            }\n        },\n        {\n            \"ID\": 2,\n            \"value\": \"Wendys\",\n            \"child\": {\n                \"name\": \"Food of Type\",\n                \"fieldType\": \"Number\"\n            }\n        },\n        {\n            \"ID\": 3,\n            \"value\": \"McD\",\n            \"child\": {\n                \"name\": \"Order Date\",\n                \"fieldType\": \"Date\"\n            }\n        },\n        {\n            \"ID\": 4,\n            \"value\": \"Wendys\",\n            \"child\": {\n                \"name\": \"Menu\",\n                \"fieldType\": \"File\"\n            }\n        },\n        {\n            \"ID\": 5,\n            \"value\": \"Florida\",\n            \"child\": {\n                \"fieldType\": \"SingleSelect\",\n                \"name\": \"Cities\",\n                \"options\": [\n                    {\n                        \"ID\": \"1\",\n                        \"value\": \"Miami\"\n                    },\n                    {\n                        \"ID\": \"2\",\n                        \"value\": \"Orlando\"\n                    }\n                ]\n            }\n        },\n        {\n            \"ID\": \"6\",\n            \"value\": \"Florida\",\n            \"child\": {\n                \"name\": \"Cities\",\n                \"fieldType\": \"Multiselect\",\n                \"options\": [\n                    {\n                        \"ID\": \"1\",\n                        \"value\": \"Miami\"\n                    },\n                    {\n                        \"ID\": \"2\",\n                        \"value\": \"Orlando\"\n                    }\n                ]\n            }\n        }\n    ],\n  \"createdBy\": \"650b625de5390b9658dc7e7a\",\n  \"updatedBy\": \"58dc7e7a650b625de5390b96\",\n  \"lastModifiedOn\": \"2023-09-28T18:47:39.021103599Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["caa","attributes","nested-single-select"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2f395e4-7eaa-4f53-946c-e3e8be9f0e95"}],"id":"fa50b5ab-8ba4-4e85-8ef1-7c4bdb21e573","_postman_id":"fa50b5ab-8ba4-4e85-8ef1-7c4bdb21e573","description":""},{"name":"Custom Attributes.2","item":[{"name":"Custom Attributes.2.1: Fetch attributes","id":"d2af9693-02e7-41e9-be46-32abe8044462","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"url":"{{baseUrl}}/caa/attributes","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"attributes\": [\n    {\n      \"ID\": \"64cd7d25359e520038b3c91d\",\n      \"name\": \"FastFoodRestaurant\",\n      \"fieldType\": \"Text\",\n      \"createdBy\": \"650b625de5390b9658dc7e7a\",\n      \"updatedBy\": \"58dc7e7a650b625de5390b96\",\n      \"lastModifiedOn\": \"2023-09-28T18:47:39.021103599Z\"\n    },\n    {\n      \"ID\": \"64cd7d25359e520038b3c91b\",\n      \"name\": \"Due Date\",\n      \"fieldType\": \"Date\",\n      \"createdBy\": \"650b625de5390b9658dc7e7a\",\n      \"updatedBy\": \"58dc7e7a650b625de5390b96\",\n      \"lastModifiedOn\": \"2023-09-28T18:47:39.021103599Z\"\n    },\n    {\n      \"ID\": \"64cd7d25359e520038b3c92d\",\n      \"name\": \"Age\",\n      \"fieldType\": \"Number\",\n      \"createdBy\": \"650b625de5390b9658dc7e7a\",\n      \"updatedBy\": \"58dc7e7a650b625de5390b96\",\n      \"lastModifiedOn\": \"2023-09-28T18:47:39.021103599Z\"\n    },\n    {\n      \"ID\": \"94cd7d25359e520038b3c91d\",\n      \"name\": \"Profile Picture\",\n      \"fieldType\": \"File\",\n      \"createdBy\": \"650b625de5390b9658dc7e7a\",\n      \"updatedBy\": \"58dc7e7a650b625de5390b96\",\n      \"lastModifiedOn\": \"2023-09-28T18:47:39.021103599Z\"\n    },\n    {\n      \"ID\": \"56cd7d25359e520038b3c91d\",\n      \"name\": \"FastFoodRestaurants\",\n      \"fieldType\": \"NestedSingleSelect\",\n      \"options\": [\n        {\n          \"ID\": \"1\",\n          \"value\": \"MacD\",\n          \"child\": {\n            \"name\": \"FoodType\",\n            \"fieldType\": \"Text\"\n          }\n        },\n        {\n          \"ID\": \"2\",\n          \"value\": \"Wendys\",\n          \"child\": {\n            \"name\": \"Food of Type\",\n            \"fieldType\": \"Number\"\n          }\n        }\n      ],\n      \"createdBy\": \"650b625de5390b9658dc7e7a\",\n      \"updatedBy\": \"58dc7e7a650b625de5390b96\",\n      \"lastModifiedOn\": \"2023-09-28T18:47:39.021103599Z\"\n    },\n    {\n      \"ID\": \"56cd7d25359e520038b319cd\",\n      \"name\": \"Countries\",\n      \"fieldType\": \"NestedSingleSelect\",\n      \"options\": [\n        {\n          \"ID\": \"1\",\n          \"value\": \"USA\",\n          \"child\": {\n            \"name\": \"States\",\n            \"fieldType\": \"NestedSingleSelect\",\n            \"options\": [\n              {\n                \"ID\": \"1\",\n                \"value\": \"Florida\",\n                \"child\": {\n                  \"name\": \"Cities\",\n                  \"fieldType\": \"SingleSelect\",\n                  \"options\": [\n                    {\n                      \"ID\": \"1\",\n                      \"value\": \"Miami\"\n                    },\n                    {\n                      \"ID\": \"2\",\n                      \"value\": \"Orlando\"\n                    }\n                  ]\n                }\n              },\n              {\n                \"ID\": \"2\",\n                \"value\": \"Verginia\"\n              }\n            ]\n          }\n        },\n        {\n          \"ID\": \"2\",\n          \"value\": \"India\"\n        }\n      ],\n      \"createdBy\": \"650b625de5390b9658dc7e7a\",\n      \"updatedBy\": \"58dc7e7a650b625de5390b96\",\n      \"lastModifiedOn\": \"2023-09-28T18:47:39.021103599Z\"\n    },\n    {\n      \"ID\": \"56cd7d25359e520038b319ab\",\n      \"name\": \"Countries\",\n      \"fieldType\": \"NestedSingleSelect\",\n      \"options\": [\n        {\n          \"ID\": \"1\",\n          \"value\": \"USA\",\n          \"child\": {\n            \"name\": \"States\",\n            \"fieldType\": \"NestedSingleSelect\",\n            \"options\": [\n              {\n                \"ID\": \"1\",\n                \"value\": \"Florida\",\n                \"child\": {\n                  \"name\": \"Cities\",\n                  \"fieldType\": \"Multiselect\",\n                  \"options\": [\n                    {\n                      \"ID\": \"1\",\n                      \"value\": \"Miami\"\n                    },\n                    {\n                      \"ID\": \"2\",\n                      \"value\": \"Orlando\"\n                    }\n                  ]\n                }\n              },\n              {\n                \"ID\": \"2\",\n                \"value\": \"Verginia\"\n              }\n            ]\n          }\n        },\n        {\n          \"ID\": \"2\",\n          \"value\": \"India\"\n        }\n      ],\n      \"createdBy\": \"650b625de5390b9658dc7e7a\",\n      \"updatedBy\": \"58dc7e7a650b625de5390b96\",\n      \"lastModifiedOn\": \"2023-09-28T18:47:39.021103599Z\"\n    },\n    {\n      \"ID\": \"36cd7d25359e120038b319cb\",\n      \"name\": \"FastFoodRestaurants\",\n      \"fieldType\": \"NestedSingleSelect\",\n      \"options\": [\n        {\n          \"ID\": \"1\",\n          \"value\": \"MacD\",\n          \"child\": {\n            \"name\": \"Order Date\",\n            \"fieldType\": \"Date\"\n          }\n        },\n        {\n          \"ID\": \"2\",\n          \"value\": \"Wendys\",\n          \"child\": {\n            \"name\": \"Delivery Date\",\n            \"fieldType\": \"Date\"\n          }\n        }\n      ],\n      \"createdBy\": \"650b625de5390b9658dc7e7a\",\n      \"updatedBy\": \"58dc7e7a650b625de5390b96\",\n      \"lastModifiedOn\": \"2023-09-28T18:47:39.021103599Z\"\n    },\n    {\n      \"ID\": \"43cd7d25359e520038b3c91d\",\n      \"name\": \"FastFoodRestaurants\",\n      \"fieldType\": \"NestedSingleSelect\",\n      \"options\": [\n        {\n          \"ID\": \"1\",\n          \"value\": \"Wendys\",\n          \"child\": {\n            \"name\": \"Food of Type\",\n            \"fieldType\": \"Number\"\n          }\n        },\n        {\n          \"ID\": \"2\",\n          \"value\": \"MacD\",\n          \"child\": {\n            \"name\": \"FoodType\",\n            \"fieldType\": \"Text\"\n          }\n        }\n      ],\n      \"createdBy\": \"650b625de5390b9658dc7e7a\",\n      \"updatedBy\": \"58dc7e7a650b625de5390b96\",\n      \"lastModifiedOn\": \"2023-09-28T18:47:39.021103599Z\"\n    },\n    {\n      \"ID\": \"72cd7d25359e520038b3c91d\",\n      \"name\": \"FastFoodRestaurants\",\n      \"fieldType\": \"NestedSingleSelect\",\n      \"options\": [\n        {\n          \"ID\": \"1\",\n          \"value\": \"Wendys\",\n          \"child\": {\n            \"name\": \"Menu\",\n            \"fieldType\": \"File\"\n          }\n        },\n        {\n          \"ID\": \"2\",\n          \"value\": \"MacD\",\n          \"child\": {\n            \"name\": \"FoodType\",\n            \"fieldType\": \"Text\"\n          }\n        }\n      ],\n      \"createdBy\": \"650b625de5390b9658dc7e7a\",\n      \"updatedBy\": \"58dc7e7a650b625de5390b96\",\n      \"lastModifiedOn\": \"2023-09-28T18:47:39.021103599Z\"\n    },\n    {\n      \"ID\": \"92cd7d25359e520038b3c91d\",\n      \"name\": \"Countries\",\n      \"fieldType\": \"SingleSelect\",\n      \"options\": [\n        {\n          \"ID\": \"1\",\n          \"value\": \"USA\"\n        },\n        {\n          \"ID\": \"2\",\n          \"value\": \"India\"\n        }\n      ],\n      \"createdBy\": \"650b625de5390b9658dc7e7a\",\n      \"updatedBy\": \"58dc7e7a650b625de5390b96\",\n      \"lastModifiedOn\": \"2023-09-28T18:47:39.021103599Z\"\n    },\n    {\n      \"ID\": \"56cd7d25359e520038b3c91d\",\n      \"name\": \"Cities\",\n      \"fieldType\": \"Multiselect\",\n      \"options\": [\n        {\n          \"ID\": \"1\",\n          \"value\": \"Orlando\"\n        },\n        {\n          \"ID\": \"2\",\n          \"value\": \"Miami\"\n        }\n      ],\n      \"createdBy\": \"650b625de5390b9658dc7e7a\",\n      \"updatedBy\": \"58dc7e7a650b625de5390b96\",\n      \"lastModifiedOn\": \"2023-09-28T18:47:39.021103599Z\"\n    }\n  ]\n}\n\n</code></pre>\n","urlObject":{"path":["caa","attributes"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"updated_by_profile_ids","value":"6526fba9670b9ad7dbd3de12"},{"disabled":true,"key":"exclude_current_user","value":"false"}],"variable":[]}},"response":[],"_postman_id":"d2af9693-02e7-41e9-be46-32abe8044462"},{"name":"Custom Attributes.2.2: Fetch attribute by ID","id":"865a2b40-0a30-4ff1-9432-9952bde3c609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"url":"{{baseUrl}}/caa/attributes/:id","urlObject":{"path":["caa","attributes",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"cecc7635-4514-4632-8e48-2dde04447d63","type":"any","value":"652b40334b5321be3ee2b474","key":"id"}]}},"response":[],"_postman_id":"865a2b40-0a30-4ff1-9432-9952bde3c609"},{"name":"Custom Attributes.2.3: Fetch attribute by Name","id":"b941f810-6a64-452e-b19e-25c2950f6b65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/caa/attributes/by-name?name","description":"<blockquote>\n<p>@see endpoint: <code>GET</code> Fetch a custom attribute by ID</p>\n</blockquote>\n","urlObject":{"path":["caa","attributes","by-name"],"host":["{{baseUrl}}"],"query":[{"key":"name","value":null}],"variable":[]}},"response":[],"_postman_id":"b941f810-6a64-452e-b19e-25c2950f6b65"},{"name":"Custom Attributes.2.4: Update attribute","id":"13c3e059-1546-4b54-abf2-05a0b6e92790","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/caa/attributes/:id","description":"<blockquote>\n<p>@see endpoint: <code>GET</code> Fetch a custom attribute by ID </p>\n</blockquote>\n<h4 id=\"rules\">Rules</h4>\n<ul>\n<li>An attribute cannot be changed, if its associated with a bag</li>\n</ul>\n","urlObject":{"path":["caa","attributes",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"d5c782a8-f300-4c31-8c8e-dff4ff3a418b","type":"any","value":"64cd7d25359e520038b3c91d","key":"id"}]}},"response":[],"_postman_id":"13c3e059-1546-4b54-abf2-05a0b6e92790"},{"name":"Custom Attributes.2.5: Delete attribute","id":"1ce989d8-1d9c-440b-a67b-5fa26d25d619","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"url":"{{baseUrl}}/caa/attributes/:id","description":"<h3 id=\"rules\">Rules</h3>\n<ul>\n<li>A custom attribute cannot be deleted if there's at least 1 bag using it.</li>\n</ul>\n<p><strong>Response Code:</strong> `204</p>\n","urlObject":{"path":["caa","attributes",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"ef1959a3-caf9-42e6-942b-66f804fe1452","type":"any","value":"64cd7d25359e520038b3c91d","key":"id"}]}},"response":[],"_postman_id":"1ce989d8-1d9c-440b-a67b-5fa26d25d619"}],"id":"0bc9ae02-fc96-4b52-a8fe-c927f5e943bb","_postman_id":"0bc9ae02-fc96-4b52-a8fe-c927f5e943bb","description":""},{"name":"Attribute Bags.1","item":[{"name":"Attribute Bags.1.1: Create bag","id":"43f2b005-15e5-45d9-ad65-34c62f4744b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Key Attributes A5\",\n    \"attributes\": [\n        {\n            \"ID\": \"6526fbc4670b9ad7dbd3de17\",\n            \"required\": true,\n            \"metadata\": false,\n            \"list\": true\n        },\n        {\n            \"ID\": \"6526fbc7670b9ad7dbd3de1b\",\n            \"required\": true,\n            \"metadata\": false,\n            \"list\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/caa/attribute-bags","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"ID\": \"84cd7d25359e520038b3c92d\",\n    \"name\": \"Key Attributes\",\n    \"attributes\": [\n        {\n            \"ID\": \"64cd7d25359e520038b3c92d\",\n            \"required\": true,\n            \"metadata\": false,\n            \"list\": true\n        }\n    ],\n    \"createdBy\" :\"\",\n    \"updatedBy\":\"\",\n    \"lastModifiedDate\": \"\"\n}\n\n</code></pre>\n","urlObject":{"path":["caa","attribute-bags"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"43f2b005-15e5-45d9-ad65-34c62f4744b9"},{"name":"Attribute Bags.1.2: Fetch bags","id":"0377854a-9494-4b74-869a-edfc9b036968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"url":"{{baseUrl}}/caa/attribute-bags","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[{\n    \"ID\": \"84cd7d25359e520038b3c92d\",\n    \"name\": \"Key Attributes\",\n    \"attributes\": [\n        {\n            \"ID\": \"64cd7d25359e520038b3c92d\",\n            \"required\": true,\n            \"metadata\": false,\n            \"list\": true\n        }\n    ],\n    \"createdBy\" :\"\",\n    \"updatedBy\":\"\",\n    \"lastModifiedDate\": \"\"\n}]\n\n</code></pre>\n","urlObject":{"path":["caa","attribute-bags"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"key":"updated_by_profile_ids","value":"6526fba9670b9ad7dbd3de12"},{"disabled":true,"key":"exclude_current_user","value":"true"}],"variable":[]}},"response":[],"_postman_id":"0377854a-9494-4b74-869a-edfc9b036968"},{"name":"Attribute Bags.1.3: Fetch bag by ID","id":"95add531-0470-4be2-8877-ba20a039219c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"url":"{{baseUrl}}/caa/attribute-bags/:id","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"ID\": \"84cd7d25359e520038b3c92d\",\n    \"name\": \"Key Attributes\",\n    \"attributes\": [\n        {\n            \"ID\": \"64cd7d25359e520038b3c92d\",\n            \"required\": true,\n            \"metadata\": false,\n            \"list\": true\n        }\n    ],\n    \"createdBy\" :\"\",\n    \"updatedBy\":\"\",\n    \"lastModifiedDate\": \"\"\n}\n\n</code></pre>\n","urlObject":{"path":["caa","attribute-bags",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"2a6cd7f8-fd84-476f-b977-1b7e66824e69","type":"any","value":"652b40544b5321be3ee2b47d","key":"id"}]}},"response":[],"_postman_id":"95add531-0470-4be2-8877-ba20a039219c"},{"name":"Attribute Bags.1.4: Fetch bag by Name","id":"bbd358b4-7849-4d3d-8c0d-9d8dd2fe669a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/caa/attribute-bags/by-name?name=Key Attributes","description":"<blockquote>\n<p>@see endpoint - <code>GET</code> Fetch attribute bag by ID</p>\n</blockquote>\n","urlObject":{"path":["caa","attribute-bags","by-name"],"host":["{{baseUrl}}"],"query":[{"key":"name","value":"Key Attributes"}],"variable":[]}},"response":[],"_postman_id":"bbd358b4-7849-4d3d-8c0d-9d8dd2fe669a"},{"name":"Attribute Bags.1.5: Update bag","id":"f4c7b22d-cb81-48c4-9ea4-ee6101aefb3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Key Attributes K6\",\n    \"attributes\": [\n        {\n            \"ID\": \"65262a5f0ecafdabd002f1b6\",\n            \"required\": true,\n            \"metadata\": false,\n            \"list\": true\n        },\n        {\n            \"ID\": \"65262a6b0ecafdabd002f1ba\",\n            \"required\": true,\n            \"metadata\": false,\n            \"list\": true\n        },\n        {\n            \"ID\": \"65262a6b0ecafdabd002f1ba\",\n            \"required\": true,\n            \"metadata\": false,\n            \"list\": true\n        },\n        {\n            \"ID\": \"65262a6b0ecafdabd002f1ba\",\n            \"required\": true,\n            \"metadata\": false,\n            \"list\": true\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/caa/attribute-bags/:id","description":"<h4 id=\"rules\">Rules</h4>\n<ul>\n<li>An attribute bag cannot be updated, if its associated with a resource</li>\n</ul>\n<blockquote>\n<p>@see endpoint - <code>GET</code> Fetch attribute bag by ID</p>\n</blockquote>\n","urlObject":{"path":["caa","attribute-bags",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"a0523c12-77f7-4475-a2d2-3b9562744194","type":"any","value":"65262a780ecafdabd002f1bf","key":"id"}]}},"response":[],"_postman_id":"f4c7b22d-cb81-48c4-9ea4-ee6101aefb3c"},{"name":"Attribute Bags.1.6: Delete bag","id":"8a23e623-21c2-4b45-a67e-b0abb8925c2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"url":"{{baseUrl}}/caa/attribute-bags/:id","description":"<ul>\n<li>A bag cannot be deleted if there's at least one resource using that bag.</li>\n</ul>\n","urlObject":{"path":["caa","attribute-bags",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"636a812c-d33f-466c-80a3-cb58381e87ac","type":"any","value":"6525ef519b33d29f4132d62e","key":"id"}]}},"response":[],"_postman_id":"8a23e623-21c2-4b45-a67e-b0abb8925c2b"}],"id":"a9235c2a-851f-489b-90aa-0cd0284db0e2","_postman_id":"a9235c2a-851f-489b-90aa-0cd0284db0e2","description":""},{"name":"Resources.1","item":[{"name":"Resources.1.1: Associate attribute bags to resource","id":"2e017873-1b66-4523-ab5e-6c08358829a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"bagIDs\": [\n        \"6529fd5f212a04825c33436f\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/caa/resources/:id/attribute-bags","urlObject":{"path":["caa","resources",":id","attribute-bags"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"5ecae19a-ec7d-4822-a306-7328d34ef5da","type":"any","value":"89cd38b3c97d25359e52002d","key":"id"}]}},"response":[],"_postman_id":"2e017873-1b66-4523-ab5e-6c08358829a2"},{"name":"Resources.1.2: Add (or update) attribute values to resource (by bag ID)","id":"28d24986-b210-4d49-834d-52875c3ffed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"attributes\": [\n        {\n            \"ID\": \"89cd38b3c97d25359e52002d\",\n            \"value\": \"Hello World\",\n            \"_comment\": \"Text\"\n        },\n        {\n            \"ID\": \"98cd38b3c97d25359e52002d\",\n            \"values\": [\n                \"Hello\",\n                \"World\"\n            ],\n            \"_comment\": \"Text List\"\n        },\n        {\n            \"ID\": \"9e5209cd38b3c02d897d2535\",\n            \"value\": 45.0,\n            \"_comment\": \"Number\"\n        },\n        {\n            \"ID\": \"52002d899ecd38b3cd253597\",\n            \"values\": [\n                55.0,\n                45.0\n            ],\n            \"_comment\": \"Number List\"\n        },\n        {\n            \"ID\": \"9e597d25352002d89cd38b3c\",\n            \"value\": \"2023-09-28T18:47:39.021103599Z\",\n            \"_comment\": \"Date\"\n        },\n        {\n            \"ID\": \"9e520097d2532d89cd38b3c5\",\n            \"values\": [\n                \"2021-10-08T18:47:39.021103599Z\",\n                \"2023-09-28T18:47:39.021103599Z\"\n            ],\n            \"_comment\": \"Date List\"\n        },\n        {\n            \"ID\": \"9e52002d89cd38b3c97d2535\",\n            \"value\": \"https://something.s3.com/file1.jpg\",\n            \"_comment\": \"File\"\n        },\n        {\n            \"ID\": \"89cd38b3c979e52002dd2535\",\n            \"values\": [\n                \"https://something.s3.com/file1.jpg\",\n                \"https://something.s3.com/file2.jpg\"\n            ],\n            \"_comment\": \"File List\"\n        },\n        {\n            \"ID\": \"2d89cd38b3c97d9e52002535\",\n            \"value\": {\n                \"selectedID\": 1\n            },\n            \"_comment\": \"SingleSelect\"\n        },\n        {\n            \"ID\": \"3c97d9e5202d89cd38b02535\",\n            \"values\": [\n                {\n                    \"selectedID\": 1\n                },\n                {\n                    \"selectedID\": 3\n                }\n            ],\n            \"_comment\": \"SingleSelect List\"\n        },\n        {\n            \"ID\": \"59e52002d89cd38b3c97d253\",\n            \"value\": {\n                \"selectedIDs\": [\n                    2,\n                    3\n                ]\n            },\n            \"_comment\": \"Multiselect\"\n        },\n        {\n            \"ID\": \"97d25359e52002d89cd38b3c\",\n            \"values\": [\n                {\n                    \"selectedIDs\": [\n                        2,\n                        3\n                    ]\n                },\n                {\n                    \"selectedIDs\": [\n                        1,\n                        4\n                    ]\n                }\n            ],\n            \"_comment\": \"Multiselect List\"\n        },\n        {\n            \"ID\": \"97d2cd38b3c5359e52002d89\",\n            \"value\": {\n                \"selectedID\": 1,\n                \"_comment\": \"This represents country: USA\",\n                \"child\": {\n                    \"value\": {\n                        \"selectedID\": 2,\n                        \"_comment\": \"This represents state: Florida\",\n                        \"child\": {\n                            \"value\": {\n                                \"selectedID\": 4,\n                                \"_comment\": \"This represents city: Miami\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"_comment\": \"Nested Single Select - leaf Single Select\"\n        },\n        {\n            \"ID\": \"3c5d2cd3359e52002d89978b\",\n            \"value\": {\n                \"selectedID\": 1,\n                \"_comment\": \"This represents country: USA\",\n                \"child\": {\n                    \"value\": \"USD\",\n                    \"_comment\": \"This is free flowing text\"\n                }\n            },\n            \"_comment\": \"Nested Single Select - leaf Text\"\n        },\n        {\n            \"ID\": \"3c5d2cd3359e52002d89978b\",\n            \"value\": {\n                \"selectedID\": 1,\n                \"_comment\": \"This represents country: USA\",\n                \"child\": {\n                    \"value\": 2.0,\n                    \"_comment\": \"This is free flowing number\"\n                }\n            },\n            \"_comment\": \"Nested Single Select - leaf Number\"\n        },\n        {\n            \"ID\": \"3c5d2cd3359e52002d89978b\",\n            \"value\": {\n                \"selectedID\": 1,\n                \"_comment\": \"This represents country: USA\",\n                \"child\": {\n                    \"value\": \"2021-10-08T18:47:39.021103599Z\",\n                    \"_comment\": \"This is free flowing text\"\n                }\n            },\n            \"_comment\": \"Nested Single Select - leaf Date\"\n        },\n        {\n            \"ID\": \"3c5d2cd3359e52002d89978b\",\n            \"value\": {\n                \"selectedID\": 1,\n                \"_comment\": \"This represents country: USA\",\n                \"child\": {\n                    \"value\": \"https://something.s3.com/file1.jpg\",\n                    \"_comment\": \"This is free flowing file\"\n                }\n            },\n            \"_comment\": \"Nested Single Select - leaf File\"\n        },\n        {\n            \"ID\": \"38b97d2cd3c5359e52002d89\",\n            \"value\": {\n                \"selectedID\": 1,\n                \"_comment\": \"This represents country: USA\",\n                \"child\": {\n                    \"value\": {\n                        \"selectedID\": 2,\n                        \"_comment\": \"This represents state: Florida\",\n                        \"child\": {\n                            \"value\": {\n                                \"selectedIDs\": [\n                                    4,\n                                    5\n                                ],\n                                \"_comment\": \"This represents cities: Miami & Orlando\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"_comment\": \"Nested Single Select - leaf Multiselect\"\n        },\n        {\n            \"ID\": \"978b3c5d2cd3359e52002d89\",\n            \"values\": [\n                {\n                    \"selectedID\": 1,\n                    \"_comment\": \"This represents country: USA\",\n                    \"child\": {\n                        \"value\": {\n                            \"selectedID\": 2,\n                            \"_comment\": \"This represents state: Florida\",\n                            \"child\": {\n                                \"value\": {\n                                    \"selectedID\": 4,\n                                    \"_comment\": \"This represents city: Miami\"\n                                }\n                            }\n                        }\n                    }\n                },\n                {\n                    \"selectedID\": 1,\n                    \"_comment\": \"This represents country: USA\",\n                    \"child\": {\n                        \"value\": {\n                            \"selectedID\": 2,\n                            \"_comment\": \"This represents state: Florida\",\n                            \"child\": {\n                                \"value\": {\n                                    \"selectedIDs\": [\n                                        4,\n                                        5\n                                    ],\n                                    \"_comment\": \"This represents cities: Miami & Orlando\"\n                                }\n                            }\n                        }\n                    }\n                },\n                {\n                    \"selectedID\": 4,\n                    \"_comment\": \"This represents country: USA\",\n                    \"child\": {\n                        \"value\": \"USD\",\n                        \"_comment\": \"This is free flowing text\"\n                    }\n                },\n                {\n                    \"selectedID\": 2,\n                    \"_comment\": \"This represents country: USA\",\n                    \"child\": {\n                        \"value\": 2.0,\n                        \"_comment\": \"This is free flowing number\"\n                    }\n                },\n                {\n                    \"selectedID\": 5,\n                    \"_comment\": \"This represents country: USA\",\n                    \"child\": {\n                        \"value\": \"2021-10-08T18:47:39.021103599Z\",\n                        \"_comment\": \"This is free flowing date\"\n                    }\n                },\n                {\n                    \"selectedID\": 3,\n                    \"_comment\": \"This represents country: USA\",\n                    \"child\": {\n                        \"value\": \"https://something.s3.com/file1.jpg\",\n                        \"_comment\": \"This is free flowing file\"\n                    }\n                }\n            ],\n            \"_comment\": \"Nested Single Select List\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/caa/resources/:id/attribute-bags/:bag-id","description":"<p><strong>Response Code:</strong> <code>204</code></p>\n<blockquote>\n<p>User can update 1 attribute at a time.</p>\n</blockquote>\n","urlObject":{"path":["caa","resources",":id","attribute-bags",":bag-id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"02861275-b8cc-49e1-be8d-a862e53286d8","type":"any","value":null,"key":"id"},{"id":"bff44c91-a23d-4d42-8961-3c59f4118350","type":"any","value":"","key":"bag-id"}]}},"response":[],"_postman_id":"28d24986-b210-4d49-834d-52875c3ffed5"},{"name":"Resources.1.3: Fetch resource attribute bags","id":"491a7b3b-4df5-44a2-8020-07a6ccd2c19f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"url":"{{baseUrl}}/caa/resources/:id","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[{\n    \"ID\": \"84cd7d25359e520038b3c92d\",\n    \"name\": \"Key Attributes\",\n    \"attributes\": [\n        {\n            \"ID\": \"64cd7d25359e520038b3c92d\",\n            \"required\": true,\n            \"metadata\": false,\n            \"list\": true\n        }\n    ],\n    \"createdBy\" :\"\",\n    \"updatedBy\":\"\",\n    \"lastModifiedDate\": \"\"\n}]\n\n</code></pre>\n","urlObject":{"path":["caa","resources",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"9fab2273-0ed9-4ba2-a6f0-3b739d813f6f","type":"any","value":"89cd38b3c97d25359e52002d","key":"id"}]}},"response":[],"_postman_id":"491a7b3b-4df5-44a2-8020-07a6ccd2c19f"},{"name":"Resources.1.4: Fetch resource attribute bag values (by resource & bag ID)","id":"835fe9d8-5b96-455d-b2ec-25b748f5b52b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"url":"{{baseUrl}}/caa/resources/:id/attribute-bags/:bag-id/values","description":"<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ID\": \"GUID\",\n  \"name\": \"ABag1\",\n  \"attributes\": [\n    {\n      \"ID\": \"89cd38b3c97d25359e52002d\",\n      \"value\": \"Hello World\",\n      \"_comment\": \"Text\"\n    },\n    {\n      \"ID\": \"98cd38b3c97d25359e52002d\",\n      \"values\": [\n        \"Hello\",\n        \"World\"\n      ],\n      \"_comment\": \"Text List\"\n    },\n    {\n      \"ID\": \"9e5209cd38b3c02d897d2535\",\n      \"value\": 45,\n      \"_comment\": \"Number\"\n    },\n    {\n      \"ID\": \"52002d899ecd38b3cd253597\",\n      \"values\": [\n        55,\n        45\n      ],\n      \"_comment\": \"Number List\"\n    },\n    {\n      \"ID\": \"9e597d25352002d89cd38b3c\",\n      \"value\": \"2023-09-28T18:47:39.021103599Z\",\n      \"_comment\": \"Date\"\n    },\n    {\n      \"ID\": \"9e520097d2532d89cd38b3c5\",\n      \"values\": [\n        \"2021-10-08T18:47:39.021103599Z\",\n        \"2023-09-28T18:47:39.021103599Z\"\n      ],\n      \"_comment\": \"Date List\"\n    },\n    {\n      \"ID\": \"9e52002d89cd38b3c97d2535\",\n      \"value\": \"https://something.s3.com/file1.jpg\",\n      \"_comment\": \"File\"\n    },\n    {\n      \"ID\": \"89cd38b3c979e52002dd2535\",\n      \"values\": [\n        \"https://something.s3.com/file1.jpg\",\n        \"https://something.s3.com/file2.jpg\"\n      ],\n      \"_comment\": \"File List\"\n    },\n    {\n      \"ID\": \"2d89cd38b3c97d9e52002535\",\n      \"value\": {\n        \"selectedID\": 1\n      },\n      \"_comment\": \"SingleSelect\"\n    },\n    {\n      \"ID\": \"3c97d9e5202d89cd38b02535\",\n      \"values\": [\n        {\n          \"selectedID\": 1\n        },\n        {\n          \"selectedID\": 3\n        }\n      ],\n      \"_comment\": \"SingleSelect List\"\n    },\n    {\n      \"ID\": \"59e52002d89cd38b3c97d253\",\n      \"value\": {\n        \"selectedIDs\": [\n          2,\n          3\n        ]\n      },\n      \"_comment\": \"Multiselect\"\n    },\n    {\n      \"ID\": \"97d25359e52002d89cd38b3c\",\n      \"values\": [\n        {\n          \"selectedIDs\": [\n            2,\n            3\n          ]\n        },\n        {\n          \"selectedIDs\": [\n            1,\n            4\n          ]\n        }\n      ],\n      \"_comment\": \"Multiselect List\"\n    },\n    {\n      \"ID\": \"97d2cd38b3c5359e52002d89\",\n      \"value\": {\n        \"selectedID\": 1,\n        \"_comment\": \"This represents country: USA\",\n        \"child\": {\n          \"value\": {\n            \"selectedID\": 2,\n            \"_comment\": \"This represents state: Florida\",\n            \"child\": {\n              \"value\": {\n                \"selectedID\": 4,\n                \"_comment\": \"This represents city: Miami\"\n              }\n            }\n          }\n        }\n      },\n      \"_comment\": \"Nested Single Select - leaf Single Select\"\n    },\n    {\n      \"ID\": \"3c5d2cd3359e52002d89978b\",\n      \"value\": {\n        \"selectedID\": 1,\n        \"_comment\": \"This represents country: USA\",\n        \"child\": {\n          \"value\": \"USD\",\n          \"_comment\": \"This is free flowing text\"\n        }\n      },\n      \"_comment\": \"Nested Single Select - leaf Text\"\n    },\n    {\n      \"ID\": \"3c5d2cd3359e52002d89978b\",\n      \"value\": {\n        \"selectedID\": 1,\n        \"_comment\": \"This represents country: USA\",\n        \"child\": {\n          \"value\": 2,\n          \"_comment\": \"This is free flowing number\"\n        }\n      },\n      \"_comment\": \"Nested Single Select - leaf Number\"\n    },\n    {\n      \"ID\": \"3c5d2cd3359e52002d89978b\",\n      \"value\": {\n        \"selectedID\": 1,\n        \"_comment\": \"This represents country: USA\",\n        \"child\": {\n          \"value\": \"2021-10-08T18:47:39.021103599Z\",\n          \"_comment\": \"This is free flowing text\"\n        }\n      },\n      \"_comment\": \"Nested Single Select - leaf Date\"\n    },\n    {\n      \"ID\": \"3c5d2cd3359e52002d89978b\",\n      \"value\": {\n        \"selectedID\": 1,\n        \"_comment\": \"This represents country: USA\",\n        \"child\": {\n          \"value\": \"https://something.s3.com/file1.jpg\",\n          \"_comment\": \"This is free flowing file\"\n        }\n      },\n      \"_comment\": \"Nested Single Select - leaf File\"\n    },\n    {\n      \"ID\": \"38b97d2cd3c5359e52002d89\",\n      \"value\": {\n        \"selectedID\": 1,\n        \"_comment\": \"This represents country: USA\",\n        \"child\": {\n          \"value\": {\n            \"selectedID\": 2,\n            \"_comment\": \"This represents state: Florida\",\n            \"child\": {\n              \"value\": {\n                \"selectedIDs\": [\n                  4,\n                  5\n                ],\n                \"_comment\": \"This represents cities: Miami &amp; Orlando\"\n              }\n            }\n          }\n        }\n      },\n      \"_comment\": \"Nested Single Select - leaf Multiselect\"\n    },\n    {\n      \"ID\": \"978b3c5d2cd3359e52002d89\",\n      \"values\": [\n        {\n          \"selectedID\": 1,\n          \"_comment\": \"This represents country: USA\",\n          \"child\": {\n            \"value\": {\n              \"selectedID\": 2,\n              \"_comment\": \"This represents state: Florida\",\n              \"child\": {\n                \"value\": {\n                  \"selectedID\": 4,\n                  \"_comment\": \"This represents city: Miami\"\n                }\n              }\n            }\n          }\n        },\n        {\n          \"selectedID\": 1,\n          \"_comment\": \"This represents country: USA\",\n          \"child\": {\n            \"value\": {\n              \"selectedID\": 2,\n              \"_comment\": \"This represents state: Florida\",\n              \"child\": {\n                \"value\": {\n                  \"selectedIDs\": [\n                    4,\n                    5\n                  ],\n                  \"_comment\": \"This represents cities: Miami &amp; Orlando\"\n                }\n              }\n            }\n          }\n        },\n        {\n          \"selectedID\": 4,\n          \"_comment\": \"This represents country: USA\",\n          \"child\": {\n            \"value\": \"USD\",\n            \"_comment\": \"This is free flowing text\"\n          }\n        },\n        {\n          \"selectedID\": 2,\n          \"_comment\": \"This represents country: USA\",\n          \"child\": {\n            \"value\": 2,\n            \"_comment\": \"This is free flowing number\"\n          }\n        },\n        {\n          \"selectedID\": 5,\n          \"_comment\": \"This represents country: USA\",\n          \"child\": {\n            \"value\": \"2021-10-08T18:47:39.021103599Z\",\n            \"_comment\": \"This is free flowing date\"\n          }\n        },\n        {\n          \"selectedID\": 3,\n          \"_comment\": \"This represents country: USA\",\n          \"child\": {\n            \"value\": \"https://something.s3.com/file1.jpg\",\n            \"_comment\": \"This is free flowing file\"\n          }\n        }\n      ],\n      \"_comment\": \"Nested Single Select List\"\n    }\n  ],\n  \"createdBy\": \"GUID\",\n  \"updatedBy\": \"GUID\",\n  \"lastModifiedDate\": \"\"\n}\n\n</code></pre>\n","urlObject":{"path":["caa","resources",":id","attribute-bags",":bag-id","values"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"4fa61f59-984a-4b2a-8013-a80cb880a57a","type":"any","value":"","key":"id"},{"id":"325e5f53-a765-4be5-aa65-4864349d783d","type":"any","value":"","key":"bag-id"}]}},"response":[],"_postman_id":"835fe9d8-5b96-455d-b2ec-25b748f5b52b"}],"id":"feb6dd32-1582-4583-9657-5767b8f27770","_postman_id":"feb6dd32-1582-4583-9657-5767b8f27770","description":""},{"name":"Profiles.1","item":[{"name":"Profiles.1.1: Add Profile","id":"f72a475b-229d-43e8-baaf-e83e23bd60a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userID\": \"abcde12345\",\n    \"Name\": {\n        \"FirstName\": \"krish\",\n        \"MiddleName\": \"\",\n        \"LastName\": \"\"\n    },\n    \"phoneNumbers\": [\n        {\n            \"primary\": true,\n            \"phoneNumber\": \"123-234-5566\"\n        },\n        {\n            \"primary\": false,\n            \"phoneNumber\": \"234-443-4456\"\n        }\n    ],\n    \"emailAddresses\": [\n        {\n            \"primary\": true,\n            \"emailAddress\": \"k1@yopmail.com\"\n        },\n        {\n            \"primary\": false,\n            \"emailAddress\": \"k2@yopmail.com\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/caa/profiles","urlObject":{"path":["caa","profiles"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f72a475b-229d-43e8-baaf-e83e23bd60a5"},{"name":"Profiles.1.2: Add Profile for another user","id":"c2d60c07-cddd-49e4-94c5-6ee041f8b36c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userID\": \"abcde12349\",\n    \"Name\": {\n        \"FirstName\": \"krish2\",\n        \"MiddleName\": \"\",\n        \"LastName\": \"\"\n    },\n    \"phoneNumbers\": [\n        {\n            \"primary\": true,\n            \"phoneNumber\": \"123-234-5566\"\n        },\n        {\n            \"primary\": false,\n            \"phoneNumber\": \"234-443-4456\"\n        }\n    ],\n    \"emailAddresses\": [\n        {\n            \"primary\": true,\n            \"emailAddress\": \"k@yopmail.com\"\n        },\n        {\n            \"primary\": false,\n            \"emailAddress\": \"k2@yopmail.com\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/caa/profiles?userEmailAddress=parag100@yopmail.com","urlObject":{"path":["caa","profiles"],"host":["{{baseUrl}}"],"query":[{"key":"userEmailAddress","value":"parag100@yopmail.com"},{"disabled":true,"key":"userID","value":null}],"variable":[]}},"response":[],"_postman_id":"c2d60c07-cddd-49e4-94c5-6ee041f8b36c"},{"name":"Profiles.1.3: Get profile by ID","id":"288a8b8d-eae9-4d8a-a9b1-0b2fc0e73373","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/caa/profiles/by-id/:id","urlObject":{"path":["caa","profiles","by-id",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"b0702cea-75a1-43d4-8b89-3de31c34664c","type":"any","value":"642b30e6f7aaf89f91532be4","key":"id"}]}},"response":[],"_postman_id":"288a8b8d-eae9-4d8a-a9b1-0b2fc0e73373"},{"name":"Profiles.1.4: Get profile by email","id":"522ce0bb-f1a4-42b1-9fdb-39920bc82d6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"url":"{{baseUrl}}/caa/profiles/by-email/:email","urlObject":{"path":["caa","profiles","by-email",":email"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"6a1706c1-a909-45dc-bb58-0d40ba0b9312","type":"any","value":"parag@yopmail.com","key":"email"}]}},"response":[],"_postman_id":"522ce0bb-f1a4-42b1-9fdb-39920bc82d6d"},{"name":"Profiles.1.5: Get my profile","id":"96dfcf3f-cd86-4aaa-9bc2-68dcff29b712","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"url":"{{baseUrl}}/caa/profiles","urlObject":{"path":["caa","profiles"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"96dfcf3f-cd86-4aaa-9bc2-68dcff29b712"},{"name":"Profiles.1.6: Update profile","id":"6fd3a6ba-a61c-4a0a-8c58-aa7102b88b23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"},{"key":"User-Authorization","value":"{{userAuth}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userID\": \"aaaaa12347\",\n    \"userEmailAddress\": \"parag@yopmail.com\",\n    \"Name\": {\n        \"FirstName\": \"krish3\",\n        \"MiddleName\": \"\",\n        \"LastName\": \"Pa\"\n    },\n    \"phoneNumbers\": [\n        {\n            \"primary\": true,\n            \"phoneNumber\": \"123-234-5566\"\n        },\n        {\n            \"primary\": false,\n            \"phoneNumber\": \"334-443-4456\"\n        }\n    ],\n    \"emailAddresses\": [\n        {\n            \"primary\": true,\n            \"emailAddress\": \"k2a@yopmail.com\"\n        },\n        {\n            \"primary\": false,\n            \"emailAddress\": \"k3@yopmail.com\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/caa/profiles","urlObject":{"path":["caa","profiles"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fd3a6ba-a61c-4a0a-8c58-aa7102b88b23"}],"id":"fb97add7-572d-4bf3-9360-7d68a852f98a","_postman_id":"fb97add7-572d-4bf3-9360-7d68a852f98a","description":""},{"name":"Users.1","item":[{"name":"Users.1.1: Get users","id":"3cf3d071-b9ba-48a3-9bfe-4421f4451eba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"url":"https://gateway.snowpal.com/users","description":"<p>Returns all users.</p>\n","urlObject":{"protocol":"https","path":["users"],"host":["gateway","snowpal","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3cf3d071-b9ba-48a3-9bfe-4421f4451eba"},{"name":"Users.1.2: Get user by UUID","id":"cc3a6c7b-246a-40f8-b77f-3abb89cbe8e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"url":"https://gateway.snowpal.com/users/uuid/:id","description":"<p>Returns user by UUID.</p>\n","urlObject":{"protocol":"https","path":["users","uuid",":id"],"host":["gateway","snowpal","com"],"query":[],"variable":[{"id":"253849c0-5cc8-462f-8a13-f3187c42c884","type":"any","key":"id"}]}},"response":[],"_postman_id":"cc3a6c7b-246a-40f8-b77f-3abb89cbe8e1"},{"name":"Users.1.3: Get user by Email","id":"c4e25c82-0e53-432e-8d80-68160b521f98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"url":"https://gateway.snowpal.com/users/email/:id","description":"<p>Returns user by Email.</p>\n","urlObject":{"protocol":"https","path":["users","email",":id"],"host":["gateway","snowpal","com"],"query":[],"variable":[{"id":"2ac9cb56-d703-4c3d-8dc5-b476b637375d","type":"any","key":"id"}]}},"response":[],"_postman_id":"c4e25c82-0e53-432e-8d80-68160b521f98"},{"name":"Users.1.4: Deactivate user account","id":"3c1d16e8-5f3d-4683-bac1-ac9a7a7afb5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://gateway.snowpal.com/users/deactivate-account","description":"<p>Deactivates user account.</p>\n","urlObject":{"protocol":"https","path":["users","deactivate-account"],"host":["gateway","snowpal","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c1d16e8-5f3d-4683-bac1-ac9a7a7afb5e"},{"name":"Users.1.5: Delete user account","id":"52277135-ac6f-4a4c-912b-b4a1f9977734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text","description":"<p>JSON Web Token for authenticated user</p>\n"},{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text","description":"<p>API Product Code</p>\n"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://gateway.snowpal.com/users/delete-account","description":"<p>Deletes user account.</p>\n","urlObject":{"protocol":"https","path":["users","delete-account"],"host":["gateway","snowpal","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"52277135-ac6f-4a4c-912b-b4a1f9977734"}],"id":"9f683e58-d687-41e8-9156-e3069082f82e","_postman_id":"9f683e58-d687-41e8-9156-e3069082f82e","description":""},{"name":"Registration.1","item":[{"name":"Registration.1.1: Register new user by email","id":"f5d7a928-d507-4dc8-bb6c-42c55c22b9a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"caa_user1@yopmail.com\",\n    \"password\": \"Welcome1!\",\n    \"confirmPassword\": \"Welcome1!\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/app/users/sign-up","description":"<p>Registers new user by email.</p>\n","urlObject":{"path":["app","users","sign-up"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5d7a928-d507-4dc8-bb6c-42c55c22b9a6"},{"name":"Registration.1.2: Sign in by email","id":"2c86c8f4-1afe-4f38-a68a-bc80bfff8861","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"caa_user1@yopmail.com\",\n    \"password\": \"Welcome1!\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/app/users/sign-in","description":"<p>Signs in by email.</p>\n","urlObject":{"path":["app","users","sign-in"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c86c8f4-1afe-4f38-a68a-bc80bfff8861"},{"name":"Registration.1.3: Reset password","id":"4184954f-0a73-4254-b959-b39171ee2741","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\"password\":\"user[password]\",\"confirmPassword\":\"user[confirm_password]\"}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/app/users/reset-password","description":"<p>Resets password.</p>\n","urlObject":{"path":["app","users","reset-password"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4184954f-0a73-4254-b959-b39171ee2741"},{"name":"Registration.1.4: Activate user","id":"161f249d-0202-4b08-876c-b67afda3909c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-api-key","value":"{{apiKey}}","type":"text","description":"<p>Consumer-specific API Key</p>\n"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/app/user-verified/:id","description":"<p>Activates user (who signed up using email/password).</p>\n","urlObject":{"path":["app","user-verified",":id"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"8a6aef13-4610-4ff2-bed8-23e0df33d90d","type":"any","value":"653490c43fbf9000367847cb","key":"id"}]}},"response":[],"_postman_id":"161f249d-0202-4b08-876c-b67afda3909c"}],"id":"fe9a1a40-30a7-4c62-9c19-f806570e9e21","_postman_id":"fe9a1a40-30a7-4c62-9c19-f806570e9e21","description":""},{"name":"Provisioning.1: Super Admin ONLY","item":[{"name":"Provisioning.1.1: Create database indexes","id":"62349463-74c7-4486-84fd-e081671e25b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"User-Authorization","value":"{{userAuth}}","type":"text"},{"key":"x-api-key","value":"{{apiKey}}","type":"text"},{"key":"x-snowpal-product-code","value":"{{apiProductCode}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"otherItems\": [\n    \"Met with Product Managers again\",\n    \"and again!!\"\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/app/db/create-indexes","urlObject":{"path":["app","db","create-indexes"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"62349463-74c7-4486-84fd-e081671e25b9"}],"id":"9b6d93c7-69c3-474e-acdb-7479fea3da12","_postman_id":"9b6d93c7-69c3-474e-acdb-7479fea3da12","description":""}]}