{"info":{"_postman_id":"4819c527-c2ad-48e0-87a0-85e40a2357d9","name":"Public API","description":"<html><head></head><body><p>Base API URL</p>\n<p><a href=\"https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod\">https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"30980739","collectionId":"4819c527-c2ad-48e0-87a0-85e40a2357d9","publishedId":"2s9YXfc4GC","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"54DF9E"},"publishDate":"2023-11-06T16:19:06.000Z"},"item":[{"name":"List documents","id":"62f4ebbe-661f-4c28-a756-4b98a497d7e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod/legal-entities/12345678-9/documents?transactionId=uuid&isArchived=false","description":"<p>Return all the documents associated to a legal entity with the given <code>:documentNumber</code></p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4819c527-c2ad-48e0-87a0-85e40a2357d9","id":"4819c527-c2ad-48e0-87a0-85e40a2357d9","name":"Public API","type":"collection"}},"urlObject":{"path":["legal-entities","12345678-9","documents"],"host":["https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod"],"query":[{"description":{"content":"<p>Return only documents associated to the given transactionId</p>\n","type":"text/plain"},"key":"transactionId","value":"uuid"},{"description":{"content":"<p>Filter documents by the archived field</p>\n","type":"text/plain"},"key":"isArchived","value":"false"}],"variable":[]}},"response":[],"_postman_id":"62f4ebbe-661f-4c28-a756-4b98a497d7e4"},{"name":"List categories","id":"d59a7459-5da3-4902-a020-f281addeb709","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod/categories","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4819c527-c2ad-48e0-87a0-85e40a2357d9","id":"4819c527-c2ad-48e0-87a0-85e40a2357d9","name":"Public API","type":"collection"}},"urlObject":{"path":["categories"],"host":["https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod"],"query":[],"variable":[]}},"response":[],"_postman_id":"d59a7459-5da3-4902-a020-f281addeb709"},{"name":"List transactions","id":"30f573b4-df69-455e-af01-4c3e60fe2e23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod/transactions/legal-entities/12345678-9","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4819c527-c2ad-48e0-87a0-85e40a2357d9","id":"4819c527-c2ad-48e0-87a0-85e40a2357d9","name":"Public API","type":"collection"}},"urlObject":{"path":["transactions","legal-entities","12345678-9"],"host":["https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod"],"query":[],"variable":[]}},"response":[],"_postman_id":"30f573b4-df69-455e-af01-4c3e60fe2e23"},{"name":"Get transaction by id","id":"f7019c9c-c406-4094-95b3-9bedcb071077","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod/transactions/64e380d55798ef931cf1027a","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4819c527-c2ad-48e0-87a0-85e40a2357d9","id":"4819c527-c2ad-48e0-87a0-85e40a2357d9","name":"Public API","type":"collection"}},"urlObject":{"path":["transactions","64e380d55798ef931cf1027a"],"host":["https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7019c9c-c406-4094-95b3-9bedcb071077"},{"name":"Create transactions","id":"2edada74-1ceb-4074-8f80-176839e85660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"legalEntityDocumentNumber\": \"12345678-9\",\n    \"documentsCodes\": [\n        \"e7e41899-9111-4142-920f-6031fd8f955c\"\n    ],\n    \"notary\": {\n        \"id\": \"63f3bd70ea91a02be1b2ec1e\",\n        \"name\": \"Notaria Espinosa\"\n    },\n    \"signees\": [\n        {\n            \"documentCode\": \"e7e41899-9111-4142-920f-6031fd8f955c\",\n            \"documentNumber\": \"12345678-9\",\n            \"firstName\": \"Jon\",\n            \"lastName\": \"Doe\",\n            \"email\": \"jon.doe@example.com\",\n            \"countryCode\": \"CL\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod/transactions/legal-entities/12345678-9","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4819c527-c2ad-48e0-87a0-85e40a2357d9","id":"4819c527-c2ad-48e0-87a0-85e40a2357d9","name":"Public API","type":"collection"}},"urlObject":{"path":["transactions","legal-entities","12345678-9"],"host":["https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod"],"query":[],"variable":[]}},"response":[],"_postman_id":"2edada74-1ceb-4074-8f80-176839e85660"},{"name":"Request upload file URL","id":"d05aa0b6-624e-49e0-8da2-758e2f700203","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"documentId\": \"123\",\n  \"fileType\": \"DOCUMENT\",\n  \"fileKey\": \"INITIAL_DOCUMENT.pdf\"\n}","options":{"raw":{"language":"json"}}},"url":"https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod/files","description":"<p>Request an S3 presigned url for file upload</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4819c527-c2ad-48e0-87a0-85e40a2357d9","id":"4819c527-c2ad-48e0-87a0-85e40a2357d9","name":"Public API","type":"collection"}},"urlObject":{"path":["files"],"host":["https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod"],"query":[],"variable":[]}},"response":[],"_postman_id":"d05aa0b6-624e-49e0-8da2-758e2f700203"},{"name":"Invite all to sign","id":"2038412e-01d1-4cd7-8c3c-e96f117670b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod/transactions/64e41c6642a236f4542da64a/invite-all","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4819c527-c2ad-48e0-87a0-85e40a2357d9","id":"4819c527-c2ad-48e0-87a0-85e40a2357d9","name":"Public API","type":"collection"}},"urlObject":{"path":["transactions","64e41c6642a236f4542da64a","invite-all"],"host":["https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod"],"query":[],"variable":[]}},"response":[],"_postman_id":"2038412e-01d1-4cd7-8c3c-e96f117670b4"},{"name":"Update transaction","id":"00dc1abe-174e-49df-965a-503045aff4dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\": \"PENDING\"\n}","options":{"raw":{"language":"json"}}},"url":"https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod/transactions/64f743f98723d4f8270474d1","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4819c527-c2ad-48e0-87a0-85e40a2357d9","id":"4819c527-c2ad-48e0-87a0-85e40a2357d9","name":"Public API","type":"collection"}},"urlObject":{"path":["transactions","64f743f98723d4f8270474d1"],"host":["https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod"],"query":[],"variable":[]}},"response":[],"_postman_id":"00dc1abe-174e-49df-965a-503045aff4dc"},{"name":"Update signee","id":"a6a7834b-653d-4540-9ef9-cbf1b39f982a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n  \"coordinatesPdf\": [\n    {\n      \"code\": \"f1bba794-01f8-4e2f-8f14-63ff4987c3f8\",\n      \"page\": 3,\n      \"x\": 72,\n      \"y\": 26\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod/documents/1298cd05-d6c9-4802-85cb-6eb0133681a2/signees/18707468-1/update","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4819c527-c2ad-48e0-87a0-85e40a2357d9","id":"4819c527-c2ad-48e0-87a0-85e40a2357d9","name":"Public API","type":"collection"}},"urlObject":{"path":["documents","1298cd05-d6c9-4802-85cb-6eb0133681a2","signees","18707468-1","update"],"host":["https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6a7834b-653d-4540-9ef9-cbf1b39f982a"},{"name":"Request sign token data","id":"baad94f1-cb62-4dc9-b60a-2c812e276a71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"sign_token_123456","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod/sign/token","urlObject":{"path":["sign","token"],"host":["https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod"],"query":[],"variable":[]}},"response":[],"_postman_id":"baad94f1-cb62-4dc9-b60a-2c812e276a71"},{"name":"Get signee token data","id":"23ab88a4-ce1f-4d8e-add5-098f66106a59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"896d96bb-6d3d-4ae1-84ce-fb2948087e20","type":"text"}],"url":"https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod/sign/token","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]},"isInherited":true,"source":{"_postman_id":"4819c527-c2ad-48e0-87a0-85e40a2357d9","id":"4819c527-c2ad-48e0-87a0-85e40a2357d9","name":"Public API","type":"collection"}},"urlObject":{"path":["sign","token"],"host":["https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod"],"query":[],"variable":[]}},"response":[],"_postman_id":"23ab88a4-ce1f-4d8e-add5-098f66106a59"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"1b371665-460e-4fc6-a17a-a49928f62b77","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"45af0b63-3701-44f8-beaa-fee5d9b1f556","type":"text/javascript","exec":[""]}}],"variable":[{"key":"API_URL","value":"https://yxpc9uah63.execute-api.us-east-1.amazonaws.com/Prod","type":"string"},{"key":"AUTH_TOKEN","value":"","type":"string"},{"key":"LEGAL_ENTITY_DOC_NUMBER","value":"12345678-9","type":"string"}]}