{"info":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","description":"<html><head></head><body><p>CrowdEngine's CRUD API is a type of API that allows you to securely CREATE, READ, UPDATE, and DELETE your investment platform's data in the database.</p>\n<p>CrowdEngine's API operations represent the most common operations that are performed on data in a system. With CrowdEngine's API, you can perform these operations through HTTP requests.</p>\n<p>Here are some things you can accomplish using CrowdEngines's API:</p>\n<ul>\n<li>Create new data: You can use a POST request to create new data in a system. For example, you might use a POST request to create a new investor profile.</li>\n<li>Retrieve existing data: You can use a GET request to retrieve data from a system. For example, you might use a GET request to retrieve a list of all the investments on a specific offering.</li>\n<li>Update existing data: You can use a PUT request to update data in a system. For example, you might use a PUT request to update AML information.</li>\n<li>Delete existing data: You can use a DELETE request to delete data from a system. For example, you might use a DELETE request to delete a test investment on an offering.</li>\n<li>You could use CrowdEngine's API to sync customer data between a customer relationship management (CRM) system and your investment platform. Whenever an investor creates an account or makes an investment on your investment platform, a POST request could be sent to the CRUD API to create or update the corresponding investor's record in the CRM system.</li>\n<li>You could use CrowdEngine's API to build triggers that automate certain actions based on changes to the data in a system. For example, you could set up a trigger that sends an email notification whenever a new customer record is created in a CRM system, or that updates an accounting management system whenever an investment is completed on your investment platform.</li>\n</ul>\n<p>Overall, CrowdEngine's API provides a flexible and powerful way to manage data and automate processes across different systems, making it a valuable tool for developers and businesses alike.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"26379507","collectionId":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","publishedId":"2s93eSYaVm","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"2b3344","highlight":"2475be"},"publishDate":"2023-09-08T03:46:35.000Z"},"item":[{"name":"Getting Started","item":[{"name":"Expected Responses","item":[],"id":"3487d276-7a7f-4bdd-893a-bfdfb59b7ffb","description":"<p>200 - Everything OK</p>\n<p>401 - Authentication failed</p>\n<p>404 - Not found</p>\n<p>500 - Server error</p>\n","_postman_id":"3487d276-7a7f-4bdd-893a-bfdfb59b7ffb","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}}],"id":"c5a28c45-f980-4d29-b119-cbb6a0c1cb88","description":"<p>CrowdEngine makes setting up your API connection simple.</p>\n<ol>\n<li>Login into your investment platform as an admin</li>\n<li>Type the follow URL into your browser checkout.new.crowdengine.com/admin/api_credentials</li>\n<li>Click Reset Credentials</li>\n<li>Retrieve your platform credentials and use those in the system that you are looking to connect to</li>\n</ol>\n<p>For example, to test the CRUD API, create a Postman fork and environment.</p>\n<ul>\n<li>Scroll up to the top of this document and click on <strong>Run in Postman</strong> on the top right side</li>\n<li>Click Postman for Web<ul>\n<li>If you have a Postman account<ul>\n<li>Sign In</li>\n</ul>\n</li>\n<li>If you do not have a Postman account<ul>\n<li>click \"Creat Account\"</li>\n<li>Walk through prompts of creating an account</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>Select \"My Workspace\"</li>\n<li>Click the \"Import\" button</li>\n<li>Click Environments in the left menu</li>\n<li>Select the + icon</li>\n<li>Name your environment</li>\n<li>Create variables<ul>\n<li>platform_domain</li>\n<li>user_name</li>\n<li>password</li>\n</ul>\n</li>\n<li>Set your domain by copying your investment portal's URL minus the https:// into the initial value on the same row as platform_domain<br />  Example: invest.fakedomain.com</li>\n<li>Repeat with the credentials you retrieved from {{platform_domian}}/admin/api_credentials</li>\n</ul>\n<img src=\"https://content.pstmn.io/ccffcd3d-d242-43d8-88bb-142575ef1db6/U2NyZWVuc2hvdCAyMDIzLTA0LTA2IGF0IDIuNDcuMjcgUE0ucG5n\" />\n\n<p>By selecting your environment on these documents you should be able to have the credentials and header URL prefilled. You will still need to retrieve data specific to your portal to run many of the tests. You will find how to retrieve that data in each section of this document.</p>\n<p>Your CrowdEngine API is now connected, Congratulations.</p>\n","event":[{"listen":"prerequest","script":{"id":"4f92f8ed-22e9-4bff-8d38-8bf66d32646e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"38e5ea2a-29b3-40c0-b703-e234786139b8","type":"text/javascript","exec":[""]}}],"_postman_id":"c5a28c45-f980-4d29-b119-cbb6a0c1cb88","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}},{"name":"Users","item":[{"name":"createUser","event":[{"listen":"prerequest","script":{"id":"066dc9ea-1f67-45b9-8094-3df915b40377","exec":[""],"type":"text/javascript"}}],"id":"1b673ffc-e51d-43ec-9617-4088096ced03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"email\": \"postman_test@mail.com\",\n        \"password\": \"nkjh#2651\",\n        \"agreed_to_site_terms\": \"TRUE\",\n        \"first_name\": \"Test\",\n        \"last_name\": \"CRUD\",\n        \"country\": \"United States\"\n}","options":{"raw":{"language":"json"}}},"url":"https://checkout.new.crowdengine.com/api/v2/users","description":"<p>The POST v2/users request is used to create a new user in your platform's database</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td>YES</td>\n<td>From user</td>\n</tr>\n<tr>\n<td>password</td>\n<td>YES</td>\n<td>From user</td>\n</tr>\n<tr>\n<td>agreed_to_site_terms</td>\n<td>YES</td>\n<td>Always \"TRUE\" Make sure when the user is signing up in your app that they agree to your site terms</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>YES</td>\n<td>From user</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>YES</td>\n<td>From user</td>\n</tr>\n<tr>\n<td>country</td>\n<td>YES</td>\n<td>From user spelled out  <br />\"United States\", \"Mexico\", etc...</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","users"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[]}},"response":[{"id":"35a8c563-5b5b-4226-ad01-4a8fe261ae30","name":"createUser Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"email\": \"postman_test@mail.com\",\n        \"password\": \"nkjh#2651\",\n        \"agreed_to_site_terms\": \"TRUE\",\n        \"first_name\": \"Test\",\n        \"last_name\": \"CRUD\",\n        \"country\": \"United States\"\n}","options":{"raw":{"language":"json"}}},"url":"https://checkout.new.crowdengine.com/api/v2/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Fri, 28 Apr 2023 18:22:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"a1786f2daae8ab90328d3bc5b486a550\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"45cb8011-400e-4e43-acdc-8dba0932132b"},{"key":"X-Runtime","value":"0.687437"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 426431,\n        \"email\": \"postman_test@mail.com\",\n        \"first_name\": \"Test\",\n        \"last_name\": \"CRUD\",\n        \"last_login_date\": null,\n        \"sign_up_date\": \"2023-04-28T12:22:51-0600\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"1b673ffc-e51d-43ec-9617-4088096ced03"},{"name":"getUsers","id":"08f11292-5d83-40da-8d5e-cfa092cd50ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://checkout.new.crowdengine.com/api/v2/users","description":"<p>The GET /users request will retrieve data for all users in your platform. This will not include data for the related profiles, projects, or investments. For security purposes, passwords are not retrievable.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","users"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[]}},"response":[{"id":"1b54efdb-e361-4a2e-9909-574b5f9d1f48","name":"getUsers","originalRequest":{"method":"GET","header":[],"url":"https://checkout.new.crowdengine.com/api/v2/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Mon, 03 Jul 2023 16:08:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"24844549d1dfaf2b8876a93bcfc76010\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"2fbdf343-cb93-42e3-98e5-6c70debf602b"},{"key":"X-Runtime","value":"0.110280"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 17681,\n            \"email\": \"61000@mail.com\",\n            \"first_name\": \"John\",\n            \"last_name\": \"Smith\",\n            \"last_login_date\": \"2023-04-06T10:00:27-0600\",\n            \"sign_up_date\": \"2023-04-06T10:00:27-0600\"\n        },\n        {\n            \"id\": 17688,\n            \"email\": \"211052g@mail.com\",\n            \"first_name\": \"Test\",\n            \"last_name\": \"CRUD\",\n            \"last_login_date\": null,\n            \"sign_up_date\": \"2023-04-06T15:45:20-0600\"\n        },\n        {\n            \"id\": 19396,\n            \"email\": \"postman_test@mail.com\",\n            \"first_name\": \"Test\",\n            \"last_name\": \"CRUD\",\n            \"last_login_date\": null,\n            \"sign_up_date\": \"2023-05-11T14:48:24-0600\"\n        },\n        {\n            \"id\": 19398,\n            \"email\": \"postman_test2@mail.com\",\n            \"first_name\": \"Test\",\n            \"last_name\": \"CRUD\",\n            \"last_login_date\": null,\n            \"sign_up_date\": \"2023-05-11T15:09:30-0600\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"total_entries\": 4,\n        \"total_pages\": 1\n    }\n}"}],"_postman_id":"08f11292-5d83-40da-8d5e-cfa092cd50ce"},{"name":"getUser","id":"ab14e7c6-4363-475a-8541-ecb613ed7bcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://checkout.new.crowdengine.com/api/v2/users/:user_id","description":"<p>The GET /users/:id request is used to retrieve user data for a specific user.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required Path</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>user_id</td>\n<td><a href=\"https://www.postman.com/crowdengine/workspace/team-workspace/documentation/26379507-25cbd437-a1eb-4c79-82c8-f2f5bb8c7796?entity=request-26379507-08f11292-5d83-40da-8d5e-cfa092cd50ce&amp;branch=&amp;version=\">GET /users</a>  <br />  <br /><a href=\"https://www.postman.com/crowdengine/workspace/team-workspace/documentation/26379507-25cbd437-a1eb-4c79-82c8-f2f5bb8c7796?entity=request-26379507-1b673ffc-e51d-43ec-9617-4088096ced03&amp;branch=&amp;version=\">POST v2/users</a>  <br />  <br />checkout.new.crowdengine.com/admin/users  <br />(click on show and retrieve the id from the url)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","users",":user_id"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[{"type":"any","value":"17681","key":"user_id"}]}},"response":[{"id":"49b8506c-bfaa-4166-aa5e-504a1c3e582a","name":"getUser","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://checkout.new.crowdengine.com/api/v2/users/:user_id","protocol":"https","host":["checkout.new.crowdengine.com"],"path":["api","v2","users",":user_id"],"variable":[{"key":"user_id","value":"17681"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Mon, 03 Jul 2023 16:09:01 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"ece446087eb170d5b75736ce509291e0\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"ad71b3c5-630d-4356-96c5-4afa5975d9e3"},{"key":"X-Runtime","value":"0.074163"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 17681,\n        \"email\": \"61000@mail.com\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Smith\",\n        \"last_login_date\": \"2023-04-06T10:00:27-0600\",\n        \"sign_up_date\": \"2023-04-06T10:00:27-0600\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"ab14e7c6-4363-475a-8541-ecb613ed7bcd"},{"name":"updateUser","event":[{"listen":"prerequest","script":{"id":"066dc9ea-1f67-45b9-8094-3df915b40377","exec":[""],"type":"text/javascript"}}],"id":"bda71434-422f-45ab-b3df-d362027c094d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n        \"new_email\": \"211052h@mail.com\",\n        \"password\": \"nkjh#26e$\",\n        \"first_name\": \"Joan\",\n        \"last_name\": \"Smooth\"\n}","options":{"raw":{"language":"json"}}},"url":"https://checkout.new.crowdengine.com/api/v2/users/:user_id","description":"<p>The PUT v2/users/:id request is used to update data on a specific user</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required Path</strong></th>\n<th><strong>AKA</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>user_id</td>\n<td>GET /users  <br />  <br />POST v2/users  <br />  <br />checkout.new.crowdengine.com.com/admin/users (click on show and retrieve the id from the url)</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Updatable Params</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>new_email</td>\n<td>Still in Development</td>\n</tr>\n<tr>\n<td>password</td>\n<td></td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>Updates linked to individual profile</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>Updates linked to individual profile</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","users",":user_id"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[{"type":"any","value":"387179","key":"user_id"}]}},"response":[{"id":"ae09f361-3758-4a2d-9a0b-9891db599a2c","name":"updateUser Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n        \"new_email\": \"211052h@mail.com\",\n        \"password\": \"nkjh#26e$\",\n        \"first_name\": \"Joan\",\n        \"last_name\": \"Smooth\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://checkout.new.crowdengine.com/api/v2/users/:id","protocol":"https","host":["checkout.new.crowdengine.com"],"path":["api","v2","users",":id"],"variable":[{"key":"id","value":"426431"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Fri, 28 Apr 2023 18:29:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"a539fa804e44c7003b7c8880627e3c04\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"ab15d693-a045-4978-8d50-cd0d89997cc3"},{"key":"X-Runtime","value":"0.126625"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 426431,\n        \"email\": \"211052h@mail.com\",\n        \"first_name\": \"Joan\",\n        \"last_name\": \"Smooth\",\n        \"last_login_date\": null,\n        \"sign_up_date\": \"2023-04-28T12:22:51-0600\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"bda71434-422f-45ab-b3df-d362027c094d"},{"name":"deleteUser","event":[{"listen":"prerequest","script":{"id":"066dc9ea-1f67-45b9-8094-3df915b40377","exec":[""],"type":"text/javascript"}}],"id":"9a9c0310-bd1c-4544-9d42-259ae2b47f20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n        \"new_email\": \"211052h@mail.com\",\n        \"password\": \"nkjh#26e$\",\n        \"first_name\": \"Joan\",\n        \"last_name\": \"Smooth\"\n}","options":{"raw":{"language":"json"}}},"url":"https://checkout.new.crowdengine.com/api/v2/users/:user_id","description":"<p>The PUT v2/users/:id request is used to update data on a specific user</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required Path</strong></th>\n<th><strong>AKA</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>user_id</td>\n<td>GET /users  <br />  <br />POST v2/users  <br />  <br />checkout.new.crowdengine.com.com/admin/users (click on show and retrieve the id from the url)</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Updatable Params</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>new_email</td>\n<td>Still in Development</td>\n</tr>\n<tr>\n<td>password</td>\n<td></td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>Updates linked to individual profile</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>Updates linked to individual profile</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","users",":user_id"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[{"type":"any","value":"387179","key":"user_id"}]}},"response":[{"id":"1632c4b6-3404-4a4f-9395-bb55b61ff0e4","name":"updateUser Copy","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n        \"new_email\": \"211052h@mail.com\",\n        \"password\": \"nkjh#26e$\",\n        \"first_name\": \"Joan\",\n        \"last_name\": \"Smooth\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://checkout.new.crowdengine.com/api/v2/users/:user_id","protocol":"https","host":["checkout.new.crowdengine.com"],"path":["api","v2","users",":user_id"],"variable":[{"key":"user_id","value":"17690"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Tue, 27 Jun 2023 16:52:10 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"8493507bdb171511dfee0a8900b199a0\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"44c20d3c-0ad3-406d-bb91-d4b940c108c9"},{"key":"X-Runtime","value":"0.146019"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"message\": [\n            \"User was successfully destroyed.\"\n        ]\n    },\n    \"meta\": {}\n}"}],"_postman_id":"9a9c0310-bd1c-4544-9d42-259ae2b47f20"}],"id":"bd88504b-7370-4351-a2c6-6d53b3bfe9f4","description":"<p>Users are at the top of the data architecture in your investment platform and are interlinked throughout the database tables.</p>\n<p>The user can be any of the following:</p>\n<ul>\n<li>admin</li>\n<li>moderator</li>\n<li>investor</li>\n<li>issuer</li>\n</ul>\n<p>Every user is required to have a profile and every profile is required to have a connected user.</p>\n<p>Users Data contains the following Parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer set at creation used to identify the user. AKA user_id</td>\n</tr>\n<tr>\n<td>email</td>\n<td>The email is related to the user, not the profile. Used to log in</td>\n</tr>\n<tr>\n<td>password</td>\n<td>used by the user to access your investment portal</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>First name, data is not saved to the user but to their profile</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>Last name, data is not saved to the user but to their profile</td>\n</tr>\n<tr>\n<td>country</td>\n<td>The country your user lives in spelled out \"United States\", \"Mexico\", etc...</td>\n</tr>\n<tr>\n<td>last_login_date</td>\n<td>Last time the user logged into the investment portal</td>\n</tr>\n<tr>\n<td>sign_up_date</td>\n<td>Date the user was created</td>\n</tr>\n<tr>\n<td>ip</td>\n<td>The last IP that the user logged in from</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"bd88504b-7370-4351-a2c6-6d53b3bfe9f4","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}},{"name":"Profiles","item":[{"name":"createProfile","id":"b33c2a6d-d958-4223-8a28-dcb04e533c25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"business_type\": \"LLC\",\n        \"city\": \"Atlanta\",\n        \"company_name\": \"Happy Fund\",\n        \"contact_email\": \"postmantest@mail.com\",\n        \"date_of_birth\": null,\n        \"executive_name\": \"John Smith\",\n        \"first_name\": null,\n        \"last_name\": null,\n        \"national_id\": null,\n        \"residency\": \"US\",\n        \"residential_document\": null,\n        \"state\": \"GA\",\n        \"state_formed_in\": \"GA\",\n        \"tax_id_number\": \"111223333\",\n        \"use_alt\": false,\n        \"user_id\": 426431,\n        \"website\": null,\n        \"zip_code\": \"30318\",\n        \"mailing_address_1\": null,\n        \"mailing_address_2\": null,\n        \"mailing_city\": null,\n        \"mailing_state\": null,\n        \"mailing_postal_code\": null,\n        \"computer_share_id\": null,\n        \"address_1\": \"222333 Peachtree Place\",\n        \"address_line_2\": null,\n        \"phone\": \"1115557777\",\n        \"type\": \"Entity\",\n        \"country\": \"US\",\n        \"mailing_country\": null,\n        \"self_accreditation_status\": \"self_certified\"\n}","options":{"raw":{"language":"json"}}},"url":"https://checkout.new.crowdengine.com/api/v2/profiles","description":"<p>The POST request to v2/profiles is used to create a new profile in your investment platform database.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>user_id</td>\n<td>YES</td>\n<td><a href=\"https://www.postman.com/crowdengine/workspace/team-workspace/documentation/26379507-25cbd437-a1eb-4c79-82c8-f2f5bb8c7796?entity=request-26379507-1b673ffc-e51d-43ec-9617-4088096ced03&amp;branch=&amp;version=\">POST v2/users</a>  <br />  <br /><a href=\"https://www.postman.com/crowdengine/workspace/team-workspace/documentation/26379507-25cbd437-a1eb-4c79-82c8-f2f5bb8c7796?entity=request-26379507-1b673ffc-e51d-43ec-9617-4088096ced03&amp;branch=&amp;version=\">GET /users</a></td>\n</tr>\n<tr>\n<td>type</td>\n<td>YES</td>\n<td>Select From:  <br />Individual  <br />Entity  <br />Custodian</td>\n</tr>\n<tr>\n<td>contact_email</td>\n<td>YES</td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>country</td>\n<td>YES</td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>address_line_2</td>\n<td></td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>mailing_address_1</td>\n<td></td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>mailing_address_2</td>\n<td></td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>mailing_city</td>\n<td></td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>mailing_state</td>\n<td></td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>mailing_postal_code</td>\n<td></td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>computer_share_id</td>\n<td></td>\n<td>provided by ComputerShare</td>\n</tr>\n<tr>\n<td><strong>INDIVIDUAL PROFILE</strong></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>YES</td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>YES</td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td></td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>state</td>\n<td></td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>address_1</td>\n<td></td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>phone</td>\n<td></td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>city</td>\n<td></td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>residency</td>\n<td></td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>tax_id_number</td>\n<td></td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td></td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td><strong>ENTITY &amp; CUSTODIAN PROFILE</strong></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>YES</td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>YES</td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>state</td>\n<td>YES</td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>state_formed_in</td>\n<td>YES</td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>address_1</td>\n<td>YES</td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>YES</td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>city</td>\n<td>YES</td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>residency</td>\n<td>YES</td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>executive_name</td>\n<td>YES</td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>tax_id_number</td>\n<td>YES</td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>business_type</td>\n<td></td>\n<td>provided by user</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","profiles"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[]}},"response":[{"id":"b7c4c9ab-7945-4682-9d6e-27b093e38b08","name":"createProfile Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n        \"business_type\": \"LLC\",\n        \"city\": \"Atlanta\",\n        \"company_name\": \"Happy Fund\",\n        \"contact_email\": \"postmantest@mail.com\",\n        \"date_of_birth\": null,\n        \"executive_name\": \"John Smith\",\n        \"first_name\": null,\n        \"last_name\": null,\n        \"national_id\": null,\n        \"residency\": \"US\",\n        \"residential_document\": null,\n        \"state\": \"GA\",\n        \"state_formed_in\": \"GA\",\n        \"tax_id_number\": \"111223333\",\n        \"use_alt\": false,\n        \"user_id\": 426431,\n        \"website\": null,\n        \"zip_code\": \"30318\",\n        \"mailing_address_1\": null,\n        \"mailing_address_2\": null,\n        \"mailing_city\": null,\n        \"mailing_state\": null,\n        \"mailing_postal_code\": null,\n        \"computer_share_id\": null,\n        \"address_1\": \"222333 Peachtree Place\",\n        \"address_line_2\": null,\n        \"phone\": \"1115557777\",\n        \"type\": \"Entity\",\n        \"country\": \"US\",\n        \"mailing_country\": null,\n        \"self_accreditation_status\": \"self_certified\"\n}","options":{"raw":{"language":"json"}}},"url":"https://checkout.new.crowdengine.com/api/v2/profiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Fri, 28 Apr 2023 19:56:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"62e218904736984634757831ddd82490\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"5d675ff5-bcde-4e61-891b-16c01adf5bca"},{"key":"X-Runtime","value":"0.092695"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 484409,\n        \"bio\": null,\n        \"business_type\": null,\n        \"city\": \"Atlanta\",\n        \"company_name\": \"Happy Fund\",\n        \"contact_email\": \"postmantest@mail.com\",\n        \"date_of_birth\": null,\n        \"deleted_at\": null,\n        \"executive_name\": \"John Smith\",\n        \"first_name\": null,\n        \"last_name\": null,\n        \"national_id\": null,\n        \"onfido_applicant_id\": null,\n        \"passport\": null,\n        \"platform_id\": 1057,\n        \"residency\": \"US\",\n        \"residential_document\": null,\n        \"state\": \"GA\",\n        \"state_formed_in\": \"GA\",\n        \"tax_id_number\": \"111223333\",\n        \"updated_at\": \"2023-04-28T13:56:34.611-06:00\",\n        \"use_alt\": false,\n        \"user_id\": 426431,\n        \"website\": null,\n        \"zip_code\": \"30318\",\n        \"mailing_city\": null,\n        \"mailing_state\": null,\n        \"mailing_postal_code\": null,\n        \"address_line_1\": \"222333 Peachtree Place\",\n        \"address_line_2\": null,\n        \"mailing_address_line_1\": null,\n        \"mailing_address_line_2\": null,\n        \"phone_number\": \"1115557777\",\n        \"profile_type\": \"Entity\",\n        \"country\": null,\n        \"mailing_country\": null,\n        \"custom_attributes\": {},\n        \"creation_date\": \"2023-04-28T13:56:34-0600\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"b33c2a6d-d958-4223-8a28-dcb04e533c25"},{"name":"getProfiles","id":"0ccd7872-04d0-4fe1-aaa8-39997cdffce9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://checkout.new.crowdengine.com/api/v2/profiles","description":"<p>The GET request to /profiles is used to retrieve data for all the profiles on your investment platform.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","profiles"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[]}},"response":[{"id":"c6d8e641-eec1-4d63-b01d-103cf49481c6","name":"getProfiles","originalRequest":{"method":"GET","header":[],"url":"https://checkout.new.crowdengine.com/api/v2/profiles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Mon, 03 Jul 2023 16:09:42 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"d71d09f49aafa4922130cfc8f8bbe80b\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"582e0148-d803-4f20-9f7d-3014af9b0bf9"},{"key":"X-Runtime","value":"0.097110"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 21298,\n            \"bio\": null,\n            \"business_type\": null,\n            \"city\": \"Atlanta\",\n            \"company_name\": null,\n            \"contact_email\": \"61000@mail.com\",\n            \"date_of_birth\": \"1975-02-27\",\n            \"deleted_at\": null,\n            \"executive_name\": null,\n            \"first_name\": \"John\",\n            \"last_name\": \"Smith\",\n            \"national_id\": {\n                \"url\": null\n            },\n            \"onfido_applicant_id\": null,\n            \"passport\": {\n                \"url\": null\n            },\n            \"platform_id\": 338,\n            \"residency\": \"us_citizen\",\n            \"residential_document\": {\n                \"url\": null\n            },\n            \"state\": \"GA\",\n            \"state_formed_in\": null,\n            \"tax_id_number\": \"112223333\",\n            \"updated_at\": \"2023-04-06T10:26:32.611-06:00\",\n            \"use_alt\": false,\n            \"user_id\": 17681,\n            \"website\": null,\n            \"zip_code\": \"30318\",\n            \"mailing_city\": null,\n            \"mailing_state\": null,\n            \"mailing_postal_code\": null,\n            \"address_line_1\": \"222333 Peachtree Place\",\n            \"address_line_2\": \"\",\n            \"mailing_address_line_1\": null,\n            \"mailing_address_line_2\": null,\n            \"phone_number\": \"1115557777\",\n            \"profile_type\": \"Individual\",\n            \"country\": \"US\",\n            \"mailing_country\": null,\n            \"custom_attributes\": {},\n            \"creation_date\": \"2023-04-06T10:00:27-0600\"\n        },\n        {\n            \"id\": 21310,\n            \"bio\": null,\n            \"business_type\": null,\n            \"city\": null,\n            \"company_name\": null,\n            \"contact_email\": \"211052g@mail.com\",\n            \"date_of_birth\": null,\n            \"deleted_at\": null,\n            \"executive_name\": null,\n            \"first_name\": \"Test\",\n            \"last_name\": \"CRUD\",\n            \"national_id\": {\n                \"url\": null\n            },\n            \"onfido_applicant_id\": null,\n            \"passport\": {\n                \"url\": null\n            },\n            \"platform_id\": 338,\n            \"residency\": null,\n            \"residential_document\": {\n                \"url\": null\n            },\n            \"state\": null,\n            \"state_formed_in\": null,\n            \"tax_id_number\": null,\n            \"updated_at\": \"2023-04-06T15:45:20.468-06:00\",\n            \"use_alt\": false,\n            \"user_id\": 17688,\n            \"website\": null,\n            \"zip_code\": null,\n            \"mailing_city\": null,\n            \"mailing_state\": null,\n            \"mailing_postal_code\": null,\n            \"address_line_1\": null,\n            \"address_line_2\": null,\n            \"mailing_address_line_1\": null,\n            \"mailing_address_line_2\": null,\n            \"phone_number\": null,\n            \"profile_type\": \"Individual\",\n            \"country\": \"MX\",\n            \"mailing_country\": null,\n            \"custom_attributes\": {},\n            \"creation_date\": \"2023-04-06T15:45:20-0600\"\n        },\n        {\n            \"id\": 21453,\n            \"bio\": null,\n            \"business_type\": null,\n            \"city\": null,\n            \"company_name\": null,\n            \"contact_email\": \"10408@mail.com\",\n            \"date_of_birth\": null,\n            \"deleted_at\": null,\n            \"executive_name\": null,\n            \"first_name\": \"API Individual\",\n            \"last_name\": \"Test\",\n            \"national_id\": {\n                \"url\": null\n            },\n            \"onfido_applicant_id\": null,\n            \"passport\": {\n                \"url\": null\n            },\n            \"platform_id\": 338,\n            \"residency\": null,\n            \"residential_document\": {\n                \"url\": null\n            },\n            \"state\": null,\n            \"state_formed_in\": null,\n            \"tax_id_number\": null,\n            \"updated_at\": \"2023-04-10T16:09:03.487-06:00\",\n            \"use_alt\": false,\n            \"user_id\": 17681,\n            \"website\": null,\n            \"zip_code\": null,\n            \"mailing_city\": null,\n            \"mailing_state\": null,\n            \"mailing_postal_code\": null,\n            \"address_line_1\": null,\n            \"address_line_2\": null,\n            \"mailing_address_line_1\": null,\n            \"mailing_address_line_2\": null,\n            \"phone_number\": null,\n            \"profile_type\": \"Individual\",\n            \"country\": \"US\",\n            \"mailing_country\": null,\n            \"custom_attributes\": {},\n            \"creation_date\": \"2023-04-10T16:09:03-0600\"\n        },\n        {\n            \"id\": 23173,\n            \"bio\": null,\n            \"business_type\": null,\n            \"city\": null,\n            \"company_name\": null,\n            \"contact_email\": \"postman_test@mail.com\",\n            \"date_of_birth\": null,\n            \"deleted_at\": null,\n            \"executive_name\": null,\n            \"first_name\": \"Test\",\n            \"last_name\": \"CRUD\",\n            \"national_id\": {\n                \"url\": null\n            },\n            \"onfido_applicant_id\": null,\n            \"passport\": {\n                \"url\": null\n            },\n            \"platform_id\": 338,\n            \"residency\": null,\n            \"residential_document\": {\n                \"url\": null\n            },\n            \"state\": null,\n            \"state_formed_in\": null,\n            \"tax_id_number\": null,\n            \"updated_at\": \"2023-05-11T14:48:25.030-06:00\",\n            \"use_alt\": false,\n            \"user_id\": 19396,\n            \"website\": null,\n            \"zip_code\": null,\n            \"mailing_city\": null,\n            \"mailing_state\": null,\n            \"mailing_postal_code\": null,\n            \"address_line_1\": null,\n            \"address_line_2\": null,\n            \"mailing_address_line_1\": null,\n            \"mailing_address_line_2\": null,\n            \"phone_number\": null,\n            \"profile_type\": \"Individual\",\n            \"country\": \"US\",\n            \"mailing_country\": null,\n            \"custom_attributes\": {},\n            \"creation_date\": \"2023-05-11T14:48:25-0600\"\n        },\n        {\n            \"id\": 23176,\n            \"bio\": null,\n            \"business_type\": null,\n            \"city\": \"Atlanta\",\n            \"company_name\": \"Happy Fund\",\n            \"contact_email\": \"postmantest@mail.com\",\n            \"date_of_birth\": null,\n            \"deleted_at\": null,\n            \"executive_name\": \"John Smith\",\n            \"first_name\": null,\n            \"last_name\": null,\n            \"national_id\": null,\n            \"onfido_applicant_id\": null,\n            \"passport\": null,\n            \"platform_id\": 338,\n            \"residency\": \"US\",\n            \"residential_document\": null,\n            \"state\": \"GA\",\n            \"state_formed_in\": \"GA\",\n            \"tax_id_number\": \"111223333\",\n            \"updated_at\": \"2023-05-11T14:48:39.287-06:00\",\n            \"use_alt\": false,\n            \"user_id\": 19396,\n            \"website\": null,\n            \"zip_code\": \"30318\",\n            \"mailing_city\": null,\n            \"mailing_state\": null,\n            \"mailing_postal_code\": null,\n            \"address_line_1\": \"222333 Peachtree Place\",\n            \"address_line_2\": null,\n            \"mailing_address_line_1\": null,\n            \"mailing_address_line_2\": null,\n            \"phone_number\": \"1115557777\",\n            \"profile_type\": \"Entity\",\n            \"country\": null,\n            \"mailing_country\": null,\n            \"custom_attributes\": {},\n            \"creation_date\": \"2023-05-11T14:48:39-0600\"\n        },\n        {\n            \"id\": 23177,\n            \"bio\": null,\n            \"business_type\": null,\n            \"city\": null,\n            \"company_name\": null,\n            \"contact_email\": \"postman_test2@mail.com\",\n            \"date_of_birth\": null,\n            \"deleted_at\": null,\n            \"executive_name\": null,\n            \"first_name\": \"Test\",\n            \"last_name\": \"CRUD\",\n            \"national_id\": {\n                \"url\": null\n            },\n            \"onfido_applicant_id\": null,\n            \"passport\": {\n                \"url\": null\n            },\n            \"platform_id\": 338,\n            \"residency\": null,\n            \"residential_document\": {\n                \"url\": null\n            },\n            \"state\": null,\n            \"state_formed_in\": null,\n            \"tax_id_number\": null,\n            \"updated_at\": \"2023-05-11T15:09:30.400-06:00\",\n            \"use_alt\": false,\n            \"user_id\": 19398,\n            \"website\": null,\n            \"zip_code\": null,\n            \"mailing_city\": null,\n            \"mailing_state\": null,\n            \"mailing_postal_code\": null,\n            \"address_line_1\": null,\n            \"address_line_2\": null,\n            \"mailing_address_line_1\": null,\n            \"mailing_address_line_2\": null,\n            \"phone_number\": null,\n            \"profile_type\": \"Individual\",\n            \"country\": \"US\",\n            \"mailing_country\": null,\n            \"custom_attributes\": {},\n            \"creation_date\": \"2023-05-11T15:09:30-0600\"\n        },\n        {\n            \"id\": 23178,\n            \"bio\": null,\n            \"business_type\": null,\n            \"city\": \"Atlanta\",\n            \"company_name\": \"Happy Fund\",\n            \"contact_email\": \"postmantest2@mail.com\",\n            \"date_of_birth\": null,\n            \"deleted_at\": null,\n            \"executive_name\": \"John Smith\",\n            \"first_name\": null,\n            \"last_name\": null,\n            \"national_id\": null,\n            \"onfido_applicant_id\": null,\n            \"passport\": null,\n            \"platform_id\": 338,\n            \"residency\": \"US\",\n            \"residential_document\": null,\n            \"state\": \"GA\",\n            \"state_formed_in\": \"GA\",\n            \"tax_id_number\": \"111223333\",\n            \"updated_at\": \"2023-05-11T15:11:17.764-06:00\",\n            \"use_alt\": false,\n            \"user_id\": 19398,\n            \"website\": null,\n            \"zip_code\": \"30318\",\n            \"mailing_city\": null,\n            \"mailing_state\": null,\n            \"mailing_postal_code\": null,\n            \"address_line_1\": \"222333 Peachtree Place\",\n            \"address_line_2\": null,\n            \"mailing_address_line_1\": null,\n            \"mailing_address_line_2\": null,\n            \"phone_number\": \"1115557777\",\n            \"profile_type\": \"Entity\",\n            \"country\": null,\n            \"mailing_country\": null,\n            \"custom_attributes\": {},\n            \"creation_date\": \"2023-05-11T15:11:17-0600\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"total_entries\": 7,\n        \"total_pages\": 1\n    }\n}"}],"_postman_id":"0ccd7872-04d0-4fe1-aaa8-39997cdffce9"},{"name":"getProfilesType","id":"4e912869-e6a8-4bff-b490-bd6520bf03c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://checkout.new.crowdengine.com/api/v2/profiles?type=Issuer","description":"<p>The GET /profiles?type=:type request is used to pull all the profiles on your investment platform of a specific type.</p>\n<ul>\n<li>Individual<br />  Used to store some User data and place investments as an individual.</li>\n<li>Entity<br />  Used to place investments as an entity. Stakeholders are linked by AML People</li>\n<li>Custodian<br />  Used to place an investment as an IRA or TrustBeneficiaries or Trustees are linked by AML People</li>\n<li>Issuers<br />  Similar to an Entity account, but used to hold ownership data of the entity that owns the Offering/Project. Stakeholders are linked by AML People</li>\n<li>Joint Profiles<br />  Used to place an investment for two individuals investing together. Individual profiles hold the data and the Joint profile holds the association and link to thee investment</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required Param</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>Select from:  <br />Individual  <br />Entity  <br />Custodian  <br />Issuer  <br />Joint</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","profiles"],"host":["checkout.new.crowdengine.com"],"query":[{"description":{"content":"<p>Individual\nEntity\nCustodian\nJoint\nIssuer</p>\n","type":"text/plain"},"key":"type","value":"Issuer"}],"variable":[]}},"response":[{"id":"66fe66bb-b17f-48d0-bfc0-f65b9fa26be2","name":"getProfilesType","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://checkout.new.crowdengine.com/api/v2/profiles?type=Issuer","protocol":"https","host":["checkout.new.crowdengine.com"],"path":["api","v2","profiles"],"query":[{"key":"type","value":"Issuer","description":"Individual\nEntity\nCustodian\nJoint\nIssuer"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Mon, 03 Jul 2023 16:10:06 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"31e75e77e38b02759e2f9444537e6400\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"aad82480-d890-4183-942d-2c1c2a42c9b3"},{"key":"X-Runtime","value":"0.084269"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 21298,\n            \"bio\": null,\n            \"business_type\": null,\n            \"city\": \"Atlanta\",\n            \"company_name\": null,\n            \"contact_email\": \"61000@mail.com\",\n            \"date_of_birth\": \"1975-02-27\",\n            \"deleted_at\": null,\n            \"executive_name\": null,\n            \"first_name\": \"John\",\n            \"last_name\": \"Smith\",\n            \"national_id\": {\n                \"url\": null\n            },\n            \"onfido_applicant_id\": null,\n            \"passport\": {\n                \"url\": null\n            },\n            \"platform_id\": 338,\n            \"residency\": \"us_citizen\",\n            \"residential_document\": {\n                \"url\": null\n            },\n            \"state\": \"GA\",\n            \"state_formed_in\": null,\n            \"tax_id_number\": \"112223333\",\n            \"updated_at\": \"2023-04-06T10:26:32.611-06:00\",\n            \"use_alt\": false,\n            \"user_id\": 17681,\n            \"website\": null,\n            \"zip_code\": \"30318\",\n            \"mailing_city\": null,\n            \"mailing_state\": null,\n            \"mailing_postal_code\": null,\n            \"address_line_1\": \"222333 Peachtree Place\",\n            \"address_line_2\": \"\",\n            \"mailing_address_line_1\": null,\n            \"mailing_address_line_2\": null,\n            \"phone_number\": \"1115557777\",\n            \"profile_type\": \"Individual\",\n            \"country\": \"US\",\n            \"mailing_country\": null,\n            \"custom_attributes\": {},\n            \"creation_date\": \"2023-04-06T10:00:27-0600\"\n        },\n        {\n            \"id\": 21310,\n            \"bio\": null,\n            \"business_type\": null,\n            \"city\": null,\n            \"company_name\": null,\n            \"contact_email\": \"211052g@mail.com\",\n            \"date_of_birth\": null,\n            \"deleted_at\": null,\n            \"executive_name\": null,\n            \"first_name\": \"Test\",\n            \"last_name\": \"CRUD\",\n            \"national_id\": {\n                \"url\": null\n            },\n            \"onfido_applicant_id\": null,\n            \"passport\": {\n                \"url\": null\n            },\n            \"platform_id\": 338,\n            \"residency\": null,\n            \"residential_document\": {\n                \"url\": null\n            },\n            \"state\": null,\n            \"state_formed_in\": null,\n            \"tax_id_number\": null,\n            \"updated_at\": \"2023-04-06T15:45:20.468-06:00\",\n            \"use_alt\": false,\n            \"user_id\": 17688,\n            \"website\": null,\n            \"zip_code\": null,\n            \"mailing_city\": null,\n            \"mailing_state\": null,\n            \"mailing_postal_code\": null,\n            \"address_line_1\": null,\n            \"address_line_2\": null,\n            \"mailing_address_line_1\": null,\n            \"mailing_address_line_2\": null,\n            \"phone_number\": null,\n            \"profile_type\": \"Individual\",\n            \"country\": \"MX\",\n            \"mailing_country\": null,\n            \"custom_attributes\": {},\n            \"creation_date\": \"2023-04-06T15:45:20-0600\"\n        },\n        {\n            \"id\": 21453,\n            \"bio\": null,\n            \"business_type\": null,\n            \"city\": null,\n            \"company_name\": null,\n            \"contact_email\": \"10408@mail.com\",\n            \"date_of_birth\": null,\n            \"deleted_at\": null,\n            \"executive_name\": null,\n            \"first_name\": \"API Individual\",\n            \"last_name\": \"Test\",\n            \"national_id\": {\n                \"url\": null\n            },\n            \"onfido_applicant_id\": null,\n            \"passport\": {\n                \"url\": null\n            },\n            \"platform_id\": 338,\n            \"residency\": null,\n            \"residential_document\": {\n                \"url\": null\n            },\n            \"state\": null,\n            \"state_formed_in\": null,\n            \"tax_id_number\": null,\n            \"updated_at\": \"2023-04-10T16:09:03.487-06:00\",\n            \"use_alt\": false,\n            \"user_id\": 17681,\n            \"website\": null,\n            \"zip_code\": null,\n            \"mailing_city\": null,\n            \"mailing_state\": null,\n            \"mailing_postal_code\": null,\n            \"address_line_1\": null,\n            \"address_line_2\": null,\n            \"mailing_address_line_1\": null,\n            \"mailing_address_line_2\": null,\n            \"phone_number\": null,\n            \"profile_type\": \"Individual\",\n            \"country\": \"US\",\n            \"mailing_country\": null,\n            \"custom_attributes\": {},\n            \"creation_date\": \"2023-04-10T16:09:03-0600\"\n        },\n        {\n            \"id\": 23173,\n            \"bio\": null,\n            \"business_type\": null,\n            \"city\": null,\n            \"company_name\": null,\n            \"contact_email\": \"postman_test@mail.com\",\n            \"date_of_birth\": null,\n            \"deleted_at\": null,\n            \"executive_name\": null,\n            \"first_name\": \"Test\",\n            \"last_name\": \"CRUD\",\n            \"national_id\": {\n                \"url\": null\n            },\n            \"onfido_applicant_id\": null,\n            \"passport\": {\n                \"url\": null\n            },\n            \"platform_id\": 338,\n            \"residency\": null,\n            \"residential_document\": {\n                \"url\": null\n            },\n            \"state\": null,\n            \"state_formed_in\": null,\n            \"tax_id_number\": null,\n            \"updated_at\": \"2023-05-11T14:48:25.030-06:00\",\n            \"use_alt\": false,\n            \"user_id\": 19396,\n            \"website\": null,\n            \"zip_code\": null,\n            \"mailing_city\": null,\n            \"mailing_state\": null,\n            \"mailing_postal_code\": null,\n            \"address_line_1\": null,\n            \"address_line_2\": null,\n            \"mailing_address_line_1\": null,\n            \"mailing_address_line_2\": null,\n            \"phone_number\": null,\n            \"profile_type\": \"Individual\",\n            \"country\": \"US\",\n            \"mailing_country\": null,\n            \"custom_attributes\": {},\n            \"creation_date\": \"2023-05-11T14:48:25-0600\"\n        },\n        {\n            \"id\": 23176,\n            \"bio\": null,\n            \"business_type\": null,\n            \"city\": \"Atlanta\",\n            \"company_name\": \"Happy Fund\",\n            \"contact_email\": \"postmantest@mail.com\",\n            \"date_of_birth\": null,\n            \"deleted_at\": null,\n            \"executive_name\": \"John Smith\",\n            \"first_name\": null,\n            \"last_name\": null,\n            \"national_id\": null,\n            \"onfido_applicant_id\": null,\n            \"passport\": null,\n            \"platform_id\": 338,\n            \"residency\": \"US\",\n            \"residential_document\": null,\n            \"state\": \"GA\",\n            \"state_formed_in\": \"GA\",\n            \"tax_id_number\": \"111223333\",\n            \"updated_at\": \"2023-05-11T14:48:39.287-06:00\",\n            \"use_alt\": false,\n            \"user_id\": 19396,\n            \"website\": null,\n            \"zip_code\": \"30318\",\n            \"mailing_city\": null,\n            \"mailing_state\": null,\n            \"mailing_postal_code\": null,\n            \"address_line_1\": \"222333 Peachtree Place\",\n            \"address_line_2\": null,\n            \"mailing_address_line_1\": null,\n            \"mailing_address_line_2\": null,\n            \"phone_number\": \"1115557777\",\n            \"profile_type\": \"Entity\",\n            \"country\": null,\n            \"mailing_country\": null,\n            \"custom_attributes\": {},\n            \"creation_date\": \"2023-05-11T14:48:39-0600\"\n        },\n        {\n            \"id\": 23177,\n            \"bio\": null,\n            \"business_type\": null,\n            \"city\": null,\n            \"company_name\": null,\n            \"contact_email\": \"postman_test2@mail.com\",\n            \"date_of_birth\": null,\n            \"deleted_at\": null,\n            \"executive_name\": null,\n            \"first_name\": \"Test\",\n            \"last_name\": \"CRUD\",\n            \"national_id\": {\n                \"url\": null\n            },\n            \"onfido_applicant_id\": null,\n            \"passport\": {\n                \"url\": null\n            },\n            \"platform_id\": 338,\n            \"residency\": null,\n            \"residential_document\": {\n                \"url\": null\n            },\n            \"state\": null,\n            \"state_formed_in\": null,\n            \"tax_id_number\": null,\n            \"updated_at\": \"2023-05-11T15:09:30.400-06:00\",\n            \"use_alt\": false,\n            \"user_id\": 19398,\n            \"website\": null,\n            \"zip_code\": null,\n            \"mailing_city\": null,\n            \"mailing_state\": null,\n            \"mailing_postal_code\": null,\n            \"address_line_1\": null,\n            \"address_line_2\": null,\n            \"mailing_address_line_1\": null,\n            \"mailing_address_line_2\": null,\n            \"phone_number\": null,\n            \"profile_type\": \"Individual\",\n            \"country\": \"US\",\n            \"mailing_country\": null,\n            \"custom_attributes\": {},\n            \"creation_date\": \"2023-05-11T15:09:30-0600\"\n        },\n        {\n            \"id\": 23178,\n            \"bio\": null,\n            \"business_type\": null,\n            \"city\": \"Atlanta\",\n            \"company_name\": \"Happy Fund\",\n            \"contact_email\": \"postmantest2@mail.com\",\n            \"date_of_birth\": null,\n            \"deleted_at\": null,\n            \"executive_name\": \"John Smith\",\n            \"first_name\": null,\n            \"last_name\": null,\n            \"national_id\": null,\n            \"onfido_applicant_id\": null,\n            \"passport\": null,\n            \"platform_id\": 338,\n            \"residency\": \"US\",\n            \"residential_document\": null,\n            \"state\": \"GA\",\n            \"state_formed_in\": \"GA\",\n            \"tax_id_number\": \"111223333\",\n            \"updated_at\": \"2023-05-11T15:11:17.764-06:00\",\n            \"use_alt\": false,\n            \"user_id\": 19398,\n            \"website\": null,\n            \"zip_code\": \"30318\",\n            \"mailing_city\": null,\n            \"mailing_state\": null,\n            \"mailing_postal_code\": null,\n            \"address_line_1\": \"222333 Peachtree Place\",\n            \"address_line_2\": null,\n            \"mailing_address_line_1\": null,\n            \"mailing_address_line_2\": null,\n            \"phone_number\": \"1115557777\",\n            \"profile_type\": \"Entity\",\n            \"country\": null,\n            \"mailing_country\": null,\n            \"custom_attributes\": {},\n            \"creation_date\": \"2023-05-11T15:11:17-0600\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"total_entries\": 7,\n        \"total_pages\": 1\n    }\n}"}],"_postman_id":"4e912869-e6a8-4bff-b490-bd6520bf03c4"},{"name":"getProfile","id":"b3efdd22-233c-4b07-b56d-55c6fb8ff405","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://checkout.new.crowdengine.com/api/v2/profiles/:profile_id","description":"<p>The GET request to profiles/:id is used to get the profile data for a specific profile</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required Path</strong></th>\n<th><strong>AKA</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>profile_id</td>\n<td>POST v2/profiles  <br />  <br />GET /profiles  <br />  <br />GET /profile?type=:type  <br />  <br />checkout.new.crowdengine.com/admin/profiles</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","profiles",":profile_id"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[{"type":"any","value":"21298","key":"profile_id"}]}},"response":[{"id":"738530e3-0ba4-487b-b68c-0241004d3ca5","name":"getProfile","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://checkout.new.crowdengine.com/api/v2/profiles/:profile_id","protocol":"https","host":["checkout.new.crowdengine.com"],"path":["api","v2","profiles",":profile_id"],"variable":[{"key":"profile_id","value":"21298"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Mon, 03 Jul 2023 16:10:30 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"e02f71e201ecba7e9bf03ff2e619da7a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"f3ebb0af-3070-4287-a392-bf1cd0784834"},{"key":"X-Runtime","value":"0.072207"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 21298,\n        \"bio\": null,\n        \"business_type\": null,\n        \"city\": \"Atlanta\",\n        \"company_name\": null,\n        \"contact_email\": \"61000@mail.com\",\n        \"date_of_birth\": \"1975-02-27\",\n        \"deleted_at\": null,\n        \"executive_name\": null,\n        \"first_name\": \"John\",\n        \"last_name\": \"Smith\",\n        \"national_id\": {\n            \"url\": null\n        },\n        \"onfido_applicant_id\": null,\n        \"passport\": {\n            \"url\": null\n        },\n        \"platform_id\": 338,\n        \"residency\": \"us_citizen\",\n        \"residential_document\": {\n            \"url\": null\n        },\n        \"state\": \"GA\",\n        \"state_formed_in\": null,\n        \"tax_id_number\": \"112223333\",\n        \"updated_at\": \"2023-04-06T10:26:32.611-06:00\",\n        \"use_alt\": false,\n        \"user_id\": 17681,\n        \"website\": null,\n        \"zip_code\": \"30318\",\n        \"mailing_city\": null,\n        \"mailing_state\": null,\n        \"mailing_postal_code\": null,\n        \"address_line_1\": \"222333 Peachtree Place\",\n        \"address_line_2\": \"\",\n        \"mailing_address_line_1\": null,\n        \"mailing_address_line_2\": null,\n        \"phone_number\": \"1115557777\",\n        \"profile_type\": \"Individual\",\n        \"country\": \"US\",\n        \"mailing_country\": null,\n        \"custom_attributes\": {},\n        \"creation_date\": \"2023-04-06T10:00:27-0600\",\n        \"ssn\": \"112223333\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"b3efdd22-233c-4b07-b56d-55c6fb8ff405"},{"name":"updateProfile","id":"2b477833-8f62-4d1b-9088-6edbb0f486d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n        \"business_type\": \"Corporation\",\n        \"city\": \"Atlanta\",\n        \"company_name\": \"Happy Fund LLC\",\n        \"contact_email\": \"postmantestentity@mail.com\",\n        \"date_of_birth\": null,\n        \"executive_name\": \"Joe Smith\",\n        \"first_name\": null,\n        \"last_name\": null,\n        \"national_id\": null,\n        \"residency\": \"US\",\n        \"residential_document\": null,\n        \"state\": \"GA\",\n        \"state_formed_in\": \"UT\",\n        \"tax_id_number\": \"112223333\",\n        \"website\": null,\n        \"zip_code\": \"30318\",\n        \"mailing_address_1\": null,\n        \"mailing_address_2\": null,\n        \"mailing_city\": null,\n        \"mailing_state\": null,\n        \"mailing_postal_code\": null,\n        \"computer_share_id\": null,\n        \"address_1\": \"222333 Peachtree Place\",\n        \"address_line_2\": null,\n        \"phone\": \"1115557777\",\n        \"type\": \"Entity\",\n        \"country\": \"US\",\n        \"mailing_country\": null,\n        \"self_accreditation_status\": \"self_certified\"\n}","options":{"raw":{"language":"json"}}},"url":"https://checkout.new.crowdengine.com/api/v2/profiles/:profile_id","description":"<p>The PUT request to v2/profiles/:id is used to update an individual profile on your investment platform's database.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required Path</strong></th>\n<th><strong>AKA</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>profile_id</td>\n<td>POST v2/profiles  <br />  <br />GET /profiles  <br />  <br />GET /profile?type=:type  <br />  <br />checkout.new.crowdengine.com/admin/profiles</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Updatable Params</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>All Profile Types</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>city</td>\n<td></td>\n</tr>\n<tr>\n<td>contact_email</td>\n<td></td>\n</tr>\n<tr>\n<td>national_id</td>\n<td></td>\n</tr>\n<tr>\n<td>residency</td>\n<td></td>\n</tr>\n<tr>\n<td>state</td>\n<td></td>\n</tr>\n<tr>\n<td>tax_id_number</td>\n<td></td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td></td>\n</tr>\n<tr>\n<td>mailing_address_1</td>\n<td></td>\n</tr>\n<tr>\n<td>mailing_address_2</td>\n<td></td>\n</tr>\n<tr>\n<td>mailing_city</td>\n<td></td>\n</tr>\n<tr>\n<td>mailing_state</td>\n<td></td>\n</tr>\n<tr>\n<td>mailing_postal_code</td>\n<td></td>\n</tr>\n<tr>\n<td>computer_share_id</td>\n<td></td>\n</tr>\n<tr>\n<td>address_1</td>\n<td></td>\n</tr>\n<tr>\n<td>address_line_2</td>\n<td></td>\n</tr>\n<tr>\n<td>phone</td>\n<td></td>\n</tr>\n<tr>\n<td>country</td>\n<td></td>\n</tr>\n<tr>\n<td>mailing_country</td>\n<td></td>\n</tr>\n<tr>\n<td><strong>Individual Profile Types Only</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td></td>\n</tr>\n<tr>\n<td>first_name</td>\n<td></td>\n</tr>\n<tr>\n<td>last_name</td>\n<td></td>\n</tr>\n<tr>\n<td><strong>Custodian &amp; Entity Profile Types Only</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>business_type</td>\n<td></td>\n</tr>\n<tr>\n<td>company_name</td>\n<td></td>\n</tr>\n<tr>\n<td>executive_name</td>\n<td></td>\n</tr>\n<tr>\n<td>state_formed_in</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","profiles",":profile_id"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[{"type":"any","value":"484409","key":"profile_id"}]}},"response":[{"id":"cb319270-988e-4ae6-8255-b446dc244c7b","name":"updateProfile Example","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n        \"business_type\": \"Corporation\",\n        \"city\": \"Atlanta\",\n        \"company_name\": \"Happy Fund LLC\",\n        \"contact_email\": \"postmantestentity@mail.com\",\n        \"date_of_birth\": null,\n        \"executive_name\": \"Joe Smith\",\n        \"first_name\": null,\n        \"last_name\": null,\n        \"national_id\": null,\n        \"residency\": \"US\",\n        \"residential_document\": null,\n        \"state\": \"GA\",\n        \"state_formed_in\": \"UT\",\n        \"tax_id_number\": \"111223333\",\n        \"website\": null,\n        \"zip_code\": \"30318\",\n        \"mailing_address_1\": null,\n        \"mailing_address_2\": null,\n        \"mailing_city\": null,\n        \"mailing_state\": null,\n        \"mailing_postal_code\": null,\n        \"computer_share_id\": null,\n        \"address_1\": \"222333 Peachtree Place\",\n        \"address_line_2\": null,\n        \"phone\": \"1115557777\",\n        \"type\": \"Entity\",\n        \"country\": \"US\",\n        \"mailing_country\": null,\n        \"self_accreditation_status\": \"self_certified\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://checkout.new.crowdengine.com/api/v2/profiles/:profile_id","protocol":"https","host":["checkout.new.crowdengine.com"],"path":["api","v2","profiles",":profile_id"],"variable":[{"key":"profile_id","value":"484409"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Fri, 28 Apr 2023 20:33:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"afc018aeb2819d583a35ad2f41fec520\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"5a3f2667-c968-4e44-864d-17f3c7345a81"},{"key":"X-Runtime","value":"0.639729"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 484409,\n        \"bio\": null,\n        \"business_type\": \"Corporation\",\n        \"city\": \"Atlanta\",\n        \"company_name\": \"Happy Fund LLC\",\n        \"contact_email\": \"postmantestentity@mail.com\",\n        \"date_of_birth\": null,\n        \"deleted_at\": null,\n        \"executive_name\": \"Joe Smith\",\n        \"first_name\": null,\n        \"last_name\": null,\n        \"national_id\": null,\n        \"onfido_applicant_id\": null,\n        \"passport\": null,\n        \"platform_id\": 1057,\n        \"residency\": \"US\",\n        \"residential_document\": null,\n        \"state\": \"GA\",\n        \"state_formed_in\": \"UT\",\n        \"tax_id_number\": \"111223333\",\n        \"updated_at\": \"2023-04-28T14:33:07.635-06:00\",\n        \"use_alt\": false,\n        \"user_id\": 426431,\n        \"website\": null,\n        \"zip_code\": \"30318\",\n        \"mailing_city\": null,\n        \"mailing_state\": null,\n        \"mailing_postal_code\": null,\n        \"address_line_1\": \"222333 Peachtree Place\",\n        \"address_line_2\": null,\n        \"mailing_address_line_1\": null,\n        \"mailing_address_line_2\": null,\n        \"phone_number\": \"1115557777\",\n        \"profile_type\": \"Entity\",\n        \"country\": \"US\",\n        \"mailing_country\": null,\n        \"custom_attributes\": {},\n        \"creation_date\": \"2023-04-28T13:56:34-0600\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"2b477833-8f62-4d1b-9088-6edbb0f486d7"},{"name":"deleteProfile","id":"d16afc17-2318-45da-b0a5-b961a170422c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://checkout.new.crowdengine.com/api/v2/profiles/:profile_id","description":"<p>The DELETE request to v2/profiles/:id is used to delete a specific profile</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required Path</strong></th>\n<th><strong>AKA</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>profile_id</td>\n<td>POST v2/profiles  <br />  <br />GET /profiles  <br />  <br />GET /profile?type=:type  <br />  <br />checkout.new.crowdengine.com/admin/profiles</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","profiles",":profile_id"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[{"type":"any","value":"479694","key":"profile_id"}]}},"response":[{"id":"b3253a79-7fed-466d-b2be-7daa74086c2c","name":"deleteProfile Example","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://checkout.new.crowdengine.com/api/v2/profiles/:profile_id","protocol":"https","host":["checkout.new.crowdengine.com"],"path":["api","v2","profiles",":profile_id"],"variable":[{"key":"profile_id","value":"479694"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Fri, 28 Apr 2023 20:35:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"ea459d011786511fb2038b666ae39282\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"389d0c55-7421-4692-b22b-fcb3e8990d73"},{"key":"X-Runtime","value":"0.233986"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"messages\": [\n        \"Profile successfully destroyed.\"\n    ]\n}"}],"_postman_id":"d16afc17-2318-45da-b0a5-b961a170422c"}],"id":"20f77050-5960-4b0e-a791-929dd2a1e626","description":"<p>Profiles are used to store data of ownership for placed investments and offerings. There are 5 different profile types. all profiles must have a linked USER.</p>\n<ul>\n<li>Individual Used to store some User data and place investments in an individual.</li>\n<li>Entity Used to place an investment as entity Stakeholders are linked by AML People</li>\n<li>Custodian Used to place an investment as an IRA or Trust Beneficiaries or Trustees are linked by AML People</li>\n<li>Issuers Similar to an Entity account, but used to hold ownership data of the entity that owns the Offering/Project. Stakeholders are linked by AML People</li>\n<li>Joint Profiles are used to place an investment for two individuals investing together. Individual profiles hold the data and the Joint profile holds the association and link to the investment</li>\n</ul>\n<p>The following data is contained in the profiles</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>an integer created when the profile is created is used to identify the profile in the system. AKA profile_id</td>\n</tr>\n<tr>\n<td>bio</td>\n<td>bio of profile set by the user</td>\n</tr>\n<tr>\n<td>business_type</td>\n<td>a text string, typically used for organization type, i.e. LLC, S Corporation, C Corporation, Limited Partnership</td>\n</tr>\n<tr>\n<td>city</td>\n<td>domicile city</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>name of Entity</td>\n</tr>\n<tr>\n<td>contact_email</td>\n<td>email specific to the profile, separate from the user's email</td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>the date of birth for an individual profile</td>\n</tr>\n<tr>\n<td>deleted_at</td>\n<td>if a profile is deleted a time will be displayed here</td>\n</tr>\n<tr>\n<td>executive_name</td>\n<td>name of the executive executing the investment and signing the agreement</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>the first name of the individual profile</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>the .last name of the individual profile</td>\n</tr>\n<tr>\n<td>national_id</td>\n<td>URL location of profile identification image</td>\n</tr>\n<tr>\n<td>passport</td>\n<td>url location of the profile's passport image</td>\n</tr>\n<tr>\n<td>onfido_application_id</td>\n<td>Application id for Onfido integration</td>\n</tr>\n<tr>\n<td>platform_id</td>\n<td>your investment platform id</td>\n</tr>\n<tr>\n<td>residency</td>\n<td>citizenship for individual profiles</td>\n</tr>\n<tr>\n<td>residential_document</td>\n<td>URL location of the uploaded residential document</td>\n</tr>\n<tr>\n<td>state</td>\n<td>domicile state</td>\n</tr>\n<tr>\n<td>state_formed_in</td>\n<td>the state in which an entity or custodian profile was formed</td>\n</tr>\n<tr>\n<td>tax_id_number</td>\n<td>SSN or FEIN of the profile</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>the last time and date a profile was updated in UTC time</td>\n</tr>\n<tr>\n<td>use_alt</td>\n<td></td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>the ID of the USER that owns and controls this profile</td>\n</tr>\n<tr>\n<td>website</td>\n<td>associated profile website set by the user</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>domicile postal code</td>\n</tr>\n<tr>\n<td>mailing_address_1</td>\n<td>the first line of the mailing address</td>\n</tr>\n<tr>\n<td>mailing_address_2</td>\n<td>the second line of the mailing address</td>\n</tr>\n<tr>\n<td>mailing_city</td>\n<td>mailing address city</td>\n</tr>\n<tr>\n<td>mailing_state</td>\n<td>mailing address state</td>\n</tr>\n<tr>\n<td>mailing_postal_code</td>\n<td>mailing address zip code</td>\n</tr>\n<tr>\n<td>computer_share_id</td>\n<td>ID for ComputerShare integration</td>\n</tr>\n<tr>\n<td>address_1</td>\n<td>the first line of the domicile address</td>\n</tr>\n<tr>\n<td>address_line_2</td>\n<td>the second line of the domicile address</td>\n</tr>\n<tr>\n<td>phone_number</td>\n<td>the contact phone number for the profile</td>\n</tr>\n<tr>\n<td>profile_type</td>\n<td>the type of profile:  <br />Individual  <br />Entity  <br />Custodian  <br />Issuer  <br />Joint</td>\n</tr>\n<tr>\n<td>country</td>\n<td>domicile country</td>\n</tr>\n<tr>\n<td>creation_date</td>\n<td>the date a profile was created</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"20f77050-5960-4b0e-a791-929dd2a1e626","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}},{"name":"Projects","item":[{"name":"createProject","id":"9551c597-a681-444d-bd42-fcef93841410","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","description":"<p>NOTE: Use the Postman app to be able to select a local file as it will not work in the browser. Check your settings and select a Working Directory path.</p>\n","type":"file","value":null},{"key":"data","value":"{\n  \"owner_profile_uuid\": \"21294\",\n  \"project_template_id\": \"2000\",\n  \"title\": \"Test Project API 1\",\n  \"teaser\": \"Test Teaser\",\n  \"video_url\": \"https://www.youtube.com/watch?v=dQw4w9WgXcQ\",\n  \"image_urls\": [\n            \"https://static-staging.ce-cdn.com/uploads/checkout/headline_image/file/11033/Boondocks.jpeg?fit=inside&height=2000&width=2000\"\n        ],\n  \"description\": \"Test Description\",\n  \"category_id\": \"3213\",\n  \"start_date\": \"2023-12-16 07:00:00\",\n  \"end_date\": \"2025-12-16 07:00:00\",\n  \"available_shares\": \"10000\",\n  \"share_price\": \"1\",\n  \"minimum_investment\": \"100.0\",\n  \"target\": \"10000\",\n  \"minimum_raise\": \"10000\",\n  \"maximum_raise\": \"100000\",\n  \"currency\": \"USD\",\n  \"equity_percent\": \"10\",\n  \"workflow_path\": \"equity\",\n  \"funding_type\": \"all_or_nothing\",\n  \"aml_subject_to_review\": \"no\",\n  \"business_plan\": \"n/a\",\n  \"is_test\": \"true\",\n  \"is_draft\": \"true\"\n}","type":"text"}]},"url":"https://checkout.new.crowdengine.com/api/v2/projects","description":"<p><strong>COMING SOON!!!</strong></p>\n<p>Used to create an offering</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required Params</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>owner_id</td>\n<td>/profiles</td>\n</tr>\n<tr>\n<td>project_template_id</td>\n<td>Go to checkout.new.crowdengine.com/admin/projects  <br />  <br />Click on the template you'd like to use  <br />  <br />find the project_template_id in the URL  <br />checkout.new.crowdengine.com/admin/portal_admin_project/<strong>ID IS HERE</strong>/edit</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","projects"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9551c597-a681-444d-bd42-fcef93841410"},{"name":"getProjects","id":"8bb210a6-05d7-499c-a4d2-d51589fb8dce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://checkout.new.crowdengine.com/api/projects","description":"<p>Retrieves data for all offerings on your investment platform</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","projects"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[]}},"response":[{"id":"024a2cda-6043-451d-9e41-6fe829569d9b","name":"getProjects","originalRequest":{"method":"GET","header":[],"url":"https://checkout.new.crowdengine.com/api/projects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Mon, 01 May 2023 15:54:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"84a17854f887b2be69ede1ca98d05f3f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"cc4f297f-60b7-4c5b-9877-ace0d05742e0"},{"key":"X-Runtime","value":"0.091233"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 2687,\n            \"available_shares\": 1000,\n            \"current_funding\": 0,\n            \"description\": \"<p>toidqjgflkjwdhfl;kh</p>\\n\\n<p>lsd,nvflkdasjv</p>\\n\\n<p>;lksdnvaln&nbsp;</p>\\n\\n<p><img alt=\\\"\\\" src=\\\"https://static-staging.ce-cdn.com/uploads/apiv2/ckeditor/pictures/download__1__20230405_163715192/download__1_.jpeg?fit=inside&amp;height=800&amp;width=800\\\" style=\\\"width: 75%; height: 75%;\\\"></p>\\n\",\n            \"maximum_raise\": 1000000,\n            \"minimum_investment\": \"1000.0\",\n            \"minimum_raise\": 10000,\n            \"share_price\": \"1000.0\",\n            \"title\": \"APi Test\",\n            \"issuer_profile_id\": 21295,\n            \"summary\": \"Testing\",\n            \"status\": \"running\",\n            \"target_raise\": 500000,\n            \"category\": \"BioTech\",\n            \"custom_attributes\": {\n                \"ownership_structure\": \"<p>;lckjdns;gblkjdflk/bjn</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>weqfgmne.krjehg</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>wqefljnrk.ejgh</p>\\n\",\n                \"previous_funding\": \"<p>ghq qweoihoih ow;hglreqh g;lkerjpjrep ih;etwlj</p>\\n\",\n                \"use_of_proceeds\": \"<p>klmbldgkjhalkhn,m ,mnbhujk;n</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>san,fm.bdvn,<br>\\nm vnadlms,.v&nbsp;</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>qvnrlwen.lrhjkv1q,.khj</p>\\n\",\n                \"risks_disclosures\": \"<p>l;kewrjykejrwngw</p>\\n\\n<p>s./d,mgl;kerjglhjwerf/</p>\\n\\n<p>;weljfl;kqewjgq;lkweng;.,mdsv/. ds./,vm</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>ewqmgfnl/kwrgnl/kqernv;.meq/</p>\\n\\n<p>po ijqgoidshqo ghweoi&nbsp;</p>\\n\"\n            },\n            \"completion_date\": null,\n            \"creation_date\": \"2023-04-05T16:42:06-0600\",\n            \"enabled_payment_methods\": [\n                \"offline\"\n            ],\n            \"end_date\": \"2026-03-10T00:00:00-0600\",\n            \"image_urls\": [\n                \"https://static-staging.ce-cdn.com/uploads/apiv2/headline_image/file/13200/images__1_.jpeg?fit=inside&height=2000&width=2000\"\n            ],\n            \"start_date\": \"2022-01-29T00:00:00-0700\",\n            \"video_url\": \"https://youtu.be/pteWJVVYwhg\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"total_entries\": 1,\n        \"total_pages\": 1\n    }\n}"}],"_postman_id":"8bb210a6-05d7-499c-a4d2-d51589fb8dce"},{"name":"getIssuerProjects","id":"b4d62732-79ab-4d91-8dc6-edf8c8602cb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://checkout.new.crowdengine.com/api/projects?profile_id=21295","description":"<p>Retrieve data for all offerings belonging to a specific issuer.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required Param</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>profile_id</td>\n<td>GET/projects  <br />  <br />GET/profiles  <br />  <br />GET/projects/:id  <br />  <br />Go to https://checkout.new.crowdengine.com/admin/projects  <br />click on the author, retrieve the id from the URL</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","projects"],"host":["checkout.new.crowdengine.com"],"query":[{"description":{"content":"<p>Issuer profile ID</p>\n","type":"text/plain"},"key":"profile_id","value":"21295"}],"variable":[]}},"response":[{"id":"1b4b9071-ee16-4ea7-bf64-223471144e81","name":"getIssuerProjects","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://checkout.new.crowdengine.com/api/projects?profile_id=21295","protocol":"https","host":["checkout.new.crowdengine.com"],"path":["api","projects"],"query":[{"key":"profile_id","value":"21295","description":"Issuer profile ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Mon, 01 May 2023 15:54:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"772bd98f60045ad208547dc44bd63077\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"206cc979-3118-43ae-b423-799db4537b1b"},{"key":"X-Runtime","value":"0.083742"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 2687,\n            \"available_shares\": 1000,\n            \"current_funding\": 0,\n            \"description\": \"<p>toidqjgflkjwdhfl;kh</p>\\n\\n<p>lsd,nvflkdasjv</p>\\n\\n<p>;lksdnvaln&nbsp;</p>\\n\\n<p><img alt=\\\"\\\" src=\\\"https://static-staging.ce-cdn.com/uploads/apiv2/ckeditor/pictures/download__1__20230405_163715192/download__1_.jpeg?fit=inside&amp;height=800&amp;width=800\\\" style=\\\"width: 75%; height: 75%;\\\"></p>\\n\",\n            \"maximum_raise\": 1000000,\n            \"minimum_investment\": \"1000.0\",\n            \"minimum_raise\": 10000,\n            \"share_price\": \"1000.0\",\n            \"title\": \"APi Test\",\n            \"issuer_profile_id\": 21295,\n            \"summary\": \"Testing\",\n            \"status\": \"running\",\n            \"target_raise\": 500000,\n            \"category\": \"BioTech\",\n            \"custom_attributes\": {\n                \"ownership_structure\": \"<p>;lckjdns;gblkjdflk/bjn</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>weqfgmne.krjehg</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>wqefljnrk.ejgh</p>\\n\",\n                \"previous_funding\": \"<p>ghq qweoihoih ow;hglreqh g;lkerjpjrep ih;etwlj</p>\\n\",\n                \"use_of_proceeds\": \"<p>klmbldgkjhalkhn,m ,mnbhujk;n</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>san,fm.bdvn,<br>\\nm vnadlms,.v&nbsp;</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>qvnrlwen.lrhjkv1q,.khj</p>\\n\",\n                \"risks_disclosures\": \"<p>l;kewrjykejrwngw</p>\\n\\n<p>s./d,mgl;kerjglhjwerf/</p>\\n\\n<p>;weljfl;kqewjgq;lkweng;.,mdsv/. ds./,vm</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>ewqmgfnl/kwrgnl/kqernv;.meq/</p>\\n\\n<p>po ijqgoidshqo ghweoi&nbsp;</p>\\n\"\n            },\n            \"completion_date\": null,\n            \"creation_date\": \"2023-04-05T16:42:06-0600\",\n            \"enabled_payment_methods\": [\n                \"offline\"\n            ],\n            \"end_date\": \"2026-03-10T00:00:00-0600\",\n            \"image_urls\": [\n                \"https://static-staging.ce-cdn.com/uploads/apiv2/headline_image/file/13200/images__1_.jpeg?fit=inside&height=2000&width=2000\"\n            ],\n            \"start_date\": \"2022-01-29T00:00:00-0700\",\n            \"video_url\": \"https://youtu.be/pteWJVVYwhg\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"total_entries\": 1,\n        \"total_pages\": 1\n    }\n}"}],"_postman_id":"b4d62732-79ab-4d91-8dc6-edf8c8602cb8"},{"name":"getProject","id":"b001b8f3-c57c-4831-87d5-1a5680cdc866","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://checkout.new.crowdengine.com/api/projects/:project_id","description":"<p>Retrieve data on a specific offering</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required Path Variable</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>GET /projects  <br />  <br />GET/projects?profile_id={{profile_id}}  <br />  <br />go to https://checkout.new.crowdengine.com/admin/projects  <br />click on the offering and retrieve the id from the URL</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","projects",":project_id"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[{"type":"any","value":"2687","key":"project_id"}]}},"response":[{"id":"5560e631-c627-4247-b6b4-6b8ecd1ed2a6","name":"getProject","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://checkout.new.crowdengine.com/api/projects/:id","protocol":"https","host":["checkout.new.crowdengine.com"],"path":["api","projects",":id"],"variable":[{"key":"id","value":"2687"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Mon, 01 May 2023 15:55:23 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"c9fe0ac979894d79160d6cb03dd5855a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"97911e34-c3aa-488d-a926-c0fc27c06515"},{"key":"X-Runtime","value":"0.093612"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2687,\n        \"available_shares\": 1000,\n        \"current_funding\": 0,\n        \"description\": \"<p>toidqjgflkjwdhfl;kh</p>\\n\\n<p>lsd,nvflkdasjv</p>\\n\\n<p>;lksdnvaln&nbsp;</p>\\n\\n<p><img alt=\\\"\\\" src=\\\"https://static-staging.ce-cdn.com/uploads/apiv2/ckeditor/pictures/download__1__20230405_163715192/download__1_.jpeg?fit=inside&amp;height=800&amp;width=800\\\" style=\\\"width: 75%; height: 75%;\\\"></p>\\n\",\n        \"maximum_raise\": 1000000,\n        \"minimum_investment\": \"1000.0\",\n        \"minimum_raise\": 10000,\n        \"share_price\": \"1000.0\",\n        \"title\": \"APi Test\",\n        \"issuer_profile_id\": 21295,\n        \"summary\": \"Testing\",\n        \"status\": \"running\",\n        \"target_raise\": 500000,\n        \"category\": \"BioTech\",\n        \"custom_attributes\": {\n            \"ownership_structure\": \"<p>;lckjdns;gblkjdflk/bjn</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>weqfgmne.krjehg</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>wqefljnrk.ejgh</p>\\n\",\n            \"previous_funding\": \"<p>ghq qweoihoih ow;hglreqh g;lkerjpjrep ih;etwlj</p>\\n\",\n            \"use_of_proceeds\": \"<p>klmbldgkjhalkhn,m ,mnbhujk;n</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>san,fm.bdvn,<br>\\nm vnadlms,.v&nbsp;</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>qvnrlwen.lrhjkv1q,.khj</p>\\n\",\n            \"risks_disclosures\": \"<p>l;kewrjykejrwngw</p>\\n\\n<p>s./d,mgl;kerjglhjwerf/</p>\\n\\n<p>;weljfl;kqewjgq;lkweng;.,mdsv/. ds./,vm</p>\\n\\n<p>&nbsp;</p>\\n\\n<p>ewqmgfnl/kwrgnl/kqernv;.meq/</p>\\n\\n<p>po ijqgoidshqo ghweoi&nbsp;</p>\\n\"\n        },\n        \"completion_date\": null,\n        \"creation_date\": \"2023-04-05T16:42:06-0600\",\n        \"enabled_payment_methods\": [\n            \"offline\"\n        ],\n        \"end_date\": \"2026-03-10T00:00:00-0600\",\n        \"image_urls\": [\n            \"https://static-staging.ce-cdn.com/uploads/apiv2/headline_image/file/13200/images__1_.jpeg?fit=inside&height=2000&width=2000\"\n        ],\n        \"start_date\": \"2022-01-29T00:00:00-0700\",\n        \"video_url\": \"https://youtu.be/pteWJVVYwhg\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"b001b8f3-c57c-4831-87d5-1a5680cdc866"},{"name":"updateProject","id":"d4651c58-b9dd-4c93-a5fa-cbfb62795501","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"Test Project API 1\",\n  \"teaser\": \"Test Teaser\",\n  \"video_url\": \"https://www.youtube.com/watch?v=dQw4w9WgXcQ\",\n  \"image_urls\": [\n            \"https://static-staging.ce-cdn.com/uploads/checkout/headline_image/file/11033/Boondocks.jpeg?fit=inside&height=2000&width=2000\"\n        ],\n  \"description\": \"Test Description\",\n  \"available_shares\": \"10000\",\n  \"share_price\": \"1\",\n  \"minimum_investment\": \"100.0\",\n  \"target\": \"100000\",\n  \"minimum_raise\": \"5000\",\n  \"maximum_raise\": \"100000\",\n  \"currency\": \"USD\",\n  \"equity_percent\": \"10\",\n  \"workflow_path\": \"equity\",\n  \"funding_type\": \"all_or_nothing\",\n  \"aml_subject_to_review\": \"no\",\n  \"business_plan\": \"n/a\",\n  \"is_test\": \"true\",\n  \"is_draft\": \"true\"\n}","options":{"raw":{"language":"json"}}},"url":"https://checkout.new.crowdengine.com/api/v2/projects/:project_id","description":"<p>Used to create an offering</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required Params</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>/projects</td>\n</tr>\n<tr>\n<td>project_template_id</td>\n<td>Go to checkout.new.crowdengine.com/admin/projects  <br />  <br />Click on the template you'd like to use  <br />  <br />find the project_template_id in the URL  <br />checkout.new.crowdengine.com/admin/portal_admin_project/<strong>ID IS HERE</strong>/edit</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","projects",":project_id"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[{"type":"any","value":"13816","key":"project_id"}]}},"response":[{"id":"9e63c33e-154e-4087-8254-030a7d50587e","name":"updateProject","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"title\": \"Test Project API 1\",\n  \"teaser\": \"Test Teaser\",\n  \"video_url\": \"https://www.youtube.com/watch?v=dQw4w9WgXcQ\",\n  \"image_urls\": [\n            \"https://static-staging.ce-cdn.com/uploads/checkout/headline_image/file/11033/Boondocks.jpeg?fit=inside&height=2000&width=2000\"\n        ],\n  \"description\": \"Test Description\",\n  \"available_shares\": \"10000\",\n  \"share_price\": \"1\",\n  \"minimum_investment\": \"100.0\",\n  \"target\": \"100000\",\n  \"minimum_raise\": \"5000\",\n  \"maximum_raise\": \"100000\",\n  \"currency\": \"USD\",\n  \"equity_percent\": \"10\",\n  \"workflow_path\": \"equity\",\n  \"funding_type\": \"all_or_nothing\",\n  \"aml_subject_to_review\": \"no\",\n  \"business_plan\": \"n/a\",\n  \"is_test\": \"true\",\n  \"is_draft\": \"true\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://checkout.new.crowdengine.com/api/v2/projects/:id","protocol":"https","host":["checkout.new.crowdengine.com"],"path":["api","v2","projects",":id"],"variable":[{"key":"id","value":"13816"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Mon, 10 Apr 2023 20:11:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"c652369421e82377d674725c193ddf59\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"4a9b2336-5a67-4e70-b0d8-853c6dc455fd"},{"key":"X-Runtime","value":"0.190441"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 13816,\n        \"available_shares\": 10000,\n        \"current_funding\": 0,\n        \"description\": \"Test Description\",\n        \"maximum_raise\": 1000000,\n        \"minimum_investment\": \"500.0\",\n        \"minimum_raise\": 100000,\n        \"share_price\": \"100.0\",\n        \"title\": \"Test Project API 1\",\n        \"is_test\": true,\n        \"business_plan\": \"<p>--</p>\\n\",\n        \"video_url\": \"https://youtu.be/dQw4w9WgXcQ\",\n        \"aml_subject_to_review\": null,\n        \"issuer_profile_id\": 479699,\n        \"summary\": \"Test Teaser\",\n        \"status\": \"running\",\n        \"target_raise\": 100000,\n        \"category\": \"Mobile Apps\",\n        \"custom_attributes\": {\n            \"ownership_structure\": \"<p>sj'dpkgj'pjk</p>\\n\",\n            \"previous_funding\": \"<p>;sd'jgf;kajd</p>\\n\",\n            \"use_of_proceeds\": \"<p>;lkjsd;glaj</p>\\n\",\n            \"risks_disclosures\": \"<p>;s'adkgj;lkj</p>\\n\"\n        },\n        \"completion_date\": null,\n        \"creation_date\": \"2023-04-10T14:01:30-0600\",\n        \"enabled_payment_methods\": [\n            \"offline\",\n            \"offline\"\n        ],\n        \"end_date\": \"2026-01-01T00:00:00-0700\",\n        \"image_urls\": [\n            \"https://static.ce-cdn.com/uploads/apiv2/headline_image/file/99750/images__1_.jpeg?fit=inside&height=2000&width=2000\"\n        ],\n        \"start_date\": \"2022-01-01T00:00:00-0700\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"d4651c58-b9dd-4c93-a5fa-cbfb62795501"},{"name":"deleteProject","id":"043b9d2f-99c8-4f6a-a935-9c2673d566c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://checkout.new.crowdengine.com/api/v2/projects/:project_id","description":"<p>Used to delete a project from a database.</p>\n<p>Only test projects can be deleted.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required Path</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>/projects  <br />  <br />go to https://checkout.new.crowdengine.com/admin/projects click on the project and retrieve the id from the URL</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","projects",":project_id"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[{"type":"any","value":"13555","key":"project_id"}]}},"response":[{"id":"3c931f84-dacd-43d2-a6a5-40de533e92c2","name":"deleteProject","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://checkout.new.crowdengine.com/api/v2/projects/:id","protocol":"https","host":["checkout.new.crowdengine.com"],"path":["api","v2","projects",":id"],"variable":[{"key":"id","value":"2687","description":"Project ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Mon, 01 May 2023 15:56:27 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"3432db0d29c7f1b34f9c9278c389c584\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"3ebd7e59-3ad3-46d5-8050-b18de7c75610"},{"key":"X-Runtime","value":"0.292737"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"message\": \"Project 2687 deleted successfully\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"043b9d2f-99c8-4f6a-a935-9c2673d566c8"}],"id":"7fdc2427-8cd6-4c5f-b151-73cd3f978ec6","description":"<p>Contains data pertaining to the offerings on your investment platform</p>\n","_postman_id":"7fdc2427-8cd6-4c5f-b151-73cd3f978ec6","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}},{"name":"Project Collaborators","item":[{"name":"createCollaborator","id":"de747e7b-9bb5-4015-8703-65e35541b5ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"project_collaborator\": {\n    \"email\": \"user@example.com\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"project_id\": 12345\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://checkout.new.crowdengine.com/api/v2/project_collaborators","description":"<p>The POST request to v2/project_collaborators is used to create a new collaborator to help manage a project on your platform.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Retrieved From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>email</td>\n<td>YES</td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>YES</td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>YES</td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>project_id</td>\n<td>YES</td>\n<td>provided by user</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","project_collaborators"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[]}},"response":[{"id":"ccc1d48e-cb8d-4c53-a7a3-7754f9b674fb","name":"createCollaborator","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"project_collaborator\": {\n    \"email\": \"user@example.com\",\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"project_id\": 13817\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://checkout.new.crowdengine.com/api/v2/project_collaborators"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"171"},{"key":"Content-Security-Policy","value":""},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Etag","value":"W/\"ab6885b71021039d50f57dca7cf04846\""},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"response_headers\":[\"Via\"],\"max_age\":3600,\"success_fraction\":0.01,\"failure_fraction\":0.1}"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?s=IelPTW2BcVI%2B3RM%2F0Jh2LOexku2APK%2BL%2FYmcJzAHwQo%3D\\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\\u0026ts=1763057696\"}],\"max_age\":3600}"},{"key":"Reporting-Endpoints","value":"heroku-nel=\"https://nel.heroku.com/reports?s=IelPTW2BcVI%2B3RM%2F0Jh2LOexku2APK%2BL%2FYmcJzAHwQo%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1763057696\""},{"key":"Server","value":"Heroku"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Vary","value":"Accept,Accept-Encoding"},{"key":"Via","value":"1.1 heroku-router"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"X-Request-Id","value":"4cb38cfb-5a22-baad-eba9-0dc9f9c17311"},{"key":"X-Runtime","value":"0.280554"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Thu, 13 Nov 2025 18:14:57 GMT"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    :data=>{\n        :access_token=>\"euKnVfd8kJWMjHD1i3Bi\",\n        :invite_link=>\"https://apiv2.new.crowdengine.com/users/invitation/accept?invitation_token=euKnVfd8kJWMjHD1i3Bi&project_id=13817\"\n    },\n    :meta=>{}\n}"}],"_postman_id":"de747e7b-9bb5-4015-8703-65e35541b5ae"},{"name":"getCollaborators","id":"d88a2152-1346-4aff-b10e-f73db5070a9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://checkout.new.crowdengine.com/api/v2/project_collaborators?project_id=12345","description":"<p>This request returns a list of collaborators on a specific project</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Retrive From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>project_id</td>\n<td>YES</td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>status - Possible values: invited, accepted</td>\n<td>Optional</td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>page</td>\n<td>Optional</td>\n<td>provided by user</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","project_collaborators"],"host":["checkout.new.crowdengine.com"],"query":[{"key":"project_id","value":"12345"}],"variable":[]}},"response":[{"id":"65e42c04-5ced-478e-a570-8fc6f84c6827","name":"getCollaborators","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://checkout.new.crowdengine.com/api/v2/project_collaborators?project_id=13817","protocol":"https","host":["checkout.new.crowdengine.com"],"path":["api","v2","project_collaborators"],"query":[{"key":"project_id","value":"13817"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"167"},{"key":"Content-Security-Policy","value":""},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Etag","value":"W/\"31a8a72c78e910556c750476e2ccb78c\""},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"response_headers\":[\"Via\"],\"max_age\":3600,\"success_fraction\":0.01,\"failure_fraction\":0.1}"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?s=0bGOuFnkGZLEY49D%2BsA0eauIIZ7ZDloKHBfLTsS4yUs%3D\\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\\u0026ts=1763057844\"}],\"max_age\":3600}"},{"key":"Reporting-Endpoints","value":"heroku-nel=\"https://nel.heroku.com/reports?s=0bGOuFnkGZLEY49D%2BsA0eauIIZ7ZDloKHBfLTsS4yUs%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1763057844\""},{"key":"Server","value":"Heroku"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Vary","value":"Accept,Accept-Encoding"},{"key":"Via","value":"1.1 heroku-router"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"X-Request-Id","value":"e57b38d5-4bb5-75ce-9176-f61aefff5373"},{"key":"X-Runtime","value":"0.085559"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Thu, 13 Nov 2025 18:17:24 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"user_id\": 503846,\n            \"status\": \"invited\",\n            \"expires_at\": \"2025-12-13T23:59:59-0700\",\n            \"email\": \"user@example.com\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"total_entries\": 1,\n        \"total_pages\": 1\n    }\n}"}],"_postman_id":"d88a2152-1346-4aff-b10e-f73db5070a9f"},{"name":"deleteCollaborator","id":"209a5714-23e1-4887-abfe-e855ae8df720","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"project_collaborator\": {\n    \"email\": \"user@example.com\",\n    \"project_id\": 123\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://checkout.new.crowdengine.com/api/v2/project_collaborators","description":"<p>The DELETE request to v2/project_collaborators is used to delete a specific collaborators</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>project_id</td>\n<td>YES</td>\n<td>provided by user</td>\n</tr>\n<tr>\n<td>email</td>\n<td>YES</td>\n<td>provided by user</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","project_collaborators"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[]}},"response":[{"id":"27f4ad4d-aced-457a-a1b0-f91cea7db8d5","name":"deleteCollaborator","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n  \"project_collaborator\": {\n    \"email\": \"user@example.com\",\n    \"project_id\": 13817\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://checkout.new.crowdengine.com/api/v2/project_collaborators"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"65"},{"key":"Content-Security-Policy","value":""},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Etag","value":"W/\"860b5601e2a8848e15eb1b82eb6babc2\""},{"key":"Nel","value":"{\"report_to\":\"heroku-nel\",\"response_headers\":[\"Via\"],\"max_age\":3600,\"success_fraction\":0.01,\"failure_fraction\":0.1}"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Report-To","value":"{\"group\":\"heroku-nel\",\"endpoints\":[{\"url\":\"https://nel.heroku.com/reports?s=0cZkxB9vk%2B1dfrHd%2BbOuohBxCKrJM4bhL1r6pqfBPzI%3D\\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\\u0026ts=1763058314\"}],\"max_age\":3600}"},{"key":"Reporting-Endpoints","value":"heroku-nel=\"https://nel.heroku.com/reports?s=0cZkxB9vk%2B1dfrHd%2BbOuohBxCKrJM4bhL1r6pqfBPzI%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1763058314\""},{"key":"Server","value":"Heroku"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains"},{"key":"Vary","value":"Accept,Accept-Encoding"},{"key":"Via","value":"1.1 heroku-router"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"X-Request-Id","value":"d89ef9b0-5d7d-9a22-9dac-7533a5a98ed3"},{"key":"X-Runtime","value":"0.081953"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"Date","value":"Thu, 13 Nov 2025 18:25:15 GMT"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"deleted_result\": true\n    },\n    \"meta\": {}\n}"}],"_postman_id":"209a5714-23e1-4887-abfe-e855ae8df720"}],"id":"2153f9f5-330a-464e-8907-ff2b6a3abc20","description":"<p>Contains endpoints for adding, reading, and deleting project collaborators</p>\n","_postman_id":"2153f9f5-330a-464e-8907-ff2b6a3abc20","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}},{"name":"Investments","item":[{"name":"createInvestment","id":"98b29179-81d0-4c46-b390-5f305ef92ce3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n            \"amount\": 1000.0,\n            \"project_id\": 2393,\n            \"profile_id\": 15405,\n            \"share_count\": 1.0,\n            \"payment_provider\": \"north_capital_ach\",\n            \"account_number\": 123,\n            \"routing_number\": 124001545,\n            \"account_type\": \"checking\",\n            \"name_on_account\": \"John Smith\",\n            \"check_type\": \"personal\",\n            \"reinvest_earnings\": false,\n            \"accredited\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://checkout.new.crowdengine.com/api/v2/investments","description":"<p><strong>COMING SOON!!!</strong></p>\n<p>This request is used to create an investment</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required Parameters</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>amount</td>\n<td>user-supplied</td>\n</tr>\n<tr>\n<td>project_id</td>\n<td>GET/projects</td>\n</tr>\n<tr>\n<td>investor_profile_id</td>\n<td>GET/profiles  <br />GET/prrofiles/:type</td>\n</tr>\n<tr>\n<td>payment_method</td>\n<td>user-selection of platform set options:  <br />north_capital_wire  <br />north_capital_ach  <br />north_capital_credit_card  <br />north_capital_check  <br />manual  <br />offline</td>\n</tr>\n<tr>\n<td><strong>ACH</strong></td>\n<td></td>\n</tr>\n<tr>\n<td>account_number</td>\n<td>user-supplied</td>\n</tr>\n<tr>\n<td>account_type</td>\n<td>user_selected:  <br />Checking  <br />Savings</td>\n</tr>\n<tr>\n<td>name_on_account</td>\n<td>user-supplied</td>\n</tr>\n<tr>\n<td>routing_number</td>\n<td>user-supplied</td>\n</tr>\n<tr>\n<td>bank_name</td>\n<td>user-supplied</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Optional Parameters</strong></th>\n<th></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>swift_number</td>\n<td>user-supplies</td>\n</tr>\n<tr>\n<td>reinvest_earnings</td>\n<td>user-selected:  <br />true  <br />false</td>\n</tr>\n<tr>\n<td>accreditied</td>\n<td>true or false</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","investments"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"98b29179-81d0-4c46-b390-5f305ef92ce3"},{"name":"getInvestments","id":"853d7d8b-6d62-4804-8328-416d834f6c13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://checkout.new.crowdengine.com/api/investments","description":"<p>Used to retrieve all investments and their data on the entire platform</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","investments"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[]}},"response":[{"id":"7ff4fe4d-6dbd-4d4a-a4eb-dc21060db961","name":"getInvestments","originalRequest":{"method":"GET","header":[],"url":"https://checkout.new.crowdengine.com/api/investments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Thu, 27 Apr 2023 22:01:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"2bc856787a95d940609fcb1886037a23\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"1c07f53e-8612-402a-ac1b-7e209813f1a2"},{"key":"X-Runtime","value":"0.633477"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 153476,\n            \"amount\": 500,\n            \"project_id\": 13555,\n            \"investor_profile_id\": 438917,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"pending\",\n            \"public_uuid\": \"bc3be16cf956\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-10T12:23:15-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 153477,\n            \"amount\": 500,\n            \"project_id\": 13565,\n            \"investor_profile_id\": 438919,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"pending\",\n            \"public_uuid\": \"2c9e08918335\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-10T12:25:50-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 154261,\n            \"amount\": 1000,\n            \"project_id\": 13555,\n            \"investor_profile_id\": 440626,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 2,\n            \"status\": \"canceled\",\n            \"public_uuid\": \"ca56f9d732de\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-14T10:45:34-0600\",\n            \"payment_method\": \"north_capital_ach\"\n        },\n        {\n            \"id\": 154262,\n            \"amount\": 500,\n            \"project_id\": 13555,\n            \"investor_profile_id\": 440606,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"canceled\",\n            \"public_uuid\": \"73b5f25e00ee\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-14T10:48:01-0600\",\n            \"payment_method\": \"north_capital_ach\"\n        },\n        {\n            \"id\": 154265,\n            \"amount\": 500,\n            \"project_id\": 13555,\n            \"investor_profile_id\": 440637,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"pending\",\n            \"public_uuid\": \"6f662c023ba5\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-14T10:59:57-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 154267,\n            \"amount\": 500,\n            \"project_id\": 13565,\n            \"investor_profile_id\": 440644,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"canceled\",\n            \"public_uuid\": \"3d45b06a269a\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-14T11:10:53-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 154268,\n            \"amount\": 1000,\n            \"project_id\": 13555,\n            \"investor_profile_id\": 440646,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 2,\n            \"status\": \"completed\",\n            \"public_uuid\": \"540073f5da09\",\n            \"completion_date\": \"November 29, 2022\",\n            \"creation_date\": \"2022-11-14T11:11:19-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 154270,\n            \"amount\": 750,\n            \"project_id\": 13555,\n            \"investor_profile_id\": 440637,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1.5,\n            \"status\": \"completed\",\n            \"public_uuid\": \"c9c71b990dc6\",\n            \"completion_date\": \"November 14, 2022\",\n            \"creation_date\": \"2022-11-14T11:15:13-0600\",\n            \"payment_method\": \"manual\"\n        },\n        {\n            \"id\": 154271,\n            \"amount\": 750,\n            \"project_id\": 13555,\n            \"investor_profile_id\": 440644,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1.5,\n            \"status\": \"completed\",\n            \"public_uuid\": \"ffb80ca1f04a\",\n            \"completion_date\": \"January 29, 2023\",\n            \"creation_date\": \"2022-11-14T17:00:00-0600\",\n            \"payment_method\": \"manual\"\n        },\n        {\n            \"id\": 154281,\n            \"amount\": 500,\n            \"project_id\": 13558,\n            \"investor_profile_id\": 440643,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"completed\",\n            \"public_uuid\": \"7f36026aaa8b\",\n            \"completion_date\": \"December 22, 2022\",\n            \"creation_date\": \"2022-11-14T11:44:32-0600\",\n            \"payment_method\": \"offline\"\n        },\n        {\n            \"id\": 155034,\n            \"amount\": 500,\n            \"project_id\": 13565,\n            \"investor_profile_id\": 441115,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"pending\",\n            \"public_uuid\": \"38ab9f9edd11\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-15T12:24:37-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 155231,\n            \"amount\": 500,\n            \"project_id\": 13562,\n            \"investor_profile_id\": 441515,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"completed\",\n            \"public_uuid\": \"71f28a9a85f8\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-16T10:39:36-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 155232,\n            \"amount\": 500,\n            \"project_id\": 13562,\n            \"investor_profile_id\": 441517,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"completed\",\n            \"public_uuid\": \"5b6a2c2fe30f\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-16T10:42:26-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 155233,\n            \"amount\": 500,\n            \"project_id\": 13562,\n            \"investor_profile_id\": 441518,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"completed\",\n            \"public_uuid\": \"982613292e39\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-16T10:43:46-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 155234,\n            \"amount\": 500,\n            \"project_id\": 13562,\n            \"investor_profile_id\": 441519,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"completed\",\n            \"public_uuid\": \"35d21a50a17b\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-16T10:44:14-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 155235,\n            \"amount\": 500,\n            \"project_id\": 13562,\n            \"investor_profile_id\": 441520,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"completed\",\n            \"public_uuid\": \"6c034fa230a5\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-16T10:44:57-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 155236,\n            \"amount\": 500,\n            \"project_id\": 13562,\n            \"investor_profile_id\": 441521,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"completed\",\n            \"public_uuid\": \"c1e9b580fa28\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-16T10:46:09-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 155237,\n            \"amount\": 500,\n            \"project_id\": 13562,\n            \"investor_profile_id\": 441522,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"completed\",\n            \"public_uuid\": \"9e31a8386f2f\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-16T10:47:06-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 155238,\n            \"amount\": 500,\n            \"project_id\": 13562,\n            \"investor_profile_id\": 441523,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"completed\",\n            \"public_uuid\": \"4ee63eb65ffc\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-16T10:47:58-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 155239,\n            \"amount\": 500,\n            \"project_id\": 13562,\n            \"investor_profile_id\": 441524,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"completed\",\n            \"public_uuid\": \"a8b80ec2c192\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-16T10:48:59-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 155240,\n            \"amount\": 500,\n            \"project_id\": 13562,\n            \"investor_profile_id\": 441525,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"completed\",\n            \"public_uuid\": \"2bbd5520f7d8\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-16T10:49:54-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 155241,\n            \"amount\": 500,\n            \"project_id\": 13562,\n            \"investor_profile_id\": 441526,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"completed\",\n            \"public_uuid\": \"208825b9f495\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-16T10:50:54-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 155242,\n            \"amount\": 500,\n            \"project_id\": 13562,\n            \"investor_profile_id\": 441529,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"completed\",\n            \"public_uuid\": \"a9145181e2fe\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-16T10:51:55-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 155244,\n            \"amount\": 500,\n            \"project_id\": 13562,\n            \"investor_profile_id\": 441531,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"completed\",\n            \"public_uuid\": \"0b9127814b50\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-16T10:52:59-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 155245,\n            \"amount\": 500,\n            \"project_id\": 13562,\n            \"investor_profile_id\": 441532,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"completed\",\n            \"public_uuid\": \"64152d0c11ec\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-16T10:53:49-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 155246,\n            \"amount\": 500,\n            \"project_id\": 13562,\n            \"investor_profile_id\": 441534,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"completed\",\n            \"public_uuid\": \"78829624b692\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-16T10:54:59-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 155247,\n            \"amount\": 500,\n            \"project_id\": 13562,\n            \"investor_profile_id\": 441535,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"completed\",\n            \"public_uuid\": \"5d198bdb4e82\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-16T10:55:56-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 155248,\n            \"amount\": 500,\n            \"project_id\": 13562,\n            \"investor_profile_id\": 441536,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"completed\",\n            \"public_uuid\": \"8fb01b52f1d2\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-16T10:56:58-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 155249,\n            \"amount\": 500,\n            \"project_id\": 13562,\n            \"investor_profile_id\": 441537,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"completed\",\n            \"public_uuid\": \"5bf17119b465\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-16T10:57:50-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        },\n        {\n            \"id\": 155250,\n            \"amount\": 500,\n            \"project_id\": 13562,\n            \"investor_profile_id\": 441538,\n            \"requires_invest_ready_accreditation\": false,\n            \"shares_amount\": 1,\n            \"status\": \"completed\",\n            \"public_uuid\": \"04ddf8e6cb2e\",\n            \"completion_date\": null,\n            \"creation_date\": \"2022-11-16T10:58:50-0600\",\n            \"payment_method\": \"north_capital_wire\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"total_entries\": 495,\n        \"total_pages\": 17\n    }\n}"}],"_postman_id":"853d7d8b-6d62-4804-8328-416d834f6c13"},{"name":"getInvestment","id":"b0a548bb-ed12-4b47-b66b-06b9aa64251c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://checkout.new.crowdengine.com/api/investments/:investment_id","description":"<p>Used to GET data on a specific investment</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required Path</strong></th>\n<th><strong>AKA</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>investment_id</td>\n<td>GET/investments  <br />  <br />POST/V2/investments  <br />  <br />Go to https://checkout.new.crowdengine.com/admin/investments and click \"<strong>Edit\"</strong> on the investment. Retrieve the id from the URL</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","investments",":investment_id"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[{"type":"any","value":null,"key":"investment_id"}]}},"response":[{"id":"f1771d3d-55c4-4da1-8ad2-1ff26181c39a","name":"getInvestment","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://checkout.new.crowdengine.com/api/investments/:id","protocol":"https","host":["checkout.new.crowdengine.com"],"path":["api","investments",":id"],"variable":[{"key":"id","value":"153476"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Thu, 27 Apr 2023 22:01:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"66c3afc9812ef4b23e112bd9d7037051\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"4401ef0d-7811-4504-9712-3ce18825edf0"},{"key":"X-Runtime","value":"0.086203"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 153476,\n        \"amount\": 500,\n        \"project_id\": 13555,\n        \"investor_profile_id\": 438917,\n        \"requires_invest_ready_accreditation\": false,\n        \"shares_amount\": 1,\n        \"status\": \"pending\",\n        \"public_uuid\": \"bc3be16cf956\",\n        \"completion_date\": null,\n        \"creation_date\": \"2022-11-10T12:23:15-0600\",\n        \"payment_method\": \"north_capital_wire\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"b0a548bb-ed12-4b47-b66b-06b9aa64251c"},{"name":"updateInvestment","id":"858de754-6d7a-4bec-af49-b1cc1b830fc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n            \"accredited\": true,\n            \"amount\": 200.00,\n            \"status\": \"completed\"\n}","options":{"raw":{"language":"json"}}},"url":"https://checkout.new.crowdengine.com/api/v2/investments/:investment_id","description":"<p><strong>COMING SOON!!!</strong></p>\n<p>Used to update an existing investment's data</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Updateable Parameters</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td></td>\n</tr>\n<tr>\n<td>amount</td>\n<td></td>\n</tr>\n<tr>\n<td>share_count</td>\n<td></td>\n</tr>\n<tr>\n<td>created_at_date</td>\n<td>Format YYYY-MM-DD HH:MM:SS</td>\n</tr>\n<tr>\n<td>settled_at_date</td>\n<td>Format YYYY-MM-DD HH:MM:SS</td>\n</tr>\n<tr>\n<td>accredited</td>\n<td>true or false</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","investments",":investment_id"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[{"type":"any","value":"9010","key":"investment_id"}]}},"response":[{"id":"c5b39061-82c7-4c43-9850-47725c93916f","name":"updateInvestment","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n            \"accredited\": true,\n            \"amount\": 200.00,\n            \"status\": \"completed\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://checkout.new.crowdengine.com/api/v2/investments/:investment_id","protocol":"https","host":["checkout.new.crowdengine.com"],"path":["api","v2","investments",":investment_id"],"variable":[{"key":"investment_id","value":"9010"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Tue, 06 Jun 2023 17:11:12 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"d4509cfc18af53eaa3566555815528b5\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"87d20eaa-96d2-43e8-a62b-5f4cd9657afe"},{"key":"X-Runtime","value":"1.203129"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 9010,\n        \"amount\": 200,\n        \"settled_at\": \"2023-06-06T11:11:11.621-06:00\",\n        \"share_count\": 10,\n        \"status\": \"completed\",\n        \"accredited\": true,\n        \"completion_date\": \"2023-06-06T11:11:11-0600\",\n        \"creation_date\": \"2021-08-11T12:08:49-0600\",\n        \"payment_method\": \"offline\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"858de754-6d7a-4bec-af49-b1cc1b830fc8"},{"name":"deleteInvestment","id":"80edaaf6-0a3a-4357-9cfa-105bd6247d69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://checkout.new.crowdengine.com/api/v2/investments/:investment_id","description":"<p><code>/:ID</code> to DELETE specific Investment</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","investments",":investment_id"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[{"type":"any","value":null,"key":"investment_id"}]}},"response":[{"id":"e7f1ff04-3c55-4890-8d49-512fc8fdd4e1","name":"deleteInvestment","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"https://checkout.new.crowdengine.com/api/v2/investments/:id","protocol":"https","host":["checkout.new.crowdengine.com"],"path":["api","v2","investments",":id"],"variable":[{"key":"id","value":"14691","description":"Investment ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Thu, 06 Apr 2023 16:27:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"0d63a597c29f797d9fef28f43be7a7e7\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"ffefe30e-b988-44f8-8f78-96db99c2b8df"},{"key":"X-Runtime","value":"1.549587"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"message\": [\n            \"Investment was successfully cancelled.\"\n        ]\n    },\n    \"meta\": {}\n}"}],"_postman_id":"80edaaf6-0a3a-4357-9cfa-105bd6247d69"}],"id":"968aede2-4630-4ba6-915a-85423e0b19ad","description":"<p>Investments hold all the data pertaining to a specific investment. It is required to have a linked profile and project in order to function properly.</p>\n<p>The following parameters are contained in the investments data table.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>aka investment_id, used throughout the database to identify this specific investment</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>the amount of the investment</td>\n</tr>\n<tr>\n<td>project_id</td>\n<td>identifies the offering/ project that the investment was placed in</td>\n</tr>\n<tr>\n<td>investor_profile_id</td>\n<td>identifies the individual, entity, or organization that owns this investment, but does not identify the user that placed the investment. The user is linked to the profile_id and can be found in /profiles</td>\n</tr>\n<tr>\n<td>requires_investready_accreditation</td>\n<td>This is used to determine if an investment requires accreditation through the third-party InvestReady</td>\n</tr>\n<tr>\n<td>shares_amount</td>\n<td>The number of shares related to this investment</td>\n</tr>\n<tr>\n<td>status</td>\n<td>the current status of the investment</td>\n</tr>\n<tr>\n<td>public_uuid</td>\n<td>a unique uuid that allows identification across multiple systems and applications</td>\n</tr>\n<tr>\n<td>completed_date</td>\n<td>the date an investment is settled</td>\n</tr>\n<tr>\n<td>payment_method</td>\n<td>the method of payment used by the investment</td>\n</tr>\n<tr>\n<td>accredited</td>\n<td>Is the investor accredited or not</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"968aede2-4630-4ba6-915a-85423e0b19ad","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}},{"name":"AML","item":[{"name":"createAml","id":"78503df7-8df1-417f-88b1-5e16bca1fb9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n            \"name\": \"John Smith\",\n            \"phone\": \"1115557777\",\n            \"date_of_birth\": \"1975-02-27\",\n            \"ssn\": \"11222333\",\n            \"street_address_1\": \"222333 Peachtree Place\",\n            \"street_address_2\": null,\n            \"zip_code\": \"30318\",\n            \"country\": \"US\",\n            \"state\": \"GA\",\n            \"country_of_citizenship\": \"US\",\n            \"type\": null,\n            \"aml_type\": \"PERSON\",\n            \"profile_id\": \"479699\",\n            \"project_id\": \"13817\"\n}","options":{"raw":{"language":"json"}}},"url":"https://checkout.new.crowdengine.com/api/v2/aml_entities","description":"<p>Used to create an AML entry to process KYC and AML</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required Parameters</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>user-supplied  <br />Full name or Company name</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>user-supplied</td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>user-supplied</td>\n</tr>\n<tr>\n<td>ssn</td>\n<td>user-supplied</td>\n</tr>\n<tr>\n<td>street_address_1</td>\n<td>user-supplied</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>user-supplied</td>\n</tr>\n<tr>\n<td>country</td>\n<td>user-supplied</td>\n</tr>\n<tr>\n<td>state</td>\n<td>user-supplied</td>\n</tr>\n<tr>\n<td>country_of_citizenship</td>\n<td>user-supplied  <br />Format example \"US\"</td>\n</tr>\n<tr>\n<td>aml_type</td>\n<td>Selection  <br />PERSON  <br />ENTITY</td>\n</tr>\n<tr>\n<td>profile_id</td>\n<td>POST v2/profiles  <br />  <br />GET /profiles  <br />  <br />GET /profile?type=:type  <br />  <br />checkout.new.crowdengine.com/admin/profiles</td>\n</tr>\n<tr>\n<td>project_id</td>\n<td>GET /projects  <br />  <br />GET/projects?profile_id={{profile_id}}  <br />  <br />go to https://checkout.new.crowdengine.com/admin/projects  <br />click on the offering and retrieve the id from the URL</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Optional Parameters</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td></td>\n</tr>\n<tr>\n<td>street_address_2</td>\n<td>user-supplied</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","aml_entities"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[]}},"response":[{"id":"0ceb8e2b-4168-484a-8c7b-18978d3db325","name":"createAml","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n            \"name\": \"John Smith\",\n            \"phone\": \"1115557777\",\n            \"date_of_birth\": \"1975-02-27\",\n            \"ssn\": \"11222333\",\n            \"street_address_1\": \"222333 Peachtree Place\",\n            \"street_address_2\": null,\n            \"zip_code\": \"30318\",\n            \"country\": \"US\",\n            \"state\": \"GA\",\n            \"domicile\": \"US\",\n            \"type\": null,\n            \"aml_type\": \"ENTITY\",\n            \"profile_id\": \"23178\",\n            \"project_id\": \"2693\"\n}","options":{"raw":{"language":"json"}}},"url":"https://checkout.new.crowdengine.com/api/v2/aml_entities"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Thu, 11 May 2023 21:12:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"3b094f71c9101c60dfe716271fc7a501\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"f0395d0d-08ca-482c-b694-2b365375bfb9"},{"key":"X-Runtime","value":"0.151157"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 414,\n        \"city\": \"Atlanta\",\n        \"email\": \"postmantest2@mail.com\",\n        \"entity\": {\n            \"id\": 23178,\n            \"contact_email\": \"postmantest2@mail.com\",\n            \"first_name\": null,\n            \"last_name\": null,\n            \"company_name\": \"Happy Fund\",\n            \"state_formed_in\": \"GA\",\n            \"executive_name\": \"John Smith\",\n            \"date_of_birth\": null,\n            \"tax_id_number\": \"111223333\",\n            \"phone\": \"1115557777\",\n            \"address_1\": \"222333 Peachtree Place\",\n            \"address_2\": null,\n            \"city\": \"Atlanta\",\n            \"state\": \"GA\",\n            \"zip_code\": \"30318\",\n            \"country\": \"US\",\n            \"website\": null,\n            \"bio\": null,\n            \"created_at\": \"2023-05-11T15:11:17.764-06:00\",\n            \"updated_at\": \"2023-05-11T15:11:17.764-06:00\",\n            \"user_id\": 19398,\n            \"platform_id\": 338,\n            \"deleted_at\": null,\n            \"meta\": {},\n            \"additional_attributes\": {\n                \"residency\": \"US\",\n                \"self_address_verified\": false\n            },\n            \"business_type\": null,\n            \"onfido_applicant_id\": null,\n            \"passport\": null,\n            \"national_id\": null,\n            \"residential_document\": null,\n            \"use_alt\": false,\n            \"joint_profile_association_id\": null,\n            \"mailing_address_1\": null,\n            \"mailing_address_2\": null,\n            \"mailing_city\": null,\n            \"mailing_state\": null,\n            \"mailing_postal_code\": null,\n            \"mailing_country\": null,\n            \"ownership_rights\": null,\n            \"uuid\": \"d49d7a94-9251-4e09-9bfa-145fef288e9b\",\n            \"computer_share_id\": null,\n            \"risk_agreed_at\": null\n        },\n        \"name\": \"John Smith\",\n        \"phone\": \"1115557777\",\n        \"date_of_birth\": \"1975-02-27\",\n        \"ssn\": \"111223333\",\n        \"street_address_1\": \"222333 Peachtree Place\",\n        \"street_address_2\": null,\n        \"zip_code\": \"30318\",\n        \"country\": \"US\",\n        \"state\": \"GA\",\n        \"domicile\": null,\n        \"type\": null,\n        \"aml_type\": \"PERSON\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"78503df7-8df1-417f-88b1-5e16bca1fb9b"},{"name":"getAmlByProfileId","id":"df63d755-edea-4069-9a59-5bc7eb72cba3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://checkout.new.crowdengine.com/api/v2/aml_entities/:profile_id","description":"<p>Used to pull all AML data by profile_id</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required Path</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>profile_id</td>\n<td>POST v2/profiles  <br />  <br />GET /profiles  <br />  <br />GET /profile?type=:type  <br />  <br />checkout.new.crowdengine.com/admin/profiles</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","aml_entities",":profile_id"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[{"type":"any","value":"21295","key":"profile_id"}]}},"response":[{"id":"55f7e20a-da06-4d5a-8b28-c38e5867216f","name":"getAmlByProfileId","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://checkout.new.crowdengine.com/api/v2/aml_entities/:profile","protocol":"https","host":["checkout.new.crowdengine.com"],"path":["api","v2","aml_entities",":profile"],"variable":[{"key":"profile","value":"21295"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Thu, 27 Apr 2023 22:18:20 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"ec9ce2e573dd02539d5943fe8e4619da\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"829f8eee-e22d-4901-8faf-e231091a2bf8"},{"key":"X-Runtime","value":"0.119482"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 412,\n            \"city\": \"Atlanta\",\n            \"email\": \"211052b@mail.com\",\n            \"entity\": {\n                \"id\": 21295,\n                \"contact_email\": \"jakes+623i@crowdengine.net\",\n                \"first_name\": null,\n                \"last_name\": null,\n                \"company_name\": \"Happy Fund LLC\",\n                \"state_formed_in\": \"UT\",\n                \"executive_name\": \"Joe Smith\",\n                \"date_of_birth\": null,\n                \"tax_id_number\": \"111223333\",\n                \"phone\": \"1115557777\",\n                \"address_1\": \"222333 Peachtree Place\",\n                \"address_2\": \"\",\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"zip_code\": \"30318\",\n                \"country\": \"United States\",\n                \"website\": null,\n                \"bio\": null,\n                \"created_at\": \"2023-04-05T16:34:15.632-06:00\",\n                \"updated_at\": \"2023-04-21T09:17:40.950-06:00\",\n                \"user_id\": 17680,\n                \"platform_id\": 338,\n                \"deleted_at\": null,\n                \"meta\": {},\n                \"additional_attributes\": {\n                    \"self_address_verified\": false,\n                    \"residency\": \"US\"\n                },\n                \"business_type\": \"Corporation\",\n                \"onfido_applicant_id\": null,\n                \"passport\": null,\n                \"national_id\": null,\n                \"residential_document\": null,\n                \"use_alt\": false,\n                \"joint_profile_association_id\": null,\n                \"mailing_address_1\": null,\n                \"mailing_address_2\": null,\n                \"mailing_city\": null,\n                \"mailing_state\": null,\n                \"mailing_postal_code\": null,\n                \"mailing_country\": null,\n                \"ownership_rights\": null,\n                \"uuid\": \"dab02036-e3f5-4671-93be-58538faeeb78\",\n                \"computer_share_id\": null,\n                \"risk_agreed_at\": null\n            },\n            \"name\": \"John Smith\",\n            \"phone\": \"1115557777\",\n            \"date_of_birth\": \"1975-02-27\",\n            \"ssn\": \"111223333\",\n            \"street_address_1\": \"222333 Peachtree Place\",\n            \"street_address_2\": \"\",\n            \"zip_code\": \"30318\",\n            \"country\": \"US\",\n            \"state\": \"GA\",\n            \"domicile\": null,\n            \"type\": null,\n            \"aml_type\": \"PERSON\"\n        },\n        {\n            \"id\": 411,\n            \"city\": \"Atlanta\",\n            \"email\": \"211052b@mail.com\",\n            \"entity\": {\n                \"id\": 21295,\n                \"contact_email\": \"jakes+623i@crowdengine.net\",\n                \"first_name\": null,\n                \"last_name\": null,\n                \"company_name\": \"Happy Fund LLC\",\n                \"state_formed_in\": \"UT\",\n                \"executive_name\": \"Joe Smith\",\n                \"date_of_birth\": null,\n                \"tax_id_number\": \"111223333\",\n                \"phone\": \"1115557777\",\n                \"address_1\": \"222333 Peachtree Place\",\n                \"address_2\": \"\",\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"zip_code\": \"30318\",\n                \"country\": \"United States\",\n                \"website\": null,\n                \"bio\": null,\n                \"created_at\": \"2023-04-05T16:34:15.632-06:00\",\n                \"updated_at\": \"2023-04-21T09:17:40.950-06:00\",\n                \"user_id\": 17680,\n                \"platform_id\": 338,\n                \"deleted_at\": null,\n                \"meta\": {},\n                \"additional_attributes\": {\n                    \"self_address_verified\": false,\n                    \"residency\": \"US\"\n                },\n                \"business_type\": \"Corporation\",\n                \"onfido_applicant_id\": null,\n                \"passport\": null,\n                \"national_id\": null,\n                \"residential_document\": null,\n                \"use_alt\": false,\n                \"joint_profile_association_id\": null,\n                \"mailing_address_1\": null,\n                \"mailing_address_2\": null,\n                \"mailing_city\": null,\n                \"mailing_state\": null,\n                \"mailing_postal_code\": null,\n                \"mailing_country\": null,\n                \"ownership_rights\": null,\n                \"uuid\": \"dab02036-e3f5-4671-93be-58538faeeb78\",\n                \"computer_share_id\": null,\n                \"risk_agreed_at\": null\n            },\n            \"name\": \"John Smith\",\n            \"phone\": \"1115557777\",\n            \"date_of_birth\": \"1975-02-27\",\n            \"ssn\": \"111223333\",\n            \"street_address_1\": \"222333 Peachtree Place\",\n            \"street_address_2\": \"\",\n            \"zip_code\": \"30318\",\n            \"country\": \"US\",\n            \"state\": \"GA\",\n            \"domicile\": null,\n            \"type\": null,\n            \"aml_type\": \"PERSON\"\n        },\n        {\n            \"id\": 404,\n            \"city\": \"Atlanta\",\n            \"email\": \"211052b@mail.com\",\n            \"entity\": {\n                \"id\": 21295,\n                \"contact_email\": \"jakes+623i@crowdengine.net\",\n                \"first_name\": null,\n                \"last_name\": null,\n                \"company_name\": \"Happy Fund LLC\",\n                \"state_formed_in\": \"UT\",\n                \"executive_name\": \"Joe Smith\",\n                \"date_of_birth\": null,\n                \"tax_id_number\": \"111223333\",\n                \"phone\": \"1115557777\",\n                \"address_1\": \"222333 Peachtree Place\",\n                \"address_2\": \"\",\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"zip_code\": \"30318\",\n                \"country\": \"United States\",\n                \"website\": null,\n                \"bio\": null,\n                \"created_at\": \"2023-04-05T16:34:15.632-06:00\",\n                \"updated_at\": \"2023-04-21T09:17:40.950-06:00\",\n                \"user_id\": 17680,\n                \"platform_id\": 338,\n                \"deleted_at\": null,\n                \"meta\": {},\n                \"additional_attributes\": {\n                    \"self_address_verified\": false,\n                    \"residency\": \"US\"\n                },\n                \"business_type\": \"Corporation\",\n                \"onfido_applicant_id\": null,\n                \"passport\": null,\n                \"national_id\": null,\n                \"residential_document\": null,\n                \"use_alt\": false,\n                \"joint_profile_association_id\": null,\n                \"mailing_address_1\": null,\n                \"mailing_address_2\": null,\n                \"mailing_city\": null,\n                \"mailing_state\": null,\n                \"mailing_postal_code\": null,\n                \"mailing_country\": null,\n                \"ownership_rights\": null,\n                \"uuid\": \"dab02036-e3f5-4671-93be-58538faeeb78\",\n                \"computer_share_id\": null,\n                \"risk_agreed_at\": null\n            },\n            \"name\": \"John Smith\",\n            \"phone\": \"1115557777\",\n            \"date_of_birth\": \"1975-02-27\",\n            \"ssn\": \"111223333\",\n            \"street_address_1\": \"222333 Peachtree Place\",\n            \"street_address_2\": \"\",\n            \"zip_code\": \"30318\",\n            \"country\": \"US\",\n            \"state\": \"GA\",\n            \"domicile\": null,\n            \"type\": null,\n            \"aml_type\": \"PERSON\"\n        },\n        {\n            \"id\": 403,\n            \"city\": \"Atlanta\",\n            \"email\": \"jakes+johnsmith@crowdengine.net\",\n            \"entity\": {\n                \"id\": 21295,\n                \"contact_email\": \"jakes+623i@crowdengine.net\",\n                \"first_name\": null,\n                \"last_name\": null,\n                \"company_name\": \"Happy Fund LLC\",\n                \"state_formed_in\": \"UT\",\n                \"executive_name\": \"Joe Smith\",\n                \"date_of_birth\": null,\n                \"tax_id_number\": \"111223333\",\n                \"phone\": \"1115557777\",\n                \"address_1\": \"222333 Peachtree Place\",\n                \"address_2\": \"\",\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"zip_code\": \"30318\",\n                \"country\": \"United States\",\n                \"website\": null,\n                \"bio\": null,\n                \"created_at\": \"2023-04-05T16:34:15.632-06:00\",\n                \"updated_at\": \"2023-04-21T09:17:40.950-06:00\",\n                \"user_id\": 17680,\n                \"platform_id\": 338,\n                \"deleted_at\": null,\n                \"meta\": {},\n                \"additional_attributes\": {\n                    \"self_address_verified\": false,\n                    \"residency\": \"US\"\n                },\n                \"business_type\": \"Corporation\",\n                \"onfido_applicant_id\": null,\n                \"passport\": null,\n                \"national_id\": null,\n                \"residential_document\": null,\n                \"use_alt\": false,\n                \"joint_profile_association_id\": null,\n                \"mailing_address_1\": null,\n                \"mailing_address_2\": null,\n                \"mailing_city\": null,\n                \"mailing_state\": null,\n                \"mailing_postal_code\": null,\n                \"mailing_country\": null,\n                \"ownership_rights\": null,\n                \"uuid\": \"dab02036-e3f5-4671-93be-58538faeeb78\",\n                \"computer_share_id\": null,\n                \"risk_agreed_at\": null\n            },\n            \"name\": \"John Smith\",\n            \"phone\": \"1115557777\",\n            \"date_of_birth\": \"1975-02-27\",\n            \"ssn\": \"11222333\",\n            \"street_address_1\": \"222333 Peachtree Place\",\n            \"street_address_2\": \"\",\n            \"zip_code\": \"30318\",\n            \"country\": \"US\",\n            \"state\": \"GA\",\n            \"domicile\": null,\n            \"type\": null,\n            \"aml_type\": \"PERSON\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"total_entries\": 4,\n        \"total_pages\": 1\n    }\n}"}],"_postman_id":"df63d755-edea-4069-9a59-5bc7eb72cba3"},{"name":"getAmlByTypeAndId","id":"28631cf3-98d3-4c14-888e-8b96952838d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://checkout.new.crowdengine.com/api/v2/aml_entities/:aml_type/:aml_id","description":"<p>Used to retrieve data on a specific AML entity</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required Path</strong></th>\n<th><strong>AKA</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>aml_type</td>\n<td>GET/v2/aml_entities</td>\n</tr>\n<tr>\n<td>id</td>\n<td>aml_id</td>\n<td>GET/v2/aml_entities</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","aml_entities",":aml_type",":aml_id"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[{"description":{"content":"<p>PERSON\nENTITY</p>\n","type":"text/plain"},"type":"any","value":"PERSON","key":"aml_type"},{"type":"any","value":"412","key":"aml_id"}]}},"response":[{"id":"15523b11-accc-4269-a30b-d4e2cad25d23","name":"getAmlByTypeAndId","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://checkout.new.crowdengine.com/api/v2/aml_entities/:type/:id","protocol":"https","host":["checkout.new.crowdengine.com"],"path":["api","v2","aml_entities",":type",":id"],"variable":[{"key":"type","value":"PERSON","description":"PERSON\nENTITY"},{"key":"id","value":"412","description":"AML_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Thu, 27 Apr 2023 22:22:22 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"fa37c3ed6b73390336d1a3d9a71cab37\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"f5ada2dc-beea-4c44-bba0-81cf20cdfc4f"},{"key":"X-Runtime","value":"0.074162"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 412,\n        \"city\": \"Atlanta\",\n        \"email\": \"211052b@mail.com\",\n        \"entity\": {\n            \"id\": 21295,\n            \"contact_email\": \"jakes+623i@crowdengine.net\",\n            \"first_name\": null,\n            \"last_name\": null,\n            \"company_name\": \"Happy Fund LLC\",\n            \"state_formed_in\": \"UT\",\n            \"executive_name\": \"Joe Smith\",\n            \"date_of_birth\": null,\n            \"tax_id_number\": \"111223333\",\n            \"phone\": \"1115557777\",\n            \"address_1\": \"222333 Peachtree Place\",\n            \"address_2\": \"\",\n            \"city\": \"Atlanta\",\n            \"state\": \"GA\",\n            \"zip_code\": \"30318\",\n            \"country\": \"United States\",\n            \"website\": null,\n            \"bio\": null,\n            \"created_at\": \"2023-04-05T16:34:15.632-06:00\",\n            \"updated_at\": \"2023-04-21T09:17:40.950-06:00\",\n            \"user_id\": 17680,\n            \"platform_id\": 338,\n            \"deleted_at\": null,\n            \"meta\": {},\n            \"additional_attributes\": {\n                \"self_address_verified\": false,\n                \"residency\": \"US\"\n            },\n            \"business_type\": \"Corporation\",\n            \"onfido_applicant_id\": null,\n            \"passport\": null,\n            \"national_id\": null,\n            \"residential_document\": null,\n            \"use_alt\": false,\n            \"joint_profile_association_id\": null,\n            \"mailing_address_1\": null,\n            \"mailing_address_2\": null,\n            \"mailing_city\": null,\n            \"mailing_state\": null,\n            \"mailing_postal_code\": null,\n            \"mailing_country\": null,\n            \"ownership_rights\": null,\n            \"uuid\": \"dab02036-e3f5-4671-93be-58538faeeb78\",\n            \"computer_share_id\": null,\n            \"risk_agreed_at\": null\n        },\n        \"name\": \"John Smith\",\n        \"phone\": \"1115557777\",\n        \"date_of_birth\": \"1975-02-27\",\n        \"ssn\": \"111223333\",\n        \"street_address_1\": \"222333 Peachtree Place\",\n        \"street_address_2\": \"\",\n        \"zip_code\": \"30318\",\n        \"country\": \"US\",\n        \"state\": \"GA\",\n        \"domicile\": null,\n        \"type\": null,\n        \"aml_type\": \"PERSON\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"28631cf3-98d3-4c14-888e-8b96952838d5"},{"name":"updateAml","id":"4db86031-ecf4-4988-82d8-0f368335af2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n            \"name\": \"John Smith\",\n            \"phone\": \"1115557777\",\n            \"date_of_birth\": \"1975-02-27\",\n            \"ssn\": \"11222333\",\n            \"street_address_1\": \"222333 Peachtree Place\",\n            \"street_address_2\": null,\n            \"zip_code\": \"30318\",\n            \"country\": \"US\",\n            \"state\": \"GA\",\n            \"country_of_citizenship\": \"US\",\n            \"project_id\": \"13817\"\n}","options":{"raw":{"language":"json"}}},"url":"https://checkout.new.crowdengine.com/api/v2/aml_entities/:aml_type/:aml_id","description":"<p><strong>COMING SOON!!!</strong></p>\n<p>Used to update an AML entry</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required Path</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>GET/v2/aml_entities</td>\n</tr>\n<tr>\n<td>id</td>\n<td>GET/v2/aml_entities</td>\n</tr>\n</tbody>\n</table>\n</div><div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Updatedable Parameters</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>business name or Individual's full name</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>XXXXXXXXXXX (9 digits)</td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>ssn</td>\n<td>XXXXXXXXXXX (9 digits)</td>\n</tr>\n<tr>\n<td>street_address_1</td>\n<td></td>\n</tr>\n<tr>\n<td>street_address_2</td>\n<td></td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td></td>\n</tr>\n<tr>\n<td>country</td>\n<td>abbreviated to 2 Letters</td>\n</tr>\n<tr>\n<td>state</td>\n<td>abbreviated to 2 Letters</td>\n</tr>\n<tr>\n<td>country_of_citizenship</td>\n<td>abbreviated to 2 Letters</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"protocol":"https","path":["api","v2","aml_entities",":aml_type",":aml_id"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[{"description":{"content":"<p>PERSON\nENTITY</p>\n","type":"text/plain"},"type":"any","value":"PERSON","key":"aml_type"},{"type":"any","value":"1903","key":"aml_id"}]}},"response":[{"id":"76de0262-c6fc-40a8-b378-9f4959f798c2","name":"updateAml","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n            \"name\": \"John Smith\",\n            \"phone\": \"1115557777\",\n            \"date_of_birth\": \"1975-02-27\",\n            \"ssn\": \"11222333\",\n            \"street_address_1\": \"222333 Peachtree Place\",\n            \"street_address_2\": null,\n            \"zip_code\": \"30318\",\n            \"country\": \"US\",\n            \"state\": \"GA\",\n            \"country_of_citizenship\": \"US\",\n            \"project_id\": \"13817\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://checkout.new.crowdengine.com/api/v2/aml_entities/:aml_type/:aml_id","protocol":"https","host":["checkout.new.crowdengine.com"],"path":["api","v2","aml_entities",":aml_type",":aml_id"],"variable":[{"key":"aml_type","value":"PERSON","description":"PERSON\nENTITY"},{"key":"aml_id","value":"1903"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Cowboy"},{"key":"Date","value":"Tue, 16 May 2023 14:25:33 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"18c44fa8589faf256550de5bee18cfaf\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"d270d0ef-48ec-4c52-bb43-87d644ea7618"},{"key":"X-Runtime","value":"0.095502"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1903,\n        \"city\": \"Atlanta\",\n        \"email\": \"10158@mail.com\",\n        \"entity\": {\n            \"id\": 479699,\n            \"contact_email\": \"10158@mail.com\",\n            \"first_name\": null,\n            \"last_name\": null,\n            \"company_name\": \"Happy Fund\",\n            \"state_formed_in\": \"GA\",\n            \"executive_name\": \"John Smith\",\n            \"date_of_birth\": null,\n            \"tax_id_number\": \"112223333\",\n            \"phone\": \"1115557777\",\n            \"address_1\": \"222333 Peachtree Place\",\n            \"address_2\": \"\",\n            \"city\": \"Atlanta\",\n            \"state\": \"GA\",\n            \"zip_code\": \"30318\",\n            \"country\": \"United States\",\n            \"website\": null,\n            \"bio\": null,\n            \"created_at\": \"2023-04-10T13:59:18.217-06:00\",\n            \"updated_at\": \"2023-04-10T13:59:36.847-06:00\",\n            \"user_id\": 422191,\n            \"platform_id\": 1057,\n            \"deleted_at\": null,\n            \"meta\": {},\n            \"additional_attributes\": {\n                \"self_address_verified\": false\n            },\n            \"business_type\": null,\n            \"onfido_applicant_id\": null,\n            \"passport\": null,\n            \"national_id\": null,\n            \"residential_document\": null,\n            \"use_alt\": false,\n            \"joint_profile_association_id\": null,\n            \"mailing_address_1\": null,\n            \"mailing_address_2\": null,\n            \"mailing_city\": null,\n            \"mailing_state\": null,\n            \"mailing_postal_code\": null,\n            \"mailing_country\": null,\n            \"ownership_rights\": null,\n            \"uuid\": \"7fb48821-5ebf-4f81-aecd-c8ae74c79a59\",\n            \"computer_share_id\": null,\n            \"risk_agreed_at\": null\n        },\n        \"name\": \"John Smith\",\n        \"phone\": \"1115557777\",\n        \"date_of_birth\": \"1975-02-27\",\n        \"ssn\": \"112223333\",\n        \"street_address_1\": \"222333 Peachtree Place\",\n        \"street_address_2\": \"\",\n        \"zip_code\": \"30318\",\n        \"country\": \"US\",\n        \"state\": \"GA\",\n        \"domicile\": null,\n        \"type\": null,\n        \"aml_type\": \"PERSON\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"4db86031-ecf4-4988-82d8-0f368335af2a"}],"id":"a1777092-a941-4f2d-8ee0-f6395bb3c88b","description":"<p>The AML table holds data required to run an AML and KYC on an entity or individual.</p>\n<p>The AML tables contain the following data.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameters</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>aka aml_id used to identify the AML profile in your investment platform database</td>\n</tr>\n<tr>\n<td>city</td>\n<td>AML city</td>\n</tr>\n<tr>\n<td>email</td>\n<td>AML email</td>\n</tr>\n<tr>\n<td>id</td>\n<td>profile_id identifies the investor</td>\n</tr>\n<tr>\n<td>concact_email</td>\n<td>email for the investor</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>first name of the investor</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>last name of the investor</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>business name</td>\n</tr>\n<tr>\n<td>state_formed_in</td>\n<td>the state in which an organization was formed</td>\n</tr>\n<tr>\n<td>executive_name</td>\n<td>name of the signing executive on the investment</td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>date of birth of the investor</td>\n</tr>\n<tr>\n<td>tax_id_number</td>\n<td>the social security number or fein number of the investor</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>investors phone number</td>\n</tr>\n<tr>\n<td>address_1</td>\n<td>domicile address</td>\n</tr>\n<tr>\n<td>address_2</td>\n<td>additional space for the domicile address</td>\n</tr>\n<tr>\n<td>city</td>\n<td>domicile city</td>\n</tr>\n<tr>\n<td>state</td>\n<td>domicile state</td>\n</tr>\n<tr>\n<td>website</td>\n<td>URL related to the investor</td>\n</tr>\n<tr>\n<td>bio</td>\n<td>user added bio</td>\n</tr>\n<tr>\n<td>created_at</td>\n<td>the date the investor profile was created</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>the date the investor profile was last updated</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>the user id linked to the investor profile</td>\n</tr>\n<tr>\n<td>platform_id</td>\n<td>the id number used for your investment platform</td>\n</tr>\n<tr>\n<td>deleted_at</td>\n<td>the time a profile was deleted</td>\n</tr>\n<tr>\n<td>meta</td>\n<td>extra space for additional information on the investor profile</td>\n</tr>\n<tr>\n<td>additional attributes</td>\n<td>holds additional fields of data from residency to accreditation on the investor profile</td>\n</tr>\n<tr>\n<td>business_type</td>\n<td>type of business entity</td>\n</tr>\n<tr>\n<td>onfido_applicant_id</td>\n<td>Application ID for Onfido</td>\n</tr>\n<tr>\n<td>passport</td>\n<td>url to passport on file</td>\n</tr>\n<tr>\n<td>residential_document</td>\n<td>url to residency documentation</td>\n</tr>\n<tr>\n<td>joint_profile_association</td>\n<td>id to the joint profile association data table</td>\n</tr>\n<tr>\n<td>mailing_address_1</td>\n<td>mailing address for the investor</td>\n</tr>\n<tr>\n<td>mailing_address_2</td>\n<td>line two of the mailing address for the investor</td>\n</tr>\n<tr>\n<td>mailing_city</td>\n<td>mailing city of the investor</td>\n</tr>\n<tr>\n<td>mailing_state</td>\n<td>mailing state of the investor</td>\n</tr>\n<tr>\n<td>mailing_country</td>\n<td>mailing country of the investor</td>\n</tr>\n<tr>\n<td>ownership_rights</td>\n<td>what are the ownership rights on the profile for joint</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>investor profile uuid</td>\n</tr>\n<tr>\n<td>computer_share_id</td>\n<td>investor profile linked ComputerShare id</td>\n</tr>\n<tr>\n<td>risk_agreed_at</td>\n<td>Agreed to risk disclaimer</td>\n</tr>\n<tr>\n<td>name</td>\n<td>AML name</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>AML phone</td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>AML date of birth</td>\n</tr>\n<tr>\n<td>ssn</td>\n<td>AML tax id</td>\n</tr>\n<tr>\n<td>street_address_1</td>\n<td>AML street address line 1</td>\n</tr>\n<tr>\n<td>street_address_2</td>\n<td>AML street address line 2</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>AML postal code</td>\n</tr>\n<tr>\n<td>country</td>\n<td>AML country</td>\n</tr>\n<tr>\n<td>state</td>\n<td>AML state</td>\n</tr>\n<tr>\n<td>domicile</td>\n<td></td>\n</tr>\n<tr>\n<td>type</td>\n<td></td>\n</tr>\n<tr>\n<td>aml_type</td>\n<td>Entity or Person</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"a1777092-a941-4f2d-8ee0-f6395bb3c88b","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}},{"name":"Distribution Accounts","item":[{"name":"getDistributionAccounts","id":"743628d3-f5b8-418e-9056-53ecd9ff06e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"checkout.new.crowdengine.com/api/distribution_accounts","description":"<p>Used to pull all distribution accounts on your investment platform</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"path":["api","distribution_accounts"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[]}},"response":[{"id":"fb1c0e9a-6489-4413-9fe2-faa1ed22bb66","name":"getDistributionAccounts","originalRequest":{"method":"GET","header":[],"url":"checkout.new.crowdengine.com/api/distribution_accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Tue, 18 Apr 2023 19:00:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"81b9ed91f03c164d32991bea4a85777d\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"ef7c510f-344e-4a6d-be79-08852a7bed5a"},{"key":"X-Runtime","value":"0.131544"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 10,\n            \"profile_id\": 15720,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"updated_at\": \"2022-07-22T11:25:02-0600\"\n        },\n        {\n            \"id\": 11,\n            \"profile_id\": 15405,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"22520118\",\n            \"updated_at\": \"2023-04-12T15:53:34-0600\"\n        },\n        {\n            \"id\": 12,\n            \"profile_id\": 15791,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"123123123\",\n            \"updated_at\": \"2021-11-09T13:11:04-0700\"\n        },\n        {\n            \"id\": 13,\n            \"profile_id\": 15792,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"123123123\",\n            \"updated_at\": \"2021-11-10T09:55:45-0700\"\n        },\n        {\n            \"id\": 14,\n            \"profile_id\": 15794,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"123123123\",\n            \"updated_at\": \"2021-11-12T15:40:30-0700\"\n        },\n        {\n            \"id\": 15,\n            \"profile_id\": 15817,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"123123123\",\n            \"updated_at\": \"2021-11-17T16:28:26-0700\"\n        },\n        {\n            \"id\": 16,\n            \"profile_id\": 15818,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"123123123\",\n            \"updated_at\": \"2021-11-17T16:37:32-0700\"\n        },\n        {\n            \"id\": 17,\n            \"profile_id\": 15416,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"22520118\",\n            \"updated_at\": \"2021-11-17T16:38:42-0700\"\n        },\n        {\n            \"id\": 18,\n            \"profile_id\": 15820,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"22520118\",\n            \"updated_at\": \"2021-11-17T17:08:08-0700\"\n        },\n        {\n            \"id\": 19,\n            \"profile_id\": 15821,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"22520118\",\n            \"updated_at\": \"2021-11-17T17:17:18-0700\"\n        },\n        {\n            \"id\": 20,\n            \"profile_id\": 15822,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"123123123\",\n            \"updated_at\": \"2021-11-18T12:28:08-0700\"\n        },\n        {\n            \"id\": 21,\n            \"profile_id\": 15824,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"123123123\",\n            \"updated_at\": \"2021-11-19T09:26:16-0700\"\n        },\n        {\n            \"id\": 22,\n            \"profile_id\": 15825,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"123123123\",\n            \"updated_at\": \"2021-11-19T09:27:36-0700\"\n        },\n        {\n            \"id\": 23,\n            \"profile_id\": 15827,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"123123123\",\n            \"updated_at\": \"2021-11-19T09:29:14-0700\"\n        },\n        {\n            \"id\": 24,\n            \"profile_id\": 15828,\n            \"account_type\": \"savings\",\n            \"owner_type\": \"business\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"123123123\",\n            \"updated_at\": \"2021-11-19T09:30:38-0700\"\n        },\n        {\n            \"id\": 25,\n            \"profile_id\": 15829,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"123123123\",\n            \"updated_at\": \"2021-11-19T09:31:55-0700\"\n        },\n        {\n            \"id\": 26,\n            \"profile_id\": 15830,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"123123123\",\n            \"updated_at\": \"2021-11-19T09:33:05-0700\"\n        },\n        {\n            \"id\": 27,\n            \"profile_id\": 15831,\n            \"account_type\": \"savings\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"123123123\",\n            \"updated_at\": \"2021-11-19T09:34:19-0700\"\n        },\n        {\n            \"id\": 28,\n            \"profile_id\": 15832,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"123123123\",\n            \"updated_at\": \"2021-11-19T09:35:36-0700\"\n        },\n        {\n            \"id\": 29,\n            \"profile_id\": 15833,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"123123123\",\n            \"updated_at\": \"2021-11-19T09:36:42-0700\"\n        },\n        {\n            \"id\": 30,\n            \"profile_id\": 15834,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"123123123\",\n            \"updated_at\": \"2021-11-19T09:37:57-0700\"\n        },\n        {\n            \"id\": 31,\n            \"profile_id\": 15859,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"123123123\",\n            \"updated_at\": \"2021-11-22T11:27:19-0700\"\n        },\n        {\n            \"id\": 32,\n            \"profile_id\": 15861,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"123123123\",\n            \"updated_at\": \"2021-11-22T13:00:35-0700\"\n        },\n        {\n            \"id\": 33,\n            \"profile_id\": 15862,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"123123123\",\n            \"updated_at\": \"2021-11-22T13:47:05-0700\"\n        },\n        {\n            \"id\": 34,\n            \"profile_id\": 15864,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"123123123\",\n            \"updated_at\": \"2021-11-23T10:45:22-0700\"\n        },\n        {\n            \"id\": 35,\n            \"profile_id\": 15866,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"22520118\",\n            \"updated_at\": \"2021-11-23T10:47:37-0700\"\n        },\n        {\n            \"id\": 36,\n            \"profile_id\": 15867,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"123123123\",\n            \"updated_at\": \"2021-11-23T12:47:48-0700\"\n        },\n        {\n            \"id\": 37,\n            \"profile_id\": 15897,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"22520118\",\n            \"updated_at\": \"2021-11-30T14:28:37-0700\"\n        },\n        {\n            \"id\": 38,\n            \"profile_id\": 16397,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"22520118\",\n            \"updated_at\": \"2021-12-01T14:54:16-0700\"\n        },\n        {\n            \"id\": 39,\n            \"profile_id\": 16399,\n            \"account_type\": \"checking\",\n            \"owner_type\": \"personal\",\n            \"routing_number\": \"324377516\",\n            \"account_number\": \"22520118\",\n            \"updated_at\": \"2021-12-01T15:10:55-0700\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"total_entries\": 327,\n        \"total_pages\": 11\n    }\n}"}],"_postman_id":"743628d3-f5b8-418e-9056-53ecd9ff06e6"},{"name":"getDistributionAccount","id":"b9d2da47-91e3-40f7-ab0e-a6523d9ffe12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"checkout.new.crowdengine.com/api/distribution_accounts/:distribution_account_id","description":"<p>Used to GET data on one distribution account</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Required Path</strong></th>\n<th><strong>AKA</strong></th>\n<th><strong>Retrieve From</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>distribution_account_id</td>\n<td>GET/distribution_accounts</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"path":["api","distribution_accounts",":distribution_account_id"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[{"type":"any","value":"14356","key":"distribution_account_id"}]}},"response":[{"id":"57fac52c-c00e-4f25-961c-4c82f3308109","name":"getDistributionAccount","originalRequest":{"method":"GET","header":[],"url":{"raw":"checkout.new.crowdengine.com/api/distribution_accounts/:id","host":["checkout.new.crowdengine.com"],"path":["api","distribution_accounts",":id"],"variable":[{"key":"id","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Tue, 18 Apr 2023 19:02:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"0f0e747d7107fc7ca0af66a9b56f41a3\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e8ae337a-605e-4f84-80b0-9a0985410cba"},{"key":"X-Runtime","value":"0.119949"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 10,\n        \"profile_id\": 15720,\n        \"account_type\": \"checking\",\n        \"owner_type\": \"personal\",\n        \"routing_number\": \"124002971\",\n        \"account_number\": \"124002971\",\n        \"updated_at\": \"2022-07-22T11:25:02-0600\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"b9d2da47-91e3-40f7-ab0e-a6523d9ffe12"}],"id":"4f264505-88e5-454a-ab0a-31710bca1671","description":"<p>The distribution accounts data table is used to store the banking account data of where your investors would like to have their earnings deposited. Distribution accounts are linked to an investor profile.</p>\n<p>The following data is contained in the distribution accounts data table.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>aka distribution_account_id system-generated integer that is used to identify the distribution account throughout the database</td>\n</tr>\n<tr>\n<td>profile_id</td>\n<td>the linked profile id</td>\n</tr>\n<tr>\n<td>account_type</td>\n<td>the type of account:  <br />saving  <br />checking</td>\n</tr>\n<tr>\n<td>owner_type</td>\n<td>business or personal account</td>\n</tr>\n<tr>\n<td>routing_number</td>\n<td>bank routing number</td>\n</tr>\n<tr>\n<td>account_number</td>\n<td>banking account number</td>\n</tr>\n<tr>\n<td>updated_at</td>\n<td>last time the account was upadted</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"4f264505-88e5-454a-ab0a-31710bca1671","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}},{"name":"Earnings","item":[{"name":"Investment Earnings","item":[{"name":"getInvestmentEarnings","id":"c1819dfe-0a19-433e-8aa9-6798824f55f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"checkout.new.crowdengine.com/api/investment_earnings","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"path":["api","investment_earnings"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[]}},"response":[{"id":"cc4b5d84-ee6b-430e-98bf-1b37f9b506dc","name":"getInvestmentsEarnings","originalRequest":{"method":"GET","header":[],"url":"checkout.new.crowdengine.com/api/investment_earnings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Fri, 02 Jun 2023 22:48:53 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"30b6531e6a690d69ab2aaf03a5c1303c\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"ad2cbaba-3139-4bb4-900d-48dbf9156974"},{"key":"X-Runtime","value":"0.094122"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 727,\n            \"profile_id\": 16973,\n            \"project_earning_id\": 133,\n            \"investment_id\": 11160,\n            \"earning_percent\": \"1.4\",\n            \"earning_amount\": \"3.33\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-08T16:20:08-0600\",\n            \"updated_at\": \"2022-09-08T16:29:22-0600\"\n        },\n        {\n            \"id\": 728,\n            \"profile_id\": 16975,\n            \"project_earning_id\": 133,\n            \"investment_id\": 11162,\n            \"earning_percent\": \"1.4\",\n            \"earning_amount\": \"1.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-08T16:20:08-0600\",\n            \"updated_at\": \"2022-09-08T16:55:02-0600\"\n        },\n        {\n            \"id\": 729,\n            \"profile_id\": 16891,\n            \"project_earning_id\": 133,\n            \"investment_id\": 11099,\n            \"earning_percent\": \"1.4\",\n            \"earning_amount\": \"10.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-08T16:20:08-0600\",\n            \"updated_at\": \"2022-09-08T17:00:55-0600\"\n        },\n        {\n            \"id\": 730,\n            \"profile_id\": 16974,\n            \"project_earning_id\": 133,\n            \"investment_id\": 11161,\n            \"earning_percent\": \"1.4\",\n            \"earning_amount\": \"3.33\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-08T16:20:08-0600\",\n            \"updated_at\": \"2022-09-08T16:29:22-0600\"\n        },\n        {\n            \"id\": 731,\n            \"profile_id\": 16827,\n            \"project_earning_id\": 133,\n            \"investment_id\": 11103,\n            \"earning_percent\": \"1.4\",\n            \"earning_amount\": \"3.33\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-08T16:20:08-0600\",\n            \"updated_at\": \"2022-09-08T16:29:22-0600\"\n        },\n        {\n            \"id\": 733,\n            \"profile_id\": 17026,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11202,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 734,\n            \"profile_id\": 17000,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11181,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 735,\n            \"profile_id\": 17001,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11182,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 736,\n            \"profile_id\": 17002,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11183,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 737,\n            \"profile_id\": 17003,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11184,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 738,\n            \"profile_id\": 15405,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11115,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"60.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 739,\n            \"profile_id\": 15405,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11165,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 740,\n            \"profile_id\": 17028,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11206,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 741,\n            \"profile_id\": 17050,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11227,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 742,\n            \"profile_id\": 17053,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11230,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 743,\n            \"profile_id\": 17028,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11207,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 744,\n            \"profile_id\": 17080,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11253,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 745,\n            \"profile_id\": 17052,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11229,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 746,\n            \"profile_id\": 17051,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11228,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 747,\n            \"profile_id\": 17029,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11208,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 748,\n            \"profile_id\": 17054,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11231,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 749,\n            \"profile_id\": 17081,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11254,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 750,\n            \"profile_id\": 17049,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11226,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 751,\n            \"profile_id\": 17467,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11512,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 752,\n            \"profile_id\": 17545,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11599,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 753,\n            \"profile_id\": 17555,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11603,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 754,\n            \"profile_id\": 17079,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11252,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 755,\n            \"profile_id\": 17488,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11547,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 756,\n            \"profile_id\": 17765,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11770,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        },\n        {\n            \"id\": 757,\n            \"profile_id\": 17787,\n            \"project_earning_id\": 135,\n            \"investment_id\": 11794,\n            \"earning_percent\": \"4.0\",\n            \"earning_amount\": \"400.0\",\n            \"deleted_at\": null,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"total_entries\": 52,\n        \"total_pages\": 2\n    }\n}"}],"_postman_id":"c1819dfe-0a19-433e-8aa9-6798824f55f8"},{"name":"getInvestmentEarning","id":"74c33116-6bf7-4614-a2eb-eebded19e043","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"checkout.new.crowdengine.com/api/investment_earnings/:Investment_earning_id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"path":["api","investment_earnings",":Investment_earning_id"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[{"type":"any","value":"727","key":"Investment_earning_id"}]}},"response":[{"id":"6420e57f-e383-4b4d-adb6-b5fab5efabbe","name":"getInvestmentEarning","originalRequest":{"method":"GET","header":[],"url":{"raw":"checkout.new.crowdengine.com/api/investment_earnings/:Investment_earning_id","host":["checkout.new.crowdengine.com"],"path":["api","investment_earnings",":Investment_earning_id"],"variable":[{"key":"Investment_earning_id","value":"727"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Fri, 02 Jun 2023 22:51:14 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"f5421b8da83bd69f24288ed92e66d774\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"644d5b3d-6840-42a5-999a-51a769b69481"},{"key":"X-Runtime","value":"0.068725"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 727,\n        \"profile_id\": 16973,\n        \"project_earning_id\": 133,\n        \"investment_id\": 11160,\n        \"earning_percent\": \"1.4\",\n        \"earning_amount\": \"3.33\",\n        \"deleted_at\": null,\n        \"created_at\": \"2022-09-08T16:20:08-0600\",\n        \"updated_at\": \"2022-09-08T16:29:22-0600\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"74c33116-6bf7-4614-a2eb-eebded19e043"}],"id":"2c920688-bc84-4e05-809d-71a8595c0b53","_postman_id":"2c920688-bc84-4e05-809d-71a8595c0b53","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}},{"name":"Project Earnings","item":[{"name":"getProjectEarnings","id":"84b4fc41-506d-4b9a-ab1e-dac90893cbb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"checkout.new.crowdengine.com/api/project_earnings","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"path":["api","project_earnings"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[]}},"response":[{"id":"df92d9e7-4c16-4002-b525-05773903ab13","name":"getProjectEarnings","originalRequest":{"method":"GET","header":[],"url":"checkout.new.crowdengine.com/api/project_earnings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Fri, 02 Jun 2023 22:52:59 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"0f776c1f81e3887f5c45102a98230d15\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"e90d8403-fab1-46ba-8af7-f014012b25a1"},{"key":"X-Runtime","value":"0.084390"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 136,\n            \"title\": \"Test for 712\",\n            \"description\": \"This is to test Helium 712\",\n            \"percentage\": 5,\n            \"project_id\": 2402,\n            \"created_at\": \"2022-09-22T10:59:56-0600\",\n            \"distribution_date\": \"2022-08-15\",\n            \"updated_at\": \"2022-09-22T10:59:56-0600\",\n            \"start_date\": \"2022-07-01\",\n            \"end_date\": \"2022-08-12\"\n        },\n        {\n            \"id\": 133,\n            \"title\": \"Test\",\n            \"description\": \"Test\",\n            \"percentage\": 1.4,\n            \"project_id\": 2402,\n            \"created_at\": \"2022-09-08T16:20:08-0600\",\n            \"distribution_date\": \"2022-09-10\",\n            \"updated_at\": \"2022-09-08T16:20:08-0600\",\n            \"start_date\": \"2022-01-01\",\n            \"end_date\": \"2022-08-01\"\n        },\n        {\n            \"id\": 135,\n            \"title\": \"Test distribution tool\",\n            \"description\": \"asdf\",\n            \"percentage\": 4,\n            \"project_id\": 2491,\n            \"created_at\": \"2022-09-14T11:26:13-0600\",\n            \"distribution_date\": \"2022-09-14\",\n            \"updated_at\": \"2022-09-14T11:26:13-0600\",\n            \"start_date\": \"2022-08-05\",\n            \"end_date\": \"2022-09-10\"\n        },\n        {\n            \"id\": 137,\n            \"title\": \" Earning Import tool\",\n            \"description\": \" Earning Import tool\",\n            \"percentage\": 0,\n            \"project_id\": 2402,\n            \"created_at\": \"2022-12-07T14:43:59-0700\",\n            \"distribution_date\": \"2022-12-01\",\n            \"updated_at\": \"2022-12-07T14:43:59-0700\",\n            \"start_date\": \"2022-10-01\",\n            \"end_date\": \"2022-10-31\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"total_entries\": 4,\n        \"total_pages\": 1\n    }\n}"}],"_postman_id":"84b4fc41-506d-4b9a-ab1e-dac90893cbb4"},{"name":"getProjectEarning","id":"33db5ed5-d15b-4566-97fe-6d20ff56a288","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"checkout.new.crowdengine.com/api/project_earnings/:project_earning_id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"path":["api","project_earnings",":project_earning_id"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[{"type":"any","value":"136","key":"project_earning_id"}]}},"response":[{"id":"3375b89d-0e86-45a5-be96-670bb6ad316e","name":"getProjectEarning","originalRequest":{"method":"GET","header":[],"url":{"raw":"checkout.new.crowdengine.com/api/project_earnings/:project_earning_id","host":["checkout.new.crowdengine.com"],"path":["api","project_earnings",":project_earning_id"],"variable":[{"key":"project_earning_id","value":"136"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Fri, 02 Jun 2023 22:53:48 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"b1a669d088ccfb71f65cab4aace36a0d\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"2fb2ef3c-d7ca-44cd-b48d-e69990c7a0d4"},{"key":"X-Runtime","value":"0.108641"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 136,\n        \"title\": \"Test for 712\",\n        \"description\": \"This is to test Helium 712\",\n        \"percentage\": 5,\n        \"project_id\": 2402,\n        \"created_at\": \"2022-09-22T10:59:56-0600\",\n        \"distribution_date\": \"2022-08-15\",\n        \"updated_at\": \"2022-09-22T10:59:56-0600\",\n        \"start_date\": \"2022-07-01\",\n        \"end_date\": \"2022-08-12\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"33db5ed5-d15b-4566-97fe-6d20ff56a288"}],"id":"e38ec393-24b3-45f2-8bd8-3e5e5e3cafda","_postman_id":"e38ec393-24b3-45f2-8bd8-3e5e5e3cafda","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}}],"id":"6c4cc040-240e-4af1-aba4-e59de46d3543","_postman_id":"6c4cc040-240e-4af1-aba4-e59de46d3543","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}},{"name":"Payment Accounts","item":[{"name":"getPaymentAccounts","id":"cc1e0e6f-cdd2-487e-9722-f11983c5cc1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"checkout.new.crowdengine.com/api/payment_accounts","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"path":["api","payment_accounts"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[]}},"response":[{"id":"6d6aa94b-5afc-4351-bf21-1ff134405f87","name":"getPaymentAccounts","originalRequest":{"method":"GET","header":[],"url":"checkout.new.crowdengine.com/api/payment_accounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Fri, 02 Jun 2023 22:55:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"ea2b896c0fda03194ed855c704d9f55a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"c1c438a4-5287-4219-8e53-8312aa38d947"},{"key":"X-Runtime","value":"0.143286"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 3,\n            \"name_on_account\": \"john\",\n            \"check_type\": \"personal\",\n            \"account_type\": \"Checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 18032,\n            \"updated_at\": \"2022-08-15T08:44:48-0600\"\n        },\n        {\n            \"id\": 9,\n            \"name_on_account\": \"john\",\n            \"check_type\": \"business\",\n            \"account_type\": \"Checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": \"Chase\",\n            \"swift_number\": \"1234\",\n            \"profile_id\": 18178,\n            \"updated_at\": \"2022-08-30T10:57:12-0600\"\n        },\n        {\n            \"id\": 10,\n            \"name_on_account\": \"john\",\n            \"check_type\": \"personal\",\n            \"account_type\": \"Checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": \"Chase\",\n            \"swift_number\": \"43215\",\n            \"profile_id\": 18191,\n            \"updated_at\": \"2022-08-31T08:36:58-0600\"\n        },\n        {\n            \"id\": 11,\n            \"name_on_account\": \"Dummy Account\",\n            \"check_type\": \"personal\",\n            \"account_type\": \"Checking\",\n            \"routing_number\": \"124001545\",\n            \"account_number\": \"123\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 18197,\n            \"updated_at\": \"2022-08-31T13:19:20-0600\"\n        },\n        {\n            \"id\": 48,\n            \"name_on_account\": \"john\",\n            \"check_type\": \"personal\",\n            \"account_type\": \"checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 15720,\n            \"updated_at\": \"2022-09-09T13:17:30-0600\"\n        },\n        {\n            \"id\": 49,\n            \"name_on_account\": \"john\",\n            \"check_type\": \"personal\",\n            \"account_type\": \"Checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 15721,\n            \"updated_at\": \"2022-09-09T13:25:40-0600\"\n        },\n        {\n            \"id\": 54,\n            \"name_on_account\": \"john\",\n            \"check_type\": \"personal\",\n            \"account_type\": \"Checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 18552,\n            \"updated_at\": \"2022-09-23T12:19:59-0600\"\n        },\n        {\n            \"id\": 55,\n            \"name_on_account\": \"john\",\n            \"check_type\": null,\n            \"account_type\": \"Checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 15405,\n            \"updated_at\": \"2022-09-23T13:29:13-0600\"\n        },\n        {\n            \"id\": 56,\n            \"name_on_account\": \"john\",\n            \"check_type\": null,\n            \"account_type\": \"Checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 15405,\n            \"updated_at\": \"2022-09-23T13:29:19-0600\"\n        },\n        {\n            \"id\": 60,\n            \"name_on_account\": \"John Smith\",\n            \"check_type\": \"business\",\n            \"account_type\": \"checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 18556,\n            \"updated_at\": \"2022-09-23T13:54:34-0600\"\n        },\n        {\n            \"id\": 61,\n            \"name_on_account\": \"john\",\n            \"check_type\": \"personal\",\n            \"account_type\": \"checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 18556,\n            \"updated_at\": \"2022-09-23T13:56:26-0600\"\n        },\n        {\n            \"id\": 62,\n            \"name_on_account\": \"john\",\n            \"check_type\": \"personal\",\n            \"account_type\": \"Checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 18556,\n            \"updated_at\": \"2022-09-23T14:22:02-0600\"\n        },\n        {\n            \"id\": 63,\n            \"name_on_account\": \"dummy\",\n            \"check_type\": \"business\",\n            \"account_type\": \"Checking\",\n            \"routing_number\": \"124001545\",\n            \"account_number\": \"123\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 17472,\n            \"updated_at\": \"2022-09-23T14:34:02-0600\"\n        },\n        {\n            \"id\": 64,\n            \"name_on_account\": \"John Smith\",\n            \"check_type\": null,\n            \"account_type\": \"Checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 18560,\n            \"updated_at\": \"2022-09-23T14:51:07-0600\"\n        },\n        {\n            \"id\": 67,\n            \"name_on_account\": \"john\",\n            \"check_type\": \"personal\",\n            \"account_type\": \"checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 18614,\n            \"updated_at\": \"2022-09-30T14:50:17-0600\"\n        },\n        {\n            \"id\": 68,\n            \"name_on_account\": \"john\",\n            \"check_type\": \"personal\",\n            \"account_type\": \"checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 18615,\n            \"updated_at\": \"2022-09-30T14:51:20-0600\"\n        },\n        {\n            \"id\": 69,\n            \"name_on_account\": \"john\",\n            \"check_type\": \"personal\",\n            \"account_type\": \"checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 18617,\n            \"updated_at\": \"2022-09-30T14:54:25-0600\"\n        },\n        {\n            \"id\": 71,\n            \"name_on_account\": \"john\",\n            \"check_type\": \"personal\",\n            \"account_type\": \"Saving\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 18651,\n            \"updated_at\": \"2022-10-04T09:00:17-0600\"\n        },\n        {\n            \"id\": 72,\n            \"name_on_account\": \"john\",\n            \"check_type\": \"personal\",\n            \"account_type\": \"Saving\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 18652,\n            \"updated_at\": \"2022-10-04T10:28:18-0600\"\n        },\n        {\n            \"id\": 73,\n            \"name_on_account\": \"john\",\n            \"check_type\": \"personal\",\n            \"account_type\": \"Checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 18658,\n            \"updated_at\": \"2022-10-06T13:07:30-0600\"\n        },\n        {\n            \"id\": 76,\n            \"name_on_account\": \"John Smith\",\n            \"check_type\": null,\n            \"account_type\": \"Checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 18715,\n            \"updated_at\": \"2022-10-11T12:30:31-0600\"\n        },\n        {\n            \"id\": 77,\n            \"name_on_account\": \"John Smith\",\n            \"check_type\": null,\n            \"account_type\": \"Checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 18715,\n            \"updated_at\": \"2022-10-11T12:30:40-0600\"\n        },\n        {\n            \"id\": 78,\n            \"name_on_account\": \"john\",\n            \"check_type\": \"personal\",\n            \"account_type\": \"Checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 18832,\n            \"updated_at\": \"2022-10-17T10:21:31-0600\"\n        },\n        {\n            \"id\": 79,\n            \"name_on_account\": \"john\",\n            \"check_type\": \"personal\",\n            \"account_type\": \"Checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 18832,\n            \"updated_at\": \"2022-10-28T16:07:53-0600\"\n        },\n        {\n            \"id\": 80,\n            \"name_on_account\": \"john\",\n            \"check_type\": \"personal\",\n            \"account_type\": \"Checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 18832,\n            \"updated_at\": \"2022-10-28T16:08:13-0600\"\n        },\n        {\n            \"id\": 81,\n            \"name_on_account\": \"john\",\n            \"check_type\": \"personal\",\n            \"account_type\": \"checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 19114,\n            \"updated_at\": \"2022-10-31T08:32:13-0600\"\n        },\n        {\n            \"id\": 82,\n            \"name_on_account\": \"john\",\n            \"check_type\": \"personal\",\n            \"account_type\": \"Checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 19114,\n            \"updated_at\": \"2022-10-31T08:41:19-0600\"\n        },\n        {\n            \"id\": 83,\n            \"name_on_account\": \"john\",\n            \"check_type\": \"personal\",\n            \"account_type\": \"checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 19204,\n            \"updated_at\": \"2022-11-01T18:13:17-0600\"\n        },\n        {\n            \"id\": 84,\n            \"name_on_account\": \"john\",\n            \"check_type\": \"personal\",\n            \"account_type\": \"checking\",\n            \"routing_number\": \"124002971\",\n            \"account_number\": \"124002971\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 19204,\n            \"updated_at\": \"2022-11-01T18:16:46-0600\"\n        },\n        {\n            \"id\": 85,\n            \"name_on_account\": \"John smith\",\n            \"check_type\": \"business\",\n            \"account_type\": \"checking\",\n            \"routing_number\": \"124001545\",\n            \"account_number\": \"123\",\n            \"bank_name\": null,\n            \"swift_number\": null,\n            \"profile_id\": 19206,\n            \"updated_at\": \"2022-11-01T18:18:10-0600\"\n        }\n    ],\n    \"meta\": {\n        \"current_page\": 1,\n        \"total_entries\": 137,\n        \"total_pages\": 5\n    }\n}"}],"_postman_id":"cc1e0e6f-cdd2-487e-9722-f11983c5cc1e"},{"name":"getPaymentAccount","id":"33caf659-8732-4669-a849-81ce047c8151","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"checkout.new.crowdengine.com/api/payment_accounts/:payment_account_id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"path":["api","payment_accounts",":payment_account_id"],"host":["checkout.new.crowdengine.com"],"query":[{"disabled":true,"key":"","value":null}],"variable":[{"type":"any","value":"3","key":"payment_account_id"}]}},"response":[{"id":"14e91702-aa33-434c-9879-86b2f0e596b0","name":"getPaymentAccount","originalRequest":{"method":"GET","header":[],"url":{"raw":"checkout.new.crowdengine.com/api/payment_accounts/:payment_account_id","host":["checkout.new.crowdengine.com"],"path":["api","payment_accounts",":payment_account_id"],"query":[{"key":"","value":null,"type":"text","disabled":true}],"variable":[{"key":"payment_account_id","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Fri, 02 Jun 2023 22:56:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Xss-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"Referrer-Policy","value":"strict-origin-when-cross-origin"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Etag","value":"W/\"3e58ca931b1cb7922b5e7e04ecc6b33f\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"3891974e-36b5-4fef-be5a-650aeeb15edf"},{"key":"X-Runtime","value":"0.082187"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"X-Rack-Cors","value":"miss; no-origin"},{"key":"Via","value":"1.1 vegur"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 3,\n        \"name_on_account\": \"john\",\n        \"check_type\": \"personal\",\n        \"account_type\": \"Checking\",\n        \"routing_number\": \"124002971\",\n        \"account_number\": \"124002971\",\n        \"bank_name\": null,\n        \"swift_number\": null,\n        \"profile_id\": 18032,\n        \"updated_at\": \"2022-08-15T08:44:48-0600\"\n    },\n    \"meta\": {}\n}"}],"_postman_id":"33caf659-8732-4669-a849-81ce047c8151"}],"id":"b8c201de-ede0-464b-b41e-be49a6dae60a","_postman_id":"b8c201de-ede0-464b-b41e-be49a6dae60a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}},{"name":"Pledges","item":[{"name":"getPledges","id":"2d7e7cf1-abd8-49b2-aaf0-18d37e709494","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"checkout.new.crowdengine.com/api/pledges","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"path":["api","pledges"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d7e7cf1-abd8-49b2-aaf0-18d37e709494"},{"name":"getPledge","id":"17a6640c-5d49-4fe9-8111-94993146b954","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"checkout.new.crowdengine.com/api/pledges/:pledge_id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"path":["api","pledges",":pledge_id"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[{"type":"any","value":null,"key":"pledge_id"}]}},"response":[],"_postman_id":"17a6640c-5d49-4fe9-8111-94993146b954"}],"id":"165c3c2c-76bb-477f-8d6a-37cf6531b66c","_postman_id":"165c3c2c-76bb-477f-8d6a-37cf6531b66c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}},{"name":"Versions","item":[{"name":"New Request","id":"ac749801-b191-419b-a812-7c4ca71d6d98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"checkout.new.crowdengine.com/api/versions/:model_name/:model_id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}},"urlObject":{"path":["api","versions",":model_name",":model_id"],"host":["checkout.new.crowdengine.com"],"query":[],"variable":[{"description":{"content":"<p>users\nprofiles\nprojects\ninvestments\naml\ndistribution_accounts\nearnings\npayment_accounts\npledges</p>\n","type":"text/plain"},"type":"any","value":"profiles","key":"model_name"},{"type":"any","value":"15405","key":"model_id"}]}},"response":[],"_postman_id":"ac749801-b191-419b-a812-7c4ca71d6d98"}],"id":"f18715d8-fdd4-468c-814a-48d977f71d5d","_postman_id":"f18715d8-fdd4-468c-814a-48d977f71d5d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}},{"name":"Webhooks","item":[{"name":"Setting Up a Webhook","item":[],"id":"57f5667c-2c73-482a-a399-3648c8426b82","description":"<p>Setting up your webhook is easy.</p>\n<ol>\n<li>Retrive the <strong>Destination URL</strong> of where the webhook should be firing data</li>\n<li>Log into checkout.new.crowdengine.com as an admin</li>\n<li>In the admin dashboard click on the left menu item <strong>Configurations</strong></li>\n<li>Select <strong>Global Settings</strong></li>\n<li>In Global Settings select <strong>Integrations</strong></li>\n<li>Scroll down to the bottom of Integration and place the <strong>Destination URL</strong> in the <strong>Webhook URL</strong> field</li>\n<li>Click the <strong>Save Changes</strong> button</li>\n</ol>\n<p>For testing use the <a href=\"https://webhook.site/\">Webhook.site</a> service</p>\n<img src=\"https://content.pstmn.io/afe6b626-3fb5-4c77-9972-fe81b444f3f1/QWRtaW4gZGFzaGJvYXJkIC0gU2ltcGxlIENoZWNrb3V0IDIwMjMtMDYtMDUgMTUtMDQtMjEucG5n\" />\n\n<img src=\"https://content.pstmn.io/478b6ebb-73cd-4d9e-88bf-d702d2021826/QWRtaW4gZGFzaGJvYXJkIC0gU2ltcGxlIENoZWNrb3V0IDIwMjMtMDYtMDUgMTUtMDQtNTYucG5n\" />","_postman_id":"57f5667c-2c73-482a-a399-3648c8426b82","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}},{"name":"new_user","item":[],"id":"40b3de09-0c76-4437-91b6-2d931758c553","description":"<p>When a <a href=\"https://documenter.getpostman.com/view/26379507/2s93eSYaVm#bd88504b-7370-4351-a2c6-6d53b3bfe9f4\">user</a> is created the new_user webhook is fired containing the following informtion</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Desctription</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>user_id used to identify this user in the database</td>\n</tr>\n<tr>\n<td>email</td>\n<td>email associated to the user</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>first name of user</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>last name of user</td>\n</tr>\n<tr>\n<td>ip</td>\n<td>ip the user used to log in last</td>\n</tr>\n<tr>\n<td>last_login_date</td>\n<td>date and time of last log in</td>\n</tr>\n<tr>\n<td>sign_up_date</td>\n<td>date and time the user signed up</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"example\">Example</h1>\n<p>event_object</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">    {\"id\":\"19621\",\"email\":\"jakes+test305@crowdengine.net\",\"first_name\":\"John\",\"last_name\":\"Smith\",\"ip\":\"52.201.33.61\",\"last_login_date\":\"2023-06-05T14:06:10-0700\",\"sign_up_date\":\"2023-06-05T14:06:10-0700\"}\n\n</code></pre>\n<p>Raw Content</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">event_name=new_user&amp;event_object[id]=19621&amp;event_object[email]=jakes+test305@crowdengine.net&amp;event_object[first_name]=John&amp;event_object[last_name]=Smith&amp;event_object[ip]=52.201.33.61&amp;event_object[last_login_date]=2023-06-05T14:06:10-0700&amp;event_object[sign_up_date]=2023-06-05T14:06:10-0700\n\n</code></pre>\n","_postman_id":"40b3de09-0c76-4437-91b6-2d931758c553","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}},{"name":"new_profile","item":[],"id":"a5275cb9-f92e-4163-9410-eefa2b8cd9cc","description":"<p>When a <a href=\"https://documenter.getpostman.com/view/26379507/2s93eSYaVm#20f77050-5960-4b0e-a791-929dd2a1e626\">profile</a> is created the new_profile webhook is fired containing the following informtion</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Desctription</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>profile_id used to identify this profile in the database.</td>\n</tr>\n<tr>\n<td>bio</td>\n<td>user writen bio on this profile</td>\n</tr>\n<tr>\n<td>business_type</td>\n<td>LLC, corporation, ect...</td>\n</tr>\n<tr>\n<td>city</td>\n<td>domicile city</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>name of company</td>\n</tr>\n<tr>\n<td>conact_email</td>\n<td>email associated to the profile</td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>date of birth</td>\n</tr>\n<tr>\n<td>executive_name</td>\n<td>company excutive name signing agreements</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>first name of individual profiles</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>last name of individual profiles</td>\n</tr>\n<tr>\n<td>national_id</td>\n<td>country ID associated to citizenship</td>\n</tr>\n<tr>\n<td>onfido_application_id</td>\n<td>ID associated with Onfido</td>\n</tr>\n<tr>\n<td>passport</td>\n<td>img url to passport</td>\n</tr>\n<tr>\n<td>platform_id</td>\n<td>ID of platform containing this profile</td>\n</tr>\n<tr>\n<td>residency</td>\n<td>country of cictezenship</td>\n</tr>\n<tr>\n<td>residential_document</td>\n<td>img url for proof of residency</td>\n</tr>\n<tr>\n<td>state</td>\n<td>domicile state</td>\n</tr>\n<tr>\n<td>state_formed_in</td>\n<td>the state an organizational profile was formed</td>\n</tr>\n<tr>\n<td>tax_id_number</td>\n<td>the tax ID associated with the profile</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>the user ID associated with the user who owns this profile</td>\n</tr>\n<tr>\n<td>website</td>\n<td>the url for a profiles associated website</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>domicile zip code</td>\n</tr>\n<tr>\n<td>mailing_address_1</td>\n<td>first line of mailing address</td>\n</tr>\n<tr>\n<td>mailing_address_2</td>\n<td>second line of mailing address</td>\n</tr>\n<tr>\n<td>mailing_address_city</td>\n<td>mailing address city</td>\n</tr>\n<tr>\n<td>mailing_address_state</td>\n<td>mailing address state</td>\n</tr>\n<tr>\n<td>mailing_address_postal_code</td>\n<td>mailing address zip code</td>\n</tr>\n<tr>\n<td>computer_share_id</td>\n<td>ID assocaited to ComputerShare</td>\n</tr>\n<tr>\n<td>address_line_1</td>\n<td>first line of domicile address</td>\n</tr>\n<tr>\n<td>address_line_2</td>\n<td>second line of domicile address</td>\n</tr>\n<tr>\n<td>phone_number</td>\n<td>phone number associated to the profile</td>\n</tr>\n<tr>\n<td>profile_type</td>\n<td>type of profile (individaul, custodian, entity or joint)</td>\n</tr>\n<tr>\n<td>country</td>\n<td>domicile country</td>\n</tr>\n<tr>\n<td>mailing_country</td>\n<td>mailing address country</td>\n</tr>\n<tr>\n<td>custom_attributes</td>\n<td>custom fields</td>\n</tr>\n<tr>\n<td>creation_date</td>\n<td>date and time profile was created</td>\n</tr>\n<tr>\n<td>updated_date</td>\n<td>last date and time of profile update</td>\n</tr>\n<tr>\n<td>deleted_date</td>\n<td>time a profile was deleted</td>\n</tr>\n<tr>\n<td>self_accreditation</td>\n<td>status of self accreditation</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"example\">Example</h1>\n<p>event_object</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">    {\"id\":\"23440\",\"bio\":\"\",\"business_type\":\"\",\"city\":\"Atlanta\",\"company_name\":\"\",\"contact_email\":\"jakes+test305@crowdengine.net\",\"date_of_birth\":\"\",\"executive_name\":\"\",\"first_name\":\"John\",\"last_name\":\"Smith\",\"national_id\":\"\",\"onfido_applicant_id\":\"\",\"passport\":\"\",\"platform_id\":\"325\",\"residency\":\"\",\"residential_document\":\"\",\"state\":\"GA\",\"state_formed_in\":\"\",\"tax_id_number\":\"\",\"use_alt\":\"\",\"user_id\":\"19621\",\"website\":\"\",\"zip_code\":\"30318\",\"mailing_address_1\":\"\",\"mailing_address_2\":\"\",\"mailing_city\":\"\",\"mailing_state\":\"\",\"mailing_postal_code\":\"\",\"computer_share_id\":\"\",\"address_line_1\":\"222333 Peachtree Place\",\"address_line_2\":\"\",\"phone_number\":\"1115557777\",\"profile_type\":\"Individual\",\"country\":\"US\",\"mailing_country\":\"\",\"custom_attributes\":\"\",\"creation_date\":\"2023-06-05T14:06:10-0700\",\"updated_date\":\"2023-06-05T14:06:23-0700\",\"deleted_date\":\"\",\"self_accreditation_status\":\"unsubmitted\"}\n\n</code></pre>\n<p>Raw Content</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">event_name=new_profile&amp;event_object[id]=23440&amp;event_object[bio]=&amp;event_object[business_type]=&amp;event_object[city]=Atlanta&amp;event_object[company_name]=&amp;event_object[contact_email]=jakes+test305@crowdengine.net&amp;event_object[date_of_birth]=&amp;event_object[executive_name]=&amp;event_object[first_name]=John&amp;event_object[last_name]=Smith&amp;event_object[national_id]=&amp;event_object[onfido_applicant_id]=&amp;event_object[passport]=&amp;event_object[platform_id]=325&amp;event_object[residency]=&amp;event_object[residential_document]=&amp;event_object[state]=GA&amp;event_object[state_formed_in]=&amp;event_object[tax_id_number]=&amp;event_object[use_alt]=&amp;event_object[user_id]=19621&amp;event_object[website]=&amp;event_object[zip_code]=30318&amp;event_object[mailing_address_1]=&amp;event_object[mailing_address_2]=&amp;event_object[mailing_city]=&amp;event_object[mailing_state]=&amp;event_object[mailing_postal_code]=&amp;event_object[computer_share_id]=&amp;event_object[address_line_1]=222333+Peachtree+Place&amp;event_object[address_line_2]=&amp;event_object[phone_number]=1115557777&amp;event_object[profile_type]=Individual&amp;event_object[country]=US&amp;event_object[mailing_country]=&amp;event_object[custom_attributes]=&amp;event_object[creation_date]=2023-06-05T14:06:10-0700&amp;event_object[updated_date]=2023-06-05T14:06:23-0700&amp;event_object[deleted_date]=&amp;event_object[self_accreditation_status]=unsubmitted\n\n</code></pre>\n","_postman_id":"a5275cb9-f92e-4163-9410-eefa2b8cd9cc","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}},{"name":"update_profile","item":[],"id":"ce3db624-a3dc-4d7e-a7f9-62f379b51f2e","description":"<p>When a <a href=\"https://documenter.getpostman.com/view/26379507/2s93eSYaVm#20f77050-5960-4b0e-a791-929dd2a1e626\">profile</a> is updated the update_profile webhook is fired containing the following informtion</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Desctription</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>profile_id used to identify this profile in the database.</td>\n</tr>\n<tr>\n<td>bio</td>\n<td>user writen bio on this profile</td>\n</tr>\n<tr>\n<td>business_type</td>\n<td>LLC, corporation, ect...</td>\n</tr>\n<tr>\n<td>city</td>\n<td>domicile city</td>\n</tr>\n<tr>\n<td>company_name</td>\n<td>name of company</td>\n</tr>\n<tr>\n<td>conact_email</td>\n<td>email associated to the profile</td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>date of birth</td>\n</tr>\n<tr>\n<td>executive_name</td>\n<td>company excutive name signing agreements</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>first name of individual profiles</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>last name of individual profiles</td>\n</tr>\n<tr>\n<td>national_id</td>\n<td>country ID associated to citizenship</td>\n</tr>\n<tr>\n<td>onfido_application_id</td>\n<td>ID associated with Onfido</td>\n</tr>\n<tr>\n<td>passport</td>\n<td>img url to passport</td>\n</tr>\n<tr>\n<td>platform_id</td>\n<td>ID of platform containing this profile</td>\n</tr>\n<tr>\n<td>residency</td>\n<td>country of cictezenship</td>\n</tr>\n<tr>\n<td>residential_document</td>\n<td>img url for proof of residency</td>\n</tr>\n<tr>\n<td>state</td>\n<td>domicile state</td>\n</tr>\n<tr>\n<td>state_formed_in</td>\n<td>the state an organizational profile was formed</td>\n</tr>\n<tr>\n<td>tax_id_number</td>\n<td>the tax ID associated with the profile</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>the user ID associated with the user who owns this profile</td>\n</tr>\n<tr>\n<td>website</td>\n<td>the url for a profiles associated website</td>\n</tr>\n<tr>\n<td>zip_code</td>\n<td>domicile zip code</td>\n</tr>\n<tr>\n<td>mailing_address_1</td>\n<td>first line of mailing address</td>\n</tr>\n<tr>\n<td>mailing_address_2</td>\n<td>second line of mailing address</td>\n</tr>\n<tr>\n<td>mailing_address_city</td>\n<td>mailing address city</td>\n</tr>\n<tr>\n<td>mailing_address_state</td>\n<td>mailing address state</td>\n</tr>\n<tr>\n<td>mailing_address_postal_code</td>\n<td>mailing address zip code</td>\n</tr>\n<tr>\n<td>computer_share_id</td>\n<td>ID assocaited to ComputerShare</td>\n</tr>\n<tr>\n<td>address_line_1</td>\n<td>first line of domicile address</td>\n</tr>\n<tr>\n<td>address_line_2</td>\n<td>second line of domicile address</td>\n</tr>\n<tr>\n<td>phone_number</td>\n<td>phone number associated to the profile</td>\n</tr>\n<tr>\n<td>profile_type</td>\n<td>type of profile (individaul, custodian, entity or joint)</td>\n</tr>\n<tr>\n<td>country</td>\n<td>domicile country</td>\n</tr>\n<tr>\n<td>mailing_country</td>\n<td>mailing address country</td>\n</tr>\n<tr>\n<td>custom_attributes</td>\n<td>custom fields</td>\n</tr>\n<tr>\n<td>creation_date</td>\n<td>date and time profile was created</td>\n</tr>\n<tr>\n<td>updated_date</td>\n<td>last date and time of profile update</td>\n</tr>\n<tr>\n<td>deleted_date</td>\n<td>time a profile was deleted</td>\n</tr>\n<tr>\n<td>self_accreditation</td>\n<td>status of self accreditation</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"example\">Example</h1>\n<p>event_object</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">    {\"id\":\"23440\",\"bio\":\"\",\"business_type\":\"\",\"city\":\"Atlanta\",\"company_name\":\"\",\"contact_email\":\"jakes+test305@crowdengine.net\",\"date_of_birth\":\"\",\"executive_name\":\"\",\"first_name\":\"John\",\"last_name\":\"Smith\",\"national_id\":\"\",\"onfido_applicant_id\":\"\",\"passport\":\"\",\"platform_id\":\"325\",\"residency\":\"\",\"residential_document\":\"\",\"state\":\"GA\",\"state_formed_in\":\"\",\"tax_id_number\":\"\",\"use_alt\":\"\",\"user_id\":\"19621\",\"website\":\"\",\"zip_code\":\"30318\",\"mailing_address_1\":\"\",\"mailing_address_2\":\"\",\"mailing_city\":\"\",\"mailing_state\":\"\",\"mailing_postal_code\":\"\",\"computer_share_id\":\"\",\"address_line_1\":\"222333 Peachtree Place\",\"address_line_2\":\"\",\"phone_number\":\"1115557777\",\"profile_type\":\"Individual\",\"country\":\"US\",\"mailing_country\":\"\",\"custom_attributes\":\"\",\"creation_date\":\"2023-06-05T14:06:10-0700\",\"updated_date\":\"2023-06-05T14:06:23-0700\",\"deleted_date\":\"\",\"self_accreditation_status\":\"unsubmitted\"}\n\n</code></pre>\n<p>Raw Content</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">event_name=update_profile&amp;event_object[id]=23440&amp;event_object[bio]=&amp;event_object[business_type]=&amp;event_object[city]=Atlanta&amp;event_object[company_name]=&amp;event_object[contact_email]=jakes+test305@crowdengine.net&amp;event_object[date_of_birth]=&amp;event_object[executive_name]=&amp;event_object[first_name]=John&amp;event_object[last_name]=Smith&amp;event_object[national_id]=&amp;event_object[onfido_applicant_id]=&amp;event_object[passport]=&amp;event_object[platform_id]=325&amp;event_object[residency]=&amp;event_object[residential_document]=&amp;event_object[state]=GA&amp;event_object[state_formed_in]=&amp;event_object[tax_id_number]=&amp;event_object[use_alt]=&amp;event_object[user_id]=19621&amp;event_object[website]=&amp;event_object[zip_code]=30318&amp;event_object[mailing_address_1]=&amp;event_object[mailing_address_2]=&amp;event_object[mailing_city]=&amp;event_object[mailing_state]=&amp;event_object[mailing_postal_code]=&amp;event_object[computer_share_id]=&amp;event_object[address_line_1]=222333+Peachtree+Place&amp;event_object[address_line_2]=&amp;event_object[phone_number]=1115557777&amp;event_object[profile_type]=Individual&amp;event_object[country]=US&amp;event_object[mailing_country]=&amp;event_object[custom_attributes]=&amp;event_object[creation_date]=2023-06-05T14:06:10-0700&amp;event_object[updated_date]=2023-06-05T14:06:23-0700&amp;event_object[deleted_date]=&amp;event_object[self_accreditation_status]=unsubmitted\n\n</code></pre>\n","_postman_id":"ce3db624-a3dc-4d7e-a7f9-62f379b51f2e","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}},{"name":"new_project","item":[],"id":"faeca973-855a-4dae-be29-8dc0edd3e723","description":"<p>When a <a href=\"https://documenter.getpostman.com/view/26379507/2s93eSYaVm#7fdc2427-8cd6-4c5f-b151-73cd3f978ec6\">project</a> is created the new_project webhook is fired containing the following informtion</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Desctription</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>project_id used to identify this project in the database</td>\n</tr>\n<tr>\n<td>available_shares</td>\n<td>how many shares are available</td>\n</tr>\n<tr>\n<td>current_funding</td>\n<td>the current funding amount</td>\n</tr>\n<tr>\n<td>description</td>\n<td>description of the project</td>\n</tr>\n<tr>\n<td>maximum_raise</td>\n<td>the maximum raise amount</td>\n</tr>\n<tr>\n<td>minimum_raise</td>\n<td>the minimum raise amount for a project to be successful</td>\n</tr>\n<tr>\n<td>minimum_investment</td>\n<td>the minimum amount an investor can invest</td>\n</tr>\n<tr>\n<td>share_price</td>\n<td>the rate per share or unit</td>\n</tr>\n<tr>\n<td>title</td>\n<td>title of the project</td>\n</tr>\n<tr>\n<td>issuer_profile_id</td>\n<td>profile_id of the issuer of the project</td>\n</tr>\n<tr>\n<td>summary</td>\n<td>project summary</td>\n</tr>\n<tr>\n<td>status</td>\n<td>current status of the project</td>\n</tr>\n<tr>\n<td>target_raise</td>\n<td>the target amount a project is looking to raise</td>\n</tr>\n<tr>\n<td>category</td>\n<td>name of the category that the project is under</td>\n</tr>\n<tr>\n<td>custom_attributes</td>\n<td>array of project attributes</td>\n</tr>\n<tr>\n<td>completion_date</td>\n<td>date a project completed</td>\n</tr>\n<tr>\n<td>creation_date</td>\n<td>date and time a project was created</td>\n</tr>\n<tr>\n<td>enabled_payment_methods</td>\n<td>array of acceptable payment methods</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>date and time a project is scheduled to end</td>\n</tr>\n<tr>\n<td>image_urls</td>\n<td>array of urls to images in the project gallary</td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>schedule start date of project</td>\n</tr>\n<tr>\n<td>video_url</td>\n<td>url of video displayed on project</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"example\">Example</h1>\n<p>event_object</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">    {\"id\":\"2695\",\"available_shares\":\"50000\",\"current_funding\":\"0.0\",\"description\":\"&lt;p&gt;hkdshg;jklhklj&lt;/p&gt;\\n\",\"maximum_raise\":\"50000000.0\",\"minimum_investment\":\"1000.0\",\"minimum_raise\":\"25000000\",\"share_price\":\"1000.0\",\"title\":\"Reg A FA Offering\",\"issuer_profile_id\":\"21155\",\"summary\":\"This is for testing webhooks\",\"status\":\"new\",\"target_raise\":\"35000000\",\"category\":\"Consumer Goods\",\"custom_attributes\":{\"show_stats\":\"True\",\"theme\":\"Blue\",\"background_type\":\"Dark\",\"custom_theme_color\":\"FFFFFF\",\"provided_by\":\"Simple Checkout\",\"risks_disclosures\":\"&lt;p&gt;ljkj;lkjlkjlkj&lt;/p&gt;\\n\",\"use_of_proceeds\":\"&lt;p&gt;;lkh;liu;liju&lt;/p&gt;\\n\",\"ownership_structure\":\"&lt;p&gt;;kj;lkjl;kjkl&lt;/p&gt;\\n\"},\"completion_date\":\"\",\"creation_date\":\"2023-06-05T15:01:18-0700\",\"enabled_payment_methods\":[\"fund_america_ach\",\"fund_america_credit_card\",\"fund_america_wire\",\"fund_america_check\"],\"end_date\":\"2025-12-31T23:00:00-0800\",\"image_urls\":[\"https://static-staging.ce-cdn.com/uploads/checkout/headline_image/file/13256/download__2_.jpeg?fit=inside&amp;height=2000&amp;width=2000\"],\"start_date\":\"2021-12-31T23:00:00-0800\",\"video_url\":\"https://www.youtube.com/watch?v=GNk5YLGe24E\"}\n\n</code></pre>\n<p>Raw Content</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">event_name=new_project&amp;event_object[id]=2695&amp;event_object[available_shares]=50000&amp;event_object[current_funding]=0.0&amp;event_object[description]=&lt;p&gt;hkdshg;jklhklj&lt;/p&gt;\n&amp;event_object[maximum_raise]=50000000.0&amp;event_object[minimum_investment]=1000.0&amp;event_object[minimum_raise]=25000000&amp;event_object[share_price]=1000.0&amp;event_object[title]=Reg+A+FA+Offering&amp;event_object[issuer_profile_id]=21155&amp;event_object[summary]=This+is+for+testing+webhooks&amp;event_object[status]=new&amp;event_object[target_raise]=35000000&amp;event_object[category]=Consumer+Goods&amp;event_object[custom_attributes][show_stats]=True&amp;event_object[custom_attributes][theme]=Blue&amp;event_object[custom_attributes][background_type]=Dark&amp;event_object[custom_attributes][custom_theme_color]=FFFFFF&amp;event_object[custom_attributes][provided_by]=Simple+Checkout&amp;event_object[custom_attributes][risks_disclosures]=&lt;p&gt;ljkj;lkjlkjlkj&lt;/p&gt;\n&amp;event_object[custom_attributes][use_of_proceeds]=&lt;p&gt;;lkh;liu;liju&lt;/p&gt;\n&amp;event_object[custom_attributes][ownership_structure]=&lt;p&gt;;kj;lkjl;kjkl&lt;/p&gt;\n&amp;event_object[completion_date]&amp;event_object[creation_date]=2023-06-05T15:01:18-0700&amp;event_object[enabled_payment_methods][]=fund_america_ach&amp;event_object[enabled_payment_methods][]=fund_america_credit_card&amp;event_object[enabled_payment_methods][]=fund_america_wire&amp;event_object[enabled_payment_methods][]=fund_america_check&amp;event_object[end_date]=2025-12-31T23:00:00-0800&amp;event_object[image_urls][]=https://static-staging.ce-cdn.com/uploads/checkout/headline_image/file/13256/download__2_.jpeg?fit=inside&amp;height=2000&amp;width=2000&amp;event_object[start_date]=2021-12-31T23:00:00-0800&amp;event_object[video_url]=https://www.youtube.com/watch?v=GNk5YLGe24E\n\n</code></pre>\n","_postman_id":"faeca973-855a-4dae-be29-8dc0edd3e723","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}},{"name":"updated_project","item":[],"id":"6ed93d40-beaa-4d3d-953b-e309f983f9fb","description":"<p>When a <a href=\"https://documenter.getpostman.com/view/26379507/2s93eSYaVm#7fdc2427-8cd6-4c5f-b151-73cd3f978ec6\">project</a> is updated the updated_project webhook is fired containing the following informtion</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Desctription</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>project_id used to identify this project in the database</td>\n</tr>\n<tr>\n<td>available_shares</td>\n<td>how many shares are available</td>\n</tr>\n<tr>\n<td>current_funding</td>\n<td>the current funding amount</td>\n</tr>\n<tr>\n<td>description</td>\n<td>description of the project</td>\n</tr>\n<tr>\n<td>maximum_raise</td>\n<td>the maximum raise amount</td>\n</tr>\n<tr>\n<td>minimum_raise</td>\n<td>the minimum raise amount for a project to be successful</td>\n</tr>\n<tr>\n<td>minimum_investment</td>\n<td>the minimum amount an investor can invest</td>\n</tr>\n<tr>\n<td>share_price</td>\n<td>the rate per share or unit</td>\n</tr>\n<tr>\n<td>title</td>\n<td>title of the project</td>\n</tr>\n<tr>\n<td>issuer_profile_id</td>\n<td>profile_id of the issuer of the project</td>\n</tr>\n<tr>\n<td>summary</td>\n<td>project summary</td>\n</tr>\n<tr>\n<td>status</td>\n<td>current status of the project</td>\n</tr>\n<tr>\n<td>target_raise</td>\n<td>the target amount a project is looking to raise</td>\n</tr>\n<tr>\n<td>category</td>\n<td>name of the category that the project is under</td>\n</tr>\n<tr>\n<td>custom_attributes</td>\n<td>array of project attributes</td>\n</tr>\n<tr>\n<td>completion_date</td>\n<td>date a project completed</td>\n</tr>\n<tr>\n<td>creation_date</td>\n<td>date and time a project was created</td>\n</tr>\n<tr>\n<td>enabled_payment_methods</td>\n<td>array of acceptable payment methods</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>date and time a project is scheduled to end</td>\n</tr>\n<tr>\n<td>image_urls</td>\n<td>array of urls to images in the project gallary</td>\n</tr>\n<tr>\n<td>start_date</td>\n<td>schedule start date of project</td>\n</tr>\n<tr>\n<td>video_url</td>\n<td>url of video displayed on project</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"example\">Example</h1>\n<p>event_object</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">    {\"id\":\"2401\",\"available_shares\":\"\",\"current_funding\":\"15000.0\",\"description\":\"&lt;p&gt;Reg A+ Offerings - NC + New Checkout (debt)&lt;/p&gt;\\n\",\"maximum_raise\":\"1000000.0\",\"minimum_investment\":\"1000.0\",\"minimum_raise\":\"100\",\"share_price\":\"\",\"title\":\"Reg A+ Offerings - NC + New Checkout (debt)\",\"issuer_profile_id\":\"15435\",\"summary\":\"Reg A+ Offerings - NC + New Checkout (debt)\",\"status\":\"running\",\"target_raise\":\"100000\",\"category\":\"BioTech\",\"custom_attributes\":{\"ownership_structure\":\"&lt;p&gt;Reg A+ Offerings - NC + New Checkout (debt)&lt;/p&gt;\\n\",\"previous_funding\":\"&lt;p&gt;Reg A+ Offerings - NC + New Checkout (debt)&lt;/p&gt;\\n\",\"use_of_proceeds\":\"&lt;p&gt;Reg A+ Offerings - NC + New Checkout (debt)&lt;/p&gt;\\n\",\"risks_disclosures\":\"&lt;p&gt;Reg A+ Offerings - NC + New Checkout (debt)&lt;/p&gt;\\n\"},\"completion_date\":\"\",\"creation_date\":\"2021-08-12T13:53:08-0700\",\"enabled_payment_methods\":[\"north_capital_ach\",\"north_capital_check\",\"north_capital_credit_card\",\"north_capital_wire\"],\"end_date\":\"2024-12-30T23:00:00-0800\",\"image_urls\":[\"https://static-staging.ce-cdn.com/uploads/checkout/headline_image/file/11070/pexels-pixabay-414905.jpg?fit=inside&amp;height=2000&amp;width=2000\"],\"start_date\":\"2019-12-31T23:00:00-0800\",\"video_url\":\"\"}\n\n</code></pre>\n<p>Raw Content</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">event_name=updated_project&amp;event_object[id]=2401&amp;event_object[available_shares]&amp;event_object[current_funding]=15000.0&amp;event_object[description]=&lt;p&gt;Reg+A++Offerings+-+NC+++New+Checkout+(debt)&lt;/p&gt;\n&amp;event_object[maximum_raise]=1000000.0&amp;event_object[minimum_investment]=1000.0&amp;event_object[minimum_raise]=100&amp;event_object[share_price]&amp;event_object[title]=Reg+A++Offerings+-+NC+++New+Checkout+(debt)&amp;event_object[issuer_profile_id]=15435&amp;event_object[summary]=Reg+A++Offerings+-+NC+++New+Checkout+(debt)&amp;event_object[status]=running&amp;event_object[target_raise]=100000&amp;event_object[category]=BioTech&amp;event_object[custom_attributes][ownership_structure]=&lt;p&gt;Reg+A++Offerings+-+NC+++New+Checkout+(debt)&lt;/p&gt;\n&amp;event_object[custom_attributes][previous_funding]=&lt;p&gt;Reg+A++Offerings+-+NC+++New+Checkout+(debt)&lt;/p&gt;\n&amp;event_object[custom_attributes][use_of_proceeds]=&lt;p&gt;Reg+A++Offerings+-+NC+++New+Checkout+(debt)&lt;/p&gt;\n&amp;event_object[custom_attributes][risks_disclosures]=&lt;p&gt;Reg+A++Offerings+-+NC+++New+Checkout+(debt)&lt;/p&gt;\n&amp;event_object[completion_date]&amp;event_object[creation_date]=2021-08-12T13:53:08-0700&amp;event_object[enabled_payment_methods][]=north_capital_ach&amp;event_object[enabled_payment_methods][]=north_capital_check&amp;event_object[enabled_payment_methods][]=north_capital_credit_card&amp;event_object[enabled_payment_methods][]=north_capital_wire&amp;event_object[end_date]=2024-12-30T23:00:00-0800&amp;event_object[image_urls][]=https://static-staging.ce-cdn.com/uploads/checkout/headline_image/file/11070/pexels-pixabay-414905.jpg?fit=inside&amp;height=2000&amp;width=2000&amp;event_object[start_date]=2019-12-31T23:00:00-0800&amp;event_object[video_url]\n\n</code></pre>\n","_postman_id":"6ed93d40-beaa-4d3d-953b-e309f983f9fb","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}},{"name":"completed_investment","item":[],"id":"6e8a1393-d129-4a8b-8e82-0c65b85862c4","description":"<p>When an <a href=\"https://documenter.getpostman.com/view/26379507/2s93eSYaVm#968aede2-4630-4ba6-915a-85423e0b19ad\">investment</a> is completed the completed_investment webhook is fired containing the following informtion</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Param</strong></th>\n<th><strong>Desctription</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>investment_id used to identify this investment in the database</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>amount of investment</td>\n</tr>\n<tr>\n<td>project_id</td>\n<td>the project_id where this investment was placed</td>\n</tr>\n<tr>\n<td>investor_profile_id</td>\n<td>the profile_id of the investor that owns this investment</td>\n</tr>\n<tr>\n<td>requires_investment_accreditation</td>\n<td>(true/false) is accreditation is required</td>\n</tr>\n<tr>\n<td>shares_amount</td>\n<td>share or unit rate</td>\n</tr>\n<tr>\n<td>status</td>\n<td>status of this investment</td>\n</tr>\n<tr>\n<td>public_uuid</td>\n<td>public unique identifier for this investment</td>\n</tr>\n<tr>\n<td>completetion_date</td>\n<td>date investment was completed</td>\n</tr>\n<tr>\n<td>creation_date</td>\n<td>the date and time this investment was created</td>\n</tr>\n<tr>\n<td>payment_method</td>\n<td>the method of payment used to place this investment</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"example\">Example</h1>\n<p>event_object</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\"id\":\"28119\",\"amount\":\"1000.0\",\"project_id\":\"2401\",\"investor_profile_id\":\"23440\",\"requires_invest_ready_accreditation\":\"false\",\"shares_amount\":\"0.0\",\"status\":\"completed\",\"public_uuid\":\"142bc2275e44\",\"completion_date\":\"June 05, 2023\",\"creation_date\":\"2023-06-05T14:52:33-0700\",\"payment_method\":\"north_capital_ach\"}\n\n</code></pre>\n<p>Raw Content</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">event_name=completed_investment&amp;event_object[id]=28119&amp;event_object[amount]=1000.0&amp;event_object[project_id]=2401&amp;event_object[investor_profile_id]=23440&amp;event_object[requires_invest_ready_accreditation]=false&amp;event_object[shares_amount]=0.0&amp;event_object[status]=completed&amp;event_object[public_uuid]=142bc2275e44&amp;event_object[completion_date]=June+05,+2023&amp;event_object[creation_date]=2023-06-05T14:52:33-0700&amp;event_object[payment_method]=north_capital_ach\n\n</code></pre>\n","_postman_id":"6e8a1393-d129-4a8b-8e82-0c65b85862c4","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}}],"id":"51ea7330-83f0-42b1-a01a-26cfa665b418","description":"<p>Webhooks are a mechanism used in web development to enable real-time communication between different systems or applications. They allow one application to send data to another application whenever a specific event or trigger occurs. Instead of periodically polling for updates, the receiving application is notified instantly when new data becomes available.</p>\n","_postman_id":"51ea7330-83f0-42b1-a01a-26cfa665b418","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","id":"25cbd437-a1eb-4c79-82c8-f2f5bb8c7796","name":"CrowdEngine's API Introduction","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}]}},"event":[{"listen":"prerequest","script":{"id":"ca5c53e7-b2f9-4169-bcea-b2e64527150a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"68d8d58d-d4c7-4b12-a492-28dd71b5943c","type":"text/javascript","exec":[""]}}],"variable":[{"key":"platform_domain","value":"checkout.new.crowdengine.com"},{"key":"checkout.new.crowdengine.com","value":"platform_domain"}]}