{"info":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","description":"<html><head></head><body><p>This is the public API for the Spont. More information about our platform is available at <a href=\"https://www.spont.cash\">https://www.spont.cash</a></p>\n<hr>\n<p>This API can be used by partners or Spont users. Access to the API is on invitations. </p>\n<h2 id=\"if-you-have-plans-to-use-the-api-for-spont-please-contact-us-at-supportspontcash-and-we-will-send-you-a-test-api-key-for-our-staging-environment\">If you have plans to use the API for Spont, please contact us at <a href=\"mailto:support@spont.cash\">support@spont.cash</a>&nbsp;and we will send you a test API key for our staging environment.\n </h2>\n<h1 id=\"endpoints\">Endpoints</h1>\n<p>The endpoint used in this API is for our staging environment. The staging environment should never be used for production. If you like to use the API in production. You can contact us when the integration is ready, and we can sent you a production token. </p>\n<p>If needed we can also give you access to our apps on staging to verify the integration:</p>\n<ul>\n<li>Production: <a href=\"https://api-eu.spont.cash/\">https://api-eu.spont.cash/</a>  </li>\n<li>Staging: <a href=\"https://api-eu-alpha.spont.cash/\">https://api-eu-alpha.spont.cash/</a></li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Endpoints","slug":"endpoints"}],"owner":"13326320","collectionId":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","publishedId":"TWDZHwFm","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-02-23T15:33:38.000Z"},"item":[{"name":"Account","item":[{"name":"Account Find","id":"81c536d9-7de2-4797-8e6e-e4136d8f5255","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-eu-alpha.spont.cash/v1/account?page=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["account"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"81c536d9-7de2-4797-8e6e-e4136d8f5255"},{"name":"Account Get","id":"09653b32-0e05-4280-92df-4797d6fcdac7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-eu-alpha.spont.cash/v1/account/5fc921a8d73c2dcbf3de6277","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["account","5fc921a8d73c2dcbf3de6277"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"09653b32-0e05-4280-92df-4797d6fcdac7"},{"name":"Account Create","id":"6482cc59-5884-4722-a6de-a8a303cc83b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"Unit\",\n    \"lastName\": \"Test 1\",\n    \"useCompanyName\": false,\n    \"company\": \"\",\n    \"email\": \"unittest1@qatest.nl\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-eu-alpha.spont.cash/v1/account","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["account"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"6482cc59-5884-4722-a6de-a8a303cc83b4"},{"name":"Account Update","id":"76a6bd9f-4c9c-4800-929a-5d8b5b735cc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"useCompanyName\": true,\n    \"company\": \"Unit Test 1a\",\n    \"email\": \"unittest1a@qatest.nl\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-eu-alpha.spont.cash/v1/account/5fc921a8d73c2dcbf3de6277","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["account","5fc921a8d73c2dcbf3de6277"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"76a6bd9f-4c9c-4800-929a-5d8b5b735cc0"},{"name":"Account Delete","id":"365c0a82-1644-4057-90b7-a9bc74a8d8b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api-eu-alpha.spont.cash/v1/account/wrongid","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["account","wrongid"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"365c0a82-1644-4057-90b7-a9bc74a8d8b4"}],"id":"6216d7fd-747c-419d-9cf3-6b9749428d98","_postman_id":"6216d7fd-747c-419d-9cf3-6b9749428d98","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}}},{"name":"Category","item":[{"name":"Category Find","id":"6dc2691b-c5ca-42dd-86a6-d44830d0113b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-eu-alpha.spont.cash/v1/category?page=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["category"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"6dc2691b-c5ca-42dd-86a6-d44830d0113b"},{"name":"Category Get","id":"32e193df-9735-444c-b770-c06458d9b776","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-eu-alpha.spont.cash/v1/category/60140d808ee15c219ace9254","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["category","60140d808ee15c219ace9254"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"32e193df-9735-444c-b770-c06458d9b776"},{"name":"Category Create","id":"fbb39c18-5dc9-4830-8219-9d8bbc7840f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Salads - Test\",\n    \"info\": \"Saladas category created by API\",\n    \"icon\": \"/images/icon_breakfast.svg\",\n    \"timeSlotId\": \"\",\n    \"printers\": [],\n    \"sortInfo\": [\n        { \"type\": \"main\",  \"sortNo\": 2 }\n    ],\n    \"isWebOrder\": true,\n    \"platforms\": [\n        { \"type\": \"weborder\", \"title\": \"Salads - WO\", \"info\": \"\", \"image\": \"\" }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-eu-alpha.spont.cash/v1/category","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["category"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbb39c18-5dc9-4830-8219-9d8bbc7840f3"},{"name":"Category Update","id":"8f9b862a-3aca-4921-ae6a-a420e402f7ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Salads - Test updated\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-eu-alpha.spont.cash/v1/category/60140d808ee15c219ace9254","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["category","60140d808ee15c219ace9254"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f9b862a-3aca-4921-ae6a-a420e402f7ba"},{"name":"Category Delete","id":"80d6d03d-686d-4934-88e2-5cd23f06c2fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api-eu-alpha.spont.cash/v1/category/wrongid","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["category","wrongid"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"80d6d03d-686d-4934-88e2-5cd23f06c2fa"}],"id":"20ff9bbe-6338-4d2b-b9ef-443e6ef6cb28","_postman_id":"20ff9bbe-6338-4d2b-b9ef-443e6ef6cb28","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}}},{"name":"Product","item":[{"name":"Product Find","id":"c68e9b1c-def3-4b95-8c57-fd10ea95adea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-eu-alpha.spont.cash/v1/product?page=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["product"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"c68e9b1c-def3-4b95-8c57-fd10ea95adea"},{"name":"Product Get","id":"86ad63f2-4d21-4b2a-b30b-97bbb9a0f96c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-eu-alpha.spont.cash/v1/product/60144553a9e6940de2690daf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["product","60144553a9e6940de2690daf"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"86ad63f2-4d21-4b2a-b30b-97bbb9a0f96c"},{"name":"Product Delete","id":"2a2c2a2a-2b6e-46a2-bfe0-9bec3ad109c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api-eu-alpha.spont.cash/v1/product/wrongid","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["product","wrongid"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a2c2a2a-2b6e-46a2-bfe0-9bec3ad109c3"},{"name":"Product Create","id":"48a32142-da69-4df7-a0ce-b6dbc4a15245","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Salad - Test\",\n    \"vat\": 9,\n    \"priceIncl\": 25,\n    \"categories\": [\"60140d808ee15c219ace9254\"],\n    \"related\": [],\n    \"linkedAttributes\": [\"60141bef5debcb4575ac163e\"],\n    \"attributes\": [{\n        \"title\": \"Salad Toppings\",\n        \"attributeType\": \"List\",\n        \"attributeNo\": 1,\n        \"options\": [\n            { \"optionNo\": 1, \"title\": \"Spicy\", \"priceIncl\": 2 }\n        ],\n        \"isRequired\": true,\n        \"isInventory\": true\n    }, {\n        \"title\": \"Extra Cheese\",\n        \"attributeType\": \"Switch\",\n        \"attributeNo\": 2,\n        \"priceIncl\": 1.5\n    }],\n    \"attributesSort\": [\n        { \"attributeId\": \"a1\", \"sortNo\": 1 },\n        { \"attributeId\": \"60141bef5debcb4575ac163e\", \"sortNo\": 2 }\n    ],\n    \"isCashier\": true,\n    \"platforms\": [\n        {\n            \"type\": \"cashier\",\n            \"title\": \"Salad - Test Cashier\"\n        }\n    ],\n    \"sortInfo\": [\n        {\n            \"categoryId\": \"60140d808ee15c219ace9254\",\n            \"type\": \"main\",\n            \"sortNo\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-eu-alpha.spont.cash/v1/product","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["product"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"48a32142-da69-4df7-a0ce-b6dbc4a15245"},{"name":"Product Update","id":"54deb8e7-1948-4120-97c6-779fc7472e47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Salads - Test updated\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-eu-alpha.spont.cash/v1/product/60140d808ee15c219ace9254","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["product","60140d808ee15c219ace9254"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"54deb8e7-1948-4120-97c6-779fc7472e47"}],"id":"1fc39f63-6e68-45bb-8cfd-c2f3f34a6013","_postman_id":"1fc39f63-6e68-45bb-8cfd-c2f3f34a6013","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}}},{"name":"Product Attribute","item":[{"name":"Product Attribute Find","id":"c48774b5-2528-4f5c-92c8-29c6ff3d8410","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-eu-alpha.spont.cash/v1/product/attribute?page=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["product","attribute"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"c48774b5-2528-4f5c-92c8-29c6ff3d8410"},{"name":"Product Attribute Get","id":"ea49c6e7-7405-4a76-83bb-cea5f86b74ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-eu-alpha.spont.cash/v1/product/attribute/60141bef5debcb4575ac163e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["product","attribute","60141bef5debcb4575ac163e"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea49c6e7-7405-4a76-83bb-cea5f86b74ae"},{"name":"Product Attribute Create","id":"5c9b3471-6d6f-49a7-a202-5876dee64fb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\": \"Attr List - Test\",\n    \"info\": \"Attr List created by API\",\n    \"attributeType\": \"List\",\n    \"options\": [\n        { \"optionNo\": 1, \"title\": \"Option 1\", \"priceIncl\": 2.5 }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-eu-alpha.spont.cash/v1/product/attribute","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["product","attribute"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c9b3471-6d6f-49a7-a202-5876dee64fb4"},{"name":"Product Attribute Update","id":"4062885b-f9b3-4454-804c-9fc1e4c8e3cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n   \"title\": \"Attr List - Test Updated\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-eu-alpha.spont.cash/v1/product/attribute/60141bef5debcb4575ac163e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["product","attribute","60141bef5debcb4575ac163e"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"4062885b-f9b3-4454-804c-9fc1e4c8e3cc"},{"name":"Product Attribute Delete","id":"dce5459f-d554-41fa-b994-62fcb707b001","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api-eu-alpha.spont.cash/v1/product/attribute/wrongid","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["product","attribute","wrongid"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"dce5459f-d554-41fa-b994-62fcb707b001"}],"id":"a1542f98-d3e2-4d6e-9306-dbc10b58bf6d","_postman_id":"a1542f98-d3e2-4d6e-9306-dbc10b58bf6d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}}},{"name":"Product Inventory","item":[{"name":"Inventory Product Get","id":"13dd0393-5706-42cf-8acc-7872276da3a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n}","options":{"raw":{"language":"json"}}},"url":"https://api-eu-alpha.spont.cash/v1/product/601bcfe816c7593999ee67f9/inventory/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["product","601bcfe816c7593999ee67f9","inventory",""],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"13dd0393-5706-42cf-8acc-7872276da3a8"},{"name":"Inventory Attribute Get","id":"b44b50c8-4b86-48fb-9781-8e5e49d76b5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"a1\": \"true\",\n    \"a2\": \"cheese\",\n    \"601bcdec16c7593999ee67d5\": \"false\",\n    \"601bceb516c7593999ee67ea\": \"green\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-eu-alpha.spont.cash/v1/product/601bcfb816c7593999ee67f5/inventory/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["product","601bcfb816c7593999ee67f5","inventory",""],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"b44b50c8-4b86-48fb-9781-8e5e49d76b5e"},{"name":"Inventory Product Update","id":"f6a7b92f-467a-4b64-aa46-ce157ca5a2f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"stock\": \"+2\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-eu-alpha.spont.cash/v1/product/601bcfe816c7593999ee67f9/inventory/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["product","601bcfe816c7593999ee67f9","inventory",""],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6a7b92f-467a-4b64-aa46-ce157ca5a2f2"},{"name":"Inventory Attribute Update","id":"3ea207d6-e288-4acf-9e12-c82cde16e9cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"a1\": \"true\",\n    \"a2\": \"cheese\",\n    \"601bcdec16c7593999ee67d5\": \"false\",\n    \"601bceb516c7593999ee67ea\": \"green\",\n    \"sku\": \"barc1111\",\n    \"stock\": \"+3\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-eu-alpha.spont.cash/v1/product/601bcfb816c7593999ee67f5/inventory/","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["product","601bcfb816c7593999ee67f5","inventory",""],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"3ea207d6-e288-4acf-9e12-c82cde16e9cd"}],"id":"fec38fbc-ccc7-4601-a589-a262a6e61467","_postman_id":"fec38fbc-ccc7-4601-a589-a262a6e61467","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}}},{"name":"Timeslot","item":[{"name":"Timeslot Find","id":"3664e7f9-7c19-4421-8367-12b0a2d8eeff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-eu-alpha.spont.cash/v1/timeslot?page=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["timeslot"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"3664e7f9-7c19-4421-8367-12b0a2d8eeff"}],"id":"7547b965-5962-4594-8f49-0bc8a835a0bb","_postman_id":"7547b965-5962-4594-8f49-0bc8a835a0bb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}}},{"name":"Image","item":[{"name":"Image Find","id":"c2e38628-d15c-414a-bba5-908c17852b21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-eu-alpha.spont.cash/v1/image?page=1&category=category","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["image"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[{"key":"page","value":"1"},{"description":{"content":"<p>Possibel values are: category, option</p>\n","type":"text/plain"},"key":"category","value":"category"}],"variable":[]}},"response":[],"_postman_id":"c2e38628-d15c-414a-bba5-908c17852b21"}],"id":"403bcb9f-8818-40a5-8b32-732df24d479f","_postman_id":"403bcb9f-8818-40a5-8b32-732df24d479f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}}},{"name":"Vat","item":[{"name":"Vat Find","id":"cee8ddfa-0de0-425c-9958-d389e12f9a1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-eu-alpha.spont.cash/v1/vat","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["vat"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"cee8ddfa-0de0-425c-9958-d389e12f9a1d"}],"id":"3123665f-8201-4949-92fc-a349cc6e20e0","_postman_id":"3123665f-8201-4949-92fc-a349cc6e20e0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}}},{"name":"Device-Printer","item":[{"name":"Device Printer Find","id":"f8e5049f-c99d-4332-b54e-dadfc7d74e24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-eu-alpha.spont.cash/v1/device/printer?page=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}},"urlObject":{"path":["device","printer"],"host":["https://api-eu-alpha.spont.cash/v1"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"f8e5049f-c99d-4332-b54e-dadfc7d74e24"}],"id":"2845224a-f544-49e7-9e04-27505771ac2e","_postman_id":"2845224a-f544-49e7-9e04-27505771ac2e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","id":"ec89b2b7-da2b-4be3-a1cb-ceaf70dd18e3","name":"Spont API Live","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"4217e3b7-93c2-4c6c-a73e-56d486f16f08"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4b539944-e8dd-4c81-ac61-587bcea5532a"}}],"variable":[{"key":"apiUrl","value":"https://api-eu-alpha.spont.cash/v1"}]}