{"info":{"_postman_id":"25782299-c739-4b7a-ba18-6562c3a09a1b","name":"Sidebrief Launch APIs","description":"<html><head></head><body><p>The Sidebrief Launch API is organized around REST. Our API accepts JSON request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.</p>\n<p>We use tokens to authenticate requests. You can view and manage your tokens in the Developer Dashboard. You need to verify your account before making requests.</p>\n<p>Your tokens carry many privileges, so be sure to keep it secure! Do not share your tokens to unauthorized persons or publicly.</p>\n<p>Authentication to the API is via bearer auth. API requests without authentication will fail.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"21377374","collectionId":"25782299-c739-4b7a-ba18-6562c3a09a1b","publishedId":"UzQxP5Cc","public":true,"customColor":{"top-bar":"ffffff","right-sidebar":"f1f1f1","highlight":"EF5B25"},"publishDate":"2022-07-19T08:34:51.000Z"},"item":[{"name":"v1","item":[{"name":"Countries","item":[{"name":"Get Single Country","id":"1845fae2-f057-4708-b5de-0914f01bda7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/countries/KEN","description":"<p>Returns details of a specific country Launch supports. Use the ISO3 code for the country you are fetching, in uppercase.</p>\n<p>Returns the Name, Currency, ISO3 Code and International Code for the Country.</p>\n","urlObject":{"path":["v1","countries","KEN"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1845fae2-f057-4708-b5de-0914f01bda7e"},{"name":"Get All Countries","id":"009fec22-bd30-407d-963a-d3c8229dae69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/countries","description":"<p>Fetch all countries Launch currently supports.</p>\n<p>Returns the Name, Currency, ISO3 Code and International Code for each Country we support. The results are not filtered or sorted in this API version.</p>\n","urlObject":{"path":["v1","countries"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"009fec22-bd30-407d-963a-d3c8229dae69"}],"id":"0d8a00de-c51c-4f19-893f-479c3239660a","description":"<p>A Country object represents the countries supported by Launch.</p>\n<ul>\n<li><strong>countryName</strong>: The name of the supported country.</li>\n<li><strong>countryCurrency</strong>: Three letter ISO currency code for the country, in uppercase.</li>\n<li><strong>countryISO</strong>: Three-letter ISO country code, in uppercase.</li>\n<li><strong>countryCode</strong>: The international dialing code for the country.</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"6c1d165d-9690-4d6d-a0f7-4304d016b2cc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f6d6fc04-c186-499a-8d31-6f0756b0c1e3","type":"text/javascript","exec":[""]}}],"_postman_id":"0d8a00de-c51c-4f19-893f-479c3239660a"},{"name":"Entities","item":[{"name":"Get Single Entity","id":"9c8a980a-292a-4ae3-a64f-daae3bf639c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/entities/KENLTDLSOPR","description":"<p>Fetch the data for a single registrable Entity object to get the details of the entity.</p>\n","urlObject":{"path":["v1","entities","KENLTDLSOPR"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c8a980a-292a-4ae3-a64f-daae3bf639c2"},{"name":"Get Entities in Country","id":"2c81e387-c39c-4309-95f0-a189204ef672","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/entities/country/KEN","description":"<p>Fetch all entities supported in any country. Use a GET request with the Country Code to get all entities supported in the country.</p>\n","urlObject":{"path":["entities","country","KEN"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c81e387-c39c-4309-95f0-a189204ef672"},{"name":"Get All Entities","id":"50a0761d-b2c2-4e76-b7bf-f0f5e6e23568","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/entities","description":"<p>Fetch all Entities supported in every country.</p>\n","urlObject":{"path":["v1","entities"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"50a0761d-b2c2-4e76-b7bf-f0f5e6e23568"}],"id":"6f9aaa96-1a9e-4d5a-a3c5-eb854236a324","description":"<p>An Entity object represents a type of entity you can register on Launch.</p>\n<p>Fetch and show the Entity data to users to enable users to select the type of entity to register. You may filter entities by country and get any entity by its unique entity code.</p>\n<ul>\n<li><strong>entityName</strong>: The name of the entity to be registered. You can show this to users.</li>\n<li><strong>entityShortName</strong>: Three-letter abbreviated name of the entity. You can show this to users.</li>\n<li><strong>entityType</strong>: The type of entity, which could be public, private, or non-profit. You can show this to users.</li>\n<li><strong>entityCode:</strong> The entity code is the unique identifier for each type of registrable entity.</li>\n<li><strong>entityCountry</strong>: Three-letter country ISO code showing the country the entity can be registered in. You can use the entityCountry to fetch and show the country name to users.</li>\n<li><strong>entityFee</strong>: The base fees for the registration of this entity. You can charge additional fees in addition to the base fees.</li>\n<li><strong>entityCurrency</strong>: The default currency for paying the entity which is the currency of the country of registration. You may charge in this currency or in USD.</li>\n<li><strong>entityDescription</strong>: A brief description of the entity showing the type of persons that can register this entity.</li>\n<li><strong>entityTimeline</strong>: The number of days required for the registration of the entity. You can show this to the user.</li>\n<li><strong>entityRequirements</strong>: The requirements for the registration of this entity. The default is standard, except where there are additional requirements listed.</li>\n<li><strong>entityShares</strong>: The number of shares that is by default available for issuance to shareholders. Entities without shareholding default to 0.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"ab290205-a0af-4dfa-9503-64fefb426369","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1030cfe0-f004-4ab4-9a89-f5f6882956c8","type":"text/javascript","exec":[""]}}],"_postman_id":"6f9aaa96-1a9e-4d5a-a3c5-eb854236a324"},{"name":"Launch","item":[{"name":"Create Launch Request","id":"43d10e07-2d07-4e88-b50f-ed81245366fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n     \"registrationCountry\":\"KEN\",\r\n     \"registrationType\":\"KENLTDLSOPR\"\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/start","description":"<p>This is the first step to starting the registration of a business in a supported country.</p>\n<ul>\n<li><strong>registrationCountry (REQUIRED)</strong>: The ISO3 code of the country of registration, in uppercase.</li>\n<li><strong>registrationType (REQUIRED)</strong>: The Entity code of the entity to be registered, un uppercase.</li>\n</ul>\n<p>A successful request returns a response that includes the Launch Code, which is the unique identifier number for the Launch Request you have created.</p>\n","urlObject":{"path":["v1","launch","start"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"43d10e07-2d07-4e88-b50f-ed81245366fb"},{"name":"View Launch Request","id":"a7832106-8796-4da7-84ac-3d801887d3ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"launchCode\": \"038038335170755481\",\r\n  \"registrationCountry\": \"NG\",\r\n  \"registrationType\": \"NGLTDFSO\"\r\n}","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/view","description":"<p>To view all details of a Launch request.</p>\n<ul>\n<li><strong>launchCode (REQUIRED)</strong>: The unique code of the Launch request.</li>\n<li><strong>registrationType (REQUIRED)</strong>: The code of the Entity to be registered, in uppercase.</li>\n<li><strong>registrationCountry (REQUIRED):</strong> The ISO3 code of the country of registration, in uppercase.</li>\n</ul>\n","urlObject":{"path":["v1","launch","view"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7832106-8796-4da7-84ac-3d801887d3ed"},{"name":"Update Launch Request","id":"d72516ef-3535-46f3-a1d3-e9e452ab3afd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n     \"registrationCountry\":\"KE\",\r\n     \"registrationType\":\"KELTDLSO\"\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/update","description":"<p>To update either the type of Entity or Country of registration. Insert details of the new Entity code or Country ISO to update either.</p>\n<ul>\n<li><strong>launchCode</strong>: The unique code of the Launch request.</li>\n<li><strong>registrationCountry</strong>: The ISO3 code of the country of registration, in uppercase. Change to</li>\n<li><strong>registrationType</strong>: The code of the Entity to be registered, un uppercase.</li>\n</ul>\n","urlObject":{"path":["v1","launch","update"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d72516ef-3535-46f3-a1d3-e9e452ab3afd"},{"name":"Delete Launch Request","id":"1e1512c1-de7d-4ccd-8a71-4c58c4c3e44e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\"\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/remove","description":"<p>To delete a Launch request and all related data.</p>\n<ul>\n<li><strong>launchCode</strong>: The unique code of the Launch request.</li>\n</ul>\n","urlObject":{"path":["v1","launch","remove"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e1512c1-de7d-4ccd-8a71-4c58c4c3e44e"},{"name":"Add Business Names","id":"c2a18943-9814-4024-aa82-2530621c4d7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \"businessNames\":{\r\n        \"businessName1\": \"Sidebrief Limited\",\r\n        \"businessName2\": \"Sidebrief Technology Limited Company\",\r\n        \"businessName3\": \"Sidebrief Stacks Limited Company\",\r\n        \"businessName4\": \"Sidebrief Stacks Limited\"\r\n        }\r\n\r\n        \r\n\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/names/add","description":"<p>To add business names to a Launch request. Users need to add up to 4 names, listed in order of priority.</p>\n<ul>\n<li><strong>launchCode (REQUIRED, STRING)</strong>: The unique code of the Launch request.</li>\n<li><strong>businessNames1 (REQUIRED, STRING)</strong>: The first preferred name for the business. Should be a string not longer than 50 letters.</li>\n<li><strong>businessNames2 (REQUIRED, STRING):</strong> The second preferred name for the business. Should be a string not longer than 50 letters.</li>\n<li><strong>businessNames3 (REQUIRED, STRING)</strong>: The third preferred name for the business. Should be a string not longer than 50 letters.</li>\n<li><strong>businessNames4 (REQUIRED, STRING)</strong>: The fourth preferred name for the business. Should be a string not longer than 50 letters.</li>\n</ul>\n","urlObject":{"path":["v1","launch","names","add"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2a18943-9814-4024-aa82-2530621c4d7c"},{"name":"View Business Names","id":"39f8039b-6dab-439d-8313-e21399fc3d22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"launchCode\": \"038038335170755481\"\r\n}","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/names/view","description":"<p>To view the names submitted for a Launch request.</p>\n<ul>\n<li><strong>launchCode (REQUIRED)</strong>: The unique code of the Launch request.</li>\n</ul>\n","urlObject":{"path":["v1","launch","names","view"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"39f8039b-6dab-439d-8313-e21399fc3d22"},{"name":"Update Business Names","id":"f22b0a0a-3f06-4ca1-a9eb-2047d73a65c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \r\n    \"businessNames\":{\r\n        \"businessName1\": \"Sidebrief Techlint limited\",\r\n        \"businessName2\": \"Sidebrief Techlog Limited Company\",\r\n        \"businessName3\": \"Sidebrief Company\",\r\n        \"businessName4\": \"Sidebrief Go ltd\"\r\n        }\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/names/update","description":"<p>To update business names for a Launch request. You may update any of the four names.</p>\n<ul>\n<li><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</li>\n<li><strong>businessNames1 (OPTIONAL, STRING)</strong>: The first preferred name for the business. Should be a string not longer than 50 letters.</li>\n<li><strong>businessNames2 (OPTIONAL, STRING):</strong> The second preferred name for the business. Should be a string not longer than 50 letters.</li>\n<li><strong>businessNames3 (OPTIONAL, STRING)</strong>: The third preferred name for the business. Should be a string not longer than 50 letters.</li>\n<li><strong>businessNames4 (OPTIONAL, STRING)</strong>: The fourth preferred name for the business. Should be a string not longer than 50 letters.</li>\n</ul>\n","urlObject":{"path":["v1","launch","names","update"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f22b0a0a-3f06-4ca1-a9eb-2047d73a65c2"},{"name":"Add Business Objects","id":"e7519ad1-6471-4aaa-bcb9-3496df303fbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \r\n    \"businessObjects\": {\r\n                \"businessObject1\":\"Financial services\",\r\n                \"businessObject2\":\"Payment services\",\r\n                \"businessObject3\":\"Information Technology services\",\r\n                \"businessObject4\":\"General computer services\"\r\n            } \r\n\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/objects/add","description":"<p>To add the activities the business will undertake to a Launch request. Users need to add up to 4 business objects, listed in order of priority.</p>\n<ul>\n<li><strong>launchCode (REQUIRED)</strong>: The unique code of the Launch request.</li>\n<li><strong>businessObject1 (REQUIRED)</strong>: The first preferred name for the business. Should be a string not longer than 50 letters.</li>\n<li><strong>businessObject2 (REQUIRED):</strong> The second preferred name for the business. Should be a string not longer than 50 letters.</li>\n<li><strong>businessObject3 (REQUIRED)</strong>: The third preferred name for the business. Should be a string not longer than 50 letters.</li>\n<li><strong>businessObject4 (REQUIRED)</strong>: The fourth preferred name for the business. Should be a string not longer than 50 letters.</li>\n</ul>\n","urlObject":{"path":["v1","launch","objects","add"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7519ad1-6471-4aaa-bcb9-3496df303fbc"},{"name":"View Business Objects","id":"9015778c-70b8-4302-b3f6-9fff1f3e6c7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"launchCode\": \"038038335170755481\"\r\n}","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/objects/view","description":"<p>To view the activities the business will undertake for a Launch request.</p>\n<ul>\n<li><strong>launchCode (REQUIRED)</strong>: The unique code of the Launch request.</li>\n</ul>\n","urlObject":{"path":["v1","launch","objects","view"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9015778c-70b8-4302-b3f6-9fff1f3e6c7d"},{"name":"Update Business Objects","id":"abd2b5fc-fbf2-4435-8329-8c06ffcdfafa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \r\n    \"businessObjects\": {\r\n                \"businessObject1\":\"Information Technology\",\r\n                \"businessObject2\":\"Financial Services\",\r\n                \"businessObject3\":\"Compliance Services\",\r\n                \"businessObject4\":\"Regulatory Services\"\r\n            } \r\n\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/objects/update","description":"<p>To update the activities the business will undertake. Users may update any of the 4 business objects.</p>\n<ul>\n<li><strong>launchCode (REQUIRED)</strong>: The unique code of the Launch request.</li>\n<li><strong>businessObject1 (REQUIRED)</strong>: The first preferred name for the business. Should be a string not longer than 50 letters.</li>\n<li><strong>businessObject2 (REQUIRED):</strong> The second preferred name for the business. Should be a string not longer than 50 letters.</li>\n<li><strong>businessObject3 (REQUIRED)</strong>: The third preferred name for the business. Should be a string not longer than 50 letters.</li>\n<li><strong>businessObject4 (REQUIRED)</strong>: The fourth preferred name for the business. Should be a string not longer than 50 letters.</li>\n</ul>\n","urlObject":{"path":["v1","launch","objects","update"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"abd2b5fc-fbf2-4435-8329-8c06ffcdfafa"},{"name":"Add Business Address","id":"3cd038f0-dbd7-4609-bed8-5494d3b5eebe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \r\n    \"businessAddress\": {\r\n                \"addressCountry\":\"Nigeria\",\r\n                \"addressState\":\"Lagos\",\r\n                \"addressCity\":\"Yaba\",\r\n                \"addressStreet\":\"Edmund Crescent\",\r\n                \"addressZipCode\":\"23401\",\r\n                \"addressNumber\":\"202\",\r\n                \"addressEmail\":\"support@sidebrief.com\"\r\n            }\r\n\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/address/add","description":"<p>To add the business address for the Launch request. Users without a business address can use their home address.</p>\n<ul>\n<li><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</li>\n<li><strong>addressCountry (REQUIRED, STRING)</strong>: The business address country ISO3 in uppercase or name capitalized.</li>\n<li><strong>addressSate (REQUIRED, STRING)</strong>: The business address state capitalized.</li>\n<li><strong>addressCity (REQUIRED, STRING)</strong>: The business address city capitalized.</li>\n<li><strong>addressStreet (REQUIRED, STRING)</strong>: The street address capitalized.</li>\n<li><strong>addressZipCode (REQUIRED, NUMBER)</strong>: The zip code of the business address.</li>\n<li><strong>addressNumber (REQUIRED, NUMBER)</strong>: The local phone number of the business or the business owner.</li>\n<li><strong>addressEmail (REQUIRED, EMAIL)</strong>: The email address of the business or business owner.</li>\n</ul>\n","urlObject":{"path":["v1","launch","address","add"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3cd038f0-dbd7-4609-bed8-5494d3b5eebe"},{"name":"View Business Address","id":"3d9ad269-dbe0-4cc6-88e9-9e61ca0e6da6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\"\r\n } ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/address/view","description":"<p>To view the Business address of the Launch request.</p>\n<ul>\n<li><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</li>\n</ul>\n","urlObject":{"path":["v1","launch","address","view"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d9ad269-dbe0-4cc6-88e9-9e61ca0e6da6"},{"name":"Update Business Address","id":"6d0688c7-6665-4ef4-9cd5-52a4ab4bb89d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \r\n    \"businessAddress\": {\r\n                \"addressCountry\":\"Kenya\",\r\n                \"addressState\":\"Nairobi\",\r\n                \"addressCity\":\"Yaba\",\r\n                \"addressStreet\":\"Edmund Street\",\r\n                \"addressZipCode\":\"2340\",\r\n                \"addressNumber\":\"07066539444\",\r\n                \"addressEmail\":\"usman@sidebrief.com\"\r\n            }\r\n\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/address/update","description":"<p>To update the business address for the Launch request.</p>\n<ul>\n<li><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</li>\n<li><strong>addressCountry (OPTIONAL, STRING)</strong>: The business address country ISO3 in uppercase or name capitalized.</li>\n<li><strong>addressSate (OPTIONAL, STRING)</strong>: The business address state capitalized.</li>\n<li><strong>addressCity (OPTIONAL, STRING)</strong>: The business address city capitalized.</li>\n<li><strong>addressStreet (OPTIONAL, STRING)</strong>: The street address capitalized.</li>\n<li><strong>addressZipCode (OPTIONAL, NUMBER)</strong>: The zip code of the business address.</li>\n<li><strong>addressNumber (OPTIONAL, NUMBER)</strong>: The local phone number of the business or the business owner.</li>\n<li><strong>addressEmail (OPTIONAL, EMAIL)</strong>: The email address of the business or business owner.</li>\n</ul>\n","urlObject":{"path":["v1","launch","address","update"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d0688c7-6665-4ef4-9cd5-52a4ab4bb89d"},{"name":"Add Business Members","id":"8c0212ab-db00-48cb-9247-9a1a00d285d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \"businessMember\":{\r\n                \"memberName\": \"John Doe\",\r\n                \"memberEmail\": \"doe@sidebrief.com\",\r\n                \"memberPhone\": \"23401234567890\"\r\n            }\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/members/add","description":"<p>Business Members are everyone with a role in the <strong>ownership</strong> or <strong>management</strong> of the business (shareholders/proprietors, directors/trustees etc). Users have to first add members, and then define their roles as shareholders or directors. Some business types do not support one or both (See Entity).</p>\n<p>We do not require users to fill out details like address, date of birth or gender as these are obtained from KYC docs.</p>\n<ul>\n<li><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</li>\n<li><strong>memberName (REQUIRED, STRING)</strong>: The full legal name of the member as it appears on their identification document.</li>\n<li><strong>memberNumber (REQUIRED, NUMBER)</strong>: The local phone number of the member.</li>\n<li><strong>memberEmail (REQUIRED, EMAIL)</strong>: The email address of the member.</li>\n</ul>\n<p>Once a member is added, a Member Code is returned which can be used to define their shareholding and management role.</p>\n","urlObject":{"path":["v1","launch","members","add"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c0212ab-db00-48cb-9247-9a1a00d285d4"},{"name":"View Business Members","id":"28b659f6-98f4-4413-8678-fefc8bc85576","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"launchCode\": \"038038335170755481\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/members/view","description":"<p>To view all the members submitted for a Launch request.</p>\n<ul>\n<li><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</li>\n</ul>\n","urlObject":{"path":["v1","launch","members","view"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"28b659f6-98f4-4413-8678-fefc8bc85576"},{"name":"Update Business Member","id":"eada5094-c2f9-446a-92c0-bce9ed913a3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \"memberCode\":  \"316686371\",\r\n    \"businessMember\":{\r\n                \"memberName\": \"John Doe\",\r\n                \"memberEmail\": \"doe@sidebrief.com\",\r\n                \"memberPhone\": \"2341234567890\"\r\n            }\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/members/update","description":"<p>To update details of any member that has been submitted.</p>\n<ul>\n<li><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</li>\n<li><strong>memberCode(REQUIRED, NUMBER):</strong> The unique code for the member to be updated.</li>\n<li><strong>memberName (OPTIONAL, STRING)</strong>: The full legal name of the member as it appears on their identification document.</li>\n<li><strong>memberNumber (OPTIONAL, NUMBER)</strong>: The local phone number of the member.</li>\n<li><strong>memberEmail (REQUIRED, EMAIL)</strong>: The email address of the member.</li>\n</ul>\n","urlObject":{"path":["v1","launch","members","update"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"eada5094-c2f9-446a-92c0-bce9ed913a3e"},{"name":"Delete Business Member","id":"d3a63f4f-afc1-473a-b058-facd219d5abc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \"memberCode\":  \"620082149\"\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/members/remove","description":"<p>To delete any member that has been submitted.</p>\n<ul>\n<li><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</li>\n<li><strong>memberCode(REQUIRED, NUMBER):</strong> The unique code for the member to be deleted.</li>\n</ul>\n","urlObject":{"path":["v1","launch","members","remove"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3a63f4f-afc1-473a-b058-facd219d5abc"},{"name":"Add Business Shareholders","id":"5e7f3e3d-2a38-4982-ba22-5f652f15ab00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \"memberCode\": \"588534933\",\r\n    \"shareholderOwnershipPercentage\": \"10%\",\r\n    \"shareholderOwnershipType\": \"Preference Shares\",\r\n    \"shareholderIdentificationNumber\": \"1234456789012\"\r\n\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/launch/shareholders/add","description":"<p>Business shareholders are members who are the owners of the business. You can make any member a shareholder by adding their shareholding information. A member can have multiple shareholding records, e.g. ordinary shares and preference shares.</p>\n<ul>\n<li><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</li>\n<li><strong>memberCode(REQUIRED, NUMBER):</strong> The unique code for the member to be added as shareholder.</li>\n<li><strong>shareholderOwnershipPercentage (REQUIRED, STRING)</strong>: The percentage of shares owned by this shareholder.</li>\n<li><strong>shareholderOwnershipType (REQUIRED, STRING)</strong>: The type of shares owned by this shareholder. Must be either Common/Ordinary Shares or Preference Shares.</li>\n</ul>\n<p>When a Shareholder is added, a Shareholding Code is returned which can be used to modify the shareholding.</p>\n","urlObject":{"path":["launch","shareholders","add"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5e7f3e3d-2a38-4982-ba22-5f652f15ab00"},{"name":"Update Business Shareholders","id":"ff5c7110-82d4-4a15-9dd6-d9c78acd2c6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \"memberCode\": \"588534933\",\r\n    \"shareholderOwnershipPercentage\": \"5%\",\r\n    \"shareholderOwnershipType\": \"Preference Shares\",\r\n    \"shareholdingCode\": \"382004587\"\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/shareholders/update","description":"<p>To update a shareholder's information.</p>\n<ul>\n<li><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</li>\n<li><strong>memberCode(REQUIRED, NUMBER):</strong> The unique code for the member to be added as shareholder.</li>\n<li><strong>shareholdingCode(REQUIRED, NUMBER):</strong> The unique code for this shareholding record.</li>\n<li><strong>shareholderOwnershipPercentage (OPTIONAL, STRING)</strong>: The percentage of shares owned by this shareholder.</li>\n<li><strong>shareholderOwnershipType (OPTIONAL, STRING)</strong>: The type of shares owned by this shareholder. Must be either Common/Ordinary Shares or Preference Shares.</li>\n</ul>\n","urlObject":{"path":["v1","launch","shareholders","update"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff5c7110-82d4-4a15-9dd6-d9c78acd2c6f"},{"name":"View Business Shareholders","id":"3952404c-b87e-4ba2-ac5e-b9c039363a89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"launchCode\": \"038038335170755481\"\r\n}","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/launch/shareholders/view","description":"<p>To view the shareholders in the Launch request.</p>\n<p><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</p>\n","urlObject":{"path":["launch","shareholders","view"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3952404c-b87e-4ba2-ac5e-b9c039363a89"},{"name":"Delete Business Shareholders","id":"a1845495-89ce-477f-ac53-1e9bf8c09d3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \"shareholdingCode\": \"713618620\",\r\n    \"memberCode\": \"588534933\"\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/shareholders/remove","description":"<p>To delete a shareholding record.</p>\n<ul>\n<li><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</li>\n<li><strong>memberCode(REQUIRED, NUMBER):</strong> The unique code for the member with the shareholding record.</li>\n<li><strong>shareholdingCode(REQUIRED, NUMBER):</strong> The unique code for the shareholding record to be deleted.</li>\n</ul>\n","urlObject":{"path":["v1","launch","shareholders","remove"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1845495-89ce-477f-ac53-1e9bf8c09d3a"},{"name":"Add Business Directors","id":"4f5973c1-0f15-4d68-adb2-3e023651dd97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n       \"launchCode\": \"038038335170755481\",\r\n    \"memberCode\": \"601849384\",\r\n    \"directorRole\": \"Executive Director\"\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/directors/add","description":"<p>Business directors are members who control the affairs of the business. You can make any member a director by adding their director role.</p>\n<ul>\n<li><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request</li>\n<li><strong>memberCode(REQUIRED, NUMBER):</strong> The unique code for the member with the shareholding record.</li>\n<li><strong>directorRole(REQUIRED, STRING):</strong> The role of the director. Should be Executive Director or Non-Executive Director.</li>\n</ul>\n","urlObject":{"path":["v1","launch","directors","add"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f5973c1-0f15-4d68-adb2-3e023651dd97"},{"name":"View Business Directors","id":"5dcbc815-2f60-45d5-81d8-371397ea5074","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n       \"launchCode\": \"038038335170755481\"\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/directors/view","description":"<p>To view the directors submitted for a Launch request.</p>\n<p><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</p>\n","urlObject":{"path":["v1","launch","directors","view"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5dcbc815-2f60-45d5-81d8-371397ea5074"},{"name":"Update Business Directors","id":"2928bcda-3160-480c-bb26-6ec007efbf9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"launchCode\": \"038038335170755481\",\r\n   \"memberCode\": \"601849384\",\r\n   \"directorRole\": \"Executive Director\",\r\n   \"directorCode\": \"273214418\"\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/directors/update","description":"<p>To update a director's role.</p>\n<ul>\n<li><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</li>\n<li><strong>memberCode(REQUIRED, NUMBER):</strong> The unique code for the member with the shareholding record.</li>\n<li><strong>directorCode(REQUIRED, NUMBER):</strong> The unique code for the director record to be deleted.</li>\n<li><strong>directorRole(REQUIRED, STRING):</strong> The role of the director. Should be Executive Director or Non-Executive Director.</li>\n</ul>\n","urlObject":{"path":["v1","launch","directors","update"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2928bcda-3160-480c-bb26-6ec007efbf9f"},{"name":"Delete Business Directors","id":"0ca85476-ef0e-44bd-b084-5affad819b95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \"directorCode\":\"219846483\",\r\n    \"memberCode\": \"149041176\"\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/directors/remove","description":"<p>To delete a director's record.</p>\n<ul>\n<li><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</li>\n<li><strong>memberCode(REQUIRED, NUMBER):</strong> The unique code for the member with the shareholding record.</li>\n<li><strong>directorCode(REQUIRED, NUMBER):</strong> The unique code for the director record to be deleted.</li>\n</ul>\n","urlObject":{"path":["v1","launch","directors","remove"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ca85476-ef0e-44bd-b084-5affad819b95"},{"name":"Add Member KYC Document","id":"dcef7898-9dd0-4084-98a0-89f8c621d0ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \"memberCode\": \"601849384\",\r\n    \"memberKYC\":{\r\n        \"documentType\": \"International License\",\r\n         \"documentLink\": \"www.link.com\"\r\n         }\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/members/addkyc","description":"<p>We require that every member of the business submits KYC documents.</p>\n<p>For individuals:</p>\n<ul>\n<li>passport or another official identification document (current and with a photograph of the user)</li>\n<li>proof of address (a recent utility bill, statement of account or tax notification).</li>\n</ul>\n<p>For companies that are members:</p>\n<ul>\n<li><p>certificate of incorporation</p>\n</li>\n<li><p>constitutional documents like memorandum of articles and association</p>\n</li>\n<li><p>identification of beneficial and/or directors, and g. signatories (i.e., passports and proof of address);</p>\n</li>\n<li><p>certified list of signatories</p>\n</li>\n<li><p><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</p>\n</li>\n<li><p><strong>memberCode(REQUIRED, NUMBER):</strong> The unique code for the member whose KYC document is uploaded.</p>\n</li>\n<li><p><strong>documentType (REQUIRED, STRING)</strong>: The type of document being uploaded.</p>\n</li>\n<li><p><strong>documentLink (REQUIRED, STRING)</strong>: The link to the uploaded document for download. You may upload the document to any cloud platform and provide the link.</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","launch","members","addkyc"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcef7898-9dd0-4084-98a0-89f8c621d0ff"},{"name":"View Business Members KYC","id":"6ebd6c4e-f2be-46c4-b9d3-690c988afcfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"launchCode\": \"038038335170755481\"\r\n}","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/members/viewkyc","description":"<p>To view the KYC documents for a Launch request.</p>\n<p><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</p>\n","urlObject":{"path":["v1","launch","members","viewkyc"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ebd6c4e-f2be-46c4-b9d3-690c988afcfd"},{"name":"Delete Member KYC","id":"d13f0ae7-3263-4aea-a469-1e4caf9bafea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \"memberCode\": \"149041176\",\r\n    \"documentCode\": \"925448911\"\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/members/removekyc","description":"<p>To delete the KYC records for any user.</p>\n<ul>\n<li><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</li>\n<li><strong>memberCode(REQUIRED, NUMBER):</strong> The unique code for the member whose KYC document is uploaded.</li>\n<li><strong>documentCode (REQUIRED, NUMBER)</strong>: The unique code for the document to be deleted.</li>\n</ul>\n","urlObject":{"path":["v1","launch","members","removekyc"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d13f0ae7-3263-4aea-a469-1e4caf9bafea"},{"name":"Add Beneficial Owners","id":"412d7bb9-a2e2-4db7-8180-a82d3321a83d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \"beneficialOwner\":{\r\n                \"beneficialOwnerName\": \"John Doe\",\r\n                \"beneficialOwnerEmail\": \"doe@sidebrief.com\",\r\n                \"beneficialOwnerPhone\": \"2347066539444\",\r\n                \"beneficialOwnerOccupation\": \"Entreprenuer\",\r\n                \"beneficialOwnershipStake\": \"10%\"\r\n            }\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/beneficialowners/add","description":"<p>Beneficial owners are the ultimate owners of the business where there are people who ultimately own the business, where the shareholders are acting for others. We do not require users to fill out details like address, date of birth or gender as these are obtained from KYC docs.</p>\n<ul>\n<li><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</li>\n<li><strong>beneficialOwnerName (REQUIRED, STRING)</strong>: The full legal name of the member as it appears on their identification document.</li>\n<li><strong>beneficialOwnerPhone (REQUIRED, NUMBER)</strong>: The local phone number of the member.</li>\n<li><strong>beneficialOwnerEmail (REQUIRED, EMAIL)</strong>: The email address of the member.</li>\n<li><strong>beneficialOwnerOccupation (REQUIRED, STRING):</strong> The occupation of the beneficial owner.</li>\n<li><strong>beneficialOwnershipStake (REQUIRED, STRING):</strong> The percentage of the business owned by this beneficial owner.</li>\n</ul>\n<p>Once a beneficial owner is added, a Beneficial Owner Code is returned.</p>\n","urlObject":{"path":["v1","launch","beneficialowners","add"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"412d7bb9-a2e2-4db7-8180-a82d3321a83d"},{"name":"View Beneficial Owners","id":"82bcb562-9803-4231-8e58-bb5cbee50364","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"launchCode\": \"038038335170755481\"\r\n}","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/beneficialowners/view","description":"<p>To view the beneficial owners in the Launch request.</p>\n<p><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</p>\n","urlObject":{"path":["v1","launch","beneficialowners","view"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"82bcb562-9803-4231-8e58-bb5cbee50364"},{"name":"Update Beneficial Owners","id":"62bdb5ee-5077-4052-a9b5-9e79665edeee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \"beneficialOwnerCode\": \"890859356\",\r\n    \"beneficialOwner\":{\r\n                \"beneficialOwnerName\": \"John Doe\",\r\n                \"beneficialOwnerEmail\": \"doe@sidebrief.com\",\r\n                \"beneficialOwnerPhone\": \"2347066539444\",\r\n                \"beneficialOwnershipStake\": \"10%\"\r\n            }\r\n }  ","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/v1/launch/beneficialowners/update","description":"<p>To update beneficial owners.</p>\n<ul>\n<li><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</li>\n<li>beneficialOwnerCode (REQUIRED, NUMBER): The unique code of the beneficial owner.</li>\n<li><strong>beneficialOwnerName (OPTIONAL, STRING)</strong>: The full legal name of the member as it appears on their identification document.</li>\n<li><strong>beneficialOwnerPhone (OPTIONAL, NUMBER)</strong>: The local phone number of the member.</li>\n<li><strong>beneficialOwnerEmail (OPTIONAL, EMAIL)</strong>: The email address of the member.</li>\n<li><strong>beneficialOwnerOccupation (OPTIONAL, STRING):</strong> The occupation of the beneficial owner.</li>\n<li><strong>beneficialOwnershipStake (OPTIONAL, STRING):</strong> The percentage of the business owned by this beneficial owner.</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8000","path":["v1","launch","beneficialowners","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"62bdb5ee-5077-4052-a9b5-9e79665edeee"},{"name":"Delete Beneficial Owners","id":"2b4b91f8-8674-4808-8554-1a0fdd86c6bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \"beneficialOwnerCode\": \"336249437\"\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/beneficialowners/remove","description":"<p>To delete beneficial owners.</p>\n<ul>\n<li><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</li>\n<li><strong>beneficialOwnerCode (REQUIRED, NUMBER):</strong> The unique code of the beneficial owner.</li>\n</ul>\n","urlObject":{"path":["v1","launch","beneficialowners","remove"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b4b91f8-8674-4808-8554-1a0fdd86c6bc"},{"name":"Add Beneficial Owner KYC","id":"c7cd3117-e43e-46c5-a4e5-cba2f2b45bc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \"beneficialOwnerCode\": \"890859356\",\r\n    \"beneficialOwnerKYC\":{\r\n        \"documentType\": \"International Passport\",\r\n         \"documentLink\": \"www.link.com\"\r\n         }\r\n\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/beneficialowners/addkyc","description":"<p>We require that every beneficial owner submits KYC documents.</p>\n<p>For individuals:</p>\n<ul>\n<li>passport or another official identification document (current and with a photograph of the user)</li>\n<li>proof of address (a recent utility bill, statement of account or tax notification).</li>\n</ul>\n<p>For companies that are members:</p>\n<ul>\n<li><p>certificate of incorporation</p>\n</li>\n<li><p>constitutional documents like memorandum of articles and association</p>\n</li>\n<li><p>identification of beneficial and/or directors, and g. signatories (i.e., passports and proof of address);</p>\n</li>\n<li><p>certified list of signatories</p>\n</li>\n<li><p><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</p>\n</li>\n<li><p><strong>beneficialOwnerCode(REQUIRED, NUMBER):</strong> The unique code for the beneficial owner whose KYC document is uploaded.</p>\n</li>\n<li><p><strong>documentType (REQUIRED, STRING)</strong>: The type of document being uploaded.</p>\n</li>\n<li><p><strong>documentLink (REQUIRED, STRING)</strong>: The link to the uploaded document for download. You may upload the document to any cloud platform and provide the link.</p>\n</li>\n</ul>\n","urlObject":{"path":["v1","launch","beneficialowners","addkyc"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7cd3117-e43e-46c5-a4e5-cba2f2b45bc5"},{"name":"View Beneficial Owners KYC","id":"71d6e9c2-0239-4163-8e6b-701660b506da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \"beneficialOwnerCode\": \"890859356\"\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/beneficialowners/viewkyc","description":"<p>To view the KYC records for any beneficial owner.</p>\n<ul>\n<li><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</li>\n<li><strong>beneficialOwnerCode(REQUIRED, NUMBER):</strong> The unique code for the beneficial owner.</li>\n</ul>\n","urlObject":{"path":["v1","launch","beneficialowners","viewkyc"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"71d6e9c2-0239-4163-8e6b-701660b506da"},{"name":"Delete Beneficial Owner KYC","id":"5deea82e-0a1f-42a0-9ff8-5ca1c24ba18b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \"beneficialOwnerCode\": \"890859356\",\r\n   \"documentCode\": \"699289867\"\r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/beneficialowners/removekyc","description":"<p>To delete the KYC records for any beneficial owner.</p>\n<ul>\n<li><strong>launchCode (REQUIRED, NUMBER)</strong>: The unique code of the Launch request.</li>\n<li><strong>beneficialOwnerCode(REQUIRED, NUMBER):</strong> The unique code for the beneficial whose KYC document is uploaded.</li>\n<li><strong>documentCode (REQUIRED, NUMBER)</strong>: The unique code for the document to be deleted.</li>\n</ul>\n","urlObject":{"path":["v1","launch","beneficialowners","removekyc"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5deea82e-0a1f-42a0-9ff8-5ca1c24ba18b"},{"name":"Pay Launch Request","id":"4b38b9ec-29d1-4b23-8000-79c568192b4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \"paymentDetails\": {\r\n    \"paymentAmount\":\"25000\",\r\n    \"paymentCurrency\":\"NGN\",\r\n    \"paymentTransactionId\":\"THBGDM&8573958\",\r\n    \"paymentProvider\":\"Stripe\",  \r\n    \"paymentStatus\": \"successful\"\r\n    }\r\n    \r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/pay","description":"<p>You may use any payment provider to accept payment for a Launch request. We request that you send payment details to us. You may send multiple payment details for a Launch request.</p>\n","urlObject":{"path":["v1","launch","pay"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b38b9ec-29d1-4b23-8000-79c568192b4f"},{"name":"Update  Launch Payment","id":"8c3c9581-2056-40ef-9c18-8dec3456014d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\",\r\n    \"paymentCode\": \"116980208\",\r\n    \"paymentDetails\": {\r\n    \"paymentAmount\":\"3500000\",\r\n    \"paymentCurrency\":\"NGN\",\r\n    \"paymentTransactionId\":\"THBGDM&8573958\",\r\n    \"paymentProvider\":\"Stripe\",\r\n    \"paymentStatus\": \"successful\"  \r\n    }\r\n    \r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/updatepayment","description":"<p>To update a Payment Object, use the Payment Code and the Launch Code.</p>\n","urlObject":{"path":["v1","launch","updatepayment"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c3c9581-2056-40ef-9c18-8dec3456014d"},{"name":"View Launch Payment","id":"04b6d0fc-ce8b-4155-9727-fdab945bf909","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\"\r\n    \r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/viewpayment","description":"<p>To view all payments made in respect of a Launch request.</p>\n","urlObject":{"path":["v1","launch","viewpayment"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"04b6d0fc-ce8b-4155-9727-fdab945bf909"},{"name":"Review Launch Request","id":"c06d371f-fdd2-4e6e-b945-3aca4777beb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\"    \r\n }  ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/review","description":"<p>To review all details of the Launch request. Use the unique Launch Code.</p>\n","urlObject":{"path":["v1","launch","review"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c06d371f-fdd2-4e6e-b945-3aca4777beb8"},{"name":"Submit  Launch Request","id":"f2e9d5b9-953e-4408-8f5c-f8e3bbe7fcdc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"launchCode\": \"038038335170755481\"\r\n } ","options":{"raw":{"language":"json"}}},"url":"api.sidebrief.com/v1/launch/submit","description":"<p>Submit the Launch request to start the registration process. Payment must have been made and recorded for the process to start.</p>\n","urlObject":{"path":["v1","launch","submit"],"host":["api","sidebrief","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2e9d5b9-953e-4408-8f5c-f8e3bbe7fcdc"}],"id":"5bab214d-8972-4a4b-89d0-ac7b4fe9671e","description":"<p>A Launch object represents a business registration request on Launch.</p>\n<p>After a user selects a type of Entity to register, the user proceeds to provide the data for registration.</p>\n","_postman_id":"5bab214d-8972-4a4b-89d0-ac7b4fe9671e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"767a2a9c-798f-46c0-a280-aadad6f65885","id":"767a2a9c-798f-46c0-a280-aadad6f65885","name":"v1","type":"folder"}}}],"id":"767a2a9c-798f-46c0-a280-aadad6f65885","description":"<p>Use our APIs for business registration in multiple countries across Africa, with support for the US and UK.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b6ecd966-6718-4f30-bf74-6ab08ff31b29"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1530ace5-e31b-440d-9e7f-7c3b77fa696d"}}],"_postman_id":"767a2a9c-798f-46c0-a280-aadad6f65885"}]}