{"info":{"_postman_id":"61017fd6-2918-4d75-b5d2-b562e85ccfe9","name":"Securitize iD version2","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"16108118","collectionId":"61017fd6-2918-4d75-b5d2-b562e85ccfe9","publishedId":"2s93RL2cZs","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2024-03-08T18:16:17.000Z"},"item":[{"name":"Authorization and Configuration","item":[{"name":"Authorize","event":[{"listen":"test","script":{"id":"a9d42e5e-4d9a-4ecf-a4ca-c1c5af827bd4","exec":["pm.test(\"Status code\", () => {","  pm.expect(pm.response.code).to.be.oneOf([200, 401]);","});","pm.test(\"set investorId value\", function () {","    var jsonData = pm.response.json();","    if(jsonData.investorId){","        var SecuritizeinvestorID=jsonData.investorId;","        pm.environment.set(\"SecuritizeinvestorID\", SecuritizeinvestorID);","        var accessToken=jsonData.accessToken;","        pm.environment.set(\"accessToken\", accessToken);","        var refreshToken=jsonData.refreshToken;","        pm.environment.set(\"refreshToken\", refreshToken);","    }","});","",""],"type":"text/javascript"}}],"id":"c6a3eb01-1812-40f0-aebe-77c271c4be52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"clientid","value":"abc123","type":"text"},{"key":"Authorization","value":"Bearer xyz987","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"code\": \"qwe-123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect-gw.sandbox.securitize.io/api/auth/v1/authorize","urlObject":{"protocol":"https","path":["api","auth","v1","authorize"],"host":["connect-gw.sandbox.securitize.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6a3eb01-1812-40f0-aebe-77c271c4be52"},{"name":"Refresh token","event":[{"listen":"test","script":{"id":"93ca9616-cef5-4374-9919-f84d9c29cf54","exec":["pm.test(\"Status code\", () => {","  pm.expect(pm.response.code).to.be.oneOf([200, 401]);","});","pm.test(\"set investorId value\", function () {","    var jsonData = pm.response.json();","    if(jsonData.investorId){","        var SecuritizeinvestorID=jsonData.investorId;","        pm.environment.set(\"SecuritizeinvestorID\", SecuritizeinvestorID);","        var accessToken=jsonData.accessToken;","        pm.environment.set(\"accessToken\", accessToken);","        var refreshToken=jsonData.refreshToken;","        pm.environment.set(\"refreshToken\", refreshToken);","    }","});","",""],"type":"text/javascript"}}],"id":"14a8215a-f820-44ad-a508-ba65fdf37b10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"clientId","value":"abc123","type":"text"},{"key":"Authorization","value":"xyz987","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"refreshToken\": \"ey.abc123\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect-gw.sandbox.securitize.io/api/auth/v1/refresh","urlObject":{"protocol":"https","path":["api","auth","v1","refresh"],"host":["connect-gw.sandbox.securitize.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"14a8215a-f820-44ad-a508-ba65fdf37b10"},{"name":"Get Configuration","id":"dd90a3e4-59e2-40be-b092-4bee37bfd7a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"xyz987","type":"text"}],"url":"https://connect-gw.sandbox.securitize.io/api/config/v1/abc123","description":"<p>This endpoint makes an HTTP GET request to retrieve configuration details for a specific domain. The request should be made to the specified URL with the domain ID included in the path.</p>\n<p>The response to this request will include the application icon, application name, and a list of redirect URLs associated with the domain.</p>\n<h3 id=\"response\">Response</h3>\n<ul>\n<li><p><code>appIcon</code> (string): The URL for the application icon.</p>\n</li>\n<li><p><code>appName</code> (string): The name of the application.</p>\n</li>\n<li><p><code>redirectUrls</code> (array of strings): A list of redirect URLs associated with the domain.</p>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"appIcon\": \"https://s3.us-east-2.amazonaws.com/sandbox-public-files/perm/8a905cfd-9f3b-4d10-9b72-a17fc9b0f80b/94c1ddee-d079-4600-81db-62f47f7f82ee-token-icon\",\n    \"appName\": \"Tulip Swap\",\n    \"redirectUrls\": [\n        \"https://defi.hoolynk.com/*\",\n        \"https://defi.securitize.io/*\",\n        \"https://defi.ngrok.io/*\",\n        \"https://1018-81-41-131-124.ngrok.io\",\n        \"https://soccerplays.invest.sandbox.securitize.io/*\"\n    ]\n}\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"appIcon\": \"TheIcon\",\n    \"appName\": \"Soccer Plays!\",\n    \"redirectUrls\": [\n        \"https://soccerplays.invest.sandbox.securitize.io/*\",\n        \"https://webhook.site/*\"\n    ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["api","config","v1","abc123"],"host":["connect-gw.sandbox.securitize.io"],"query":[],"variable":[]}},"response":[{"id":"74574443-d361-4db4-9199-92cbfcf998eb","name":"Get Configuration","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"xyz987","type":"text"}],"url":"https://connect-gw.sandbox.securitize.io/api/config/v1/abc123"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 May 2022 17:03:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"vary","value":"origin"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"X-Request-Id","value":"6e2011a0-10af-4d7e-a515-fc5698de0a79"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"appIcon\": \"https://s3.us-east-2.amazonaws.com/sandbox-public-files/perm/8a905cfd-9f3b-4d10-9b72-a17fc9b0f80b/94c1ddee-d079-4600-81db-62f47f7f82ee-token-icon\",\n    \"appName\": \"Tulip Swap\",\n    \"redirectUrls\": [\n        \"https://defi.hoolynk.com/*\",\n        \"https://defi.securitize.io/*\",\n        \"https://defi.ngrok.io/*\",\n        \"https://1018-81-41-131-124.ngrok.io\",\n        \"https://soccerplays.invest.sandbox.securitize.io/*\"\n    ]\n}"},{"id":"411303f2-4fb3-4568-969f-ca67d8069b90","name":"Get Configuration - 200","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"xyz987","type":"text"}],"url":"https://connect-gw.sandbox.securitize.io/api/config/v1/abc123"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Jun 2022 14:32:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"142"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"vary","value":"origin"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"accept-ranges","value":"bytes"},{"key":"X-Request-Id","value":"7d094bcc-155c-4b6b-82d4-7341a2fe03b6"}],"cookie":[],"responseTime":null,"body":"{\n    \"appIcon\": \"TheIcon\",\n    \"appName\": \"Soccer Plays!\",\n    \"redirectUrls\": [\n        \"https://soccerplays.invest.sandbox.securitize.io/*\",\n        \"https://webhook.site/*\"\n    ]\n}"},{"id":"e45c2a3d-0d5d-4fb2-bdef-be54d4e9277a","name":"Get Configuration - 401","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"xyz987","type":"text"}],"url":"https://connect-gw.sandbox.securitize.io/api/config/v1/abc123"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Jun 2022 14:33:05 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"vary","value":"origin"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"X-Request-Id","value":"de79d28d-a40d-482c-b94b-8047623186d9"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"error\": \"Unauthorized\",\n    \"message\": \"Missing or incorrect api key!\"\n}"}],"_postman_id":"dd90a3e4-59e2-40be-b092-4bee37bfd7a4"},{"name":"Update Configuration","id":"a3ddd84f-70fd-4689-99fd-1a063c070f63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Authorization","value":"xyz987"}],"body":{"mode":"raw","raw":"{\n    \"appIcon\": \"https://s3.us-east-2.amazonaws.com/sandbox-public-files/perm/a40e759d-f208-40b1-9d71-a54f0bc9e523/general-images-logo-full-name?random=1711548252107\",\n    \"appName\": \"Soccer Plays\",\n    \"redirectUrls\": [\n        \"https://soccerplaysevm.invest.sandbox.securitize.io/*\",\n        \"https://id.sandbox.securitize.io/*\",\n        \"https://webhook.site/*\",\n        \"http://localhost:3000/*\",\n        \"https://securitize-login.vercel.app/*\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"connect-gw.sandbox.securitize.ioconfig/v1/abc123","urlObject":{"path":["v1","abc123"],"host":["connect-gw.sandbox.securitize.ioconfig"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3ddd84f-70fd-4689-99fd-1a063c070f63"}],"id":"4ae7a936-624d-412c-8868-310d82882200","description":"<p>In order to be able to access Securitize APIs, a set of information and variables have to be shared between Securitize and the Parner, which are summarized in the following table:</p>\n<table><tbody><tr><td><b>Variable</b><br /></td><td><b>Value</b><br /></td><td><b>Comment</b><br /></td></tr><tr><td><p><b>baseUrl</b></p><p><br />(SecuritizeID)<br /></p></td><td><ul><li><p><a href=\"https://id.securitize.io/\">https://id.securitize.io/</a><br />(Production)<br /></p></li><li><p><a href=\"https://id.sandbox.securitize.io/\">https://id.sandbox.securitize.io/</a><br />(Sandbox)<br /></p></li></ul></td><td>Take into account, that depending on the environment (Production and Sandbox), <i><b>issuerID</b></i> and secret will be different, and the <i><b>redirecturl</b></i> will have to be configured in SecID for both environments<br /></td></tr><tr><td><p><b>API_BASE_URL</b></p><p><br />(API Gateway)<br /></p></td><td><ul><li><p><a href=\"https://connect-gw.sandbox.securitize.io/api/\">https://connect-gw.securitize.io/api/</a><br />(Production)</p></li><li><p><a href=\"https://connect-gw.sandbox.securitize.io/\">https://connect-gw.sandbox.securitize.io/</a><br />(Sandbox)<br /></p></li></ul></td></tr><tr><td><b>issuerID</b><br /></td><td>String, like this: \"b462d564-7562-4528-a207-86fcdfc1c6d5\"<br /></td><td>Provided by Securitize<br /></td></tr><tr><td><b>secret</b><br /></td><td>String, like this: \"95cacd3d-fbcf-487c-b8f0-60f986ea8968”<br /></td><td>Provided by Securitize<br /></td></tr><tr><td><b>redirecturl</b><br /></td><td>\"https://{partnerSite}\"<br /></td><td>Provided by Partner<br /></td></tr></tbody></table>\n\n<h2 id=\"securitize-id-flow\">Securitize ID Flow</h2>\n<p>In order to access Securitize ID APIs a simple OAuth process takes place, as shown in the figure below:</p>\n<p><img src=\"https://lh4.googleusercontent.com/nPhioZ3qtjuDXiqwltTKOhCf099mcLoQb6DG0D2cRYc4QsNW0kBUTN06ohuhEaiqmW9BQSO--iwwP_o-FQBtSBJyKlc2dl3nXvjCgq8yVuuMqPsU-UF41ygZxQM4IOmHR6q86a0d\" alt /></p>\n<ol>\n<li>The user accesses the partner's site, and clicks on “Login with Securitize” button</li>\n<li>The user gets redirected to Securitize-iD’s site, and the redirection URL contains the following information: <em><strong>issuerId</strong></em>, <em><strong>scope</strong></em> of access (info, details, …) and the <em><strong>URL</strong></em> the user will be re-directed once he has finished signing in (or up).</li>\n</ol>\n","_postman_id":"4ae7a936-624d-412c-8868-310d82882200"},{"name":"Investor Information","item":[{"name":"Get investor Information","id":"94643635-9d4a-4d9b-8ed7-bee81ec0b327","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"securitize","type":"text"},{"key":"access-token","value":"ey.abc123","type":"text"}],"url":"https://connect-gw.sandbox.securitize.io/api/sid/v1/investor","urlObject":{"protocol":"https","path":["api","sid","v1","investor"],"host":["connect-gw.sandbox.securitize.io"],"query":[],"variable":[]}},"response":[{"id":"13b89431-b7a9-4aea-bf5a-cbc279e59d26","name":"Get investor","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"NULL","type":"text"},{"key":"access-token","value":"ey.abc123","type":"text"}],"url":"https://connect-gw.sandbox.securitize.io/api/sid/v1/investor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 May 2022 14:02:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"vary","value":"origin"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"X-Request-Id","value":"7ed05665-e006-487e-841f-a74e58800940"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"accreditationStatus\": \"none\",\n    \"suitabilityStatus\": \"processing\",\n    \"investorId\": \"626b881ce1358f001420e238\",\n    \"createDate\": \"2022-04-29T06:39:24.645Z\",\n    \"fullName\": \"Michael Taylor\",\n    \"tfaEnabled\": false,\n    \"language\": \"EN\",\n    \"email\": \"miguel+web3+demo@securitize.io\",\n    \"verificationStatus\": \"verified\",\n    \"details\": {\n        \"firstName\": \"Michael\",\n        \"lastName\": \"Taylor\",\n        \"investorType\": \"individual\",\n        \"tax\": [],\n        \"address\": {\n            \"countryCode\": \"US\",\n            \"houseNumber\": \"\",\n            \"state\": \"AR\",\n            \"street\": \" \"\n        }\n    },\n    \"accountStatus\": \"none\",\n    \"domainInvestorDetails\": {\n        \"taxInfo\": [\n            {\n                \"taxId\": null,\n                \"taxCountryCode\": null\n            }\n        ],\n        \"isUsaTaxResident\": false,\n        \"qualification\": null,\n        \"investorFullName\": \"Michael Taylor\",\n        \"verificationStatus\": \"verified\",\n        \"externalId\": \"7786124891\",\n        \"isAccredited\": false,\n        \"entityName\": null\n    }\n}"}],"_postman_id":"94643635-9d4a-4d9b-8ed7-bee81ec0b327"},{"name":"Get investor wallets","id":"b415a3e0-8ffe-46e5-a0fd-4aa04247797d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"securitize","type":"text"},{"key":"access-token","value":"ey.abc123","type":"text"}],"url":"https://connect-gw.sandbox.securitize.io/api/sid/v1/investor/domain/wallets","urlObject":{"protocol":"https","path":["api","sid","v1","investor","domain","wallets"],"host":["connect-gw.sandbox.securitize.io"],"query":[],"variable":[]}},"response":[{"id":"2e0c0c11-d01a-4a84-ab61-0dae8126bf88","name":"Get investor wallets","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"NULL","type":"text"},{"key":"access-token","value":"ey.abc123","type":"text"}],"url":"https://connect-gw.sandbox.securitize.io/api/sid/v1/investor/domain/wallets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 May 2022 14:08:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"vary","value":"origin"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"X-Request-Id","value":"69ee26b5-dc4a-48b8-8306-39dd6df657b4"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"securitizeIdWalletId\": \"626fc3ad73a5dd00142bea09\",\n        \"walletType\": \"other\",\n        \"walletName\": \"Token Wallet\",\n        \"walletAddress\": \"0x51d9f3c181aa4ed6114fb97bd08f1fba05088283\",\n        \"blockchain\": \"ethereum\",\n        \"walletUrl\": \"https://rinkeby.etherscan.io/address/0x51d9f3c181aa4ed6114fb97bd08f1fba05088283\",\n        \"tokens\": [\n            {\n                \"tokenName\": \"TULIP\",\n                \"tokenId\": \"6b99b832-ff97-4d32-87a4-8f13a92aea06\",\n                \"status\": \"not-authorised\"\n            },\n            {\n                \"tokenName\": \"ALMU\",\n                \"tokenId\": \"c3425215-525b-4b83-b1fa-f4f7edd8df9e\",\n                \"status\": \"not-authorised\"\n            }\n        ]\n    }\n]"}],"_postman_id":"b415a3e0-8ffe-46e5-a0fd-4aa04247797d"},{"name":"Add investor wallet","id":"0c0d7cf7-34a4-43e1-a714-ebdfeffbabdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"securitize","type":"text"},{"key":"access-token","value":"ey.abc123","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tokenId\": \"{{tokenId}}\",\n    \"walletName\": \"wallet added via postman Fri Apr 03 2026 17:39:22 GMT+0000 (Coordinated Universal Time)\",\n    \"address\": \"0x1f9090aae28b8a3dceadf281b0f12828e676c326\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect-gw.sandbox.securitize.io/api/sid/v1/investor/domain/wallets","urlObject":{"protocol":"https","path":["api","sid","v1","investor","domain","wallets"],"host":["connect-gw.sandbox.securitize.io"],"query":[],"variable":[]}},"response":[{"id":"1aefb26b-302b-487a-857b-e700bf198072","name":"Add investor wallet - 200","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"securitize","type":"text"},{"key":"access-token","value":"ey.abc123","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tokenId\": \"{{tokenId}}\",\n    \"walletName\": \"wallet added via postman Sat Apr 04 2026 04:30:50 GMT+0000 (Coordinated Universal Time)\",\n    \"address\": \"0x1f9090aae28b8a3dceadf281b0f12828e676c326\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect-gw.sandbox.securitize.io/api/sid/v1/investor/domain/wallets"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 22 Aug 2023 19:13:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"vary","value":"origin"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"X-Request-Id","value":"2fe9d393-4a59-4b8d-8368-3bd08e62d0bb"}],"cookie":[],"responseTime":null,"body":null},{"id":"750050f4-603b-4ac0-9739-0731c67a5fa8","name":"Add investor wallet","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"securitize","type":"text"},{"key":"access-token","value":"ey.abc123","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tokenId\": \"{{tokenId}}\",\n    \"walletName\": \"wallet added via postman Sat Apr 04 2026 08:46:47 GMT+0000 (Coordinated Universal Time)\",\n    \"address\": \"0x1f9090aae28b8a3dceadf281b0f12828e676c326\"\n}","options":{"raw":{"language":"json"}}},"url":"https://connect-gw.sandbox.securitize.io/api/sid/v1/investor/domain/wallets"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Aug 2023 19:13:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"84"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"vary","value":"origin"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"X-Request-Id","value":"b7db7db2-f53a-4d9b-aa05-9698d1c52b13"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"error\": \"Bad Request\",\n    \"message\": \"Response Error: 400 Bad Request\"\n}"}],"_postman_id":"0c0d7cf7-34a4-43e1-a714-ebdfeffbabdc"}],"id":"394ee752-b37a-49dd-b0fb-5d615b7b2dfc","_postman_id":"394ee752-b37a-49dd-b0fb-5d615b7b2dfc","description":""},{"name":"Investor Details","item":[{"name":"Get investor Legal Signer document","id":"b628948e-295b-4684-8dd1-e10bc8e3e1a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"xyz987","type":"text"},{"key":"access-token","value":"ey.abc123","type":"text"}],"url":"https://connect-gw.sandbox.securitize.io/api/sid/v1/investor/signers/62680157af62850012bbd683/documents/62680157af62850012bbd685/view","urlObject":{"protocol":"https","path":["api","sid","v1","investor","signers","62680157af62850012bbd683","documents","62680157af62850012bbd685","view"],"host":["connect-gw.sandbox.securitize.io"],"query":[],"variable":[]}},"response":[],"_postman_id":"b628948e-295b-4684-8dd1-e10bc8e3e1a0"}],"id":"8a60c0ce-5c1c-478f-8858-093c1790b7df","_postman_id":"8a60c0ce-5c1c-478f-8858-093c1790b7df","description":""},{"name":"Investor Verification","item":[{"name":"Get investor verification","id":"93f81ab9-5f60-4135-b1d4-b12b7b4f7896","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"securitize","type":"text"},{"key":"access-token","value":"ey.abc123","type":"text"}],"url":"https://connect-gw.sandbox.securitize.io/api/sid/v1/investor/verification","urlObject":{"protocol":"https","path":["api","sid","v1","investor","verification"],"host":["connect-gw.sandbox.securitize.io"],"query":[],"variable":[]}},"response":[{"id":"5af8f374-28ce-4cc7-b3b9-35254a724100","name":"Get investor verification","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"NULL","type":"text"},{"key":"access-token","value":"ey.abc123","type":"text"}],"url":"https://connect-gw.sandbox.securitize.io/api/sid/v1/investor/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 May 2022 14:07:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"169"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"vary","value":"origin"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"accept-ranges","value":"bytes"},{"key":"X-Request-Id","value":"b306ed83-ac56-4f1f-95be-1f0167c30e3b"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"verified\",\n    \"investorId\": \"626b881ce1358f001420e238\",\n    \"createDate\": \"2022-04-29T06:40:30.319Z\",\n    \"updateDate\": \"2022-04-29T06:40:30.319Z\",\n    \"errors\": [],\n    \"isManual\": true\n}"}],"_postman_id":"93f81ab9-5f60-4135-b1d4-b12b7b4f7896"},{"name":"Get investor verification V2","id":"6bd29999-fa7b-4deb-9ef8-a3943dd484c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"securitize","type":"text"},{"key":"access-token","value":"ey.abc123","type":"text"}],"url":"https://connect-gw.sandbox.securitize.io/api/sid/v2/investor/verification","urlObject":{"protocol":"https","path":["api","sid","v2","investor","verification"],"host":["connect-gw.sandbox.securitize.io"],"query":[],"variable":[]}},"response":[{"id":"a7a3c903-0563-43f6-b72b-6c62704ad519","name":"Get investor verification","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"NULL","type":"text"},{"key":"access-token","value":"ey.abc123","type":"text"}],"url":"https://connect-gw.sandbox.securitize.io/api/sid/v1/investor/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 May 2022 14:07:56 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"169"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"vary","value":"origin"},{"key":"access-control-allow-credentials","value":"true"},{"key":"access-control-expose-headers","value":"WWW-Authenticate,Server-Authorization"},{"key":"cache-control","value":"no-cache"},{"key":"accept-ranges","value":"bytes"},{"key":"X-Request-Id","value":"b306ed83-ac56-4f1f-95be-1f0167c30e3b"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"verified\",\n    \"investorId\": \"626b881ce1358f001420e238\",\n    \"createDate\": \"2022-04-29T06:40:30.319Z\",\n    \"updateDate\": \"2022-04-29T06:40:30.319Z\",\n    \"errors\": [],\n    \"isManual\": true\n}"}],"_postman_id":"6bd29999-fa7b-4deb-9ef8-a3943dd484c3"}],"id":"7c84cb74-3767-4135-b8f7-3b22bca93a17","_postman_id":"7c84cb74-3767-4135-b8f7-3b22bca93a17","description":""},{"name":"Registering a Wallet into the BlockChain","item":[{"name":"Request User Attestation","id":"72981d6f-d5d6-46f1-8acb-a5e3c0d2192b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"access-token","value":"ey.abc123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://connect-gw.sandbox.securitize.io/api/bc/v1/partners/abc123/attestation","urlObject":{"protocol":"https","path":["api","bc","v1","partners","abc123","attestation"],"host":["connect-gw.sandbox.securitize.io"],"query":[],"variable":[]}},"response":[{"id":"a42a5a05-70f6-4dde-9f49-60d110d2ba7b","name":"Attestation ERROR (500) Partner ID not found","originalRequest":{"method":"GET","header":[{"key":"access-token","value":"ey.abc123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://connect-gw.sandbox.securitize.io/api/bc/v1/partners/abc123/attestation"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 May 2022 16:51:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"139"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"8b-Eu4ksTv7df7c+P3OBROtm+CjNZA\""},{"key":"X-Request-Id","value":"dd73e975-917e-4452-8d7d-0cec85a0d60b"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 500,\n    \"error\": \"PARTNER ID WAS NOT FOUND\",\n    \"traceId\": \"7d112ae0-a12f-4491-b9be-a52481e4eef1\",\n    \"message\": \"Partner Id was not found\"\n}"},{"id":"17b7053e-7b83-4cdd-8944-37a2995cd475","name":"Request User Attestation","originalRequest":{"method":"GET","header":[{"key":"access-token","value":"ey.abc123","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://connect-gw.sandbox.securitize.io/api/bc/v1/partners/abc123/attestation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 May 2022 16:58:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"19"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"13-QgVYTcSUXjSqtOINzyvqycz8PDU\""},{"key":"X-Request-Id","value":"50b067ab-ef74-48c8-9496-753eca2bd6c6"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"passed\"\n}"}],"_postman_id":"72981d6f-d5d6-46f1-8acb-a5e3c0d2192b"},{"name":"Get Transaction","id":"bdf2df4f-8d82-4ffa-86a1-77466527f3f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Transfer-Encoding","value":"application/json","type":"text"},{"key":"access-token","value":"ey.abc123","type":"text"}],"url":"https://connect-gw.sandbox.securitize.io/api/bc/v1/partners/abc123/wallets/{{wallet}}/whitelist","urlObject":{"protocol":"https","path":["api","bc","v1","partners","abc123","wallets","{{wallet}}","whitelist"],"host":["connect-gw.sandbox.securitize.io"],"query":[],"variable":[]}},"response":[{"id":"488ce0bd-9f0d-4a0f-8d37-1e1048a9444d","name":"get Transaction","originalRequest":{"method":"GET","header":[{"key":"Content-Transfer-Encoding","value":"application/json","type":"text"},{"key":"access-token","value":"ey.abc123","type":"text"},{"key":"securitizeId","value":"ey.abc123","type":"text"}],"url":"https://connect-gw.sandbox.securitize.io/api/bc/v1/partners/abc123/wallets/{{wallet}}/whitelist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 May 2022 16:30:02 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"access-control-allow-origin","value":"*"},{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"2b6-lx+mLrLeond8LCg3UKA0UERRy0U\""},{"key":"X-Request-Id","value":"22872284-65a8-4944-baeb-abe5fdc71c8b"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"preparedTransaction\": \"0xf9014a80843b9aca00835b8d8094b8d7d897bdce6f6454b54e808461b337058cdb0b80b901246e5832f2000000000000000000000000000000000000000000000000000000000000001c193c5fc767aaae61110b5ab440ee6c268e2f68a12109e9e3ebf3f7145af5de4a1f808b6ea34b1a8e3d3095548e75dae46157f1b7ce425b313e580258ad2565a200000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000005b8d8000000000000000000000000000000000000000000000000000000000000000440a2a9a01000000000000000000000000bf244e70c66b0a70d071cd0374e6b14397f0f55c0000000000000000000000000000000000000000000000000000000000a21c6b00000000000000000000000000000000000000000000000000000000808080\"\n}"}],"_postman_id":"bdf2df4f-8d82-4ffa-86a1-77466527f3f8"}],"id":"75d7edeb-47aa-4322-996b-6043b970aa42","_postman_id":"75d7edeb-47aa-4322-996b-6043b970aa42","description":""}],"event":[{"listen":"prerequest","script":{"id":"6e206eae-87a7-4d26-aba7-9b07806ac453","type":"text/javascript","exec":["pm.request.headers.add(`foo: Bearer 123`)",""]}},{"listen":"test","script":{"id":"6f69dfe0-4a2f-4c37-b8f2-05309f431b0b","type":"text/javascript","exec":[""]}}],"variable":[{"key":"connectGateway","value":"connect-gw.sandbox.securitize.io"},{"key":"domainId","value":"abc123","type":"string"},{"key":"secret","value":"xyz987","type":"string"},{"key":"code","value":"qwe-123","type":"string"},{"key":"externalId","value":"123456789","type":"string"},{"key":"accessToken","value":"ey.abc123"},{"key":"refreshToken","value":"ey.abc123","type":"string"}]}