{"info":{"_postman_id":"1477e32b-2ced-4206-b555-758a200dd412","name":"API SerendpTech","description":"<html><head></head><body><p>REST API</p>\n<p>SerendpTech<br>Technology serving people</p>\n<p>In the digital age, trust in companies and institutions depends on the right of every individual to have a digital identity that is not disclosed, safeguarded, or sold without his knowledge.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"24563234","collectionId":"1477e32b-2ced-4206-b555-758a200dd412","publishedId":"2s8YzUw1Ka","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"AC5391"},"publishDate":"2022-12-13T10:45:08.000Z"},"item":[{"name":"Authentification","item":[{"name":"Token","event":[{"listen":"test","script":{"exec":["pm.test(\"Response JSON\", function () {","    var jsonData = pm.response.json();","    pm.environment.set(\"seren_token\", jsonData.token);","});"],"type":"text/javascript","id":"a9a4da1c-bf4a-49ac-b5c1-cf2d2706edf5"}}],"id":"e8c22a0e-9863-4a7b-a320-3e6f1e92e773","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_key","value":"{{client_key}}","description":"<p>(Required) </p>\n","type":"text"},{"key":"password","value":"{{password}}","description":"<p>(Required) </p>\n","type":"text"}]},"url":"{{url_api}}/token","description":"<p>Get Token</p>\n","urlObject":{"path":["token"],"host":["{{url_api}}"],"query":[],"variable":[]}},"response":[{"id":"19bf4696-f702-4e97-a688-50aa21221fc3","name":"Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_key","value":"{{client_key}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}]},"url":"{{url_api}}/token"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Company\",\n    \"status_api\": true,\n    \"token\": \"SFMyNTY.XXXXXXXXXXXXXXXXXXXXXXXXXX.XXXXXXXXXX-XXXXXXXX-XXXXXXX-XXXXXXX\"\n}"}],"_postman_id":"e8c22a0e-9863-4a7b-a320-3e6f1e92e773"}],"id":"14f0b4f7-903e-4e63-a925-00912555e24a","_postman_id":"14f0b4f7-903e-4e63-a925-00912555e24a","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{seren_token}}"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"1477e32b-2ced-4206-b555-758a200dd412","id":"1477e32b-2ced-4206-b555-758a200dd412","name":"API SerendpTech","type":"collection"}}},{"name":"Organization","item":[{"name":"Get Organization","event":[{"listen":"test","script":{"id":"88a632b2-0123-4f36-be85-27513d7fd1ff","exec":[""],"type":"text/javascript"}}],"id":"a6817c3c-b54f-424d-b71a-1263e7da7c2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url_api}}/organization","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{seren_token}}"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"1477e32b-2ced-4206-b555-758a200dd412","id":"1477e32b-2ced-4206-b555-758a200dd412","name":"API SerendpTech","type":"collection"}},"urlObject":{"path":["organization"],"host":["{{url_api}}"],"query":[],"variable":[]}},"response":[{"id":"1147fcbf-317e-4aa9-b181-35bc4825a966","name":"Organization","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":" Bearer {{seren_token}}","type":"text"}],"url":"{{url_api}}/organization"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Company\",\n        \"addresse\": \"\",\n        \"zipcode\": \"\",\n        \"city\": \"\",\n        \"country\" : \"\",\n        \"api_active\": false,\n        \"users\": [\n            {\n                \"lastname\": \"\",\n                \"firstname\": \"\",\n                \"email\": \"\",\n                \"phone\": \"\",\n                \"title\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"a6817c3c-b54f-424d-b71a-1263e7da7c2c"}],"id":"cc66fc59-1b09-4ac0-95c7-fe1f605feaa7","_postman_id":"cc66fc59-1b09-4ac0-95c7-fe1f605feaa7","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{seren_token}}"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"1477e32b-2ced-4206-b555-758a200dd412","id":"1477e32b-2ced-4206-b555-758a200dd412","name":"API SerendpTech","type":"collection"}}},{"name":"Transaction KYC","item":[{"name":"Get Detail","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"4a66dee9-d857-47ce-b4dd-850fdd3726de"}}],"id":"17ab31a9-9529-422e-a96d-04794646c08d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url_api}}/kyc/transaction/?uuid={{transaction_uuid_api}}","description":"<p>Retrieves a record (transaction) from the system using the session entity uuid value</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{seren_token}}"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"1477e32b-2ced-4206-b555-758a200dd412","id":"1477e32b-2ced-4206-b555-758a200dd412","name":"API SerendpTech","type":"collection"}},"urlObject":{"path":["kyc","transaction",""],"host":["{{url_api}}"],"query":[{"description":{"content":"<p>(Required)</p>\n","type":"text/plain"},"key":"uuid","value":"{{transaction_uuid_api}}"}],"variable":[]}},"response":[{"id":"6425a63b-08e6-4e88-bd32-5237d5b473ca","name":"Transaction detail","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{seren_token}}","type":"text"}],"url":{"raw":"{{url_api}}/kyc/transaction/:uuid/detail","host":["{{url_api}}"],"path":["kyc","transaction",":uuid","detail"],"variable":[{"key":"uuid","value":null}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"capture_nfc\": \"text Nfc\",\n        \"capture_ocr1\": \"text orc1\",\n        \"capture_ocr2\": null,\n        \"date\": \"2022-11-23T08:30:04Z\",\n        \"device\": {\n            \"model\": \"iphone 8\",\n            \"os\": \"ios\",\n            \"os_version\": \"12\",\n            \"uuid\": \"b48f7530-8ea9-4b0e-921b-7f6a331033d2\"\n        },\n        \"document\": {\n            \"country_name\": \"FRA\",\n            \"date_of_birth\": \"1991-06-23\",\n            \"expiration_date\": \"2020-05-11\",\n            \"identifier\": \"10CH43771\",\n            \"mrz\": \"P<XXXXXXXXX<XXXXXXX<XXXXXXXXXXXX<<<<<<<<<<<<<<<<<<<<<XXXXXXXXXXXXXXXXXXXX<<<<<<<<<<<<<<XX\",\n            \"place_of_birth\": \"Paris\",\n            \"type\": \"PASSPORT\",\n            \"uuid\": \"412e225c-5e0b-459a-a572-d4fa991d44c3\"\n        },\n        \"is_close\": true,\n        \"is_liveness\": true,\n        \"is_mrz\": true,\n        \"is_nfc\": true,\n        \"is_ocr\": true,\n        \"is_recofacial\": true,\n        \"onboarding\": \"\\tApplication Mobile\",\n        \"progression\": \"Reco Faciale\",\n        \"status\": \"Succès\",\n        \"status_blockchain\": \"decrypt\",\n        \"text_liveness\": \"0.79090\",\n        \"text_recofacial\": \"100.0\",\n        \"uuid\": \"4e09672d-b6dd-4f2d-8d71-0a156e1963fb\",\n        \"vesrion_app\": \"1.0.0(18)\"\n    }\n}"}],"_postman_id":"17ab31a9-9529-422e-a96d-04794646c08d"},{"name":"Get Status","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"88a632b2-0123-4f36-be85-27513d7fd1ff"}}],"id":"0b2d56bd-6b4d-4bc8-83fd-3e4607c3f09a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url_api}}/kyc/transaction/:uuid/status","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{seren_token}}"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"1477e32b-2ced-4206-b555-758a200dd412","id":"1477e32b-2ced-4206-b555-758a200dd412","name":"API SerendpTech","type":"collection"}},"urlObject":{"path":["kyc","transaction",":uuid","status"],"host":["{{url_api}}"],"query":[],"variable":[{"id":"348d7753-f4b2-4103-8de5-1e2ddc056a1f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"{{transaction_uuid_api}}","key":"uuid"}]}},"response":[{"id":"78c0a31c-0b87-4272-a40e-39ad8122fbbb","name":"Status of Transaction","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":" Bearer {{seren_token}}","type":"text"}],"url":{"raw":"{{url_api}}/kyc/transaction/:uuid/status","host":["{{url_api}}"],"path":["kyc","transaction",":uuid","status"],"variable":[{"key":"uuid","value":"{{uuid_transaction_kyc}}","description":"(Required) The file uuid of the record."}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"status\": \"success\",\n        \"uuid\": \"5aef5ea1-fd80-4995-92d8-d63ffbb986c7\"\n    }\n}"}],"_postman_id":"0b2d56bd-6b4d-4bc8-83fd-3e4607c3f09a"},{"name":"Get list image files","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"d524080e-12e0-4e5f-b2a2-683cd0f2554e"}},{"listen":"prerequest","script":{"exec":[""],"type":"text/javascript","id":"a89e5cf0-0bfc-4b65-b408-5f500d4b7ffb"}}],"id":"5bbbbf90-eee8-48d3-847c-45b2400b8cac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{url_api}}/kyc/transaction/:uuid/files?decrypt=1","description":"<p>Return all files images of one transaction with its status:</p>\n<ul>\n<li>encrypt**:** Encrypted image file</li>\n<li>decrypt: Decrypted image file</li>\n<li>decrypt_request: File in process of decryption</li>\n</ul>\n<p>If you want to decrypt the files then use parameter <code>decrypt=1</code> and check the status.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{seren_token}}"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"1477e32b-2ced-4206-b555-758a200dd412","id":"1477e32b-2ced-4206-b555-758a200dd412","name":"API SerendpTech","type":"collection"}},"urlObject":{"path":["kyc","transaction",":uuid","files"],"host":["{{url_api}}"],"query":[{"description":{"content":"<p>You can send request \"decrypt\" doc file</p>\n","type":"text/plain"},"key":"decrypt","value":"1"}],"variable":[{"id":"8ed0e706-678e-4882-b3cf-64b5a512fff0","description":{"content":"<p>(Required) The file uuid of the record</p>\n","type":"text/plain"},"type":"any","value":"{{transaction_uuid_api}}","key":"uuid"}]}},"response":[{"id":"3f985ba2-8adb-4ebd-9074-8362826b606e","name":"Get list image file of Transaction","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":" Bearer {{seren_token}}","type":"text"}],"url":{"raw":"{{url_api}}/kyc/transaction/:uuid/files","host":["{{url_api}}"],"path":["kyc","transaction",":uuid","files"],"query":[{"key":"decrypt","value":"1","description":"You can send request \"decrypt\" image file","disabled":true}],"variable":[{"key":"uuid","value":"{{uuid_transaction_kyc}}","description":"(Required) The file uuid of the record"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"blockchain_doc\": {\n                \"status\": \"encrypt\"\n            },\n            \"full_path\": \"https://xxxxxxxxx/transactions/5aef5ea1-fd80-4995-92d8-d63ffbb986c7/provider/09105e97-6061-45a0-9738-1424ba9900dc_document_photo1.jpg\",\n            \"name\": \"09105e97-6061-45a0-9738-1424ba9900dc_document_photo1.jpg\",\n            \"uuid\": \"09105e97-6061-45a0-9738-1424ba9900dc\"\n        },\n        {\n            \"blockchain_doc\": {\n                \"status\": \"encrypt\"\n            },\n            \"full_path\": \"https://xxxxxxxxxx/transactions/5aef5ea1-fd80-4995-92d8-d63ffbb986c7/provider/a552411f-717e-44d1-859b-ca6e124b8e8c_id_identity_photo.jpg\",\n            \"name\": \"a552411f-717e-44d1-859b-ca6e124b8e8c_id_identity_photo.jpg\",\n            \"uuid\": \"a552411f-717e-44d1-859b-ca6e124b8e8c\"\n        },\n        {\n            \"blockchain_doc\": {\n                \"status\": \"encrypt\"\n            },\n            \"full_path\": \"https://xxxxxxxxxxxx/transactions/5aef5ea1-fd80-4995-92d8-d63ffbb986c7/provider/b8d2ae87-3d9d-4e63-9600-7c701eb31495_selfie_photo1.jpg\",\n            \"name\": \"b8d2ae87-3d9d-4e63-9600-7c701eb31495_selfie_photo1.jpg\",\n            \"uuid\": \"b8d2ae87-3d9d-4e63-9600-7c701eb31495\"\n        },\n        {\n            \"blockchain_doc\": {\n                \"status\": \"encrypt\"\n            },\n            \"full_path\": \"https://xxxxxxxxxxxxx/transactions/5aef5ea1-fd80-4995-92d8-d63ffbb986c7/provider/7c953458-0d90-41e3-b879-1a238f01b93a_selfie_photo2.jpg\",\n            \"name\": \"7c953458-0d90-41e3-b879-1a238f01b93a_selfie_photo2.jpg\",\n            \"uuid\": \"7c953458-0d90-41e3-b879-1a238f01b93a\"\n        }\n    ]\n}"}],"_postman_id":"5bbbbf90-eee8-48d3-847c-45b2400b8cac"},{"name":"Get list","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","id":"6f43e00e-75de-4ce1-9848-e5359fe2dad5"}}],"id":"dd9561ef-5840-41de-886d-d158dd9666d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{url_api}}/kyc/transaction?status=1&code_folder={{code_folder}}","description":"<p>Return all transaction of client</p>\n<p>If you want to limit record the use parameter <strong><code>limit</code></strong></p>\n<p>If you want to filter status of transaction the use parameter <code>status</code></p>\n<ul>\n<li>status = 1 : status <code>Succes</code> of transaction</li>\n<li>status = 2: status <code>Abandoned</code> of transaction</li>\n<li>status = 3: status <code>Anomaly</code> of transaction</li>\n</ul>\n<p>If you want to fetch list transaction of folder the use parameter <code>code_folder</code></p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{seren_token}}"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"1477e32b-2ced-4206-b555-758a200dd412","id":"1477e32b-2ced-4206-b555-758a200dd412","name":"API SerendpTech","type":"collection"}},"urlObject":{"path":["kyc","transaction"],"host":["{{url_api}}"],"query":[{"disabled":true,"description":{"content":"<p>The number of records to be returned </p>\n","type":"text/plain"},"key":"limit","value":"2"},{"description":{"content":"<p>The status of records to be returned</p>\n","type":"text/plain"},"key":"status","value":"1"},{"description":{"content":"<p>List transaction of folder to be returned</p>\n","type":"text/plain"},"key":"code_folder","value":"{{code_folder}}"}],"variable":[]}},"response":[{"id":"ef74d4af-d1c5-4d9c-9a7f-059d66d73599","name":"List Transactions","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":" Bearer {{seren_token}}","type":"text"}],"url":{"raw":"{{url_api}}/kyc/transaction?status=1&code_folder={{code_folder}}","host":["{{url_api}}"],"path":["kyc","transaction"],"query":[{"key":"limit","value":"2","description":"The number of records to be returned","disabled":true},{"key":"status","value":"1","description":"The status of records to be returned"},{"key":"code_folder","value":"{{code_folder}}"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"capture_nfc\": \"text Nfc\",\n        \"capture_ocr1\": \"text orc1\",\n        \"capture_ocr2\": null,\n        \"date\": \"2022-11-23T08:30:04Z\",\n        \"device\": {\n            \"model\": \"iphone 8\",\n            \"os\": \"ios\",\n            \"os_version\": \"12\",\n            \"uuid\": \"5aef5ea1-fd80-4995-92d8-d63ffbb986c7\"\n        },\n        \"document\": {\n            \"country_name\": \"FRA\",\n            \"date_of_birth\": \"1991-06-23\",\n            \"expiration_date\": \"2020-05-11\",\n            \"identifier\": \"XXXXXXXXXXXX\",\n            \"mrz\": \"P<XXXXX<XXXXXXXXX<XXXXX<<<<<<<<<<<<<<<<<<<<<XXXXXXXXXXXXXXXXXXXXXXX<<<<<<<<<<<<<<XX\",\n            \"place_of_birth\": \"Paris\",\n            \"type\": \"PASSPORT\",\n            \"uuid\": \"412e225c-5e0b-459a-a572-d4fa991d44c3\"\n        },\n        \"is_close\": true,\n        \"is_liveness\": true,\n        \"is_mrz\": true,\n        \"is_nfc\": true,\n        \"is_ocr\": true,\n        \"is_recofacial\": true,\n        \"onboarding\": \"\\tApplication Mobile\",\n        \"progression\": \"Reco Faciale\",\n        \"status\": \"Succès\",\n        \"status_blockchain\": \"encrypt\",\n        \"text_liveness\": \"0.79090\",\n        \"text_recofacial\": \"100.0\",\n        \"uuid\": \"4e09672d-b6dd-4f2d-8d71-0a156e1963fb\",\n        \"vesrion_app\": \"1.0.0(18)\"\n    },\n    {\n        \"capture_nfc\": null,\n        \"capture_ocr1\": \"text orc1\",\n        \"capture_ocr2\": \"text orc2\",\n        \"date\": \"2022-11-21T12:31:00Z\",\n        \"device\": {\n            \"model\": \"iphone 14\",\n            \"os\": \"ios\",\n            \"os_version\": \"19\",\n            \"uuid\": \"327a7a57-66a3-4420-a239-100305d01931\"\n        },\n        \"document\": {\n            \"country_name\": \"FRA\",\n            \"date_of_birth\": \"1979-12-24\",\n            \"expiration_date\": \"2020-05-01\",\n            \"identifier\": \"XXXXXXXXXXXX\",\n            \"mrz\": \"IDXXXXXXXXX<<<<<<<<<<<<<<<<<<<XXXXXXXXXXXXXXXXXXXXXXX<<<<<<<<XXXXXXXXX\",\n            \"place_of_birth\": \"LE MANS\",\n            \"type\": \"CNI_FR\",\n            \"uuid\": \"89316abd-ca00-40f0-b552-4a7d59b79b30\"\n        },\n        \"is_close\": true,\n        \"is_liveness\": true,\n        \"is_mrz\": true,\n        \"is_nfc\": null,\n        \"is_ocr\": true,\n        \"is_recofacial\": false,\n        \"onboarding\": \"\\tApplication Mobile\",\n        \"progression\": \"Reco Faciale\",\n        \"status\": \"Anomalie\",\n        \"status_blockchain\": \"encrypt\",\n        \"text_liveness\": \"0.79090\",\n        \"text_recofacial\": \"2.656008243560791\",\n        \"uuid\": \"46e07829-0397-4193-a0a0-3221793debb8\",\n        \"vesrion_app\": \"1.0.0(18)\"\n    }\n]"}],"_postman_id":"dd9561ef-5840-41de-886d-d158dd9666d6"},{"name":"Create Folder","event":[{"listen":"test","script":{"id":"5d205910-bf80-49ee-8b38-73cb36b70b20","exec":["pm.test(\"Response JSON\", function () {","    var jsonData = pm.response.json();","    //console.log(jsonData.data.partner_qr_code)","    pm.environment.set(\"code_folder\", jsonData.data.code);","});",""],"type":"text/javascript"}}],"id":"a8a1a37b-b40c-448d-8fc8-2e84b04fef9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{url_api}}/kyc/initial?user_email=email@email.com&number_folder=123456789","description":"<p>Create number folder pour current email</p>\n<p>Return:</p>\n<p>code and link image code that you can use for create transaction and fetch list transaction</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{seren_token}}"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"1477e32b-2ced-4206-b555-758a200dd412","id":"1477e32b-2ced-4206-b555-758a200dd412","name":"API SerendpTech","type":"collection"}},"urlObject":{"path":["kyc","initial"],"host":["{{url_api}}"],"query":[{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"user_email","value":"email@email.com"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"number_folder","value":"123456789"}],"variable":[]}},"response":[{"id":"e7312507-dbd4-459e-bcb8-499f4b1a0a1c","name":"Create Folder","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{url_api}}/kyc/initial?user_email={{email}}&code_folder={{code_folder}}","host":["{{url_api}}"],"path":["kyc","initial"],"query":[{"key":"user_email","value":"{{email}}","description":"Required"},{"key":"code_folder","value":"{{code_folder}}"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"code\": \"KA9H6KPPO\",\n        \"code_folter\": \"TEST000000\",\n        \"path_img_code\": \"https://XXXXXXXXXXXXXX/qrcode/5aef5ea1-fd80-4995-92d8-d63ffbb986c7.png\"\n    }\n}"}],"_postman_id":"a8a1a37b-b40c-448d-8fc8-2e84b04fef9f"}],"id":"bf3c52cf-0d52-4912-a2bb-89aec8b8defd","_postman_id":"bf3c52cf-0d52-4912-a2bb-89aec8b8defd","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{seren_token}}"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]},"isInherited":true,"source":{"_postman_id":"1477e32b-2ced-4206-b555-758a200dd412","id":"1477e32b-2ced-4206-b555-758a200dd412","name":"API SerendpTech","type":"collection"}}}],"auth":{"type":"oauth2","oauth2":{"basicConfig":[{"key":"accessToken","value":"{{seren_token}}"}],"advancedConfig":[{"key":"tokenType","value":"<token-type>"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"fb3752fb-acef-4f63-9dc2-ac26affe1243"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"19585121-d659-450a-b896-a027a3475134"}}]}