{"info":{"_postman_id":"4b6babff-49ea-4123-8dd8-df3fed38bdaf","name":"public-api.xeonda.com [Documentation]","description":"<html><head></head><body><p>This API is published for Account-Level users of the Xeonda CRM system.</p>\n<p>For information, please contact <a href=\"mailto:info@xeonda.com\">info@xeonda.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2917116","collectionId":"4b6babff-49ea-4123-8dd8-df3fed38bdaf","publishedId":"2s9Xy6ppo3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-08-15T13:20:58.000Z"},"item":[{"name":"Authentication","item":[{"name":"token","id":"549f20dd-d817-4bf2-bf68-06a91a081365","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"accountID\": {your given account ID},\n    \"email\": \"{your API username}\",\n    \"password\": \"{your API password}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://public-api.xeonda.com/auth/token","description":"<p>In order to obtain an authentication token you will require (from your Xeonda Admin Account):</p>\n<ul>\n<li><p>your account ID number</p>\n</li>\n<li><p>your email address</p>\n</li>\n<li><p>your API password</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["auth","token"],"host":["public-api","xeonda","com"],"query":[],"variable":[]}},"response":[{"id":"8d7ecffd-f8e1-43aa-9bef-ae56c0e03de8","name":"Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"accountID\": 105,\n    \"email\": \"myemail@abc.com\",\n    \"password\": \"MyPassword\"\n}","options":{"raw":{"language":"json"}}},"url":"https://public-api.xeonda.com/auth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Jul 2023 07:34:52 GMT"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"279"},{"key":"Connection","value":"keep-alive"},{"key":"Apigw-Requestid","value":"IdH4RiveIAMEV8w="}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"SAMPLE_TOKEN\",\n    \"token_expiry\": \"2023-07-23 07:34:52\",\n    \"expiry_time_zone\": \"UTC\"\n}"}],"_postman_id":"549f20dd-d817-4bf2-bf68-06a91a081365"}],"id":"fc7465c5-fe1b-4c1a-807c-2d7ef99f7033","_postman_id":"fc7465c5-fe1b-4c1a-807c-2d7ef99f7033","description":""},{"name":"Trading Accounts","item":[{"name":"email","id":"7eb8c889-973e-408e-8916-7f059155867c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://public-api.xeonda.com/trading-account/{client email address}","urlObject":{"protocol":"https","path":["trading-account","{client email address}"],"host":["public-api","xeonda","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7eb8c889-973e-408e-8916-7f059155867c"}],"id":"77cf8cd4-b96f-4ec5-b098-89255432616b","_postman_id":"77cf8cd4-b96f-4ec5-b098-89255432616b","description":""},{"name":"Xeonda Record ID [XRI]","item":[{"name":"xri","id":"0ab5062f-01a8-4d2f-8c71-7462a8d11f36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Adam Smith\",\n  \"address\": \"606-3727 Ullamcorper. Street Roseville NH 11523\",\n  \"country\": \"US\",\n  \"accountNumber\": \"123455678\",\n  \"iban\": \"123455678\",\n  \"bic\": \"12345677\",\n  \"routingCode\": \"021011021\"\n}","options":{"raw":{"language":"json"}}},"url":"https://public-api.xeonda.com/xri","description":"<p>This API function will accept financial details about an external party and attempts to match that to the xeonda database of entities.</p>\n<p>If a match is received, that entities XRI number will be returned.</p>\n<p>If there is no match, a new XRI will be generated and returned.</p>\n<p>All fields must be transmitted in the POST body but they can be specified as null if there is no data. See demonstration of validation here: <a href=\"https://www.loom.com/share/a37ed74b8b68405f980521742e16b56a\">https://www.loom.com/share/a37ed74b8b68405f980521742e16b56a</a></p>\n","urlObject":{"protocol":"https","path":["xri"],"host":["public-api","xeonda","com"],"query":[],"variable":[]}},"response":[{"id":"74ea2212-93d3-4b8d-bb98-7bc4108e1672","name":"xri","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Adam Smith\",\n  \"address\": \"606-3727 Ullamcorper. Street Roseville NH 11523\",\n  \"country\": \"US\",\n  \"accountNumber\": \"123455678\",\n  \"iban\": \"123455678\",\n  \"bic\": \"12345677\",\n  \"routingCode\": \"021011021\"\n}","options":{"raw":{"language":"json"}}},"url":"https://public-api.xeonda.com/xri"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"match\": false,\n    \"xri\": \"b3a00264-f40c-4a44-a8d0-35ab8e17515f\"\n}"}],"_postman_id":"0ab5062f-01a8-4d2f-8c71-7462a8d11f36"}],"id":"cf5e1ef1-17c4-453a-9f15-afd055548425","_postman_id":"cf5e1ef1-17c4-453a-9f15-afd055548425","description":""},{"name":"local","item":[{"name":"Auth","id":"d0587a29-9078-49f0-ac38-2eede55229ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"accountID\": 2,\n    \"email\": \"dev@deliostech.com\",\n    \"password\": \"12312\"\n}","options":{"raw":{"language":"json"}}},"url":"https://sz9c5gk5ga.execute-api.us-east-1.amazonaws.com/auth/token","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"034cd23a-fa50-4256-ab19-f188315da5db","id":"034cd23a-fa50-4256-ab19-f188315da5db","name":"local","type":"folder"}},"urlObject":{"protocol":"https","path":["auth","token"],"host":["sz9c5gk5ga","execute-api","us-east-1","amazonaws","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0587a29-9078-49f0-ac38-2eede55229ad"},{"name":"xri","id":"f9a62873-111e-43f5-93f6-2b060fd3f936","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"Adam Smith\",\n  \"address\": \"606-3727 Ullamcorper. Street Roseville NH 11523\",\n  \"country\": \"US\",\n  \"accountNumber\": \"123455678\",\n  \"iban\": null,\n  \"bic\": null\n}","options":{"raw":{"language":"json"}}},"url":"https://sz9c5gk5ga.execute-api.us-east-1.amazonaws.com/xri","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"034cd23a-fa50-4256-ab19-f188315da5db","id":"034cd23a-fa50-4256-ab19-f188315da5db","name":"local","type":"folder"}},"urlObject":{"protocol":"https","path":["xri"],"host":["sz9c5gk5ga","execute-api","us-east-1","amazonaws","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9a62873-111e-43f5-93f6-2b060fd3f936"}],"id":"034cd23a-fa50-4256-ab19-f188315da5db","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"b154f407-3475-4282-9bd4-7232dd921a93","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9132f093-e93c-49ea-a827-33750f10ba29","type":"text/javascript","exec":[""]}}],"_postman_id":"034cd23a-fa50-4256-ab19-f188315da5db","description":""}]}