{"info":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"27503694","collectionId":"5072e931-d841-4801-b40b-26b0bec60f9e","publishedId":"2sA2xpRouc","public":true,"customColor":{"top-bar":"BBC0CD","right-sidebar":"535A68","highlight":"3B95F3"},"publishDate":"2024-03-18T17:11:11.000Z"},"item":[{"name":"Account","item":[{"name":"Account","id":"79408d4b-dde4-46c2-a424-046e6f4629b6","request":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/account/:accountid","description":"<h1>Account Account</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["account",":accountid"],"host":["{{url}}"],"query":[],"variable":[{"id":"94cfbdf7-b3f0-448c-9bc8-3d271879583a","description":{"content":"<p>Type: objectId</p>\n","type":"text/plain"},"type":"any","key":"accountid"}]}},"response":[{"id":"e8218a2b-a54f-4ba3-9c19-ae8ae67a84f4","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/account/:accountid","host":["{{url}}"],"path":["account",":accountid"],"variable":[{"key":"accountid","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"5e8f84d0b35b753a0955b735\",\n        \"accountNumber\": \"123456\",\n        \"defaultRoleType\": 1,\n        \"name\": \"John Doe\",\n        \"profile\": {\n            \"firstName\": \"John\",\n            \"lastName\": \"Doe\",\n            \"email\": \"john@gmail.com\",\n            \"title\": \"CIO\",\n            \"birthDate\": \"1982-12-07\",\n            \"phone\": \"555-555-5555\",\n            \"companyName\": \"Demo Advisors\",\n            \"street\": \"Test St.\",\n            \"city\": \"Chicago\",\n            \"state\": \"IL\",\n            \"zip\": \"60654\",\n            \"img\": \"https://aws.com/profile-photo.png\",\n            \"customField1\": \"real estate\",\n            \"customField2\": \"5 years\",\n            \"accredDocIds\": [\n                \"5bdb02c3938be33c32555090\"\n            ],\n            \"kycDocIds\": [\n                \"5bdb02b6938be33c32555079\"\n            ]\n        },\n        \"accredStatus\": \"Approved\",\n        \"kycStatus\": \"Auto Approved\"\n    }\n}"},{"id":"3a2732a7-b7af-4a8f-92db-62f9cf27ad47","name":"400 - Validation Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/account/:accountid","host":["{{url}}"],"path":["account",":accountid"],"variable":[{"key":"accountid"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.accountid\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"params.accountid\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"4c938dab-308a-4650-9e9e-24f4d819203c","name":"401 - Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/account/:accountid","host":["{{url}}"],"path":["account",":accountid"],"variable":[{"key":"accountid","description":"Type: objectId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"56392184-c538-4753-8519-b4b99abbeb77","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/account/:accountid","host":["{{url}}"],"path":["account",":accountid"],"variable":[{"key":"accountid","description":"Type: objectId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"79408d4b-dde4-46c2-a424-046e6f4629b6"},{"name":"Search Accounts","id":"217edf6f-e296-4b8b-a66e-1f14624149e4","request":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/account/search?page=1&pageSize=1000&search&role","description":"<h1>Account Search Accounts</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["account","search"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Type: number</p>\n","type":"text/plain"},"key":"page","value":"1"},{"description":{"content":"<p>Type: number</p>\n","type":"text/plain"},"key":"pageSize","value":"1000"},{"description":{"content":"<p>Search string Type: string</p>\n","type":"text/plain"},"key":"search"},{"description":{"content":"<p>Type: enum \"[1: individual, 2: institutional, 3: issuer]\"</p>\n","type":"text/plain"},"key":"role"}],"variable":[]}},"response":[{"id":"7c40729a-5119-4e3d-8915-1c9b034419ed","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/account/search?page=1&pageSize=1000&search&role","host":["{{url}}"],"path":["account","search"],"query":[{"description":"Type: number","key":"page","value":"1"},{"description":"Type: number","key":"pageSize","value":"1000"},{"description":"Search string Type: string","key":"search"},{"description":"Type: enum \"[1: individual, 2: institutional, 3: issuer]\"","key":"role"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": {\n        \"page\": 1,\n        \"pageSize\": 500,\n        \"totalItems\": 2132,\n        \"results\": [\n            {\n                \"id\": \"5e8f84d0b35b753a0955b735\",\n                \"accountNumber\": \"123456\",\n                \"defaultRoleType\": 1,\n                \"name\": \"John Doe\",\n                \"profile\": {\n                    \"firstName\": \"John\",\n                    \"lastName\": \"Doe\",\n                    \"email\": \"john@gmail.com\",\n                    \"title\": \"CIO\",\n                    \"birthDate\": \"1982-12-07\",\n                    \"phone\": \"555-555-5555\",\n                    \"companyName\": \"Demo Advisors\",\n                    \"street\": \"Test St.\",\n                    \"city\": \"Chicago\",\n                    \"state\": \"IL\",\n                    \"zip\": \"60654\",\n                    \"img\": \"https://aws.com/profile-photo.png\",\n                    \"customField1\": \"real estate\",\n                    \"customField2\": \"5 years\",\n                    \"accredDocIds\": [\n                        \"5bdb02c3938be33c32555090\"\n                    ],\n                    \"kycDocIds\": [\n                        \"5bdb02b6938be33c32555079\"\n                    ]\n                },\n                \"accredStatus\": \"Approved\",\n                \"kycStatus\": \"Auto Approved\"\n            }\n        ]\n    }\n}"},{"id":"6f082bb2-2a3a-4ae3-b352-39fe1d5b93cf","name":"401 - Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/account/search?page=1&pageSize=1000&search&role","host":["{{url}}"],"path":["account","search"],"query":[{"description":"Type: number","key":"page","value":"1"},{"description":"Type: number","key":"pageSize","value":"1000"},{"description":"Search string Type: string","key":"search"},{"description":"Type: enum \"[1: individual, 2: institutional, 3: issuer]\"","key":"role"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"6ea34d18-d813-4585-a0d2-711125590209","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/account/search?page=1&pageSize=1000&search&role","host":["{{url}}"],"path":["account","search"],"query":[{"description":"Type: number","key":"page","value":"1"},{"description":"Type: number","key":"pageSize","value":"1000"},{"description":"Search string Type: string","key":"search"},{"description":"Type: enum \"[1: individual, 2: institutional, 3: issuer]\"","key":"role"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"217edf6f-e296-4b8b-a66e-1f14624149e4"},{"name":"Add","id":"2d9034bf-9692-4e35-9619-cd26f91cf106","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"defaultRoleType\": {\n        \"schemaType\": \"enum & number\",\n        \"dataType\": \"[1: individual, 2: institutional, 3: issuer]\",\n        \"required\": true\n    },\n    \"profile\": {\n        \"schemaType\": \"object\",\n        \"dataType\": {\n            \"firstName\": {\n                \"schemaType\": \"string\",\n                \"required\": true\n            },\n            \"lastName\": {\n                \"schemaType\": \"string\",\n                \"required\": true\n            },\n            \"email\": {\n                \"schemaType\": \"email\",\n                \"required\": true\n            },\n            \"companyName\": {\n                \"schemaType\": \"string\",\n                \"required\": false\n            }\n        },\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account/?au","description":"<h1>Account Add</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["account",""],"host":["{{url}}"],"query":[{"description":{"content":"<p>Type: string</p>\n","type":"text/plain"},"key":"au"}],"variable":[]}},"response":[{"id":"5b3fc445-d21e-461a-bc43-9005ab4f0239","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"defaultRoleType\": {\n        \"schemaType\": \"enum & number\",\n        \"dataType\": \"[1: individual, 2: institutional, 3: issuer]\",\n        \"required\": true\n    },\n    \"profile\": {\n        \"schemaType\": \"object\",\n        \"dataType\": {\n            \"firstName\": {\n                \"schemaType\": \"string\",\n                \"required\": true\n            },\n            \"lastName\": {\n                \"schemaType\": \"string\",\n                \"required\": true\n            },\n            \"email\": {\n                \"schemaType\": \"email\",\n                \"required\": true\n            },\n            \"companyName\": {\n                \"schemaType\": \"string\",\n                \"required\": false\n            }\n        },\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/account/?au","host":["{{url}}"],"path":["account",""],"query":[{"description":"Type: string","key":"au"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"5e8f84d0b35b753a0955b735\",\n        \"accountNumber\": \"123456\",\n        \"defaultRoleType\": 1,\n        \"name\": \"John Doe\",\n        \"profile\": {\n            \"firstName\": \"John\",\n            \"lastName\": \"Doe\",\n            \"email\": \"john@gmail.com\",\n            \"companyName\": \"Demo Advisors\"\n        }\n    }\n}"},{"id":"a64e2119-2086-4464-9928-05c9113652d8","name":"200 - Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"defaultRoleType\": {\n        \"schemaType\": \"enum & number\",\n        \"dataType\": \"[1: individual, 2: institutional, 3: issuer]\",\n        \"required\": true\n    },\n    \"profile\": {\n        \"schemaType\": \"object\",\n        \"dataType\": {\n            \"firstName\": {\n                \"schemaType\": \"string\",\n                \"required\": true\n            },\n            \"lastName\": {\n                \"schemaType\": \"string\",\n                \"required\": true\n            },\n            \"email\": {\n                \"schemaType\": \"email\",\n                \"required\": true\n            },\n            \"companyName\": {\n                \"schemaType\": \"string\",\n                \"required\": false\n            }\n        },\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/account/?au","host":["{{url}}"],"path":["account",""],"query":[{"description":"Type: string","key":"au"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": null,\n    \"msg\": \"institutions and issuers require a company name\"\n}"},{"id":"2ff04e5d-7d85-46f2-9011-40ce70511e36","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"query.au\",\n            \"error\": \"Must be a String\"\n        },\n        {\n            \"path\": \"body.defaultRoleType\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.defaultRoleType\",\n            \"error\": \"Must be a valid Number\"\n        },\n        {\n            \"path\": \"body.defaultRoleType\",\n            \"error\": \"Enum must be value of 1: individual, 2: institutional, 3: issuer\"\n        },\n        {\n            \"path\": \"body.profile\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.profile\",\n            \"error\": \"Must be a Object\"\n        },\n        {\n            \"path\": \"body.profile.firstName\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.profile.firstName\",\n            \"error\": \"Must be a String\"\n        },\n        {\n            \"path\": \"body.profile.lastName\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.profile.lastName\",\n            \"error\": \"Must be a String\"\n        },\n        {\n            \"path\": \"body.profile.email\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.profile.email\",\n            \"error\": \"Must be a valid Email\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"c9d1b073-d1af-4031-a3cf-2fae42fde60b","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"defaultRoleType\": {\n        \"schemaType\": \"enum & number\",\n        \"dataType\": \"[1: individual, 2: institutional, 3: issuer]\",\n        \"required\": true\n    },\n    \"profile\": {\n        \"schemaType\": \"object\",\n        \"dataType\": {\n            \"firstName\": {\n                \"schemaType\": \"string\",\n                \"required\": true\n            },\n            \"lastName\": {\n                \"schemaType\": \"string\",\n                \"required\": true\n            },\n            \"email\": {\n                \"schemaType\": \"email\",\n                \"required\": true\n            },\n            \"companyName\": {\n                \"schemaType\": \"string\",\n                \"required\": false\n            }\n        },\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/account/?au","host":["{{url}}"],"path":["account",""],"query":[{"description":"Type: string","key":"au"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"5c085d41-1a85-4ca9-bd3c-709e33d144e3","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"defaultRoleType\": {\n        \"schemaType\": \"enum & number\",\n        \"dataType\": \"[1: individual, 2: institutional, 3: issuer]\",\n        \"required\": true\n    },\n    \"profile\": {\n        \"schemaType\": \"object\",\n        \"dataType\": {\n            \"firstName\": {\n                \"schemaType\": \"string\",\n                \"required\": true\n            },\n            \"lastName\": {\n                \"schemaType\": \"string\",\n                \"required\": true\n            },\n            \"email\": {\n                \"schemaType\": \"email\",\n                \"required\": true\n            },\n            \"companyName\": {\n                \"schemaType\": \"string\",\n                \"required\": false\n            }\n        },\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/account/?au","host":["{{url}}"],"path":["account",""],"query":[{"description":"Type: string","key":"au"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"},{"id":"e46a353c-78b0-48b7-80d0-221c95c339b5","name":"429 - Rate-Limit","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"defaultRoleType\": {\n        \"schemaType\": \"enum & number\",\n        \"dataType\": \"[1: individual, 2: institutional, 3: issuer]\",\n        \"required\": true\n    },\n    \"profile\": {\n        \"schemaType\": \"object\",\n        \"dataType\": {\n            \"firstName\": {\n                \"schemaType\": \"string\",\n                \"required\": true\n            },\n            \"lastName\": {\n                \"schemaType\": \"string\",\n                \"required\": true\n            },\n            \"email\": {\n                \"schemaType\": \"email\",\n                \"required\": true\n            },\n            \"companyName\": {\n                \"schemaType\": \"string\",\n                \"required\": false\n            }\n        },\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/account/?au","host":["{{url}}"],"path":["account",""],"query":[{"description":"Type: string","key":"au"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 429,\n    \"message\": \"Max attempts exceeded\",\n    \"attemptLimit\": 3,\n    \"timeLimit\": 10000\n}"}],"_postman_id":"2d9034bf-9692-4e35-9619-cd26f91cf106"},{"name":"Bulk Disable","id":"897f2f63-c06d-4c35-9c90-c593cfc9a0cd","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account/disable","description":"<h1>Account Bulk Disable</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["account","disable"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8473df58-5533-4924-85eb-1bdbe926210f","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account/disable"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true\n}"},{"id":"fe4a810e-224f-4b9f-a07c-e70e1cbc7855","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account/disable"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Must be an Array\"\n        },\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Must be an Array\"\n        },\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Must be array of type objectId\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"60200807-c801-42fb-bd07-a9ee741798d7","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account/disable"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"5d9cbd5f-23d9-48c4-8ea7-b9adac293a9c","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account/disable"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"897f2f63-c06d-4c35-9c90-c593cfc9a0cd"},{"name":"Search By Filter","id":"5345aafc-36de-41f7-9e28-099d894cf0c9","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"body\": {\n        \"schemaType\": \"array\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account/search/filter","description":"<h1>Account Search By Filter</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["account","search","filter"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2dff5573-7f11-4ff0-b6d5-e0e3c2ddedea","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"body\": {\n        \"schemaType\": \"array\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account/search/filter"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": {\n        \"page\": 1,\n        \"pageSize\": 500,\n        \"totalItems\": 2132,\n        \"results\": [\n            {\n                \"id\": \"5e8f84d0b35b753a0955b735\",\n                \"accountNumber\": \"123456\",\n                \"defaultRoleType\": 1,\n                \"name\": \"John Doe\",\n                \"profile\": {\n                    \"firstName\": \"John\",\n                    \"lastName\": \"Doe\",\n                    \"email\": \"john@gmail.com\",\n                    \"title\": \"CIO\",\n                    \"birthDate\": \"1982-12-07\",\n                    \"phone\": \"555-555-5555\",\n                    \"companyName\": \"Demo Advisors\",\n                    \"street\": \"Test St.\",\n                    \"city\": \"Chicago\",\n                    \"state\": \"IL\",\n                    \"zip\": \"60654\",\n                    \"img\": \"https://aws.com/profile-photo.png\",\n                    \"customField1\": \"real estate\",\n                    \"customField2\": \"5 years\",\n                    \"accredDocIds\": [\n                        \"5bdb02c3938be33c32555090\"\n                    ],\n                    \"kycDocIds\": [\n                        \"5bdb02b6938be33c32555079\"\n                    ]\n                },\n                \"accredStatus\": \"Approved\",\n                \"kycStatus\": \"Auto Approved\"\n            }\n        ]\n    }\n}"},{"id":"da4af757-3e91-45f0-80bc-c409dffdcfe2","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account/search/filter"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"body.body\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.body\",\n            \"error\": \"Must be an Array\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"4cbf3ed3-c1a7-411e-b92f-cfa19a1795e3","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"body\": {\n        \"schemaType\": \"array\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account/search/filter"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"534460f9-7051-4f80-b1b8-f72f8ae5cc72","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"body\": {\n        \"schemaType\": \"array\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account/search/filter"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"5345aafc-36de-41f7-9e28-099d894cf0c9"},{"name":"Update Profile","id":"b206c0bc-e348-478d-b652-c169a75a52c7","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"body\": {\n        \"schemaType\": \"object\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account/:id/profile","description":"<h1>Account Update Profile</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["account",":id","profile"],"host":["{{url}}"],"query":[],"variable":[{"id":"54d41ecd-ae1a-4d6a-9a3c-afe4290f0727","description":{"content":"<p>Type: objectId</p>\n","type":"text/plain"},"type":"any","key":"id"}]}},"response":[{"id":"60b6af9a-a3c8-4369-8ff0-869d9a37bbfa","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"body\": {\n        \"schemaType\": \"object\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/account/:id/profile","host":["{{url}}"],"path":["account",":id","profile"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": {\n        \"firstName\": \"John\",\n        \"lastName\": \"Doe\",\n        \"email\": \"john@gmail.com\",\n        \"title\": \"CIO\",\n        \"birthDate\": \"1991-05-31\",\n        \"phone\": \"606-555-1234\",\n        \"companyName\": \"Demo Advisors\",\n        \"street\": \"Test St.\",\n        \"city\": \"Chicago\",\n        \"state\": \"IL\",\n        \"zip\": \"60654\",\n        \"img\": \"https://aws.com/profile-photo.png\",\n        \"customField1\": \"real estate\",\n        \"customField2\": \"5 years\",\n        \"accredDocIds\": [\n            \"5bdb02c3938be33c32555090\"\n        ],\n        \"kycDocIds\": [\n            \"5bdb02b6938be33c32555079\"\n        ],\n        \"customField3\": \"option1\"\n    }\n}"},{"id":"e43d0f69-ed28-4ea8-ac92-5c9091581552","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/account/:id/profile","host":["{{url}}"],"path":["account",":id","profile"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.id\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"params.id\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        },\n        {\n            \"path\": \"body.body\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.body\",\n            \"error\": \"Must be a Object\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"6f591ebb-1828-4e20-872f-0f3a425a95b2","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"body\": {\n        \"schemaType\": \"object\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/account/:id/profile","host":["{{url}}"],"path":["account",":id","profile"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"b07efecf-b296-4bf9-a13c-17c2da423236","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"body\": {\n        \"schemaType\": \"object\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/account/:id/profile","host":["{{url}}"],"path":["account",":id","profile"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"b206c0bc-e348-478d-b652-c169a75a52c7"}],"id":"6d3ca965-0d65-404a-9466-7807402e0ee2","_postman_id":"6d3ca965-0d65-404a-9466-7807402e0ee2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}}},{"name":"Account List","item":[{"name":"Remove","id":"233b175e-9914-41f6-bd85-43c14d74a6b6","request":{"method":"DELETE","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/account-list/:listid/account/:accountid","description":"<h1>Account List Remove</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["account-list",":listid","account",":accountid"],"host":["{{url}}"],"query":[],"variable":[{"id":"a5bdb242-a563-4bad-9c3f-c8d3dbbb3a84","description":{"content":"<p>Type: objectId</p>\n","type":"text/plain"},"type":"any","key":"listid"},{"id":"0ee106e3-f3a2-4b00-a84b-7512c911bb41","description":{"content":"<p>Type: objectId</p>\n","type":"text/plain"},"type":"any","key":"accountid"}]}},"response":[{"id":"79839051-56d7-487e-953f-caba15de210d","name":"200 - Success","originalRequest":{"method":"DELETE","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/account-list/:listid/account/:accountid","host":["{{url}}"],"path":["account-list",":listid","account",":accountid"],"variable":[{"key":"listid","description":"Type: objectId"},{"key":"accountid","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true\n}"},{"id":"c7285303-812e-441d-ba01-a2cdfa370d33","name":"400 - Validation Error","originalRequest":{"method":"DELETE","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/account-list/:listid/account/:accountid","host":["{{url}}"],"path":["account-list",":listid","account",":accountid"],"variable":[{"key":"listid"},{"key":"accountid"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.listid\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"params.listid\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        },\n        {\n            \"path\": \"params.accountid\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"params.accountid\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"3a8d1cc3-6577-43fb-a723-57d0c6ba7441","name":"401 - Authentication Error","originalRequest":{"method":"DELETE","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/account-list/:listid/account/:accountid","host":["{{url}}"],"path":["account-list",":listid","account",":accountid"],"variable":[{"key":"listid","description":"Type: objectId"},{"key":"accountid","description":"Type: objectId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"c266e28d-c086-41d5-b825-56f96d0feea5","name":"403 - Authorization Error","originalRequest":{"method":"DELETE","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/account-list/:listid/account/:accountid","host":["{{url}}"],"path":["account-list",":listid","account",":accountid"],"variable":[{"key":"listid","description":"Type: objectId"},{"key":"accountid","description":"Type: objectId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"233b175e-9914-41f6-bd85-43c14d74a6b6"},{"name":"Remove For Offer","id":"fe70ef24-5eca-4c85-9330-a405a3fd6998","request":{"method":"DELETE","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/account-list/:listid/offer/:symbol","description":"<h1>Account List Remove For Offer</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["account-list",":listid","offer",":symbol"],"host":["{{url}}"],"query":[],"variable":[{"id":"a23ceb8d-8169-44d5-9cde-6520af89e432","description":{"content":"<p>Type: objectId</p>\n","type":"text/plain"},"type":"any","key":"listid"},{"id":"44a291df-e5e9-4953-ae66-b2e8c0a2a59f","description":{"content":"<p>Type: string</p>\n","type":"text/plain"},"type":"any","key":"symbol"}]}},"response":[{"id":"2e123862-1195-499e-8d4e-9f02a3dcafcf","name":"200 - Success","originalRequest":{"method":"DELETE","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/account-list/:listid/offer/:symbol","host":["{{url}}"],"path":["account-list",":listid","offer",":symbol"],"variable":[{"key":"listid","description":"Type: objectId"},{"key":"symbol","description":"Type: string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true\n}"},{"id":"9cac4ef5-9d4b-4353-94ae-91938a9e1083","name":"400 - Validation Error","originalRequest":{"method":"DELETE","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/account-list/:listid/offer/:symbol","host":["{{url}}"],"path":["account-list",":listid","offer",":symbol"],"variable":[{"key":"listid"},{"key":"symbol"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.listid\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"params.listid\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        },\n        {\n            \"path\": \"params.symbol\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"params.symbol\",\n            \"error\": \"Must be a String\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"c87ee916-1e2f-449d-86d2-d7a225654297","name":"401 - Authentication Error","originalRequest":{"method":"DELETE","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/account-list/:listid/offer/:symbol","host":["{{url}}"],"path":["account-list",":listid","offer",":symbol"],"variable":[{"key":"listid","description":"Type: objectId"},{"key":"symbol","description":"Type: string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"e2b87906-ef82-42d9-81d7-b61ca1a289fa","name":"403 - Authorization Error","originalRequest":{"method":"DELETE","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/account-list/:listid/offer/:symbol","host":["{{url}}"],"path":["account-list",":listid","offer",":symbol"],"variable":[{"key":"listid","description":"Type: objectId"},{"key":"symbol","description":"Type: string"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"fe70ef24-5eca-4c85-9330-a405a3fd6998"},{"name":"List","id":"4b7e5c27-8ab8-4b5f-820d-8b388aaf9767","request":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/account-list/?accountId","description":"<h1>Account List List</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["account-list",""],"host":["{{url}}"],"query":[{"description":{"content":"<p>Type: objectId</p>\n","type":"text/plain"},"key":"accountId"}],"variable":[]}},"response":[{"id":"71dcd394-ce8b-4e7a-8624-111732efd95a","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/account-list/?accountId","host":["{{url}}"],"path":["account-list",""],"query":[{"description":"Type: objectId","key":"accountId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"[\n    {\n        \"_id\": \"61267e4c71cb2546a0ae816c\",\n        \"name\": \"Age 40-49\",\n        \"accountId\": \"5b4d2d7410cb2772f2446078\",\n        \"filters\": [\n            {\n                \"type\": 4,\n                \"fields\": {\n                    \"age\": [\n                        \"40-49\"\n                    ]\n                }\n            }\n        ],\n        \"_p\": [\n            1\n        ],\n        \"_ts\": 1629912652816,\n        \"_u\": \"5b4d2d7810cb2772f24460c9\",\n        \"_tsu\": 1646760421142,\n        \"_uu\": \"5b4d2d7810cb2772f24460c9\",\n        \"userIds\": []\n    },\n    {\n        \"_id\": \"61267e4c71cb2546a0ae816c\",\n        \"name\": \"Selected Account List\",\n        \"accountId\": \"5b4d2d7410cb2772f2446078\",\n        \"filters\": [\n            {\n                \"type\": -1,\n                \"fields\": {\n                    \"accountId\": [\n                        \"61dc5bf4b5d1c8a464e22eb6\",\n                        \"61b8f7de899e5097a82e6231\",\n                        \"61aa3ab67037d16270d57228\",\n                        \"616db8091c55e870347cfc3e\",\n                        \"621903a4c142be633352e57e\"\n                    ]\n                }\n            }\n        ],\n        \"_p\": [\n            1\n        ],\n        \"_ts\": 1629912652816,\n        \"_u\": \"5b4d2d7810cb2772f24460c9\",\n        \"_tsu\": 1646760421142,\n        \"_uu\": \"5b4d2d7810cb2772f24460c9\",\n        \"userIds\": []\n    }\n]"},{"id":"b7777f74-657d-46fc-8ad6-72fdda3e62b1","name":"400 - Validation Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account-list/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"query.accountId\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"query.accountId\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"fe1abf7f-26d3-4ee8-b10c-758de2cc9ea4","name":"401 - Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/account-list/?accountId","host":["{{url}}"],"path":["account-list",""],"query":[{"description":"Type: objectId","key":"accountId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"2d39a091-268e-463e-87fb-d96c8b2c4c7f","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/account-list/?accountId","host":["{{url}}"],"path":["account-list",""],"query":[{"description":"Type: objectId","key":"accountId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"4b7e5c27-8ab8-4b5f-820d-8b388aaf9767"},{"name":"Get By Ids","id":"8835afc2-2c8b-4ba0-8392-5b81a425445c","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account-list/list","description":"<h1>Account List Get By Ids</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["account-list","list"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"08589ac0-b0bd-4c50-88f9-abebe5106b37","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account-list/list"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"[\n    {\n        \"_id\": \"61267e4c71cb2546a0ae816c\",\n        \"name\": \"Age 40-49\",\n        \"accountId\": \"5b4d2d7410cb2772f2446078\",\n        \"filters\": [\n            {\n                \"type\": 4,\n                \"fields\": {\n                    \"age\": [\n                        \"40-49\"\n                    ]\n                }\n            }\n        ],\n        \"_p\": [\n            1\n        ],\n        \"_ts\": 1629912652816,\n        \"_u\": \"5b4d2d7810cb2772f24460c9\",\n        \"_tsu\": 1646760421142,\n        \"_uu\": \"5b4d2d7810cb2772f24460c9\",\n        \"userIds\": []\n    },\n    {\n        \"_id\": \"61267e4c71cb2546a0ae816c\",\n        \"name\": \"Selected Account List\",\n        \"accountId\": \"5b4d2d7410cb2772f2446078\",\n        \"filters\": [\n            {\n                \"type\": -1,\n                \"fields\": {\n                    \"accountId\": [\n                        \"61dc5bf4b5d1c8a464e22eb6\",\n                        \"61b8f7de899e5097a82e6231\",\n                        \"61aa3ab67037d16270d57228\",\n                        \"616db8091c55e870347cfc3e\",\n                        \"621903a4c142be633352e57e\"\n                    ]\n                }\n            }\n        ],\n        \"_p\": [\n            1\n        ],\n        \"_ts\": 1629912652816,\n        \"_u\": \"5b4d2d7810cb2772f24460c9\",\n        \"_tsu\": 1646760421142,\n        \"_uu\": \"5b4d2d7810cb2772f24460c9\",\n        \"userIds\": []\n    }\n]"},{"id":"b0778f5f-ee38-467a-92e7-214328f07fcb","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account-list/list"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Must be an Array\"\n        },\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Must be an Array\"\n        },\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Must be array of type objectId\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"9bbd7615-e82f-489a-8490-1d8a0f1b3f7b","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account-list/list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"f2f60ae3-ab5c-43ae-9ee6-b1eace68227e","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account-list/list"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"8835afc2-2c8b-4ba0-8392-5b81a425445c"},{"name":"Update","id":"73527cd1-5161-4c0a-9ed2-c6ea4fe268f0","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": true\n    },\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"filters\": {\n        \"schemaType\": \"array\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account-list/","description":"<h1>Account List Update</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["account-list",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"570dd192-72d1-40b2-a58a-b3253aee4fd7","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": true\n    },\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"filters\": {\n        \"schemaType\": \"array\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account-list/"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"_id\": \"61267e4c71cb2546a0ae816c\",\n    \"name\": \"Age 40-49\",\n    \"accountId\": \"5b4d2d7410cb2772f2446078\",\n    \"filters\": [\n        {\n            \"type\": 4,\n            \"fields\": {\n                \"age\": [\n                    \"40-49\"\n                ]\n            }\n        }\n    ],\n    \"_p\": [\n        1\n    ],\n    \"_ts\": 1629912652816,\n    \"_u\": \"5b4d2d7810cb2772f24460c9\",\n    \"_tsu\": 1646760421142,\n    \"_uu\": \"5b4d2d7810cb2772f24460c9\",\n    \"userIds\": []\n}"},{"id":"5cbbdb8e-eed7-41c0-ab03-8a5a72a1dbe1","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account-list/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"body.accountId\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.accountId\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        },\n        {\n            \"path\": \"body.name\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.name\",\n            \"error\": \"Must be a String\"\n        },\n        {\n            \"path\": \"body.filters\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.filters\",\n            \"error\": \"Must be an Array\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"653dd253-c47f-4954-9ba0-c80ae1647575","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": true\n    },\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"filters\": {\n        \"schemaType\": \"array\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account-list/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"6e6fb8d6-d86d-47c6-8708-06419d842e36","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": true\n    },\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"filters\": {\n        \"schemaType\": \"array\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account-list/"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"73527cd1-5161-4c0a-9ed2-c6ea4fe268f0"},{"name":"Update List For Offer","id":"4f02ef55-594d-4626-a7e0-e54dada1f849","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"symbol\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"filters\": {\n        \"schemaType\": \"array\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account-list/offer","description":"<h1>Account List Update List For Offer</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["account-list","offer"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"aef13a0e-05ed-47cc-9280-ab847f0a47fc","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"symbol\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"filters\": {\n        \"schemaType\": \"array\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account-list/offer"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"_id\": \"61267e4c71cb2546a0ae816c\",\n    \"name\": \"Age 40-49\",\n    \"symbol\": \"EMSHOL\",\n    \"filters\": [\n        {\n            \"type\": 4,\n            \"fields\": {\n                \"age\": [\n                    \"40-49\"\n                ]\n            }\n        }\n    ],\n    \"_p\": [\n        1\n    ],\n    \"_ts\": 1629912652816,\n    \"_u\": \"5b4d2d7810cb2772f24460c9\",\n    \"_tsu\": 1646760421142,\n    \"_uu\": \"5b4d2d7810cb2772f24460c9\",\n    \"userIds\": []\n}"},{"id":"3c27eff5-869a-48f2-bfb2-a3f5b167def7","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account-list/offer"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"body.symbol\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.symbol\",\n            \"error\": \"Must be a String\"\n        },\n        {\n            \"path\": \"body.name\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.name\",\n            \"error\": \"Must be a String\"\n        },\n        {\n            \"path\": \"body.filters\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.filters\",\n            \"error\": \"Must be an Array\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"bec1dce7-db40-4534-8d22-6aa0176c4d45","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"symbol\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"filters\": {\n        \"schemaType\": \"array\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account-list/offer"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"52d4229d-7c99-44cb-8e9a-42186274eac6","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"symbol\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"filters\": {\n        \"schemaType\": \"array\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/account-list/offer"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"4f02ef55-594d-4626-a7e0-e54dada1f849"}],"id":"18d6af93-03f3-4686-b914-7159b38797f9","_postman_id":"18d6af93-03f3-4686-b914-7159b38797f9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}}},{"name":"Analytics","item":[{"name":"Account","id":"215fd9dc-1d06-4b6f-a23a-c15cd237824d","request":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/analytics/account?id","description":"<h1>Analytics Account</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["analytics","account"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Type: objectId</p>\n","type":"text/plain"},"key":"id"}],"variable":[]}},"response":[{"id":"6b148b1e-c8bf-4f0d-8186-3d9529b51d27","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/analytics/account?id","host":["{{url}}"],"path":["analytics","account"],"query":[{"description":"Type: objectId","key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"[\n    {\n        \"id\": \"5c379f7ff16ca1215aad0ef6\",\n        \"username\": \"jimmy@tester.com\",\n        \"accountId\": \"5b4d2d7410cb2772f2446078\",\n        \"action\": \"click Invest\",\n        \"label\": \"{\\\"url\\\":\\\"/asset/ebnbi;tt=1\\\",\\\"description\\\":\\\"Invest\\\"}\",\n        \"count\": 7,\n        \"value\": \"0\",\n        \"pagePath\": \"/asset/ebnbi\",\n        \"date\": 20180904,\n        \"platform\": [\n            1\n        ],\n        \"symbol\": \"\",\n        \"src\": 1\n    }\n]"},{"id":"23bc48e5-29ae-44af-bf0e-7e934bc39438","name":"400 - Validation Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/analytics/account"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"query.id\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"78f19180-6168-4414-88b1-e58e1831eb4c","name":"401 - Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/analytics/account?id","host":["{{url}}"],"path":["analytics","account"],"query":[{"description":"Type: objectId","key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"b1b04546-5132-400c-bb63-5aeaf5f80bd2","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/analytics/account?id","host":["{{url}}"],"path":["analytics","account"],"query":[{"description":"Type: objectId","key":"id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"215fd9dc-1d06-4b6f-a23a-c15cd237824d"}],"id":"e88d674a-be3c-46c7-a930-a1f545679beb","_postman_id":"e88d674a-be3c-46c7-a930-a1f545679beb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}}},{"name":"Asset","item":[{"name":"All","id":"175620c5-493d-42d4-aaa0-b6513d545371","request":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"network\": {\n        \"schemaType\": \"boolean\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/asset/all","description":"<h1>Asset All</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["asset","all"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3ed31b27-2074-4907-a26d-cb9052df6754","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"network\": {\n        \"schemaType\": \"boolean\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/asset/all"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"5e8f84d0b35b753a0955b735\",\n            \"name\": \"RG3 Capital Partners\",\n            \"symbol\": \"RG3CP\",\n            \"descr\": \"Long/Short Multi-Strategy Hedge Fund\",\n            \"vendorId\": \"5c2a415a2fd61e34deae8a59\",\n            \"status\": 1,\n            \"visibility\": 1,\n            \"tags\": [\n                \"Hedge Fund\",\n                \"Alternative Strategies\",\n                \"Reg D\"\n            ],\n            \"unitPrice\": 5,\n            \"offerSize\": 20000,\n            \"currencySymbol\": \"USD\",\n            \"img\": \"https://aws.com/offer-logo.png\",\n            \"bgImg\": \"https://aws.com/offer-hero-image.png\",\n            \"targetReturn\": 15,\n            \"dividendReturn\": 3,\n            \"interestRate\": 1,\n            \"content\": [\n                {\n                    \"id\": \"641c608f310a0f45dab2fda1\",\n                    \"tab\": 1\n                }\n            ],\n            \"videos\": [],\n            \"contactSettings\": {},\n            \"identitySettings\": {},\n            \"investmentSettings\": {},\n            \"paymentSettings\": {}\n        }\n    ]\n}"},{"id":"22cbd123-fdab-489f-bd1f-1b83c8d85a8b","name":"401 - Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"network\": {\n        \"schemaType\": \"boolean\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/asset/all"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"eb49afd3-8d50-4124-86c6-c38770b4eadc","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"network\": {\n        \"schemaType\": \"boolean\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/asset/all"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"175620c5-493d-42d4-aaa0-b6513d545371"},{"name":"Public","id":"10268a07-ffc8-42f8-b515-c42a885afb80","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/asset/public","description":"<h1>Asset Public</h1><br />","urlObject":{"path":["asset","public"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7e8cad6d-e473-4a24-b463-694938240045","name":"200 - Success","originalRequest":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/asset/public"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"5e8f84d0b35b753a0955b735\",\n            \"name\": \"RG3 Capital Partners\",\n            \"symbol\": \"RG3CP\",\n            \"descr\": \"Long/Short Multi-Strategy Hedge Fund\",\n            \"vendorId\": \"5c2a415a2fd61e34deae8a59\",\n            \"status\": 1,\n            \"visibility\": 1,\n            \"tags\": [\n                \"Hedge Fund\",\n                \"Alternative Strategies\",\n                \"Reg D\"\n            ],\n            \"unitPrice\": 5,\n            \"offerSize\": 20000,\n            \"currencySymbol\": \"USD\",\n            \"img\": \"https://aws.com/offer-logo.png\",\n            \"bgImg\": \"https://aws.com/offer-hero-image.png\",\n            \"targetReturn\": 15,\n            \"dividendReturn\": 3,\n            \"interestRate\": 1,\n            \"content\": [\n                {\n                    \"id\": \"641c608f310a0f45dab2fda1\",\n                    \"tab\": 1\n                }\n            ],\n            \"videos\": [],\n            \"contactSettings\": {},\n            \"identitySettings\": {},\n            \"investmentSettings\": {},\n            \"paymentSettings\": {}\n        }\n    ]\n}"}],"_postman_id":"10268a07-ffc8-42f8-b515-c42a885afb80"},{"name":"Add","id":"74e02d95-5f0b-4f33-9f64-c41c6377969f","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"vendorId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": true\n    },\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"symbol\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"status\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Closed, 1: Open, -1: Disabled]\",\n        \"required\": false\n    },\n    \"visibility\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: NotActive, 1: Active, 3: ComingSoon, 4: Preview, 5: Public, 99: Hidden]\",\n        \"required\": false\n    },\n    \"offerSize\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"descr\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"tags\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"string\",\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    },\n    \"unitPrice\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"currencySymbol\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[USD: USD, CAD: CAD, EUR: EUR, GBP: GBP]\",\n        \"required\": false\n    },\n    \"targetReturn\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"dividendReturn\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"interestRate\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"img\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"bgImg\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/asset/","description":"<h1>Asset Add</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["asset",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"95f37db5-f55e-4c87-9ad1-b0a96be5a64d","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"vendorId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": true\n    },\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"symbol\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"status\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Closed, 1: Open, -1: Disabled]\",\n        \"required\": false\n    },\n    \"visibility\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: NotActive, 1: Active, 3: ComingSoon, 4: Preview, 5: Public, 99: Hidden]\",\n        \"required\": false\n    },\n    \"offerSize\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"descr\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"tags\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"string\",\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    },\n    \"unitPrice\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"currencySymbol\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[USD: USD, CAD: CAD, EUR: EUR, GBP: GBP]\",\n        \"required\": false\n    },\n    \"targetReturn\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"dividendReturn\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"interestRate\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"img\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"bgImg\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/asset/"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"5e8f84d0b35b753a0955b735\",\n        \"name\": \"RG3 Capital Partners\",\n        \"symbol\": \"RG3CP\",\n        \"descr\": \"Long/Short Multi-Strategy Hedge Fund\",\n        \"vendorId\": \"5c2a415a2fd61e34deae8a59\",\n        \"status\": 1,\n        \"visibility\": 1,\n        \"tags\": [\n            \"Hedge Fund\",\n            \"Alternative Strategies\",\n            \"Reg D\"\n        ],\n        \"unitPrice\": 5,\n        \"offerSize\": 20000,\n        \"currencySymbol\": \"USD\",\n        \"img\": \"https://aws.com/offer-logo.png\",\n        \"bgImg\": \"https://aws.com/offer-hero-image.png\",\n        \"targetReturn\": 15,\n        \"dividendReturn\": 3,\n        \"interestRate\": 1,\n        \"content\": [\n            {\n                \"id\": \"641c608f310a0f45dab2fda1\",\n                \"tab\": 1\n            }\n        ],\n        \"videos\": [],\n        \"contactSettings\": {},\n        \"identitySettings\": {},\n        \"investmentSettings\": {\n            \"steps\": [\n                {\n                    \"type\": 99,\n                    \"data\": {}\n                }\n            ]\n        },\n        \"paymentSettings\": {\n            \"achGateway\": 16,\n            \"enableWire\": true,\n            \"wireDetails\": {\n                \"accountId\": \"2323\",\n                \"accountName\": \"Response Bank\",\n                \"accountNickname\": \"Response\",\n                \"accountNumber\": \"235566677\",\n                \"accountType\": \"checking\"\n            }\n        }\n    }\n}"},{"id":"7d5c9024-5f7d-4494-8c2f-380f19d1e14d","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"vendorId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": true\n    },\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"symbol\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"status\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Closed, 1: Open, -1: Disabled]\",\n        \"required\": false\n    },\n    \"visibility\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: NotActive, 1: Active, 3: ComingSoon, 4: Preview, 5: Public, 99: Hidden]\",\n        \"required\": false\n    },\n    \"offerSize\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"descr\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"tags\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"string\",\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    },\n    \"unitPrice\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"currencySymbol\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[USD: USD, CAD: CAD, EUR: EUR, GBP: GBP]\",\n        \"required\": false\n    },\n    \"targetReturn\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"dividendReturn\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"interestRate\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"img\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"bgImg\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/asset/"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": null,\n    \"msg\": \"the vendorId is invalid\"\n}"},{"id":"185a704d-8254-48f2-b616-c79ddd6c0832","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/asset/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"body.vendorId\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.vendorId\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        },\n        {\n            \"path\": \"body.name\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.name\",\n            \"error\": \"Must be a String\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"7230cb8b-32f0-4c60-b4f4-d69aa1935ccd","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"vendorId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": true\n    },\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"symbol\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"status\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Closed, 1: Open, -1: Disabled]\",\n        \"required\": false\n    },\n    \"visibility\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: NotActive, 1: Active, 3: ComingSoon, 4: Preview, 5: Public, 99: Hidden]\",\n        \"required\": false\n    },\n    \"offerSize\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"descr\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"tags\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"string\",\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    },\n    \"unitPrice\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"currencySymbol\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[USD: USD, CAD: CAD, EUR: EUR, GBP: GBP]\",\n        \"required\": false\n    },\n    \"targetReturn\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"dividendReturn\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"interestRate\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"img\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"bgImg\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/asset/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"bff78fa0-4a0a-4735-90be-9113709403bc","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"vendorId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": true\n    },\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"symbol\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"status\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Closed, 1: Open, -1: Disabled]\",\n        \"required\": false\n    },\n    \"visibility\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: NotActive, 1: Active, 3: ComingSoon, 4: Preview, 5: Public, 99: Hidden]\",\n        \"required\": false\n    },\n    \"offerSize\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"descr\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"tags\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"string\",\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    },\n    \"unitPrice\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"currencySymbol\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[USD: USD, CAD: CAD, EUR: EUR, GBP: GBP]\",\n        \"required\": false\n    },\n    \"targetReturn\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"dividendReturn\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"interestRate\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"img\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"bgImg\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/asset/"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"74e02d95-5f0b-4f33-9f64-c41c6377969f"},{"name":"Disable","id":"52de13fa-490d-4de3-9b24-ca9b68f7c5e1","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"assetIds\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/asset/disable","description":"<h1>Asset Disable</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["asset","disable"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"868a4b16-fade-4dc4-9878-e52d3dd82bfc","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"assetIds\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/asset/disable"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true\n}"},{"id":"0589344d-f112-4680-881a-cd2e67045c09","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"assetIds\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/asset/disable"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": null,\n    \"msg\": \"The following offers cannot be deleted because there are existing transactions tied to them: RG3 Capital Partners (RG3CP)\"\n}"},{"id":"1c73d300-c862-4764-8ab6-554be0153518","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/asset/disable"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"body.assetIds\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.assetIds\",\n            \"error\": \"Must be an Array\"\n        },\n        {\n            \"path\": \"body.assetIds\",\n            \"error\": \"Must be an Array\"\n        },\n        {\n            \"path\": \"body.assetIds\",\n            \"error\": \"Must be array of type objectId\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"0951ef20-7e1e-433d-ab8b-3cc3adce6de9","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"assetIds\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/asset/disable"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"098d132f-cea1-47fc-b5fd-51a141ca26aa","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"assetIds\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/asset/disable"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"52de13fa-490d-4de3-9b24-ca9b68f7c5e1"},{"name":"Update","id":"0d898627-364f-46ab-ae7b-420fce6c04a8","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"vendorId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": false\n    },\n    \"symbol\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"status\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Closed, 1: Open, -1: Disabled]\",\n        \"required\": false\n    },\n    \"visibility\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: NotActive, 1: Active, 3: ComingSoon, 4: Preview, 5: Public, 99: Hidden]\",\n        \"required\": false\n    },\n    \"offerSize\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"descr\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"tags\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"string\",\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    },\n    \"unitPrice\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"currencySymbol\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[USD: USD, CAD: CAD, EUR: EUR, GBP: GBP]\",\n        \"required\": false\n    },\n    \"targetReturn\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"dividendReturn\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"interestRate\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"img\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"bgImg\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"content\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"object\",\n                \"dataType\": {\n                    \"id\": {\n                        \"schemaType\": \"objectId\",\n                        \"required\": true\n                    },\n                    \"tab\": {\n                        \"schemaType\": \"number\",\n                        \"required\": true\n                    }\n                },\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/asset/:id","description":"<h1>Asset Update</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["asset",":id"],"host":["{{url}}"],"query":[],"variable":[{"id":"8e915074-c2b5-4520-a8f2-25f0d138e635","description":{"content":"<p>Type: objectId</p>\n","type":"text/plain"},"type":"any","key":"id"}]}},"response":[{"id":"48b2370f-7f28-4ea2-bc23-9b303526ec7d","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"vendorId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": false\n    },\n    \"symbol\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"status\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Closed, 1: Open, -1: Disabled]\",\n        \"required\": false\n    },\n    \"visibility\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: NotActive, 1: Active, 3: ComingSoon, 4: Preview, 5: Public, 99: Hidden]\",\n        \"required\": false\n    },\n    \"offerSize\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"descr\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"tags\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"string\",\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    },\n    \"unitPrice\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"currencySymbol\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[USD: USD, CAD: CAD, EUR: EUR, GBP: GBP]\",\n        \"required\": false\n    },\n    \"targetReturn\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"dividendReturn\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"interestRate\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"img\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"bgImg\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"content\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"object\",\n                \"dataType\": {\n                    \"id\": {\n                        \"schemaType\": \"objectId\",\n                        \"required\": true\n                    },\n                    \"tab\": {\n                        \"schemaType\": \"number\",\n                        \"required\": true\n                    }\n                },\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/asset/:id","host":["{{url}}"],"path":["asset",":id"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"5e8f84d0b35b753a0955b735\",\n        \"name\": \"RG3 Capital Partners\",\n        \"symbol\": \"RG3CP\",\n        \"descr\": \"Long/Short Multi-Strategy Hedge Fund\",\n        \"vendorId\": \"5c2a415a2fd61e34deae8a59\",\n        \"status\": 1,\n        \"visibility\": 1,\n        \"tags\": [\n            \"Hedge Fund\",\n            \"Alternative Strategies\",\n            \"Reg D\"\n        ],\n        \"unitPrice\": 5,\n        \"offerSize\": 20000,\n        \"currencySymbol\": \"USD\",\n        \"img\": \"https://aws.com/offer-logo.png\",\n        \"bgImg\": \"https://aws.com/offer-hero-image.png\",\n        \"targetReturn\": 15,\n        \"dividendReturn\": 3,\n        \"interestRate\": 1,\n        \"content\": [\n            {\n                \"id\": \"641c608f310a0f45dab2fda1\",\n                \"tab\": 1\n            }\n        ],\n        \"videos\": [],\n        \"contactSettings\": {},\n        \"identitySettings\": {},\n        \"investmentSettings\": {\n            \"steps\": [\n                {\n                    \"type\": 99,\n                    \"data\": {}\n                }\n            ]\n        },\n        \"paymentSettings\": {\n            \"achGateway\": 16,\n            \"enableWire\": true,\n            \"wireDetails\": {\n                \"accountId\": \"2323\",\n                \"accountName\": \"Response Bank\",\n                \"accountNickname\": \"Response\",\n                \"accountNumber\": \"235566677\",\n                \"accountType\": \"checking\"\n            }\n        }\n    }\n}"},{"id":"8199b4b1-b659-4c94-bcbc-66fb120a038c","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"vendorId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": false\n    },\n    \"symbol\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"status\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Closed, 1: Open, -1: Disabled]\",\n        \"required\": false\n    },\n    \"visibility\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: NotActive, 1: Active, 3: ComingSoon, 4: Preview, 5: Public, 99: Hidden]\",\n        \"required\": false\n    },\n    \"offerSize\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"descr\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"tags\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"string\",\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    },\n    \"unitPrice\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"currencySymbol\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[USD: USD, CAD: CAD, EUR: EUR, GBP: GBP]\",\n        \"required\": false\n    },\n    \"targetReturn\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"dividendReturn\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"interestRate\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"img\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"bgImg\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"content\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"object\",\n                \"dataType\": {\n                    \"id\": {\n                        \"schemaType\": \"objectId\",\n                        \"required\": true\n                    },\n                    \"tab\": {\n                        \"schemaType\": \"number\",\n                        \"required\": true\n                    }\n                },\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/asset/:id","host":["{{url}}"],"path":["asset",":id"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": null,\n    \"msg\": \"the vendorId is invalid\"\n}"},{"id":"e71aa43a-6419-49bc-93ef-e5b22c3cd7f1","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/asset/:id","host":["{{url}}"],"path":["asset",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.id\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"params.id\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"1983941f-a804-405f-b448-f689468af2ff","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"vendorId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": false\n    },\n    \"symbol\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"status\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Closed, 1: Open, -1: Disabled]\",\n        \"required\": false\n    },\n    \"visibility\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: NotActive, 1: Active, 3: ComingSoon, 4: Preview, 5: Public, 99: Hidden]\",\n        \"required\": false\n    },\n    \"offerSize\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"descr\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"tags\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"string\",\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    },\n    \"unitPrice\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"currencySymbol\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[USD: USD, CAD: CAD, EUR: EUR, GBP: GBP]\",\n        \"required\": false\n    },\n    \"targetReturn\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"dividendReturn\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"interestRate\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"img\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"bgImg\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"content\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"object\",\n                \"dataType\": {\n                    \"id\": {\n                        \"schemaType\": \"objectId\",\n                        \"required\": true\n                    },\n                    \"tab\": {\n                        \"schemaType\": \"number\",\n                        \"required\": true\n                    }\n                },\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/asset/:id","host":["{{url}}"],"path":["asset",":id"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"775b38ac-bc7f-4750-9995-cee7b0850c1f","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"vendorId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": false\n    },\n    \"symbol\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"status\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Closed, 1: Open, -1: Disabled]\",\n        \"required\": false\n    },\n    \"visibility\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: NotActive, 1: Active, 3: ComingSoon, 4: Preview, 5: Public, 99: Hidden]\",\n        \"required\": false\n    },\n    \"offerSize\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"descr\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"tags\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"string\",\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    },\n    \"unitPrice\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"currencySymbol\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[USD: USD, CAD: CAD, EUR: EUR, GBP: GBP]\",\n        \"required\": false\n    },\n    \"targetReturn\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"dividendReturn\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"interestRate\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    },\n    \"img\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"bgImg\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"content\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"object\",\n                \"dataType\": {\n                    \"id\": {\n                        \"schemaType\": \"objectId\",\n                        \"required\": true\n                    },\n                    \"tab\": {\n                        \"schemaType\": \"number\",\n                        \"required\": true\n                    }\n                },\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/asset/:id","host":["{{url}}"],"path":["asset",":id"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"0d898627-364f-46ab-ae7b-420fce6c04a8"},{"name":"Upload Content","id":"d5831f06-3f2d-4e0e-a734-61440702d013","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"fileType\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"filename\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"append\": {\n        \"schemaType\": \"boolean\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/asset/:id/content","description":"<h1>Asset Upload Content</h1><br /><p>To upload content to be displayed in the offer details page, such as a PDF deck, you first need to obtain a secure upload link by making the following POST call.</p>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["asset",":id","content"],"host":["{{url}}"],"query":[],"variable":[{"id":"9f8f06e2-5634-455c-bae2-eb97f3607641","description":{"content":"<p>Type: objectId</p>\n","type":"text/plain"},"type":"any","key":"id"}]}},"response":[{"id":"3da09c4b-1139-440b-9146-0cfe80451610","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"fileType\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"filename\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"append\": {\n        \"schemaType\": \"boolean\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/asset/:id/content","host":["{{url}}"],"path":["asset",":id","content"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": {\n        \"filename\": \"123456789.pdf\",\n        \"signRequest\": \"https://dev-bucket-asset.s3.amazonaws.com/document/123456789.pdf?AWSAccessKeyId=abcdef&Signature=tuvwxyz\",\n        \"url\": \"https://dev-bucket-asset.s3.amazonaws.com/document/123456789.pdf\"\n    }\n}"},{"id":"b985aac4-b77b-41b7-ab5e-8566813011f8","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"fileType\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"filename\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"append\": {\n        \"schemaType\": \"boolean\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/asset/:id/content","host":["{{url}}"],"path":["asset",":id","content"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": null,\n    \"msg\": \"The specified file type text/html is invalid. Valid types: 'application/pdf', 'image/png', 'image/jpeg', 'image/gif'\"\n}"},{"id":"85a7d5a1-93ba-4467-94b6-ab6c98a42fe6","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/asset/:id/content","host":["{{url}}"],"path":["asset",":id","content"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.id\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"params.id\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        },\n        {\n            \"path\": \"body.fileType\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.fileType\",\n            \"error\": \"Must be a String\"\n        },\n        {\n            \"path\": \"body.filename\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.filename\",\n            \"error\": \"Must be a String\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"47af790d-2c2a-44b4-83a7-04d272e9b5b0","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"fileType\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"filename\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"append\": {\n        \"schemaType\": \"boolean\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/asset/:id/content","host":["{{url}}"],"path":["asset",":id","content"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"8f4edc33-7edd-465f-aa49-a9fcc2694a4d","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"fileType\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"filename\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"append\": {\n        \"schemaType\": \"boolean\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/asset/:id/content","host":["{{url}}"],"path":["asset",":id","content"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"d5831f06-3f2d-4e0e-a734-61440702d013"}],"id":"7f5f1494-85d1-4cee-ad1c-7e145718790e","_postman_id":"7f5f1494-85d1-4cee-ad1c-7e145718790e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}}},{"name":"Campaign","item":[{"name":"Get Account Stage","id":"ac61d31f-5845-45a2-bc4b-f47a183dd667","request":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/campaign/account/:id/stage","description":"<h1>Campaign Get Account Stage</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["campaign","account",":id","stage"],"host":["{{url}}"],"query":[],"variable":[{"id":"30c6540f-de8e-4ca8-9c4d-6a45e2849100","description":{"content":"<p>Type: objectId</p>\n","type":"text/plain"},"type":"any","key":"id"}]}},"response":[{"id":"0b7ff5cf-2c0b-46a5-bdf7-ebb457781f8d","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/campaign/account/:id/stage","host":["{{url}}"],"path":["campaign","account",":id","stage"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"[\n    {\n        \"id\": \"6194051a7272145e38e4d446\",\n        \"accountId\": \"5e8f84d0b35b753a0955b735\",\n        \"userId\": null,\n        \"name\": \"John Doe\",\n        \"symbol\": \"RG3CP\",\n        \"accountListId\": null,\n        \"stage\": \"lead\",\n        \"role\": null,\n        \"date\": 1637090586902,\n        \"_ts\": 1637090586903,\n        \"optOutCampaigns\": []\n    }\n]"},{"id":"a583f185-1603-446d-841d-449f07b595e6","name":"400 - Validation Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/campaign/account/:id/stage","host":["{{url}}"],"path":["campaign","account",":id","stage"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.id\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"b0dd6855-3f68-43d0-90bc-1dda23df9663","name":"401 - Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/campaign/account/:id/stage","host":["{{url}}"],"path":["campaign","account",":id","stage"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"75b4b3d0-cad3-4a9a-91c0-2572a1ad3bf8","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/campaign/account/:id/stage","host":["{{url}}"],"path":["campaign","account",":id","stage"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"ac61d31f-5845-45a2-bc4b-f47a183dd667"}],"id":"e21b9a96-af80-4ae5-bb05-327292021b2b","_postman_id":"e21b9a96-af80-4ae5-bb05-327292021b2b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}}},{"name":"Content","item":[{"name":"Add","id":"2636fbde-2aa2-4267-b5c4-2863b2b596ce","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"type\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Text, 2: Image, 3: Video, 4: KeyValue, 5: Stat, 11: Summary, 12: Tiles, 13: DataTable, 14: PDF, 15: HTML, 16: Metric, 17: Report, 99: PageBreak]\",\n        \"required\": false\n    },\n    \"blocks\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"object\",\n                \"dataType\": {\n                    \"type\": {\n                        \"schemaType\": \"enum\",\n                        \"dataType\": \"[1: Text, 2: Image, 3: Video, 4: KeyValue, 5: Stat, 11: Summary, 12: Tiles, 13: DataTable, 14: PDF, 15: HTML, 16: Metric, 17: Report, 99: PageBreak]\",\n                        \"required\": true\n                    },\n                    \"data\": {\n                        \"schemaType\": \"array\",\n                        \"required\": true\n                    }\n                },\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    },\n    \"uid\": {\n        \"schemaType\": \"objectId\",\n        \"required\": false\n    },\n    \"size\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Full, 2: Half, 3: Third]\",\n        \"required\": false\n    },\n    \"layout\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: None, 1: Columns1, 2: Columns2, 3: Columns3, 4: Gallery]\",\n        \"required\": false\n    },\n    \"fontSize\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Normal, 1: Large]\",\n        \"required\": false\n    },\n    \"textAlign\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Center, 1: Left, 2: Right]\",\n        \"required\": false\n    },\n    \"bgColor\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"fgColor\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"graphic\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Waves, 1: None, 2: Arrows, 3: Labels]\",\n        \"required\": false\n    },\n    \"accessType\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: None, 1: Invite, 2: Info, 3: ESign, 4: ReviewDocument, 5: AccountList, 6: SignIn, 7: Invest]\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/content/","description":"<h1>Content Add</h1><br />\n    <p>To add content to an offer page, there are two steps.</p>\n    <ol>\n        <li>Content is first added independently of the offer to your platform content library. This allows you to use the same content on multiple offers if needed.</li>\n        <li>Then update the “content” array on the offer asset object (see <a href=\"#asset-update\">Asset Update</a>).</li>\n    </ol>\n    ","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["content",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fdc88dbd-53c7-4191-aa8b-ac0aba7bec4f","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"type\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Text, 2: Image, 3: Video, 4: KeyValue, 5: Stat, 11: Summary, 12: Tiles, 13: DataTable, 14: PDF, 15: HTML, 16: Metric, 17: Report, 99: PageBreak]\",\n        \"required\": false\n    },\n    \"blocks\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"object\",\n                \"dataType\": {\n                    \"type\": {\n                        \"schemaType\": \"enum\",\n                        \"dataType\": \"[1: Text, 2: Image, 3: Video, 4: KeyValue, 5: Stat, 11: Summary, 12: Tiles, 13: DataTable, 14: PDF, 15: HTML, 16: Metric, 17: Report, 99: PageBreak]\",\n                        \"required\": true\n                    },\n                    \"data\": {\n                        \"schemaType\": \"array\",\n                        \"required\": true\n                    }\n                },\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    },\n    \"uid\": {\n        \"schemaType\": \"objectId\",\n        \"required\": false\n    },\n    \"size\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Full, 2: Half, 3: Third]\",\n        \"required\": false\n    },\n    \"layout\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: None, 1: Columns1, 2: Columns2, 3: Columns3, 4: Gallery]\",\n        \"required\": false\n    },\n    \"fontSize\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Normal, 1: Large]\",\n        \"required\": false\n    },\n    \"textAlign\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Center, 1: Left, 2: Right]\",\n        \"required\": false\n    },\n    \"bgColor\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"fgColor\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"graphic\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Waves, 1: None, 2: Arrows, 3: Labels]\",\n        \"required\": false\n    },\n    \"accessType\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: None, 1: Invite, 2: Info, 3: ESign, 4: ReviewDocument, 5: AccountList, 6: SignIn, 7: Invest]\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/content/"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": {\n        \"_id\": \"641c608f310a0f45dab2fda1\",\n        \"type\": 1,\n        \"blocks\": [\n            {\n                \"type\": 1,\n                \"data\": [\n                    \"Team\",\n                    \"Our Advantage\",\n                    \"The team is superb\"\n                ]\n            }\n        ],\n        \"fontSize\": 1,\n        \"icons\": [],\n        \"textAlign\": 0\n    }\n}"},{"id":"ece2bc2f-0d66-496e-b807-fb73f2a7d810","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"type\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Text, 2: Image, 3: Video, 4: KeyValue, 5: Stat, 11: Summary, 12: Tiles, 13: DataTable, 14: PDF, 15: HTML, 16: Metric, 17: Report, 99: PageBreak]\",\n        \"required\": false\n    },\n    \"blocks\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"object\",\n                \"dataType\": {\n                    \"type\": {\n                        \"schemaType\": \"enum\",\n                        \"dataType\": \"[1: Text, 2: Image, 3: Video, 4: KeyValue, 5: Stat, 11: Summary, 12: Tiles, 13: DataTable, 14: PDF, 15: HTML, 16: Metric, 17: Report, 99: PageBreak]\",\n                        \"required\": true\n                    },\n                    \"data\": {\n                        \"schemaType\": \"array\",\n                        \"required\": true\n                    }\n                },\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    },\n    \"uid\": {\n        \"schemaType\": \"objectId\",\n        \"required\": false\n    },\n    \"size\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Full, 2: Half, 3: Third]\",\n        \"required\": false\n    },\n    \"layout\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: None, 1: Columns1, 2: Columns2, 3: Columns3, 4: Gallery]\",\n        \"required\": false\n    },\n    \"fontSize\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Normal, 1: Large]\",\n        \"required\": false\n    },\n    \"textAlign\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Center, 1: Left, 2: Right]\",\n        \"required\": false\n    },\n    \"bgColor\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"fgColor\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"graphic\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Waves, 1: None, 2: Arrows, 3: Labels]\",\n        \"required\": false\n    },\n    \"accessType\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: None, 1: Invite, 2: Info, 3: ESign, 4: ReviewDocument, 5: AccountList, 6: SignIn, 7: Invest]\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/content/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"022c2245-7e8d-4121-9c7f-c3e61b0cbecf","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"type\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Text, 2: Image, 3: Video, 4: KeyValue, 5: Stat, 11: Summary, 12: Tiles, 13: DataTable, 14: PDF, 15: HTML, 16: Metric, 17: Report, 99: PageBreak]\",\n        \"required\": false\n    },\n    \"blocks\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"object\",\n                \"dataType\": {\n                    \"type\": {\n                        \"schemaType\": \"enum\",\n                        \"dataType\": \"[1: Text, 2: Image, 3: Video, 4: KeyValue, 5: Stat, 11: Summary, 12: Tiles, 13: DataTable, 14: PDF, 15: HTML, 16: Metric, 17: Report, 99: PageBreak]\",\n                        \"required\": true\n                    },\n                    \"data\": {\n                        \"schemaType\": \"array\",\n                        \"required\": true\n                    }\n                },\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    },\n    \"uid\": {\n        \"schemaType\": \"objectId\",\n        \"required\": false\n    },\n    \"size\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Full, 2: Half, 3: Third]\",\n        \"required\": false\n    },\n    \"layout\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: None, 1: Columns1, 2: Columns2, 3: Columns3, 4: Gallery]\",\n        \"required\": false\n    },\n    \"fontSize\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Normal, 1: Large]\",\n        \"required\": false\n    },\n    \"textAlign\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Center, 1: Left, 2: Right]\",\n        \"required\": false\n    },\n    \"bgColor\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"fgColor\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"graphic\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Waves, 1: None, 2: Arrows, 3: Labels]\",\n        \"required\": false\n    },\n    \"accessType\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: None, 1: Invite, 2: Info, 3: ESign, 4: ReviewDocument, 5: AccountList, 6: SignIn, 7: Invest]\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/content/"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"2636fbde-2aa2-4267-b5c4-2863b2b596ce"},{"name":"Get By Ids","id":"2846eb82-457f-47ff-b841-37f92d945650","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/content/list","description":"<h1>Content Get By Ids</h1><br />","urlObject":{"path":["content","list"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b31f4338-8338-4145-b441-ced15531246e","name":"200 - Success","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/content/list"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"type\": 1,\n            \"blocks\": [\n                {\n                    \"data\": [\n                        \"Api content block\"\n                    ],\n                    \"type\": 1\n                }\n            ]\n        }\n    ]\n}"},{"id":"fdcc8fbb-b5d2-42b8-99bc-db83203c1a44","name":"400 - Validation Error","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/content/list"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Must be an Array\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"}],"_postman_id":"2846eb82-457f-47ff-b841-37f92d945650"},{"name":"Update","id":"5881ddd8-1651-45f9-9de8-a98855989559","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"type\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Text, 2: Image, 3: Video, 4: KeyValue, 5: Stat, 11: Summary, 12: Tiles, 13: DataTable, 14: PDF, 15: HTML, 16: Metric, 17: Report, 99: PageBreak]\",\n        \"required\": false\n    },\n    \"blocks\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"object\",\n                \"dataType\": {\n                    \"type\": {\n                        \"schemaType\": \"enum\",\n                        \"dataType\": \"[1: Text, 2: Image, 3: Video, 4: KeyValue, 5: Stat, 11: Summary, 12: Tiles, 13: DataTable, 14: PDF, 15: HTML, 16: Metric, 17: Report, 99: PageBreak]\",\n                        \"required\": true\n                    },\n                    \"data\": {\n                        \"schemaType\": \"array\",\n                        \"required\": true\n                    }\n                },\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    },\n    \"_id\": {\n        \"schemaType\": \"objectId\",\n        \"required\": true\n    },\n    \"uid\": {\n        \"schemaType\": \"objectId\",\n        \"required\": false\n    },\n    \"size\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Full, 2: Half, 3: Third]\",\n        \"required\": false\n    },\n    \"layout\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: None, 1: Columns1, 2: Columns2, 3: Columns3, 4: Gallery]\",\n        \"required\": false\n    },\n    \"fontSize\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Normal, 1: Large]\",\n        \"required\": false\n    },\n    \"textAlign\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Center, 1: Left, 2: Right]\",\n        \"required\": false\n    },\n    \"bgColor\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"fgColor\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"graphic\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Waves, 1: None, 2: Arrows, 3: Labels]\",\n        \"required\": false\n    },\n    \"accessType\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: None, 1: Invite, 2: Info, 3: ESign, 4: ReviewDocument, 5: AccountList, 6: SignIn, 7: Invest]\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/content/:id","description":"<h1>Content Update</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["content",":id"],"host":["{{url}}"],"query":[],"variable":[{"id":"8bf58a31-9d91-4989-8850-f3b53fa0edf6","description":{"content":"<p>Type: objectId</p>\n","type":"text/plain"},"type":"any","key":"id"}]}},"response":[{"id":"4f2a6d7e-6120-4ab3-95ea-7d44e51a7238","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"type\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Text, 2: Image, 3: Video, 4: KeyValue, 5: Stat, 11: Summary, 12: Tiles, 13: DataTable, 14: PDF, 15: HTML, 16: Metric, 17: Report, 99: PageBreak]\",\n        \"required\": false\n    },\n    \"blocks\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"object\",\n                \"dataType\": {\n                    \"type\": {\n                        \"schemaType\": \"enum\",\n                        \"dataType\": \"[1: Text, 2: Image, 3: Video, 4: KeyValue, 5: Stat, 11: Summary, 12: Tiles, 13: DataTable, 14: PDF, 15: HTML, 16: Metric, 17: Report, 99: PageBreak]\",\n                        \"required\": true\n                    },\n                    \"data\": {\n                        \"schemaType\": \"array\",\n                        \"required\": true\n                    }\n                },\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    },\n    \"_id\": {\n        \"schemaType\": \"objectId\",\n        \"required\": true\n    },\n    \"uid\": {\n        \"schemaType\": \"objectId\",\n        \"required\": false\n    },\n    \"size\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Full, 2: Half, 3: Third]\",\n        \"required\": false\n    },\n    \"layout\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: None, 1: Columns1, 2: Columns2, 3: Columns3, 4: Gallery]\",\n        \"required\": false\n    },\n    \"fontSize\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Normal, 1: Large]\",\n        \"required\": false\n    },\n    \"textAlign\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Center, 1: Left, 2: Right]\",\n        \"required\": false\n    },\n    \"bgColor\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"fgColor\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"graphic\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Waves, 1: None, 2: Arrows, 3: Labels]\",\n        \"required\": false\n    },\n    \"accessType\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: None, 1: Invite, 2: Info, 3: ESign, 4: ReviewDocument, 5: AccountList, 6: SignIn, 7: Invest]\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/content/:id","host":["{{url}}"],"path":["content",":id"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": {\n        \"_id\": \"641c608f310a0f45dab2fda1\",\n        \"type\": 1,\n        \"blocks\": [\n            {\n                \"type\": 1,\n                \"data\": [\n                    \"Team\",\n                    \"Our Advantage\",\n                    \"The team is amazing!!!\"\n                ]\n            }\n        ],\n        \"fontSize\": 1,\n        \"icons\": [],\n        \"textAlign\": 0\n    }\n}"},{"id":"991e3814-1746-46bc-bb6d-3e1e3e8b10b0","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/content/:id","host":["{{url}}"],"path":["content",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.id\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        },\n        {\n            \"path\": \"body._id\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body._id\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"33c89851-0f44-4d7c-856a-28934a48a7e4","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"type\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Text, 2: Image, 3: Video, 4: KeyValue, 5: Stat, 11: Summary, 12: Tiles, 13: DataTable, 14: PDF, 15: HTML, 16: Metric, 17: Report, 99: PageBreak]\",\n        \"required\": false\n    },\n    \"blocks\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"object\",\n                \"dataType\": {\n                    \"type\": {\n                        \"schemaType\": \"enum\",\n                        \"dataType\": \"[1: Text, 2: Image, 3: Video, 4: KeyValue, 5: Stat, 11: Summary, 12: Tiles, 13: DataTable, 14: PDF, 15: HTML, 16: Metric, 17: Report, 99: PageBreak]\",\n                        \"required\": true\n                    },\n                    \"data\": {\n                        \"schemaType\": \"array\",\n                        \"required\": true\n                    }\n                },\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    },\n    \"_id\": {\n        \"schemaType\": \"objectId\",\n        \"required\": true\n    },\n    \"uid\": {\n        \"schemaType\": \"objectId\",\n        \"required\": false\n    },\n    \"size\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Full, 2: Half, 3: Third]\",\n        \"required\": false\n    },\n    \"layout\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: None, 1: Columns1, 2: Columns2, 3: Columns3, 4: Gallery]\",\n        \"required\": false\n    },\n    \"fontSize\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Normal, 1: Large]\",\n        \"required\": false\n    },\n    \"textAlign\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Center, 1: Left, 2: Right]\",\n        \"required\": false\n    },\n    \"bgColor\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"fgColor\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"graphic\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Waves, 1: None, 2: Arrows, 3: Labels]\",\n        \"required\": false\n    },\n    \"accessType\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: None, 1: Invite, 2: Info, 3: ESign, 4: ReviewDocument, 5: AccountList, 6: SignIn, 7: Invest]\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/content/:id","host":["{{url}}"],"path":["content",":id"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"8a1102ac-8384-460e-a796-808a4ccfc82b","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"type\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Text, 2: Image, 3: Video, 4: KeyValue, 5: Stat, 11: Summary, 12: Tiles, 13: DataTable, 14: PDF, 15: HTML, 16: Metric, 17: Report, 99: PageBreak]\",\n        \"required\": false\n    },\n    \"blocks\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"object\",\n                \"dataType\": {\n                    \"type\": {\n                        \"schemaType\": \"enum\",\n                        \"dataType\": \"[1: Text, 2: Image, 3: Video, 4: KeyValue, 5: Stat, 11: Summary, 12: Tiles, 13: DataTable, 14: PDF, 15: HTML, 16: Metric, 17: Report, 99: PageBreak]\",\n                        \"required\": true\n                    },\n                    \"data\": {\n                        \"schemaType\": \"array\",\n                        \"required\": true\n                    }\n                },\n                \"required\": false\n            }\n        ],\n        \"required\": false\n    },\n    \"_id\": {\n        \"schemaType\": \"objectId\",\n        \"required\": true\n    },\n    \"uid\": {\n        \"schemaType\": \"objectId\",\n        \"required\": false\n    },\n    \"size\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Full, 2: Half, 3: Third]\",\n        \"required\": false\n    },\n    \"layout\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: None, 1: Columns1, 2: Columns2, 3: Columns3, 4: Gallery]\",\n        \"required\": false\n    },\n    \"fontSize\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Normal, 1: Large]\",\n        \"required\": false\n    },\n    \"textAlign\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Center, 1: Left, 2: Right]\",\n        \"required\": false\n    },\n    \"bgColor\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"fgColor\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"graphic\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Waves, 1: None, 2: Arrows, 3: Labels]\",\n        \"required\": false\n    },\n    \"accessType\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: None, 1: Invite, 2: Info, 3: ESign, 4: ReviewDocument, 5: AccountList, 6: SignIn, 7: Invest]\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/content/:id","host":["{{url}}"],"path":["content",":id"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"5881ddd8-1651-45f9-9de8-a98855989559"}],"id":"7fff06fa-f96a-400f-8e8b-c79ecd0d8f6b","_postman_id":"7fff06fa-f96a-400f-8e8b-c79ecd0d8f6b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}}},{"name":"Contract","item":[{"name":"All","id":"09f18fc1-e66c-4939-8b04-aef956c156e6","request":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/contract/list","description":"<h1>Contract All</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["contract","list"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4d37c873-60bd-45ab-ba6b-90ae39f455fd","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/contract/list"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"5b4d2d7810cb2772f24460c3\",\n            \"symbol\": \"RG3CP\",\n            \"transactions\": [\n                {\n                    \"id\": \"5e8f84d0b35b753a0955b735\",\n                    \"vals\": [\n                        20000\n                    ],\n                    \"amount\": 20000,\n                    \"fee\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"fid\": \"5b4d2d7410cb2772f244607c\",\n                    \"tid\": \"5b4d2d7810cb2772f24460c3\",\n                    \"cid\": \"5c2a415a2fd61e34deae8a59\",\n                    \"data\": {\n                        \"paymentMethod\": {\n                            \"transCode\": \"beab0b1f010f\",\n                            \"type\": 1,\n                            \"gateway\": 16\n                        }\n                    }\n                }\n            ]\n        }\n    ]\n}"},{"id":"ad7e58ca-7573-4e91-9366-0dc8449c505d","name":"401 - Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/contract/list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"b7d3d564-a60f-430a-920b-81a9928eae9c","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/contract/list"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"09f18fc1-e66c-4939-8b04-aef956c156e6"},{"name":"Allocate","id":"9d2a313f-3cf5-4bc4-be5a-f863e6dd1560","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"username\": {\n        \"schemaType\": \"email\",\n        \"required\": true\n    },\n    \"accountId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": true\n    },\n    \"amount\": {\n        \"schemaType\": \"number\",\n        \"required\": true\n    },\n    \"fee\": {\n        \"schemaType\": \"number\",\n        \"required\": true\n    },\n    \"symbol\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"status\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Pending, 2: Approved, 3: PaymentReceived, 4: Complete, 5: InvestorConfirmation, 6: Reinvested, -99: Deleted, -2: Rejected, -1: Canceled]\",\n        \"required\": false\n    },\n    \"type\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Contribution, 2: Commitment, 3: CapitalCall, 4: Distribution, 5: StatementBalance, 6: Redemption, 7: Transfer]\",\n        \"required\": false\n    },\n    \"distType\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Cash, 1: Shares]\",\n        \"required\": false\n    },\n    \"doNotSendEmail\": {\n        \"schemaType\": \"boolean\",\n        \"required\": true\n    },\n    \"custom\": {\n        \"schemaType\": \"object\",\n        \"required\": true\n    },\n    \"data\": {\n        \"schemaType\": \"object\",\n        \"dataType\": {\n            \"amount\": {\n                \"schemaType\": \"number\",\n                \"required\": true\n            },\n            \"fee\": {\n                \"schemaType\": \"number\",\n                \"required\": true\n            },\n            \"date\": {\n                \"schemaType\": \"number\",\n                \"required\": true\n            },\n            \"paymentMethod\": {\n                \"schemaType\": \"object\",\n                \"dataType\": {\n                    \"type\": {\n                        \"schemaType\": \"enum\",\n                        \"dataType\": \"[1: ACH, 2: Wire, 3: Ether, 4: Bitcoin, 5: RocketDollar, 6: CreditCard, 8: Check, 9: ESignTemplate, 10: MangopayBank, 11: MangopayCard, 12: Alto, 13: IRAWire, 14: CashAsset, 15: USDCEthereum, 16: USDCPoly, 17: USDCPolyBridged, 1001: ACHDistribution, 2000: TradeAccount]\",\n                        \"required\": false\n                    }\n                },\n                \"required\": true\n            }\n        },\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/contract/:symbol/allocate/:accountid","description":"<h1>Contract Allocate</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["contract",":symbol","allocate",":accountid"],"host":["{{url}}"],"query":[],"variable":[{"id":"1faa8d38-61f2-4e01-8a5e-70a3272fde0a","description":{"content":"<p>Type: string</p>\n","type":"text/plain"},"type":"any","key":"symbol"},{"id":"c90763e9-072b-4889-a01d-0d1499610eb7","description":{"content":"<p>Type: objectId</p>\n","type":"text/plain"},"type":"any","key":"accountid"}]}},"response":[{"id":"3b6c20eb-8c2d-4fed-a9e0-129e4ae00737","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"username\": {\n        \"schemaType\": \"email\",\n        \"required\": true\n    },\n    \"accountId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": true\n    },\n    \"amount\": {\n        \"schemaType\": \"number\",\n        \"required\": true\n    },\n    \"fee\": {\n        \"schemaType\": \"number\",\n        \"required\": true\n    },\n    \"symbol\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"status\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Pending, 2: Approved, 3: PaymentReceived, 4: Complete, 5: InvestorConfirmation, 6: Reinvested, -99: Deleted, -2: Rejected, -1: Canceled]\",\n        \"required\": false\n    },\n    \"type\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Contribution, 2: Commitment, 3: CapitalCall, 4: Distribution, 5: StatementBalance, 6: Redemption, 7: Transfer]\",\n        \"required\": false\n    },\n    \"distType\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Cash, 1: Shares]\",\n        \"required\": false\n    },\n    \"doNotSendEmail\": {\n        \"schemaType\": \"boolean\",\n        \"required\": true\n    },\n    \"custom\": {\n        \"schemaType\": \"object\",\n        \"required\": true\n    },\n    \"data\": {\n        \"schemaType\": \"object\",\n        \"dataType\": {\n            \"amount\": {\n                \"schemaType\": \"number\",\n                \"required\": true\n            },\n            \"fee\": {\n                \"schemaType\": \"number\",\n                \"required\": true\n            },\n            \"date\": {\n                \"schemaType\": \"number\",\n                \"required\": true\n            },\n            \"paymentMethod\": {\n                \"schemaType\": \"object\",\n                \"dataType\": {\n                    \"type\": {\n                        \"schemaType\": \"enum\",\n                        \"dataType\": \"[1: ACH, 2: Wire, 3: Ether, 4: Bitcoin, 5: RocketDollar, 6: CreditCard, 8: Check, 9: ESignTemplate, 10: MangopayBank, 11: MangopayCard, 12: Alto, 13: IRAWire, 14: CashAsset, 15: USDCEthereum, 16: USDCPoly, 17: USDCPolyBridged, 1001: ACHDistribution, 2000: TradeAccount]\",\n                        \"required\": false\n                    }\n                },\n                \"required\": true\n            }\n        },\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/contract/:symbol/allocate/:accountid","host":["{{url}}"],"path":["contract",":symbol","allocate",":accountid"],"variable":[{"key":"symbol","description":"Type: string"},{"key":"accountid","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"id\": \"5e8f84d0b35b753a0955b735\",\n    \"vals\": [\n        20000\n    ],\n    \"amount\": 20000,\n    \"fee\": 0,\n    \"type\": 1,\n    \"status\": 1,\n    \"fid\": \"5b4d2d7410cb2772f244607c\",\n    \"tid\": \"5b4d2d7810cb2772f24460c3\",\n    \"cid\": \"5c2a415a2fd61e34deae8a59\",\n    \"data\": {\n        \"paymentMethod\": {\n            \"transCode\": \"beab0b1f010f\",\n            \"type\": 1,\n            \"gateway\": 16\n        }\n    }\n}"},{"id":"c2bb38be-be8c-41d2-9239-1d76e2cc1265","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/contract/:symbol/allocate/:accountid","host":["{{url}}"],"path":["contract",":symbol","allocate",":accountid"],"variable":[{"key":"symbol"},{"key":"accountid"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.symbol\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"params.symbol\",\n            \"error\": \"Must be a String\"\n        },\n        {\n            \"path\": \"params.accountid\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"params.accountid\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        },\n        {\n            \"path\": \"body.username\",\n            \"error\": \"Must be a valid Email\"\n        },\n        {\n            \"path\": \"body.accountId\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        },\n        {\n            \"path\": \"body.amount\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.amount\",\n            \"error\": \"Must be a valid Number\"\n        },\n        {\n            \"path\": \"body.fee\",\n            \"error\": \"Must be a valid Number\"\n        },\n        {\n            \"path\": \"body.symbol\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.symbol\",\n            \"error\": \"Must be a String\"\n        },\n        {\n            \"path\": \"body.doNotSendEmail\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.doNotSendEmail\",\n            \"error\": \"Must be a Boolean\"\n        },\n        {\n            \"path\": \"body.custom\",\n            \"error\": \"Must be a Object\"\n        },\n        {\n            \"path\": \"body.data\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.data\",\n            \"error\": \"Must be a Object\"\n        },\n        {\n            \"path\": \"body.data.amount\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.data.amount\",\n            \"error\": \"Must be a valid Number\"\n        },\n        {\n            \"path\": \"body.data.fee\",\n            \"error\": \"Must be a valid Number\"\n        },\n        {\n            \"path\": \"body.data.date\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.data.date\",\n            \"error\": \"Must be a valid Number\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"e8188b5a-1ee8-4f4b-9720-c40a2f6fe2b3","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"username\": {\n        \"schemaType\": \"email\",\n        \"required\": true\n    },\n    \"accountId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": true\n    },\n    \"amount\": {\n        \"schemaType\": \"number\",\n        \"required\": true\n    },\n    \"fee\": {\n        \"schemaType\": \"number\",\n        \"required\": true\n    },\n    \"symbol\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"status\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Pending, 2: Approved, 3: PaymentReceived, 4: Complete, 5: InvestorConfirmation, 6: Reinvested, -99: Deleted, -2: Rejected, -1: Canceled]\",\n        \"required\": false\n    },\n    \"type\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Contribution, 2: Commitment, 3: CapitalCall, 4: Distribution, 5: StatementBalance, 6: Redemption, 7: Transfer]\",\n        \"required\": false\n    },\n    \"distType\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Cash, 1: Shares]\",\n        \"required\": false\n    },\n    \"doNotSendEmail\": {\n        \"schemaType\": \"boolean\",\n        \"required\": true\n    },\n    \"custom\": {\n        \"schemaType\": \"object\",\n        \"required\": true\n    },\n    \"data\": {\n        \"schemaType\": \"object\",\n        \"dataType\": {\n            \"amount\": {\n                \"schemaType\": \"number\",\n                \"required\": true\n            },\n            \"fee\": {\n                \"schemaType\": \"number\",\n                \"required\": true\n            },\n            \"date\": {\n                \"schemaType\": \"number\",\n                \"required\": true\n            },\n            \"paymentMethod\": {\n                \"schemaType\": \"object\",\n                \"dataType\": {\n                    \"type\": {\n                        \"schemaType\": \"enum\",\n                        \"dataType\": \"[1: ACH, 2: Wire, 3: Ether, 4: Bitcoin, 5: RocketDollar, 6: CreditCard, 8: Check, 9: ESignTemplate, 10: MangopayBank, 11: MangopayCard, 12: Alto, 13: IRAWire, 14: CashAsset, 15: USDCEthereum, 16: USDCPoly, 17: USDCPolyBridged, 1001: ACHDistribution, 2000: TradeAccount]\",\n                        \"required\": false\n                    }\n                },\n                \"required\": true\n            }\n        },\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/contract/:symbol/allocate/:accountid","host":["{{url}}"],"path":["contract",":symbol","allocate",":accountid"],"variable":[{"key":"symbol","description":"Type: string"},{"key":"accountid","description":"Type: objectId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"ead36151-fc49-48d9-9fde-48f0bd28f245","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"username\": {\n        \"schemaType\": \"email\",\n        \"required\": true\n    },\n    \"accountId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": true\n    },\n    \"amount\": {\n        \"schemaType\": \"number\",\n        \"required\": true\n    },\n    \"fee\": {\n        \"schemaType\": \"number\",\n        \"required\": true\n    },\n    \"symbol\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"status\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Pending, 2: Approved, 3: PaymentReceived, 4: Complete, 5: InvestorConfirmation, 6: Reinvested, -99: Deleted, -2: Rejected, -1: Canceled]\",\n        \"required\": false\n    },\n    \"type\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[1: Contribution, 2: Commitment, 3: CapitalCall, 4: Distribution, 5: StatementBalance, 6: Redemption, 7: Transfer]\",\n        \"required\": false\n    },\n    \"distType\": {\n        \"schemaType\": \"enum\",\n        \"dataType\": \"[0: Cash, 1: Shares]\",\n        \"required\": false\n    },\n    \"doNotSendEmail\": {\n        \"schemaType\": \"boolean\",\n        \"required\": true\n    },\n    \"custom\": {\n        \"schemaType\": \"object\",\n        \"required\": true\n    },\n    \"data\": {\n        \"schemaType\": \"object\",\n        \"dataType\": {\n            \"amount\": {\n                \"schemaType\": \"number\",\n                \"required\": true\n            },\n            \"fee\": {\n                \"schemaType\": \"number\",\n                \"required\": true\n            },\n            \"date\": {\n                \"schemaType\": \"number\",\n                \"required\": true\n            },\n            \"paymentMethod\": {\n                \"schemaType\": \"object\",\n                \"dataType\": {\n                    \"type\": {\n                        \"schemaType\": \"enum\",\n                        \"dataType\": \"[1: ACH, 2: Wire, 3: Ether, 4: Bitcoin, 5: RocketDollar, 6: CreditCard, 8: Check, 9: ESignTemplate, 10: MangopayBank, 11: MangopayCard, 12: Alto, 13: IRAWire, 14: CashAsset, 15: USDCEthereum, 16: USDCPoly, 17: USDCPolyBridged, 1001: ACHDistribution, 2000: TradeAccount]\",\n                        \"required\": false\n                    }\n                },\n                \"required\": true\n            }\n        },\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/contract/:symbol/allocate/:accountid","host":["{{url}}"],"path":["contract",":symbol","allocate",":accountid"],"variable":[{"key":"symbol","description":"Type: string"},{"key":"accountid","description":"Type: objectId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"9d2a313f-3cf5-4bc4-be5a-f863e6dd1560"}],"id":"18bf6d89-bfb5-4cd1-ac8b-36979e795afb","_postman_id":"18bf6d89-bfb5-4cd1-ac8b-36979e795afb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}}},{"name":"Document","item":[{"name":"Get Account Categories","id":"ac66e0db-3abc-4379-98dc-5de0b7881ac5","request":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/document/account/:accountid/categories?investorOnly","description":"<h1>Document Get Account Categories</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["document","account",":accountid","categories"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Type: string</p>\n","type":"text/plain"},"key":"investorOnly"}],"variable":[{"id":"80e2fc27-28bd-41ab-aecb-d840cc59ab07","description":{"content":"<p>Type: objectId</p>\n","type":"text/plain"},"type":"any","key":"accountid"}]}},"response":[{"id":"5b5741a9-670e-4c83-840b-b5dcceac8316","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document/account/:accountid/categories?investorOnly","host":["{{url}}"],"path":["document","account",":accountid","categories"],"query":[{"description":"Type: string","key":"investorOnly"}],"variable":[{"key":"accountid","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"6123dae87d49d2102cebbfae\",\n            \"name\": \"API Info\",\n            \"parentCategoryId\": null,\n            \"accountId\": \"5e8f84d0b35b753a0955b735\",\n            \"symbol\": \"RG3CP\",\n            \"canDownload\": true,\n            \"restrictions\": null,\n            \"documents\": null\n        },\n        {\n            \"id\": \"6123dae87d49d2102cebbfae\",\n            \"name\": \"API Info\",\n            \"parentCategoryId\": null,\n            \"accountId\": \"5e8f84d0b35b753a0955b735\",\n            \"symbol\": \"RG3CP\",\n            \"canDownload\": true,\n            \"restrictions\": null,\n            \"documents\": [\n                {\n                    \"id\": \"5bdb02b6938be33c32555079\",\n                    \"name\": \"API Document\",\n                    \"filename\": \"API_Test_PDF.pdf\",\n                    \"url\": \"...\",\n                    \"uploadedDate\": 1541079734266,\n                    \"uploaderId\": \"5b4d2d7810cb2772f24460c9\"\n                },\n                {\n                    \"id\": \"612e8ef0498a9515e0e94836\",\n                    \"name\": \"test\",\n                    \"descr\": null,\n                    \"categoryId\": \"6123dae87d49d2102cebbfae\",\n                    \"accountId\": \"5b4d2d7410cb2772f2446078\",\n                    \"symbol\": null,\n                    \"filename\": \"API_Test.jpg\",\n                    \"url\": \"...\",\n                    \"requireWatermark\": false,\n                    \"canDownload\": true,\n                    \"showAll\": null,\n                    \"isExternal\": null,\n                    \"sort\": null,\n                    \"restrictions\": [\n                        {\n                            \"type\": 8,\n                            \"ref\": null,\n                            \"extras\": {\n                                \"listIds\": []\n                            }\n                        }\n                    ],\n                    \"pub\": false,\n                    \"uploadedDate\": 1630441200029,\n                    \"uploaderId\": \"5b4d2d7810cb2772f24460c9\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"18419196-42fb-4be2-80c8-e18aae0624f6","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document/account/:accountid/categories?investorOnly","host":["{{url}}"],"path":["document","account",":accountid","categories"],"query":[{"description":"Type: string","key":"investorOnly"}],"variable":[{"key":"accountid","description":"Type: objectId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"},{"id":"9598ff1e-8ad3-4c37-890f-4e7d85d3d730","name":"400 - Validation Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/document/account/:accountid/categories","host":["{{url}}"],"path":["document","account",":accountid","categories"],"variable":[{"key":"accountid"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.accountid\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"params.accountid\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"3515157f-be2d-4bb4-8f94-dd960ab7068f","name":"401 - Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document/account/:accountid/categories?investorOnly","host":["{{url}}"],"path":["document","account",":accountid","categories"],"query":[{"description":"Type: string","key":"investorOnly"}],"variable":[{"key":"accountid","description":"Type: objectId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"81606ce6-76b1-47ac-94d3-41a8e4d8b7ff","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document/account/:accountid/categories?investorOnly","host":["{{url}}"],"path":["document","account",":accountid","categories"],"query":[{"description":"Type: string","key":"investorOnly"}],"variable":[{"key":"accountid","description":"Type: objectId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"ac66e0db-3abc-4379-98dc-5de0b7881ac5"},{"name":"Get Account Categories Managed","id":"28541ab8-2877-429f-9d0a-52aa6ee4ee7a","request":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/document/account/:accountid/categories/managed?investorOnly","description":"<h1>Document Get Account Categories Managed</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["document","account",":accountid","categories","managed"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Type: string</p>\n","type":"text/plain"},"key":"investorOnly"}],"variable":[{"id":"c7ecc861-55c5-4965-9143-938ca676060e","description":{"content":"<p>Type: objectId</p>\n","type":"text/plain"},"type":"any","key":"accountid"}]}},"response":[{"id":"c11ecb79-6e6e-4291-bf01-c22f302e3a34","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document/account/:accountid/categories/managed?investorOnly","host":["{{url}}"],"path":["document","account",":accountid","categories","managed"],"query":[{"description":"Type: string","key":"investorOnly"}],"variable":[{"key":"accountid","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"6123dae87d49d2102cebbfae\",\n            \"name\": \"API Info\",\n            \"parentCategoryId\": null,\n            \"accountId\": \"5e8f84d0b35b753a0955b735\",\n            \"symbol\": \"RG3CP\",\n            \"canDownload\": true,\n            \"restrictions\": null,\n            \"documents\": null\n        },\n        {\n            \"id\": \"6123dae87d49d2102cebbfae\",\n            \"name\": \"API Info\",\n            \"parentCategoryId\": null,\n            \"accountId\": \"5e8f84d0b35b753a0955b735\",\n            \"symbol\": \"RG3CP\",\n            \"canDownload\": true,\n            \"restrictions\": null,\n            \"documents\": [\n                {\n                    \"id\": \"5bdb02b6938be33c32555079\",\n                    \"name\": \"API Document\",\n                    \"filename\": \"API_Test_PDF.pdf\",\n                    \"url\": \"...\",\n                    \"uploadedDate\": 1541079734266,\n                    \"uploaderId\": \"5b4d2d7810cb2772f24460c9\"\n                },\n                {\n                    \"id\": \"612e8ef0498a9515e0e94836\",\n                    \"name\": \"test\",\n                    \"descr\": null,\n                    \"categoryId\": \"6123dae87d49d2102cebbfae\",\n                    \"accountId\": \"5b4d2d7410cb2772f2446078\",\n                    \"symbol\": null,\n                    \"filename\": \"API_Test.jpg\",\n                    \"url\": \"...\",\n                    \"requireWatermark\": false,\n                    \"canDownload\": true,\n                    \"showAll\": null,\n                    \"isExternal\": null,\n                    \"sort\": null,\n                    \"restrictions\": [\n                        {\n                            \"type\": 8,\n                            \"ref\": null,\n                            \"extras\": {\n                                \"listIds\": []\n                            }\n                        }\n                    ],\n                    \"pub\": false,\n                    \"uploadedDate\": 1630441200029,\n                    \"uploaderId\": \"5b4d2d7810cb2772f24460c9\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"ce6bfd44-b09d-40cc-8c38-2d67a9828780","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document/account/:accountid/categories/managed?investorOnly","host":["{{url}}"],"path":["document","account",":accountid","categories","managed"],"query":[{"description":"Type: string","key":"investorOnly"}],"variable":[{"key":"accountid","description":"Type: objectId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"},{"id":"9f0495ab-3413-48a0-bf5a-dab7bb09e465","name":"400 - Validation Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/document/account/:accountid/categories/managed","host":["{{url}}"],"path":["document","account",":accountid","categories","managed"],"variable":[{"key":"accountid"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.accountid\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"params.accountid\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"91644067-e4bf-49b4-bb7d-0365c90f5d0d","name":"401 - Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document/account/:accountid/categories/managed?investorOnly","host":["{{url}}"],"path":["document","account",":accountid","categories","managed"],"query":[{"description":"Type: string","key":"investorOnly"}],"variable":[{"key":"accountid","description":"Type: objectId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"a050de58-4a1a-4fff-9ae6-a94878587b6f","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document/account/:accountid/categories/managed?investorOnly","host":["{{url}}"],"path":["document","account",":accountid","categories","managed"],"query":[{"description":"Type: string","key":"investorOnly"}],"variable":[{"key":"accountid","description":"Type: objectId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"28541ab8-2877-429f-9d0a-52aa6ee4ee7a"},{"name":"Get Offer Categories","id":"904ded55-6e6c-45a5-b413-4d469f730a89","request":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/document/offer/:symbol/categories?investorOnly","description":"<h1>Document Get Offer Categories</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["document","offer",":symbol","categories"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Type: string</p>\n","type":"text/plain"},"key":"investorOnly"}],"variable":[{"id":"bd9970d6-dd89-4b6b-832c-a1dc495a888e","description":{"content":"<p>Type: string</p>\n","type":"text/plain"},"type":"any","key":"symbol"}]}},"response":[{"id":"fde8c7ab-86be-41d8-8618-733281fd68e9","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document/offer/:symbol/categories?investorOnly","host":["{{url}}"],"path":["document","offer",":symbol","categories"],"query":[{"description":"Type: string","key":"investorOnly"}],"variable":[{"key":"symbol","description":"Type: string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"6123dae87d49d2102cebbfae\",\n            \"name\": \"API Info\",\n            \"parentCategoryId\": null,\n            \"accountId\": \"5e8f84d0b35b753a0955b735\",\n            \"symbol\": \"RG3CP\",\n            \"canDownload\": true,\n            \"restrictions\": null,\n            \"documents\": null\n        },\n        {\n            \"id\": \"6123dae87d49d2102cebbfae\",\n            \"name\": \"API Info\",\n            \"parentCategoryId\": null,\n            \"accountId\": \"5e8f84d0b35b753a0955b735\",\n            \"symbol\": \"RG3CP\",\n            \"canDownload\": true,\n            \"restrictions\": null,\n            \"documents\": [\n                {\n                    \"id\": \"5bdb02b6938be33c32555079\",\n                    \"name\": \"API Document\",\n                    \"filename\": \"API_Test_PDF.pdf\",\n                    \"url\": \"...\",\n                    \"uploadedDate\": 1541079734266,\n                    \"uploaderId\": \"5b4d2d7810cb2772f24460c9\"\n                },\n                {\n                    \"id\": \"612e8ef0498a9515e0e94836\",\n                    \"name\": \"test\",\n                    \"descr\": null,\n                    \"categoryId\": \"6123dae87d49d2102cebbfae\",\n                    \"accountId\": \"5b4d2d7410cb2772f2446078\",\n                    \"symbol\": null,\n                    \"filename\": \"API_Test.jpg\",\n                    \"url\": \"...\",\n                    \"requireWatermark\": false,\n                    \"canDownload\": true,\n                    \"showAll\": null,\n                    \"isExternal\": null,\n                    \"sort\": null,\n                    \"restrictions\": [\n                        {\n                            \"type\": 8,\n                            \"ref\": null,\n                            \"extras\": {\n                                \"listIds\": []\n                            }\n                        }\n                    ],\n                    \"pub\": false,\n                    \"uploadedDate\": 1630441200029,\n                    \"uploaderId\": \"5b4d2d7810cb2772f24460c9\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"47b560d3-0fb8-4797-ba61-3a33091dbf7e","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document/offer/:symbol/categories?investorOnly","host":["{{url}}"],"path":["document","offer",":symbol","categories"],"query":[{"description":"Type: string","key":"investorOnly"}],"variable":[{"key":"symbol","description":"Type: string"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"},{"id":"04a9a30c-548c-4e46-9c12-fff8ac7c42b5","name":"400 - Validation Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/document/offer/:symbol/categories","host":["{{url}}"],"path":["document","offer",":symbol","categories"],"variable":[{"key":"symbol"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.symbol\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"params.symbol\",\n            \"error\": \"Must be a String\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"5a95b344-83b5-4727-a1b0-7b0e9fb05fe4","name":"401 - Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document/offer/:symbol/categories?investorOnly","host":["{{url}}"],"path":["document","offer",":symbol","categories"],"query":[{"description":"Type: string","key":"investorOnly"}],"variable":[{"key":"symbol","description":"Type: string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"57488316-81ad-4c4a-ae84-091b1c0f27a1","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document/offer/:symbol/categories?investorOnly","host":["{{url}}"],"path":["document","offer",":symbol","categories"],"query":[{"description":"Type: string","key":"investorOnly"}],"variable":[{"key":"symbol","description":"Type: string"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"904ded55-6e6c-45a5-b413-4d469f730a89"},{"name":"Get Offer Categories Managed","id":"85700052-7fff-476a-986e-3d1308252fc8","request":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/document/offer/:symbol/categories/managed?investorOnly","description":"<h1>Document Get Offer Categories Managed</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["document","offer",":symbol","categories","managed"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Type: string</p>\n","type":"text/plain"},"key":"investorOnly"}],"variable":[{"id":"10089237-7bf0-4ff4-b113-2f0cc448793d","description":{"content":"<p>Type: string</p>\n","type":"text/plain"},"type":"any","key":"symbol"}]}},"response":[{"id":"bc850cdf-64bf-4c69-9171-8b4093489aa7","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document/offer/:symbol/categories/managed?investorOnly","host":["{{url}}"],"path":["document","offer",":symbol","categories","managed"],"query":[{"description":"Type: string","key":"investorOnly"}],"variable":[{"key":"symbol","description":"Type: string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"6123dae87d49d2102cebbfae\",\n            \"name\": \"API Info\",\n            \"parentCategoryId\": null,\n            \"accountId\": \"5e8f84d0b35b753a0955b735\",\n            \"symbol\": \"RG3CP\",\n            \"canDownload\": true,\n            \"restrictions\": null,\n            \"documents\": null\n        },\n        {\n            \"id\": \"6123dae87d49d2102cebbfae\",\n            \"name\": \"API Info\",\n            \"parentCategoryId\": null,\n            \"accountId\": \"5e8f84d0b35b753a0955b735\",\n            \"symbol\": \"RG3CP\",\n            \"canDownload\": true,\n            \"restrictions\": null,\n            \"documents\": [\n                {\n                    \"id\": \"5bdb02b6938be33c32555079\",\n                    \"name\": \"API Document\",\n                    \"filename\": \"API_Test_PDF.pdf\",\n                    \"url\": \"...\",\n                    \"uploadedDate\": 1541079734266,\n                    \"uploaderId\": \"5b4d2d7810cb2772f24460c9\"\n                },\n                {\n                    \"id\": \"612e8ef0498a9515e0e94836\",\n                    \"name\": \"test\",\n                    \"descr\": null,\n                    \"categoryId\": \"6123dae87d49d2102cebbfae\",\n                    \"accountId\": \"5b4d2d7410cb2772f2446078\",\n                    \"symbol\": null,\n                    \"filename\": \"API_Test.jpg\",\n                    \"url\": \"...\",\n                    \"requireWatermark\": false,\n                    \"canDownload\": true,\n                    \"showAll\": null,\n                    \"isExternal\": null,\n                    \"sort\": null,\n                    \"restrictions\": [\n                        {\n                            \"type\": 8,\n                            \"ref\": null,\n                            \"extras\": {\n                                \"listIds\": []\n                            }\n                        }\n                    ],\n                    \"pub\": false,\n                    \"uploadedDate\": 1630441200029,\n                    \"uploaderId\": \"5b4d2d7810cb2772f24460c9\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"3a4329e1-b383-4046-befc-1adaf9b094cf","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document/offer/:symbol/categories/managed?investorOnly","host":["{{url}}"],"path":["document","offer",":symbol","categories","managed"],"query":[{"description":"Type: string","key":"investorOnly"}],"variable":[{"key":"symbol","description":"Type: string"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"},{"id":"c5130a57-582d-4f78-a04f-d5425bb2a323","name":"400 - Validation Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/document/offer/:symbol/categories/managed","host":["{{url}}"],"path":["document","offer",":symbol","categories","managed"],"variable":[{"key":"symbol"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.symbol\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"params.symbol\",\n            \"error\": \"Must be a String\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"4f0abd71-31aa-44d4-b69d-848381996a9c","name":"401 - Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document/offer/:symbol/categories/managed?investorOnly","host":["{{url}}"],"path":["document","offer",":symbol","categories","managed"],"query":[{"description":"Type: string","key":"investorOnly"}],"variable":[{"key":"symbol","description":"Type: string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"cff29f36-63a4-4c0d-a260-9b85732d016a","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document/offer/:symbol/categories/managed?investorOnly","host":["{{url}}"],"path":["document","offer",":symbol","categories","managed"],"query":[{"description":"Type: string","key":"investorOnly"}],"variable":[{"key":"symbol","description":"Type: string"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"85700052-7fff-476a-986e-3d1308252fc8"},{"name":"Get Offer Categories Public","id":"c64c1258-bc6c-48d9-bf82-8ebdf49bc219","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/document/offer/:symbol/categories/public?investorOnly","description":"<h1>Document Get Offer Categories Public</h1><br />","urlObject":{"path":["document","offer",":symbol","categories","public"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Type: string</p>\n","type":"text/plain"},"key":"investorOnly"}],"variable":[{"id":"99729dc8-b2f3-4fa4-975b-b028ea9c1e4b","description":{"content":"<p>Type: string</p>\n","type":"text/plain"},"type":"any","key":"symbol"}]}},"response":[{"id":"ee181840-a965-48f4-b2f1-63aca318c425","name":"200 - Success","originalRequest":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document/offer/:symbol/categories/public?investorOnly","host":["{{url}}"],"path":["document","offer",":symbol","categories","public"],"query":[{"description":"Type: string","key":"investorOnly"}],"variable":[{"key":"symbol","description":"Type: string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"6123dae87d49d2102cebbfae\",\n            \"name\": \"API Info\",\n            \"parentCategoryId\": null,\n            \"accountId\": \"5e8f84d0b35b753a0955b735\",\n            \"symbol\": \"RG3CP\",\n            \"canDownload\": true,\n            \"restrictions\": null,\n            \"documents\": null\n        },\n        {\n            \"id\": \"6123dae87d49d2102cebbfae\",\n            \"name\": \"API Info\",\n            \"parentCategoryId\": null,\n            \"accountId\": \"5e8f84d0b35b753a0955b735\",\n            \"symbol\": \"RG3CP\",\n            \"canDownload\": true,\n            \"restrictions\": null,\n            \"documents\": [\n                {\n                    \"id\": \"5bdb02b6938be33c32555079\",\n                    \"name\": \"API Document\",\n                    \"filename\": \"API_Test_PDF.pdf\",\n                    \"url\": \"...\",\n                    \"uploadedDate\": 1541079734266,\n                    \"uploaderId\": \"5b4d2d7810cb2772f24460c9\"\n                },\n                {\n                    \"id\": \"612e8ef0498a9515e0e94836\",\n                    \"name\": \"test\",\n                    \"descr\": null,\n                    \"categoryId\": \"6123dae87d49d2102cebbfae\",\n                    \"accountId\": \"5b4d2d7410cb2772f2446078\",\n                    \"symbol\": null,\n                    \"filename\": \"API_Test.jpg\",\n                    \"url\": \"...\",\n                    \"requireWatermark\": false,\n                    \"canDownload\": true,\n                    \"showAll\": null,\n                    \"isExternal\": null,\n                    \"sort\": null,\n                    \"restrictions\": [\n                        {\n                            \"type\": 8,\n                            \"ref\": null,\n                            \"extras\": {\n                                \"listIds\": []\n                            }\n                        }\n                    ],\n                    \"pub\": false,\n                    \"uploadedDate\": 1630441200029,\n                    \"uploaderId\": \"5b4d2d7810cb2772f24460c9\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"767827a7-6d4f-4d37-a6f1-1abc7f6ac19e","name":"403 - Authorization Error","originalRequest":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document/offer/:symbol/categories/public?investorOnly","host":["{{url}}"],"path":["document","offer",":symbol","categories","public"],"query":[{"description":"Type: string","key":"investorOnly"}],"variable":[{"key":"symbol","description":"Type: string"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"},{"id":"90673442-81e5-49ba-b4d1-c496b8a1df9d","name":"400 - Validation Error","originalRequest":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/document/offer/:symbol/categories/public","host":["{{url}}"],"path":["document","offer",":symbol","categories","public"],"variable":[{"key":"symbol"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.symbol\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"params.symbol\",\n            \"error\": \"Must be a String\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"}],"_postman_id":"c64c1258-bc6c-48d9-bf82-8ebdf49bc219"},{"name":"Get By Category Ids","id":"2794c4c5-f2b0-40e0-9dd7-a5c979acfe37","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    },\n    \"skipDocuments\": {\n        \"schemaType\": \"boolean\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/document/categories/list","description":"<h1>Document Get By Category Ids</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["document","categories","list"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"86062832-364a-4fe3-ac4b-fca80f25a484","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    },\n    \"skipDocuments\": {\n        \"schemaType\": \"boolean\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/document/categories/list"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"6123dae87d49d2102cebbfae\",\n            \"name\": \"API Info\",\n            \"parentCategoryId\": null,\n            \"accountId\": \"5e8f84d0b35b753a0955b735\",\n            \"symbol\": \"RG3CP\",\n            \"canDownload\": true,\n            \"restrictions\": null,\n            \"documents\": null\n        },\n        {\n            \"id\": \"6123dae87d49d2102cebbfae\",\n            \"name\": \"API Info\",\n            \"parentCategoryId\": null,\n            \"accountId\": \"5e8f84d0b35b753a0955b735\",\n            \"symbol\": \"RG3CP\",\n            \"canDownload\": true,\n            \"restrictions\": null,\n            \"documents\": [\n                {\n                    \"id\": \"5bdb02b6938be33c32555079\",\n                    \"name\": \"API Document\",\n                    \"filename\": \"API_Test_PDF.pdf\",\n                    \"url\": \"...\",\n                    \"uploadedDate\": 1541079734266,\n                    \"uploaderId\": \"5b4d2d7810cb2772f24460c9\"\n                },\n                {\n                    \"id\": \"612e8ef0498a9515e0e94836\",\n                    \"name\": \"test\",\n                    \"descr\": null,\n                    \"categoryId\": \"6123dae87d49d2102cebbfae\",\n                    \"accountId\": \"5b4d2d7410cb2772f2446078\",\n                    \"symbol\": null,\n                    \"filename\": \"API_Test.jpg\",\n                    \"url\": \"...\",\n                    \"requireWatermark\": false,\n                    \"canDownload\": true,\n                    \"showAll\": null,\n                    \"isExternal\": null,\n                    \"sort\": null,\n                    \"restrictions\": [\n                        {\n                            \"type\": 8,\n                            \"ref\": null,\n                            \"extras\": {\n                                \"listIds\": []\n                            }\n                        }\n                    ],\n                    \"pub\": false,\n                    \"uploadedDate\": 1630441200029,\n                    \"uploaderId\": \"5b4d2d7810cb2772f24460c9\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"e665d4ee-8d35-4aaf-a175-8de5761fff05","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/document/categories/list"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Must be an Array\"\n        },\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Must be an Array\"\n        },\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Must be array of type objectId\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"04608ba9-ae94-424b-9393-6fb18e770f3b","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    },\n    \"skipDocuments\": {\n        \"schemaType\": \"boolean\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/document/categories/list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"76d55907-408c-4e52-97de-e86513dc0f2a","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    },\n    \"skipDocuments\": {\n        \"schemaType\": \"boolean\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/document/categories/list"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"2794c4c5-f2b0-40e0-9dd7-a5c979acfe37"},{"name":"Get By Category Ids Managed","id":"5d4e5c90-a022-4114-a00b-cc4c7e1b5c08","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    },\n    \"skipDocuments\": {\n        \"schemaType\": \"boolean\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/document/categories/list/managed","description":"<h1>Document Get By Category Ids Managed</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["document","categories","list","managed"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5e5d3ec2-0106-44da-aa24-449249ef663f","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    },\n    \"skipDocuments\": {\n        \"schemaType\": \"boolean\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/document/categories/list/managed"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"6123dae87d49d2102cebbfae\",\n            \"name\": \"API Info\",\n            \"parentCategoryId\": null,\n            \"accountId\": \"5e8f84d0b35b753a0955b735\",\n            \"symbol\": \"RG3CP\",\n            \"canDownload\": true,\n            \"restrictions\": null,\n            \"documents\": null\n        },\n        {\n            \"id\": \"6123dae87d49d2102cebbfae\",\n            \"name\": \"API Info\",\n            \"parentCategoryId\": null,\n            \"accountId\": \"5e8f84d0b35b753a0955b735\",\n            \"symbol\": \"RG3CP\",\n            \"canDownload\": true,\n            \"restrictions\": null,\n            \"documents\": [\n                {\n                    \"id\": \"5bdb02b6938be33c32555079\",\n                    \"name\": \"API Document\",\n                    \"filename\": \"API_Test_PDF.pdf\",\n                    \"url\": \"...\",\n                    \"uploadedDate\": 1541079734266,\n                    \"uploaderId\": \"5b4d2d7810cb2772f24460c9\"\n                },\n                {\n                    \"id\": \"612e8ef0498a9515e0e94836\",\n                    \"name\": \"test\",\n                    \"descr\": null,\n                    \"categoryId\": \"6123dae87d49d2102cebbfae\",\n                    \"accountId\": \"5b4d2d7410cb2772f2446078\",\n                    \"symbol\": null,\n                    \"filename\": \"API_Test.jpg\",\n                    \"url\": \"...\",\n                    \"requireWatermark\": false,\n                    \"canDownload\": true,\n                    \"showAll\": null,\n                    \"isExternal\": null,\n                    \"sort\": null,\n                    \"restrictions\": [\n                        {\n                            \"type\": 8,\n                            \"ref\": null,\n                            \"extras\": {\n                                \"listIds\": []\n                            }\n                        }\n                    ],\n                    \"pub\": false,\n                    \"uploadedDate\": 1630441200029,\n                    \"uploaderId\": \"5b4d2d7810cb2772f24460c9\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"1373dc97-2714-4871-b6b8-12ef143482bc","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/document/categories/list/managed"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Must be an Array\"\n        },\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Must be an Array\"\n        },\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Must be array of type objectId\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"2bb48f8c-007d-4d01-8e2e-1c7e5815b81a","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    },\n    \"skipDocuments\": {\n        \"schemaType\": \"boolean\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/document/categories/list/managed"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"8106aa6c-b4ad-4462-aec9-98a2eb7a8c5a","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    },\n    \"skipDocuments\": {\n        \"schemaType\": \"boolean\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/document/categories/list/managed"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"5d4e5c90-a022-4114-a00b-cc4c7e1b5c08"},{"name":"Get By Ids","id":"d0061405-d536-404c-b4b8-006c13610dd2","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/document/list","description":"<h1>Document Get By Ids</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["document","list"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e5b1d8be-2030-4121-942a-3a1cfba01d14","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/document/list"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"5bdb02b6938be33c32555079\",\n            \"name\": \"API Document\",\n            \"filename\": \"API_Test_PDF.pdf\",\n            \"url\": \"...\",\n            \"uploadedDate\": 1541079734266,\n            \"uploaderId\": \"5b4d2d7810cb2772f24460c9\"\n        }\n    ]\n}"},{"id":"dc7822a8-50e2-4f6e-b28c-d9b51b9788bc","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/document/list"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Must be an Array\"\n        },\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Must be an Array\"\n        },\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Must be array of type objectId\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"7a7c7b9d-d367-4124-8b88-493da71a7b73","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/document/list"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"370382a8-b605-45e8-b253-bb651a4e7f5b","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/document/list"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"d0061405-d536-404c-b4b8-006c13610dd2"},{"name":"Get By Public Ids","id":"9a7a97b4-9501-4106-aad1-bffc6401e26f","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/document/list/public","description":"<h1>Document Get By Public Ids</h1><br />","urlObject":{"path":["document","list","public"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e3d88907-27ee-4049-82e7-9dd462218218","name":"200 - Success","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"ids\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"objectId\",\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/document/list/public"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"5bdb02b6938be33c32555079\",\n            \"name\": \"API Document\",\n            \"filename\": \"API_Test_PDF.pdf\",\n            \"url\": \"...\",\n            \"uploadedDate\": 1541079734266,\n            \"uploaderId\": \"5b4d2d7810cb2772f24460c9\"\n        }\n    ]\n}"},{"id":"9a6aacf8-a074-448b-b2cb-5058afd319e2","name":"400 - Validation Error","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/document/list/public"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Must be an Array\"\n        },\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Must be an Array\"\n        },\n        {\n            \"path\": \"body.ids\",\n            \"error\": \"Must be array of type objectId\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"}],"_postman_id":"9a7a97b4-9501-4106-aad1-bffc6401e26f"}],"id":"a3cd1ad8-caeb-4d81-950d-67f13a77c411","_postman_id":"a3cd1ad8-caeb-4d81-950d-67f13a77c411","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}}},{"name":"Document Sign","item":[{"name":"Account Signatures","id":"9db1ea9a-d474-4e3c-b9a2-23d6db0e9075","request":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/document-sign/:accountid/account-signatures","description":"<h1>Document Sign Account Signatures</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["document-sign",":accountid","account-signatures"],"host":["{{url}}"],"query":[],"variable":[{"id":"fc16bd48-474f-442e-ad16-1b328770123d","description":{"content":"<p>Type: objectId</p>\n","type":"text/plain"},"type":"any","key":"accountid"}]}},"response":[{"id":"32887434-de61-452f-a4fd-c9b05553dbf5","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document-sign/:accountid/account-signatures","host":["{{url}}"],"path":["document-sign",":accountid","account-signatures"],"variable":[{"key":"accountid","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"[\n    {\n        \"id\": \"62af2309da25911432b8c92c\",\n        \"type\": 1,\n        \"templateId\": \"6bf989999b609f67b186dc4ee5b1444dc49a7749\",\n        \"subject\": \"Signature Requested\",\n        \"message\": \"Please sign this document\",\n        \"customFields\": [\n            {\n                \"name\": \"user_full_name\",\n                \"value\": \"E-Sign Tester\",\n                \"editor\": \"Investor\"\n            },\n            {\n                \"name\": \"contact_name\",\n                \"value\": \"E-Sign Tester\",\n                \"editor\": \"Investor\"\n            }\n        ],\n        \"signers\": [\n            {\n                \"accountId\": \"5e8f84d0b35b753a0955b735\",\n                \"email\": \"john@gmail.com\",\n                \"name\": \"E-Sign Tester\",\n                \"accountName\": \"John Doe\",\n                \"role\": \"Investor\",\n                \"signDate\": \"2022-06-19T13:22:38.000Z\",\n                \"signatureId\": \"e629c58a26cd1ac9aabcacf7e5ee33ef\"\n            }\n        ],\n        \"signatureRequestId\": \"fac1acb1f29f9620ad04ed8cd0f49e215656faf1\",\n        \"isManual\": true,\n        \"_ts\": 1655644937454,\n        \"uid\": \"62af22f2da25911432b8c8f3\",\n        \"user\": \"esign@tester.com\",\n        \"url\": \"...\"\n    }\n]"},{"id":"f750f75a-f64a-4914-b156-45cc39b022f8","name":"400 - Validation Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/document-sign/:accountid/account-signatures","host":["{{url}}"],"path":["document-sign",":accountid","account-signatures"],"variable":[{"key":"accountid"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.accountid\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"00fb58a1-dbd2-4ced-83c6-48c02eae017b","name":"401 - Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document-sign/:accountid/account-signatures","host":["{{url}}"],"path":["document-sign",":accountid","account-signatures"],"variable":[{"key":"accountid","description":"Type: objectId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"1ff35957-80ad-4e4f-8eaf-b160af6aa05f","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document-sign/:accountid/account-signatures","host":["{{url}}"],"path":["document-sign",":accountid","account-signatures"],"variable":[{"key":"accountid","description":"Type: objectId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"9db1ea9a-d474-4e3c-b9a2-23d6db0e9075"},{"name":"Document","id":"0f0969cd-7afe-42f4-a841-0ee6a309aa55","request":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/document-sign/request/:id/file","description":"<h1>Document Sign Document</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["document-sign","request",":id","file"],"host":["{{url}}"],"query":[],"variable":[{"id":"ff4715aa-2e25-4506-ba4f-af6df8e27d9e","description":{"content":"<p>Type: objectId</p>\n","type":"text/plain"},"type":"any","key":"id"}]}},"response":[{"id":"e05a8380-22f9-4ac5-a613-8575edb43244","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document-sign/request/:id/file","host":["{{url}}"],"path":["document-sign","request",":id","file"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"data\": \"base64Encoded\",\n    \"signatureId\": \"fac1acb1f29f9620ad04ed8cd0f49e215656faf1\",\n    \"error\": null\n}"},{"id":"b1c8dad4-d2db-4b70-b71a-3a77685c3ad5","name":"200 - Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document-sign/request/:id/file","host":["{{url}}"],"path":["document-sign","request",":id","file"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"data\": null,\n    \"signatureId\": null,\n    \"error\": \"A request with ID 6bf989999b609f67b186dc4ee5b1444dc49a7749 does not exist\"\n}"},{"id":"ae800a23-f347-4809-a83f-41ddcd667232","name":"400 - Validation Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/document-sign/request/:id/file","host":["{{url}}"],"path":["document-sign","request",":id","file"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.id\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"3f599d6b-bd9f-4d16-8526-a3925d3b3859","name":"401 - Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document-sign/request/:id/file","host":["{{url}}"],"path":["document-sign","request",":id","file"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"c5e0a8b4-f123-407a-9786-647dec543594","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document-sign/request/:id/file","host":["{{url}}"],"path":["document-sign","request",":id","file"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"0f0969cd-7afe-42f4-a841-0ee6a309aa55"},{"name":"Get Account Managed","id":"421dcae8-ec87-4178-af91-bacda1367c21","request":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/document-sign/:accountid/list/managed?lastUpdate","description":"<h1>Document Sign Get Account Managed</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["document-sign",":accountid","list","managed"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Type: number</p>\n","type":"text/plain"},"key":"lastUpdate"}],"variable":[{"id":"1a670099-d5dc-47cd-9996-addfd2200843","description":{"content":"<p>Type: objectId</p>\n","type":"text/plain"},"type":"any","key":"accountid"}]}},"response":[{"id":"22329f55-e08b-44fb-b530-4e5b79d92412","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document-sign/:accountid/list/managed?lastUpdate","host":["{{url}}"],"path":["document-sign",":accountid","list","managed"],"query":[{"description":"Type: number","key":"lastUpdate"}],"variable":[{"key":"accountid","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"[\n    {\n        \"id\": \"62af2309da25911432b8c92c\",\n        \"type\": 1,\n        \"templateId\": \"6bf989999b609f67b186dc4ee5b1444dc49a7749\",\n        \"templateName\": \"Signature Document\",\n        \"subject\": \"Signature Requested\",\n        \"message\": \"Please sign this document\",\n        \"customFields\": [\n            {\n                \"name\": \"user_full_name\",\n                \"value\": \"E-Sign Tester\",\n                \"editor\": \"Investor\"\n            },\n            {\n                \"name\": \"contact_name\",\n                \"value\": \"E-Sign Tester\",\n                \"editor\": \"Investor\"\n            }\n        ],\n        \"signers\": [\n            {\n                \"accountId\": \"5e8f84d0b35b753a0955b735\",\n                \"email\": \"john@gmail.com\",\n                \"name\": \"E-Sign Tester\",\n                \"accountName\": \"John Doe\",\n                \"role\": \"Investor\",\n                \"signDate\": \"2022-06-19T13:22:38.000Z\",\n                \"signatureId\": \"e629c58a26cd1ac9aabcacf7e5ee33ef\"\n            }\n        ],\n        \"signatureRequestId\": \"fac1acb1f29f9620ad04ed8cd0f49e215656faf1\",\n        \"isManual\": true,\n        \"transactionId\": \"5e8f84d0b35b753a0955b735\",\n        \"_ts\": 1655644937454,\n        \"uid\": \"62af22f2da25911432b8c8f3\",\n        \"user\": \"esign@tester.com\",\n        \"url\": \"...\",\n        \"transaction\": {\n            \"id\": \"5e8f84d0b35b753a0955b735\",\n            \"vals\": [\n                20000\n            ],\n            \"amount\": 20000,\n            \"fee\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"fid\": \"5b4d2d7410cb2772f244607c\",\n            \"tid\": \"5b4d2d7810cb2772f24460c3\",\n            \"cid\": \"5c2a415a2fd61e34deae8a59\",\n            \"data\": {\n                \"paymentMethod\": {\n                    \"transCode\": \"beab0b1f010f\",\n                    \"type\": 1,\n                    \"gateway\": 16\n                }\n            }\n        }\n    }\n]"},{"id":"c7b40717-860d-442a-b2d1-5deb43e47c64","name":"400 - Validation Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/document-sign/:accountid/list/managed","host":["{{url}}"],"path":["document-sign",":accountid","list","managed"],"variable":[{"key":"accountid"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.accountid\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"8c1c1d8a-4cd9-4152-a39a-f587e0af1b71","name":"401 - Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document-sign/:accountid/list/managed?lastUpdate","host":["{{url}}"],"path":["document-sign",":accountid","list","managed"],"query":[{"description":"Type: number","key":"lastUpdate"}],"variable":[{"key":"accountid","description":"Type: objectId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"c5cdea19-223f-4be9-94ce-40fae7eb89d2","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document-sign/:accountid/list/managed?lastUpdate","host":["{{url}}"],"path":["document-sign",":accountid","list","managed"],"query":[{"description":"Type: number","key":"lastUpdate"}],"variable":[{"key":"accountid","description":"Type: objectId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"421dcae8-ec87-4178-af91-bacda1367c21"},{"name":"Get For All Assets","id":"d01721d3-13d0-4dee-b4f4-6356f0fe23d7","request":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/document-sign/list?lastUpdate","description":"<h1>Document Sign Get For All Assets</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["document-sign","list"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Type: number</p>\n","type":"text/plain"},"key":"lastUpdate"}],"variable":[]}},"response":[{"id":"7587f612-4757-40c8-81c0-ac8b104c39ef","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document-sign/list?lastUpdate","host":["{{url}}"],"path":["document-sign","list"],"query":[{"description":"Type: number","key":"lastUpdate"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"[\n    {\n        \"id\": \"62af2309da25911432b8c92c\",\n        \"type\": 1,\n        \"templateId\": \"6bf989999b609f67b186dc4ee5b1444dc49a7749\",\n        \"subject\": \"Signature Requested\",\n        \"message\": \"Please sign this document\",\n        \"customFields\": [\n            {\n                \"name\": \"user_full_name\",\n                \"value\": \"E-Sign Tester\",\n                \"editor\": \"Investor\"\n            },\n            {\n                \"name\": \"contact_name\",\n                \"value\": \"E-Sign Tester\",\n                \"editor\": \"Investor\"\n            }\n        ],\n        \"signers\": [\n            {\n                \"accountId\": \"5e8f84d0b35b753a0955b735\",\n                \"email\": \"john@gmail.com\",\n                \"name\": \"E-Sign Tester\",\n                \"accountName\": \"John Doe\",\n                \"role\": \"Investor\",\n                \"signDate\": \"2022-06-19T13:22:38.000Z\",\n                \"signatureId\": \"e629c58a26cd1ac9aabcacf7e5ee33ef\"\n            }\n        ],\n        \"signatureRequestId\": \"fac1acb1f29f9620ad04ed8cd0f49e215656faf1\",\n        \"isManual\": true,\n        \"_ts\": 1655644937454,\n        \"uid\": \"62af22f2da25911432b8c8f3\",\n        \"user\": \"esign@tester.com\",\n        \"url\": \"...\"\n    }\n]"},{"id":"d101c8d7-e175-4c72-abde-49365fb8bb2d","name":"401 - Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document-sign/list?lastUpdate","host":["{{url}}"],"path":["document-sign","list"],"query":[{"description":"Type: number","key":"lastUpdate"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"520c0f9d-b5ed-49c7-a9be-b0a20566a4c0","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document-sign/list?lastUpdate","host":["{{url}}"],"path":["document-sign","list"],"query":[{"description":"Type: number","key":"lastUpdate"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"d01721d3-13d0-4dee-b4f4-6356f0fe23d7"},{"name":"Get Managed List","id":"10d85f41-07be-46e3-9e41-d5c48bf1f862","request":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/document-sign/list/managed?lastUpdate","description":"<h1>Document Sign Get Managed List</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["document-sign","list","managed"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Type: number</p>\n","type":"text/plain"},"key":"lastUpdate"}],"variable":[]}},"response":[{"id":"9e8ad99b-00ab-46f0-9e21-aa6bab814110","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document-sign/list/managed?lastUpdate","host":["{{url}}"],"path":["document-sign","list","managed"],"query":[{"description":"Type: number","key":"lastUpdate"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"[\n    {\n        \"id\": \"62af2309da25911432b8c92c\",\n        \"type\": 1,\n        \"templateId\": \"6bf989999b609f67b186dc4ee5b1444dc49a7749\",\n        \"templateName\": \"Signature Document\",\n        \"subject\": \"Signature Requested\",\n        \"message\": \"Please sign this document\",\n        \"customFields\": [\n            {\n                \"name\": \"user_full_name\",\n                \"value\": \"E-Sign Tester\",\n                \"editor\": \"Investor\"\n            },\n            {\n                \"name\": \"contact_name\",\n                \"value\": \"E-Sign Tester\",\n                \"editor\": \"Investor\"\n            }\n        ],\n        \"signers\": [\n            {\n                \"accountId\": \"5e8f84d0b35b753a0955b735\",\n                \"email\": \"john@gmail.com\",\n                \"name\": \"E-Sign Tester\",\n                \"accountName\": \"John Doe\",\n                \"role\": \"Investor\",\n                \"signDate\": \"2022-06-19T13:22:38.000Z\",\n                \"signatureId\": \"e629c58a26cd1ac9aabcacf7e5ee33ef\"\n            }\n        ],\n        \"signatureRequestId\": \"fac1acb1f29f9620ad04ed8cd0f49e215656faf1\",\n        \"isManual\": true,\n        \"transactionId\": \"5e8f84d0b35b753a0955b735\",\n        \"_ts\": 1655644937454,\n        \"uid\": \"62af22f2da25911432b8c8f3\",\n        \"user\": \"esign@tester.com\",\n        \"url\": \"...\",\n        \"transaction\": {\n            \"id\": \"5e8f84d0b35b753a0955b735\",\n            \"vals\": [\n                20000\n            ],\n            \"amount\": 20000,\n            \"fee\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"fid\": \"5b4d2d7410cb2772f244607c\",\n            \"tid\": \"5b4d2d7810cb2772f24460c3\",\n            \"cid\": \"5c2a415a2fd61e34deae8a59\",\n            \"data\": {\n                \"paymentMethod\": {\n                    \"transCode\": \"beab0b1f010f\",\n                    \"type\": 1,\n                    \"gateway\": 16\n                }\n            }\n        }\n    }\n]"},{"id":"add8b9b7-6d8b-444b-878b-04538968faa9","name":"401 - Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document-sign/list/managed?lastUpdate","host":["{{url}}"],"path":["document-sign","list","managed"],"query":[{"description":"Type: number","key":"lastUpdate"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"2f8cae89-0840-46d6-b714-3f41cf887f79","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document-sign/list/managed?lastUpdate","host":["{{url}}"],"path":["document-sign","list","managed"],"query":[{"description":"Type: number","key":"lastUpdate"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"10d85f41-07be-46e3-9e41-d5c48bf1f862"},{"name":"Get Request","id":"f823a059-a553-4c0c-9ed9-499bc40c2a2d","request":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/document-sign/request/:id","description":"<h1>Document Sign Get Request</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["document-sign","request",":id"],"host":["{{url}}"],"query":[],"variable":[{"id":"a6c78efe-28cf-4731-9125-7f2a67519fd0","description":{"content":"<p>Type: objectId</p>\n","type":"text/plain"},"type":"any","key":"id"}]}},"response":[{"id":"1e1cf68f-ad1d-49a8-a688-3ac491d97d29","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document-sign/request/:id","host":["{{url}}"],"path":["document-sign","request",":id"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"62af2309da25911432b8c92c\",\n        \"type\": 1,\n        \"templateId\": \"6bf989999b609f67b186dc4ee5b1444dc49a7749\",\n        \"subject\": \"Signature Requested\",\n        \"message\": \"Please sign this document\",\n        \"customFields\": [\n            {\n                \"name\": \"user_full_name\",\n                \"value\": \"E-Sign Tester\",\n                \"editor\": \"Investor\"\n            },\n            {\n                \"name\": \"contact_name\",\n                \"value\": \"E-Sign Tester\",\n                \"editor\": \"Investor\"\n            }\n        ],\n        \"signers\": [\n            {\n                \"accountId\": \"5e8f84d0b35b753a0955b735\",\n                \"email\": \"john@gmail.com\",\n                \"name\": \"E-Sign Tester\",\n                \"accountName\": \"John Doe\",\n                \"role\": \"Investor\",\n                \"signDate\": \"2022-06-19T13:22:38.000Z\",\n                \"signatureId\": \"e629c58a26cd1ac9aabcacf7e5ee33ef\"\n            }\n        ],\n        \"signatureRequestId\": \"fac1acb1f29f9620ad04ed8cd0f49e215656faf1\",\n        \"isManual\": true,\n        \"_ts\": 1655644937454,\n        \"uid\": \"62af22f2da25911432b8c8f3\",\n        \"user\": \"esign@tester.com\",\n        \"url\": \"...\"\n    }\n}"},{"id":"5ee15e45-812b-4a2f-bd6b-0df9fd1f46f8","name":"200 - Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document-sign/request/:id","host":["{{url}}"],"path":["document-sign","request",":id"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": null,\n    \"msg\": \"The request does not exist\"\n}"},{"id":"501499fc-a4b2-4a6b-a11d-1e11b8daa5f5","name":"400 - Validation Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/document-sign/request/:id","host":["{{url}}"],"path":["document-sign","request",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.id\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"fa9ee122-b64b-48a4-9264-c63215b8cc1c","name":"401 - Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document-sign/request/:id","host":["{{url}}"],"path":["document-sign","request",":id"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"5e156353-d0cd-43bb-9522-d9b73e0a650e","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/document-sign/request/:id","host":["{{url}}"],"path":["document-sign","request",":id"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"f823a059-a553-4c0c-9ed9-499bc40c2a2d"}],"id":"cbe7327b-aa43-4b88-9836-d703e7a6bd1c","_postman_id":"cbe7327b-aa43-4b88-9836-d703e7a6bd1c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}}},{"name":"Form","item":[{"name":"Get All","id":"925eab65-e7ec-408e-9e2e-cb8c6274bbb5","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/form/list","description":"<h1>Form Get All</h1><br />","urlObject":{"path":["form","list"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"424efd22-1737-4387-8e15-d70d75dc04a8","name":"200 - Success","originalRequest":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/form/list"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"5ec18a96de542470ace7bb0f\",\n            \"name\": \"Investment Form\",\n            \"type\": 0,\n            \"sections\": [\n                {\n                    \"name\": \"Investment Details\",\n                    \"fields\": [\n                        {\n                            \"name\": \"Do you live in Illinois?\",\n                            \"key\": \"kabfg3601dgbij\",\n                            \"type\": 2,\n                            \"required\": true,\n                            \"options\": [\n                                [\n                                    \"kabfgftdandhcq\",\n                                    \"Yes\"\n                                ],\n                                [\n                                    \"kabfgnx6brhiu3\",\n                                    \"No\"\n                                ]\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"925eab65-e7ec-408e-9e2e-cb8c6274bbb5"},{"name":"Get Answers","id":"da556453-d4b6-4f1c-88dc-737da9875dce","request":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/form/:id/answers/:symbol","description":"<h1>Form Get Answers</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["form",":id","answers",":symbol"],"host":["{{url}}"],"query":[],"variable":[{"id":"d88549e9-fcb2-45ee-9b08-a5377369fba4","description":{"content":"<p>Type: string</p>\n","type":"text/plain"},"type":"any","key":"id"},{"id":"b5880166-8e1e-44f7-8feb-00301cc98b8a","description":{"content":"<p>Type: string</p>\n","type":"text/plain"},"type":"any","key":"symbol"}]}},"response":[{"id":"c2e56e83-b155-4be9-a5c9-5561699b4eb4","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/form/:id/answers/:symbol","host":["{{url}}"],"path":["form",":id","answers",":symbol"],"variable":[{"key":"id","description":"Type: string"},{"key":"symbol","description":"Type: string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": {\n        \"answers\": {\n            \"kabfg3601dgbij\": \"kabfgftdandhcq\"\n        }\n    }\n}"},{"id":"b15694c8-dc75-4e1b-8d1e-ead0c7030740","name":"400 - Validation Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/form/:id/answers/:symbol","host":["{{url}}"],"path":["form",":id","answers",":symbol"],"variable":[{"key":"id"},{"key":"symbol"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.id\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"params.id\",\n            \"error\": \"Must be a String\"\n        },\n        {\n            \"path\": \"params.symbol\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"params.symbol\",\n            \"error\": \"Must be a String\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"48eb9db2-cb9d-48de-8424-812f5b40aa31","name":"401 - Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/form/:id/answers/:symbol","host":["{{url}}"],"path":["form",":id","answers",":symbol"],"variable":[{"key":"id","description":"Type: string"},{"key":"symbol","description":"Type: string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"c64c67c0-5046-4759-8bdf-871f845fdcc7","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/form/:id/answers/:symbol","host":["{{url}}"],"path":["form",":id","answers",":symbol"],"variable":[{"key":"id","description":"Type: string"},{"key":"symbol","description":"Type: string"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"da556453-d4b6-4f1c-88dc-737da9875dce"},{"name":"Get Asset Answers","id":"f78d59c2-25fa-41a4-a081-4242410fdcf1","request":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/form/answers/:symbol","description":"<h1>Form Get Asset Answers</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["form","answers",":symbol"],"host":["{{url}}"],"query":[],"variable":[{"id":"8ecfcaa0-1bb9-4b81-82e7-16c76ba1bd32","description":{"content":"<p>Type: string</p>\n","type":"text/plain"},"type":"any","key":"symbol"}]}},"response":[{"id":"1889b3ab-d3cd-4ea0-b63e-4cac0b4ac463","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/form/answers/:symbol","host":["{{url}}"],"path":["form","answers",":symbol"],"variable":[{"key":"symbol","description":"Type: string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": {\n        \"answers\": {\n            \"kabfg3601dgbij\": \"kabfgftdandhcq\"\n        }\n    }\n}"},{"id":"41617d70-c824-448f-9380-2cb421f2ce6d","name":"400 - Validation Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/form/answers/:symbol","host":["{{url}}"],"path":["form","answers",":symbol"],"variable":[{"key":"symbol"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.symbol\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"params.symbol\",\n            \"error\": \"Must be a String\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"d5ac4338-32e0-4659-b6d9-a2ca692bd1de","name":"401 - Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/form/answers/:symbol","host":["{{url}}"],"path":["form","answers",":symbol"],"variable":[{"key":"symbol","description":"Type: string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"f3f1d29c-43f1-40c9-9848-c8f68df688ea","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/form/answers/:symbol","host":["{{url}}"],"path":["form","answers",":symbol"],"variable":[{"key":"symbol","description":"Type: string"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"f78d59c2-25fa-41a4-a081-4242410fdcf1"},{"name":"Get By Symbol","id":"1ef52c18-ec83-44a2-bbc4-1e70d3530a93","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/form/asset/:symbol","description":"<h1>Form Get By Symbol</h1><br />","urlObject":{"path":["form","asset",":symbol"],"host":["{{url}}"],"query":[],"variable":[{"id":"d23a0fd5-2f3f-4394-a843-1e2fb16bc6f3","description":{"content":"<p>Type: string</p>\n","type":"text/plain"},"type":"any","key":"symbol"}]}},"response":[{"id":"063b8d7d-41d6-4879-a46a-a459124b8977","name":"200 - Success","originalRequest":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/form/asset/:symbol","host":["{{url}}"],"path":["form","asset",":symbol"],"variable":[{"key":"symbol","description":"Type: string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"id\": \"5e583fb6b7a42e350475e3c2\",\n            \"name\": \"Investment Form\",\n            \"type\": 0,\n            \"sections\": [\n                {\n                    \"name\": \"Investment Details\",\n                    \"fields\": [\n                        {\n                            \"name\": \"Do you live in Illinois?\",\n                            \"key\": \"kabfg3601dgbij\",\n                            \"type\": 2,\n                            \"required\": true,\n                            \"options\": [\n                                [\n                                    \"kabfgftdandhcq\",\n                                    \"Yes\"\n                                ],\n                                [\n                                    \"kabfgnx6brhiu3\",\n                                    \"No\"\n                                ]\n                            ]\n                        }\n                    ]\n                }\n            ],\n            \"symbol\": \"RG3CP\"\n        }\n    ]\n}"},{"id":"2f9e51d2-9363-42f4-bc63-cdf8d043d53d","name":"400 - Validation Error","originalRequest":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/form/asset/:symbol","host":["{{url}}"],"path":["form","asset",":symbol"],"variable":[{"key":"symbol"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.symbol\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"params.symbol\",\n            \"error\": \"Must be a String\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"}],"_postman_id":"1ef52c18-ec83-44a2-bbc4-1e70d3530a93"},{"name":"Save Answers","id":"983dc647-1d7b-4c70-9443-21babb62e6b8","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"answers\": {\n        \"schemaType\": \"object\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/form/answers","description":"<h1>Form Save Answers</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["form","answers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"41e99d2c-ac22-4092-a3cc-60815b6b91e7","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"answers\": {\n        \"schemaType\": \"object\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/form/answers"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": {\n        \"answers\": {\n            \"kabfg3601dgbij\": \"kabfgftdandhcq\"\n        }\n    }\n}"},{"id":"3920e5b6-f221-4689-a370-dff2f3f08596","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"answers\": {\n        \"schemaType\": \"object\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/form/answers"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"},{"id":"2b365d0f-0e14-4039-bf49-82d28a0c08f2","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/form/answers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"body.answers\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.answers\",\n            \"error\": \"Must be a Object\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"d4d7e931-4e11-406e-9bad-94e0663d1ffb","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"answers\": {\n        \"schemaType\": \"object\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/form/answers"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"703bc44e-7a1b-40d0-a62c-5e50f1928d5e","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"answers\": {\n        \"schemaType\": \"object\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/form/answers"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"983dc647-1d7b-4c70-9443-21babb62e6b8"},{"name":"Save Asset Answers","id":"f234712a-991e-4fe7-bfd9-03bdfccb4939","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"answers\": {\n        \"schemaType\": \"object\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/form/asset/answers","description":"<h1>Form Save Asset Answers</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["form","asset","answers"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4e2e5d34-94eb-4cbe-90ac-645f8fe8a5e9","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"answers\": {\n        \"schemaType\": \"object\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/form/asset/answers"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": {\n        \"answers\": {\n            \"kabfg3601dgbij\": \"kabfgftdandhcq\"\n        }\n    }\n}"},{"id":"25410ea8-c454-4e78-a10d-f0ebce9b8113","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/form/asset/answers"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"body.answers\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.answers\",\n            \"error\": \"Must be a Object\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"f4809e90-19e8-4b18-976d-08ff7b9792d6","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"answers\": {\n        \"schemaType\": \"object\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/form/asset/answers"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"5b1025f2-cbd6-46c3-84b0-43b1dd465ce6","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"answers\": {\n        \"schemaType\": \"object\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/form/asset/answers"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"f234712a-991e-4fe7-bfd9-03bdfccb4939"},{"name":"Update","id":"7481e689-387a-4c45-92e7-d71bdb0ff937","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"type\": {\n        \"schemaType\": \"enum & number\",\n        \"dataType\": \"[0: Custom, 1: Account, 2: Offer, 3: User, 4: Digital, 5: Public, 6: Transaction, 7: Portfolio, 8: PortfolioItem, 9: AccountNotes, 10: Analytics, 11: Identity, 12: ESign, 13: Report, 14: Document, 15: AccessRequests, 16: UserIdentity, 17: Accreditation, 92: OfferDefaultOnly, 93: OfferTransaction]\",\n        \"required\": true\n    },\n    \"sections\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"object\",\n                \"dataType\": {\n                    \"name\": {\n                        \"schemaType\": \"string\",\n                        \"required\": false\n                    }\n                },\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/form/","description":"<h1>Form Update</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["form",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b072f400-2ba2-4f87-94fb-c49d5e4e9648","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"type\": {\n        \"schemaType\": \"enum & number\",\n        \"dataType\": \"[0: Custom, 1: Account, 2: Offer, 3: User, 4: Digital, 5: Public, 6: Transaction, 7: Portfolio, 8: PortfolioItem, 9: AccountNotes, 10: Analytics, 11: Identity, 12: ESign, 13: Report, 14: Document, 15: AccessRequests, 16: UserIdentity, 17: Accreditation, 92: OfferDefaultOnly, 93: OfferTransaction]\",\n        \"required\": true\n    },\n    \"sections\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"object\",\n                \"dataType\": {\n                    \"name\": {\n                        \"schemaType\": \"string\",\n                        \"required\": false\n                    }\n                },\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/form/"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"5ec18a96de542470ace7bb0f\",\n        \"name\": \"Api Investment Form\",\n        \"type\": 0,\n        \"sections\": [\n            {\n                \"name\": \"Investment Details\",\n                \"fields\": [\n                    {\n                        \"name\": \"Do you live in Illinois?\",\n                        \"key\": \"kabfg3601dgbij\",\n                        \"type\": 2,\n                        \"required\": true,\n                        \"options\": [\n                            [\n                                \"kabfgftdandhcq\",\n                                \"Yes\"\n                            ],\n                            [\n                                \"kabfgnx6brhiu3\",\n                                \"No\"\n                            ]\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"15baf1fc-efa5-409d-82a6-4ca97474add9","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/form/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"body.name\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.name\",\n            \"error\": \"Must be a String\"\n        },\n        {\n            \"path\": \"body.type\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.type\",\n            \"error\": \"Must be a valid Number\"\n        },\n        {\n            \"path\": \"body.type\",\n            \"error\": \"Enum must be value of 0: Custom, 1: Account, 2: Offer, 3: User, 4: Digital, 5: Public, 6: Transaction, 7: Portfolio, 8: PortfolioItem, 9: AccountNotes, 10: Analytics, 11: Identity, 12: ESign, 13: Report, 14: Document, 15: AccessRequests, 16: UserIdentity, 17: Accreditation, 92: OfferDefaultOnly, 93: OfferTransaction\"\n        },\n        {\n            \"path\": \"body.sections\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.sections\",\n            \"error\": \"Must be an Array\"\n        },\n        {\n            \"path\": \"body.sections\",\n            \"error\": \"Must be an Array\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"d1292ca7-7066-47ba-8473-ef8cafa7768d","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"type\": {\n        \"schemaType\": \"enum & number\",\n        \"dataType\": \"[0: Custom, 1: Account, 2: Offer, 3: User, 4: Digital, 5: Public, 6: Transaction, 7: Portfolio, 8: PortfolioItem, 9: AccountNotes, 10: Analytics, 11: Identity, 12: ESign, 13: Report, 14: Document, 15: AccessRequests, 16: UserIdentity, 17: Accreditation, 92: OfferDefaultOnly, 93: OfferTransaction]\",\n        \"required\": true\n    },\n    \"sections\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"object\",\n                \"dataType\": {\n                    \"name\": {\n                        \"schemaType\": \"string\",\n                        \"required\": false\n                    }\n                },\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/form/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"552616c9-630f-4e94-bdb9-d1bb3f077165","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"type\": {\n        \"schemaType\": \"enum & number\",\n        \"dataType\": \"[0: Custom, 1: Account, 2: Offer, 3: User, 4: Digital, 5: Public, 6: Transaction, 7: Portfolio, 8: PortfolioItem, 9: AccountNotes, 10: Analytics, 11: Identity, 12: ESign, 13: Report, 14: Document, 15: AccessRequests, 16: UserIdentity, 17: Accreditation, 92: OfferDefaultOnly, 93: OfferTransaction]\",\n        \"required\": true\n    },\n    \"sections\": {\n        \"schemaType\": \"array\",\n        \"dataType\": [\n            {\n                \"schemaType\": \"object\",\n                \"dataType\": {\n                    \"name\": {\n                        \"schemaType\": \"string\",\n                        \"required\": false\n                    }\n                },\n                \"required\": true\n            }\n        ],\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/form/"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"7481e689-387a-4c45-92e7-d71bdb0ff937"}],"id":"f8adaa39-f048-4e59-a210-535f5ceb5f2e","_postman_id":"f8adaa39-f048-4e59-a210-535f5ceb5f2e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}}},{"name":"Platform","item":[{"name":"Get Auth Token","event":[{"listen":"test","script":{"type":"text/javascript","exec":["","pm.test(\"Has Token\", function () {","    var jsonData = pm.response.json();","    pm.expect(jsonData.success).to.be.true;","    pm.expect(jsonData.data).to.exist;","});","pm.collectionVariables.set(\"api-token\", pm.response.json().data);"]}}],"id":"71b6299f-d084-4462-a354-b61ca823ae2d","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n\t\"apiKey\":\"{{apiKey}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/platform/auth","description":"<h1>Platform Get Auth Token</h1><br /><p>All subsequent API requests then require both your Client ID and the token retrieved from the authentication request above. \n    These two fields should both be passed as header parameters in all API calls.</p>\n    <h4>Headers Parameters</h4>\n    <table>\n        <thead>\n            <tr>\n                <td>Key</td>\n                <td>Type</td>\n                <td>Value</td>\n            </tr>\n        </thead>\n        <tbody>\n            <tr>\n                <td>Content-Type</td>\n                <td>String</td>\n                <td>application/json</td>\n            </tr>\n            <tr>\n                <td>Client-ID</td>\n                <td>String</td>\n                <td>[your-api-client-id]</td>\n            </tr>\n            <tr>\n                <td>Authorization</td>\n                <td>String</td>\n                <td>Bearer [your-retrieved-token]</td>\n            </tr>\n        </tbody>\n    </table>\n    <p>* The token expiration is 60 min. Any API calls made with a token that is close to expiration but not expired, will return a fresh token in the response header Authorization. When this Authorization header is present, you can use it to replace your token, thus extending it's life.</p>","urlObject":{"path":["platform","auth"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"629719d4-b0f2-43e0-9037-e4742db56028","name":"200 - Success","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"apiKey\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/platform/auth"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1ODg2MzQzNjQsImRhdGEiOnsidWlkIjoiNWViMDkyZGM0ZTc2MjAxYTE0ZmRkY2YzIiwidXNlcm5hbWUiOiJhcGktdXNlckB3ZWFsdGhibG9jay5haSIsInBsYXRmb3JtIjpbMV0sImFjY291bnRJZHMiOlsiNWI0ZDJkNzQxMGNiMjc3MmYyNDQ2MDdjIl0sImFjY2VwdFRlcm1zIjpmYWxzZSwiZW1haWxWZXJpZmllZCI6dHJ1ZSwicHJvZmlsZSI6eyJmaXJzdE5hbWUiOiJBcGkiLCJsYXN0TmFtZSI6IlVzZXIifX0sImlhdCI6MTU4ODYzMjI2NH0.3EyP1eSz5bBYUL8WfKWTfBLUHk_isHLduOYgab9t4zA\"\n}"},{"id":"b1c813fe-cf8e-4a51-a2a6-c822f9c4892a","name":"400 - Validation Error","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/platform/auth"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"body.apiKey\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.apiKey\",\n            \"error\": \"Must be a String\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"}],"_postman_id":"71b6299f-d084-4462-a354-b61ca823ae2d"}],"id":"4be91d00-a4f0-47bb-82fd-de4e050c5acf","_postman_id":"4be91d00-a4f0-47bb-82fd-de4e050c5acf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}}},{"name":"Transaction","item":[{"name":"Get Transaction","id":"4c6bc289-aeca-405b-b27b-31c298e81df4","request":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/transaction/:id","description":"<h1>Transaction Get Transaction</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["transaction",":id"],"host":["{{url}}"],"query":[],"variable":[{"id":"fc52b1ba-08d9-43f9-bcd4-2369aa32ab40","description":{"content":"<p>Type: objectId</p>\n","type":"text/plain"},"type":"any","key":"id"}]}},"response":[{"id":"f22296ac-245b-416d-adff-d51a39a95047","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/transaction/:id","host":["{{url}}"],"path":["transaction",":id"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"id\": \"5e8f84d0b35b753a0955b735\",\n    \"vals\": [\n        20000\n    ],\n    \"amount\": 20000,\n    \"fee\": 0,\n    \"type\": 1,\n    \"status\": 1,\n    \"fid\": \"5b4d2d7410cb2772f244607c\",\n    \"tid\": \"5b4d2d7810cb2772f24460c3\",\n    \"cid\": \"5c2a415a2fd61e34deae8a59\",\n    \"data\": {\n        \"paymentMethod\": {\n            \"transCode\": \"beab0b1f010f\",\n            \"type\": 1,\n            \"gateway\": 16\n        }\n    }\n}"},{"id":"20aca5a7-6038-4f95-8f6b-e901a47ee9a5","name":"400 - Validation Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/transaction/:id","host":["{{url}}"],"path":["transaction",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.id\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"81953c8d-321a-4c4e-af2b-5e48a8db9c5a","name":"401 - Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/transaction/:id","host":["{{url}}"],"path":["transaction",":id"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"e8ee010a-823b-4bd2-9b4d-7f0167cf14cd","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/transaction/:id","host":["{{url}}"],"path":["transaction",":id"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"4c6bc289-aeca-405b-b27b-31c298e81df4"},{"name":"Page","id":"494fffa6-9355-4923-87f5-df5362c2ac44","request":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":"{{url}}/transaction/search?page&pageSize&symbol&status&type&lastUpdate","description":"<h1>Transaction Page</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["transaction","search"],"host":["{{url}}"],"query":[{"description":{"content":"<p>Type: number</p>\n","type":"text/plain"},"key":"page"},{"description":{"content":"<p>Type: number</p>\n","type":"text/plain"},"key":"pageSize"},{"description":{"content":"<p>Type: comma-separated-list {\"schemaType\":\"string\",\"required\":false}</p>\n","type":"text/plain"},"key":"symbol"},{"description":{"content":"<p>Type: comma-separated-list {\"schemaType\":\"enum\",\"dataType\":\"[1: Pending, 2: Approved, 3: PaymentReceived, 4: Complete, 5: InvestorConfirmation, 6: Reinvested, -2: Rejected, -1: Canceled]\",\"required\":false}</p>\n","type":"text/plain"},"key":"status"},{"description":{"content":"<p>Type: comma-separated-list {\"schemaType\":\"enum\",\"dataType\":\"[1: Contribution, 2: Commitment, 3: CapitalCall, 4: Distribution, 5: StatementBalance, 6: Redemption, 7: Transfer]\",\"required\":false}</p>\n","type":"text/plain"},"key":"type"},{"description":{"content":"<p>Type: number</p>\n","type":"text/plain"},"key":"lastUpdate"}],"variable":[]}},"response":[{"id":"72aa9391-6967-4f2f-b63b-2f7f339872cc","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/transaction/search?page&pageSize&symbol&status&type&lastUpdate","host":["{{url}}"],"path":["transaction","search"],"query":[{"description":"Type: number","key":"page"},{"description":"Type: number","key":"pageSize"},{"description":"Type: comma-separated-list {\"schemaType\":\"string\",\"required\":false}","key":"symbol"},{"description":"Type: comma-separated-list {\"schemaType\":\"enum\",\"dataType\":\"[1: Pending, 2: Approved, 3: PaymentReceived, 4: Complete, 5: InvestorConfirmation, 6: Reinvested, -2: Rejected, -1: Canceled]\",\"required\":false}","key":"status"},{"description":"Type: comma-separated-list {\"schemaType\":\"enum\",\"dataType\":\"[1: Contribution, 2: Commitment, 3: CapitalCall, 4: Distribution, 5: StatementBalance, 6: Redemption, 7: Transfer]\",\"required\":false}","key":"type"},{"description":"Type: number","key":"lastUpdate"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": {\n        \"page\": 1,\n        \"pageSize\": 100,\n        \"totalItems\": 46,\n        \"results\": [\n            {\n                \"id\": \"5e8f84d0b35b753a0955b735\",\n                \"vals\": [\n                    20000\n                ],\n                \"amount\": 20000,\n                \"fee\": 0,\n                \"type\": 1,\n                \"status\": 1,\n                \"fid\": \"5b4d2d7410cb2772f244607c\",\n                \"tid\": \"5b4d2d7810cb2772f24460c3\",\n                \"cid\": \"5c2a415a2fd61e34deae8a59\",\n                \"data\": {\n                    \"paymentMethod\": {\n                        \"transCode\": \"beab0b1f010f\",\n                        \"type\": 1,\n                        \"gateway\": 16\n                    }\n                }\n            }\n        ]\n    }\n}"},{"id":"64c53188-2f03-4ce6-8343-b56a2978146e","name":"401 - Authentication Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/transaction/search?page&pageSize&symbol&status&type&lastUpdate","host":["{{url}}"],"path":["transaction","search"],"query":[{"description":"Type: number","key":"page"},{"description":"Type: number","key":"pageSize"},{"description":"Type: comma-separated-list {\"schemaType\":\"string\",\"required\":false}","key":"symbol"},{"description":"Type: comma-separated-list {\"schemaType\":\"enum\",\"dataType\":\"[1: Pending, 2: Approved, 3: PaymentReceived, 4: Complete, 5: InvestorConfirmation, 6: Reinvested, -2: Rejected, -1: Canceled]\",\"required\":false}","key":"status"},{"description":"Type: comma-separated-list {\"schemaType\":\"enum\",\"dataType\":\"[1: Contribution, 2: Commitment, 3: CapitalCall, 4: Distribution, 5: StatementBalance, 6: Redemption, 7: Transfer]\",\"required\":false}","key":"type"},{"description":"Type: number","key":"lastUpdate"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"8fa286da-6183-41ec-807b-a5dec9c0f4c7","name":"403 - Authorization Error","originalRequest":{"method":"GET","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{url}}/transaction/search?page&pageSize&symbol&status&type&lastUpdate","host":["{{url}}"],"path":["transaction","search"],"query":[{"description":"Type: number","key":"page"},{"description":"Type: number","key":"pageSize"},{"description":"Type: comma-separated-list {\"schemaType\":\"string\",\"required\":false}","key":"symbol"},{"description":"Type: comma-separated-list {\"schemaType\":\"enum\",\"dataType\":\"[1: Pending, 2: Approved, 3: PaymentReceived, 4: Complete, 5: InvestorConfirmation, 6: Reinvested, -2: Rejected, -1: Canceled]\",\"required\":false}","key":"status"},{"description":"Type: comma-separated-list {\"schemaType\":\"enum\",\"dataType\":\"[1: Contribution, 2: Commitment, 3: CapitalCall, 4: Distribution, 5: StatementBalance, 6: Redemption, 7: Transfer]\",\"required\":false}","key":"type"},{"description":"Type: number","key":"lastUpdate"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"494fffa6-9355-4923-87f5-df5362c2ac44"},{"name":"External Link","id":"79137d10-f332-417e-8941-0b43178ea45f","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"link\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/transaction/:id/link","description":"<h1>Transaction External Link</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["transaction",":id","link"],"host":["{{url}}"],"query":[],"variable":[{"id":"3c0eb696-852d-4d6b-8799-f3583043e8e7","description":{"content":"<p>Type: objectId</p>\n","type":"text/plain"},"type":"any","key":"id"}]}},"response":[{"id":"b823498c-4e98-4600-b009-50c9ad39acf0","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"link\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/transaction/:id/link","host":["{{url}}"],"path":["transaction",":id","link"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": {\n        \"link\": \"<a href=\\\"https://etherscan.io/tx/0x7ef93b91479e42842299bf65ecbc3f6ff7400d44dcf319e6a92a9649fa971d7c\\\" target=\\\"_blank\\\">TRIM Token</a>\"\n    }\n}"},{"id":"4183863d-198a-43bd-afbf-a3eee76f29e8","name":"200 - Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"link\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/transaction/:id/link","host":["{{url}}"],"path":["transaction",":id","link"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": null,\n    \"msg\": \"transaction ID 5e8f84d0b35b753a0955b735 does not exist\"\n}"},{"id":"3c2bbe2b-7458-456d-b3fc-71270d382151","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/transaction/:id/link","host":["{{url}}"],"path":["transaction",":id","link"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.id\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        },\n        {\n            \"path\": \"body.link\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.link\",\n            \"error\": \"Must be a String\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"d55adfb2-46e5-4935-af09-ed0cf1b1e9d9","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"link\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/transaction/:id/link","host":["{{url}}"],"path":["transaction",":id","link"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"2eab2759-827f-4ea8-9f2e-7f82f67c9378","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"link\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/transaction/:id/link","host":["{{url}}"],"path":["transaction",":id","link"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"79137d10-f332-417e-8941-0b43178ea45f"},{"name":"Update","id":"4ede58e5-9c13-4996-b384-63d0f953b1ec","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"form\": {\n        \"schemaType\": \"object\",\n        \"dataType\": {\n            \"status\": {\n                \"schemaType\": \"enum & number\",\n                \"dataType\": \"[1: Pending, 2: Approved, 3: PaymentReceived, 4: Complete, 5: InvestorConfirmation, 6: Reinvested, -99: Deleted, -2: Rejected, -1: Canceled]\",\n                \"required\": true\n            },\n            \"custom\": {\n                \"schemaType\": \"object\",\n                \"required\": true\n            },\n            \"data\": {\n                \"schemaType\": \"object\",\n                \"dataType\": {},\n                \"required\": true\n            }\n        },\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/transaction/:id","description":"<h1>Transaction Update</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["transaction",":id"],"host":["{{url}}"],"query":[],"variable":[{"id":"12c7631f-86f7-438a-b232-4a19bd8fe181","description":{"content":"<p>Type: objectId</p>\n","type":"text/plain"},"type":"any","key":"id"}]}},"response":[{"id":"3bc91a59-fe27-4d9f-8ca3-876289e44bdc","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"form\": {\n        \"schemaType\": \"object\",\n        \"dataType\": {\n            \"status\": {\n                \"schemaType\": \"enum & number\",\n                \"dataType\": \"[1: Pending, 2: Approved, 3: PaymentReceived, 4: Complete, 5: InvestorConfirmation, 6: Reinvested, -99: Deleted, -2: Rejected, -1: Canceled]\",\n                \"required\": true\n            },\n            \"custom\": {\n                \"schemaType\": \"object\",\n                \"required\": true\n            },\n            \"data\": {\n                \"schemaType\": \"object\",\n                \"dataType\": {},\n                \"required\": true\n            }\n        },\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/transaction/:id","host":["{{url}}"],"path":["transaction",":id"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"id\": \"5e8f84d0b35b753a0955b735\",\n    \"vals\": [\n        20000\n    ],\n    \"amount\": 20000,\n    \"fee\": 0,\n    \"type\": 1,\n    \"status\": 1,\n    \"fid\": \"5b4d2d7410cb2772f244607c\",\n    \"tid\": \"5b4d2d7810cb2772f24460c3\",\n    \"cid\": \"5c2a415a2fd61e34deae8a59\",\n    \"data\": {\n        \"paymentMethod\": {\n            \"transCode\": \"beab0b1f010f\",\n            \"type\": 1,\n            \"gateway\": 16\n        }\n    }\n}"},{"id":"f55ee41a-1595-4a4a-9fd1-1314462c2c42","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/transaction/:id","host":["{{url}}"],"path":["transaction",":id"],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"params.id\",\n            \"error\": \"Must be valid Mongo ObjectId\"\n        },\n        {\n            \"path\": \"body.form\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.form\",\n            \"error\": \"Must be a Object\"\n        },\n        {\n            \"path\": \"body.form.status\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.form.status\",\n            \"error\": \"Must be a valid Number\"\n        },\n        {\n            \"path\": \"body.form.status\",\n            \"error\": \"Enum must be value of 1: Pending, 2: Approved, 3: PaymentReceived, 4: Complete, 5: InvestorConfirmation, 6: Reinvested, -99: Deleted, -2: Rejected, -1: Canceled\"\n        },\n        {\n            \"path\": \"body.form.custom\",\n            \"error\": \"Must be a Object\"\n        },\n        {\n            \"path\": \"body.form.data\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.form.data\",\n            \"error\": \"Must be a Object\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"9be4cdf0-1ca6-405f-a9e9-6027f3fb0b63","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"form\": {\n        \"schemaType\": \"object\",\n        \"dataType\": {\n            \"status\": {\n                \"schemaType\": \"enum & number\",\n                \"dataType\": \"[1: Pending, 2: Approved, 3: PaymentReceived, 4: Complete, 5: InvestorConfirmation, 6: Reinvested, -99: Deleted, -2: Rejected, -1: Canceled]\",\n                \"required\": true\n            },\n            \"custom\": {\n                \"schemaType\": \"object\",\n                \"required\": true\n            },\n            \"data\": {\n                \"schemaType\": \"object\",\n                \"dataType\": {},\n                \"required\": true\n            }\n        },\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/transaction/:id","host":["{{url}}"],"path":["transaction",":id"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"2b4525e9-7064-43b0-b078-f244ee994fb5","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"form\": {\n        \"schemaType\": \"object\",\n        \"dataType\": {\n            \"status\": {\n                \"schemaType\": \"enum & number\",\n                \"dataType\": \"[1: Pending, 2: Approved, 3: PaymentReceived, 4: Complete, 5: InvestorConfirmation, 6: Reinvested, -99: Deleted, -2: Rejected, -1: Canceled]\",\n                \"required\": true\n            },\n            \"custom\": {\n                \"schemaType\": \"object\",\n                \"required\": true\n            },\n            \"data\": {\n                \"schemaType\": \"object\",\n                \"dataType\": {},\n                \"required\": true\n            }\n        },\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{url}}/transaction/:id","host":["{{url}}"],"path":["transaction",":id"],"variable":[{"key":"id","description":"Type: objectId"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"4ede58e5-9c13-4996-b384-63d0f953b1ec"}],"id":"9c56b554-e5d9-40c8-91db-7d8c36ac2202","_postman_id":"9c56b554-e5d9-40c8-91db-7d8c36ac2202","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}}},{"name":"User","item":[{"name":"Generate Token","id":"553d4739-38fc-4e81-a6a8-fe0a8930cfb8","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": false\n    },\n    \"uid\": {\n        \"schemaType\": \"objectId\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/token/generate","description":"<h1>User Generate Token</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["user","token","generate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0c3308e4-36db-44b7-b15d-627c9b295e1a","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": false\n    },\n    \"uid\": {\n        \"schemaType\": \"objectId\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/token/generate"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": {\n        \"accessCount\": 0,\n        \"expiration\": 1651603274701,\n        \"issuerId\": \"5b4d2d7810cb2772f24460c9\",\n        \"username\": \"john.doe@gmail.com\",\n        \"accountId\": \"5e8f84d0b35b753a0955b735\",\n        \"token\": \"...\"\n    }\n}"},{"id":"b16cc52f-ddea-403d-887a-a17f3e7eafc5","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": false\n    },\n    \"uid\": {\n        \"schemaType\": \"objectId\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/token/generate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"029db27f-3ec7-41f6-845d-2470d6842d53","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"accountId\": {\n        \"schemaType\": \"objectId\",\n        \"required\": false\n    },\n    \"uid\": {\n        \"schemaType\": \"objectId\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/token/generate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"553d4739-38fc-4e81-a6a8-fe0a8930cfb8"},{"name":"Login","id":"27468680-b894-4411-a71e-1e6767413aeb","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"username\": {\n        \"schemaType\": \"email\",\n        \"required\": true\n    },\n    \"password\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/login","description":"<h1>User Login</h1><br />","urlObject":{"path":["user","login"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e91f0e19-0a1d-4d50-b3c6-a513c38ee080","name":"200 - Success","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"username\": {\n        \"schemaType\": \"email\",\n        \"required\": true\n    },\n    \"password\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":"10","body":"{\n    \"uid\": \"62af22f2da25911432b8c8f3\",\n    \"username\": \"john.doe@gmail.com\",\n    \"acceptTerms\": true,\n    \"token\": \"user-token-used-to-authorize-subsequent-calls\",\n    \"accountIds\": [\n        \"5e8f84d0b35b753a0955b735\"\n    ],\n    \"requires2FA\": true\n}"},{"id":"90fb3771-267e-4f6d-823d-1e26ba474618","name":"200 - Error","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"username\": {\n        \"schemaType\": \"email\",\n        \"required\": true\n    },\n    \"password\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/login"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":"10","body":"{\n    \"error\": \"the username or password is incorrect\"\n}"},{"id":"05ebf192-2f4a-44a0-8540-804780c3d371","name":"400 - Validation Error","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"body.username\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.username\",\n            \"error\": \"Must be a valid Email\"\n        },\n        {\n            \"path\": \"body.password\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.password\",\n            \"error\": \"Must be a String\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"bf7de81b-d727-4b3c-824e-9ac30bac062d","name":"429 - Rate-Limit","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"username\": {\n        \"schemaType\": \"email\",\n        \"required\": true\n    },\n    \"password\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/login"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 429,\n    \"message\": \"Max attempts exceeded\",\n    \"attemptLimit\": 3,\n    \"timeLimit\": 10000\n}"}],"_postman_id":"27468680-b894-4411-a71e-1e6767413aeb"},{"name":"Register","id":"842f089f-1490-4eeb-86f9-91c08dfc8635","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"password\": {\n        \"schemaType\": \"max-length-256\",\n        \"required\": true\n    },\n    \"username\": {\n        \"schemaType\": \"email, max-length-256\",\n        \"required\": true\n    },\n    \"acceptTerms\": {\n        \"schemaType\": \"boolean\",\n        \"required\": false\n    },\n    \"firstName\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"lastName\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/register","description":"<h1>User Register</h1><br />","urlObject":{"path":["user","register"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"af44328e-f43b-4b0f-af42-26aef55f02d4","name":"200 - Success","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"password\": {\n        \"schemaType\": \"max-length-256\",\n        \"required\": true\n    },\n    \"username\": {\n        \"schemaType\": \"email, max-length-256\",\n        \"required\": true\n    },\n    \"acceptTerms\": {\n        \"schemaType\": \"boolean\",\n        \"required\": false\n    },\n    \"firstName\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"lastName\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/register"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":"10","body":"{\n    \"uid\": \"62af22f2da25911432b8c8f3\",\n    \"username\": \"john.doe@gmail.com\",\n    \"acceptTerms\": true,\n    \"token\": \"user-token-used-to-authorize-subsequent-calls\",\n    \"accountIds\": [\n        \"5e8f84d0b35b753a0955b735\"\n    ]\n}"},{"id":"5d0de121-a6ee-4813-b7b2-a98eab3a4600","name":"200 - Error","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"password\": {\n        \"schemaType\": \"max-length-256\",\n        \"required\": true\n    },\n    \"username\": {\n        \"schemaType\": \"email, max-length-256\",\n        \"required\": true\n    },\n    \"acceptTerms\": {\n        \"schemaType\": \"boolean\",\n        \"required\": false\n    },\n    \"firstName\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"lastName\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/register"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":"10","body":"{\n    \"error\": \"That username is taken. Try another.\",\n    \"uid\": null\n}"},{"id":"5fe35cf1-ac01-4e9f-aace-909fbd275407","name":"400 - Validation Error","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"body.password\",\n            \"error\": \"Must be less than 256\"\n        },\n        {\n            \"path\": \"body.username\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.username\",\n            \"error\": \"Must be a valid Email\"\n        },\n        {\n            \"path\": \"body.username\",\n            \"error\": \"Must be less than 256\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"8d8dbcd8-bb9f-4e7f-aee7-e5fe330d5697","name":"429 - Rate-Limit","originalRequest":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"password\": {\n        \"schemaType\": \"max-length-256\",\n        \"required\": true\n    },\n    \"username\": {\n        \"schemaType\": \"email, max-length-256\",\n        \"required\": true\n    },\n    \"acceptTerms\": {\n        \"schemaType\": \"boolean\",\n        \"required\": false\n    },\n    \"firstName\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    },\n    \"lastName\": {\n        \"schemaType\": \"string\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/register"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 429,\n    \"message\": \"Max attempts exceeded\",\n    \"attemptLimit\": 3,\n    \"timeLimit\": 10000\n}"}],"_postman_id":"842f089f-1490-4eeb-86f9-91c08dfc8635"},{"name":"Set Dest","id":"646df4d7-1bd4-478f-84d1-b3595a089e33","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"token\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"dest\": {\n        \"schemaType\": \"object\",\n        \"dataType\": {\n            \"path\": {\n                \"schemaType\": \"string\",\n                \"required\": true\n            },\n            \"params\": {\n                \"schemaType\": \"object\",\n                \"required\": false\n            }\n        },\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/token/destination","description":"<h1>User Set Dest</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["user","token","destination"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"80f1eb9c-69d5-40b5-893f-3065f9dbe5e2","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"token\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"dest\": {\n        \"schemaType\": \"object\",\n        \"dataType\": {\n            \"path\": {\n                \"schemaType\": \"string\",\n                \"required\": true\n            },\n            \"params\": {\n                \"schemaType\": \"object\",\n                \"required\": false\n            }\n        },\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/token/destination"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true,\n    \"data\": {\n        \"accessCount\": 0,\n        \"expiration\": 1651603274701,\n        \"issuerId\": \"5b4d2d7810cb2772f24460c9\",\n        \"username\": \"john.doe@gmail.com\",\n        \"accountId\": \"5e8f84d0b35b753a0955b735\",\n        \"token\": \"...\",\n        \"destination\": {\n            \"path\": \"offering/:symbol\",\n            \"params\": {\n                \"symbol\": \"WIRETH\",\n                \"tab\": \"video\"\n            }\n        }\n    }\n}"},{"id":"25a55bf7-1880-4e05-a755-83e5be48d892","name":"200 - Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"token\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"dest\": {\n        \"schemaType\": \"object\",\n        \"dataType\": {\n            \"path\": {\n                \"schemaType\": \"string\",\n                \"required\": true\n            },\n            \"params\": {\n                \"schemaType\": \"object\",\n                \"required\": false\n            }\n        },\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/token/destination"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false\n}"},{"id":"0afb3eb5-30f7-44f5-b4ed-6a35e5f377c4","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/token/destination"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"body.token\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.token\",\n            \"error\": \"Must be a String\"\n        },\n        {\n            \"path\": \"body.dest\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.dest\",\n            \"error\": \"Must be a Object\"\n        },\n        {\n            \"path\": \"body.dest.path\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.dest.path\",\n            \"error\": \"Must be a String\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"c1aa6fef-c4a0-4742-837b-8270c39fa816","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"token\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"dest\": {\n        \"schemaType\": \"object\",\n        \"dataType\": {\n            \"path\": {\n                \"schemaType\": \"string\",\n                \"required\": true\n            },\n            \"params\": {\n                \"schemaType\": \"object\",\n                \"required\": false\n            }\n        },\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/token/destination"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"8757e0ef-ff7e-416e-acf6-33cf01a4713e","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"token\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"dest\": {\n        \"schemaType\": \"object\",\n        \"dataType\": {\n            \"path\": {\n                \"schemaType\": \"string\",\n                \"required\": true\n            },\n            \"params\": {\n                \"schemaType\": \"object\",\n                \"required\": false\n            }\n        },\n        \"required\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/token/destination"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"646df4d7-1bd4-478f-84d1-b3595a089e33"},{"name":"Set Expiration","id":"25331821-7260-4f12-abc0-05b8eb10c2ad","request":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"token\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"expiration\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/token/expiration","description":"<h1>User Set Expiration</h1><br />","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}},"urlObject":{"path":["user","token","expiration"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1316278f-daef-419c-b2bf-8aefc0536ada","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"token\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"expiration\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/token/expiration"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": true\n}"},{"id":"4b2007ba-e2cb-4c2b-b518-9d9980a00174","name":"200 - Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"token\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"expiration\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/token/expiration"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false\n}"},{"id":"6e2ccb11-252e-4b69-9c21-628184393d16","name":"400 - Validation Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/token/expiration"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"success\": false,\n    \"data\": [\n        {\n            \"path\": \"body.token\",\n            \"error\": \"Missing Required Field\"\n        },\n        {\n            \"path\": \"body.token\",\n            \"error\": \"Must be a String\"\n        }\n    ],\n    \"msg\": \"Invalid API Model\"\n}"},{"id":"22c2a706-7a00-4362-8ad0-7259abf178b6","name":"401 - Authentication Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"token\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"expiration\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/token/expiration"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 401,\n    \"message\": \"Authentication required\"\n}"},{"id":"b2aa126c-e889-47ba-b7a0-56eddc15d1e1","name":"403 - Authorization Error","originalRequest":{"method":"POST","header":[{"key":"Client-ID","value":"{{Client-ID}}"}],"body":{"mode":"raw","raw":"{\n    \"token\": {\n        \"schemaType\": \"string\",\n        \"required\": true\n    },\n    \"expiration\": {\n        \"schemaType\": \"number\",\n        \"required\": false\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/user/token/expiration"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Authorization","value":"Bearer [Token]"},{"key":"WB-Authorization","value":"Bearer [Token]"}],"cookie":[],"responseTime":"10","body":"{\n    \"code\": 403,\n    \"message\": \"Forbidden access\"\n}"}],"_postman_id":"25331821-7260-4f12-abc0-05b8eb10c2ad"}],"id":"32529605-664d-426e-92ef-b0c76399dcbd","_postman_id":"32529605-664d-426e-92ef-b0c76399dcbd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]},"isInherited":true,"source":{"_postman_id":"5072e931-d841-4801-b40b-26b0bec60f9e","id":"5072e931-d841-4801-b40b-26b0bec60f9e","name":"WealthBlock API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"Set via POST platform/auth"}]}},"variable":[{"key":"apiKey","type":"any"},{"key":"Client-ID","type":"any"},{"key":"api-token","value":"Set via POST platform/auth","type":"any"}]}