{"info":{"_postman_id":"364d3cea-b80a-4196-8185-09ad313d65a0","name":"Loyalty Program Management API","description":"<html><head></head><body><p>The loyalty program management api allows you to manage your loyalty program. The Loyalty Program Management API is available at <a href=\"https://connect.ignite.cloud/loyalty\">https://connect.ignite.cloud/loyalty</a></p>\n<p>Through this api you can manage:</p>\n<ul>\n<li>Locations<ul>\n<li>Location Groups</li>\n</ul>\n</li>\n<li>Reporting<ul>\n<li>Dashboards</li>\n<li>Epiphany</li>\n</ul>\n</li>\n<li>Members</li>\n<li>Mobile apps</li>\n<li>Offers<ul>\n<li>Offer categories</li>\n<li>Triggers (\"Promotions\")</li>\n</ul>\n</li>\n<li>Portal Users<ul>\n<li>Roles</li>\n<li>Permissions</li>\n</ul>\n</li>\n<li>Vendors</li>\n</ul>\n<p>This API is also available in Swagger documentation format on <a href=\"https://app.swaggerhub.com/apis/krs-io/loyalty-program-management/24.3.1\">SwaggerHub</a></p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>This API mandates a valid JWT signed and issued by auth.ignite.cloud via our authentication partner Auth0 for access. JWT verification is conducted by our API Gateway, triggering a 400 error response in case of cryptographic tampering, replay attacks, expired tokens, tokens signed with future dates or scopes/permissions that do not authorize you to use this API.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"}],"owner":"20512336","collectionId":"364d3cea-b80a-4196-8185-09ad313d65a0","publishedId":"2sA35G2MDL","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-03-29T00:41:47.000Z"},"item":[{"name":"amenities","item":[{"name":"amenity","item":[{"name":"{id}","item":[{"name":"bulk_import_amenities","item":[{"name":"Upload an amenity to multiple locations","id":"245baddc-aff9-436a-9118-620fb324e16e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"locations","value":"","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/amenities/amenity/:id/bulk_import_amenities/","description":"<p>Bulk adds the available amenity to multiple locations via the amenity_id.</p>\n","urlObject":{"path":["amenities","amenity",":id","bulk_import_amenities",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"16c7b9a5-a39d-4711-a6e4-a7606c3c036f","description":{"content":"<p>(Required) A unique integer value identifying this amenities.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"0e27d1b8-1ebb-4e27-9ef7-098456a8edd5","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"locations","value":"","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/amenities/amenity/:id/bulk_import_amenities/","host":["https://connect.ignite.cloud/loyalty"],"path":["amenities","amenity",":id","bulk_import_amenities",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"enabled\": \"<boolean>\",\n  \"id\": \"<integer>\",\n  \"locations\": \"<string>\",\n  \"name\": \"<string>\"\n}"}],"_postman_id":"245baddc-aff9-436a-9118-620fb324e16e"}],"id":"5b91d02b-f726-4202-a9de-0d70d2ea86a5","_postman_id":"5b91d02b-f726-4202-a9de-0d70d2ea86a5","description":""},{"name":"Returns a detailed view of an amenity","id":"517ace0a-d2a0-4db8-ac8d-20fac46bcead","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/amenities/amenity/:id/","description":"<p>Gets a detailed app based on amenity id</p>\n","urlObject":{"path":["amenities","amenity",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"1fa1ceca-fec8-4c17-818a-bd3b24b68d33","description":{"content":"<p>(Required) A unique integer value identifying this amenities.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"cefaf785-ee08-4d78-9eff-35a5d4f40249","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/amenities/amenity/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["amenities","amenity",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"enabled\": \"<boolean>\",\n  \"id\": \"<integer>\",\n  \"locations\": \"<string>\",\n  \"name\": \"<string>\"\n}"}],"_postman_id":"517ace0a-d2a0-4db8-ac8d-20fac46bcead"},{"name":"Updates all information for an amenity","id":"b6f70324-904c-4fba-86ef-24ae5e6b75d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"enabled","value":"<boolean>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"locations","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"name","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/amenities/amenity/:id/","description":"<p>Updates all information of an amenity</p>\n","urlObject":{"path":["amenities","amenity",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"01dea36e-c9cf-4913-bea5-9ddd7a43d23a","description":{"content":"<p>(Required) A unique integer value identifying this amenities.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"3605332a-441f-45c2-8178-8ec7e4fbaccd","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"enabled","value":"<boolean>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"locations","value":"<string>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/amenities/amenity/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["amenities","amenity",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"enabled\": \"<boolean>\",\n  \"id\": \"<integer>\",\n  \"locations\": \"<string>\",\n  \"name\": \"<string>\"\n}"}],"_postman_id":"b6f70324-904c-4fba-86ef-24ae5e6b75d0"},{"name":"Updates an amenity","id":"14c0b21e-1399-4a76-988a-485d47ed9a8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"name","value":"<string>","type":"text"},{"key":"enabled","value":"<boolean>","type":"text"},{"key":"locations","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/amenities/amenity/:id/","description":"<p>Updates only the fields provided for the amenity id supplied</p>\n","urlObject":{"path":["amenities","amenity",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"09d6ef7a-0ea7-43a4-b10a-d13cd2354381","description":{"content":"<p>(Required) A unique integer value identifying this amenities.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"390f1926-22c9-4d04-a15b-1db5600f1f59","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"name","value":"<string>","type":"text"},{"key":"enabled","value":"<boolean>","type":"text"},{"key":"locations","value":"<string>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/amenities/amenity/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["amenities","amenity",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"enabled\": \"<boolean>\",\n  \"id\": \"<integer>\",\n  \"locations\": \"<string>\",\n  \"name\": \"<string>\"\n}"}],"_postman_id":"14c0b21e-1399-4a76-988a-485d47ed9a8e"},{"name":"Sets an amenity to inactive","id":"4efcac72-5af3-4b3d-b7d9-d1e76f12f433","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/amenities/amenity/:id/","description":"<p>Sets an amenity to inactive</p>\n","urlObject":{"path":["amenities","amenity",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"d41ba393-2b74-4650-a8c2-667043d6cfb6","description":{"content":"<p>(Required) A unique integer value identifying this amenities.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"1cb27529-37a4-47d7-98ab-ca785ada4924","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/amenities/amenity/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["amenities","amenity",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4efcac72-5af3-4b3d-b7d9-d1e76f12f433"}],"id":"8c7eea17-a0cc-4b31-a533-4f6b4774fd36","_postman_id":"8c7eea17-a0cc-4b31-a533-4f6b4774fd36","description":""},{"name":"Gets a list of all available amenities for the program","id":"178387a9-0e58-4e05-a6fc-db86bb5f9d4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/amenities/amenity/?limit=<integer>&offset=<integer>","description":"<p>Returns list of all amenities.</p>\n","urlObject":{"path":["amenities","amenity",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[]}},"response":[{"id":"faec67df-b2d2-493f-9556-9d1d2ab8127f","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/amenities/amenity/?limit=<integer>&offset=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["amenities","amenity",""],"query":[{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"enabled\": \"<boolean>\",\n      \"id\": \"<integer>\",\n      \"locations\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    {\n      \"enabled\": \"<boolean>\",\n      \"id\": \"<integer>\",\n      \"locations\": \"<string>\",\n      \"name\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"178387a9-0e58-4e05-a6fc-db86bb5f9d4c"},{"name":"Creates a new amenity","id":"840fa0aa-9f42-4da3-8e9e-b7672a55a578","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"enabled","value":"<boolean>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"locations","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"name","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/amenities/amenity/","description":"<p>Adds a new amenity for the list</p>\n","urlObject":{"path":["amenities","amenity",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"bda3b159-8dde-4967-985e-8334988fe158","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"enabled","value":"<boolean>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"locations","value":"<string>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/amenities/amenity/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"enabled\": \"<boolean>\",\n  \"id\": \"<integer>\",\n  \"locations\": \"<string>\",\n  \"name\": \"<string>\"\n}"}],"_postman_id":"840fa0aa-9f42-4da3-8e9e-b7672a55a578"}],"id":"b7c33a4f-e8cb-4929-ba07-883bdeb248da","_postman_id":"b7c33a4f-e8cb-4929-ba07-883bdeb248da","description":""},{"name":"fuel_brand","item":[{"name":"{id}","item":[{"name":"bulk_import_fuel_brands","item":[{"name":"Upload a fuel brand to multiple locations","id":"050ae8c5-e420-43ac-aa2f-f19d223ab421","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"locations","value":"","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/amenities/fuel_brand/:id/bulk_import_fuel_brands/","description":"<p>Bulk adds the available fuel brand to multiple locations via the id.</p>\n","urlObject":{"path":["amenities","fuel_brand",":id","bulk_import_fuel_brands",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"344f903e-6e63-4fa8-852d-5cac6d83136f","description":{"content":"<p>(Required) A unique integer value identifying this fuel brands.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"9a903765-d1ff-44a7-ad72-010c52f95a07","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"locations","value":"","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/amenities/fuel_brand/:id/bulk_import_fuel_brands/","host":["https://connect.ignite.cloud/loyalty"],"path":["amenities","fuel_brand",":id","bulk_import_fuel_brands",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"enabled\": \"<boolean>\",\n  \"fuel_brand\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"locations\": \"<string>\"\n}"}],"_postman_id":"050ae8c5-e420-43ac-aa2f-f19d223ab421"}],"id":"df332f1c-964f-48b0-909b-a9f185ea4068","_postman_id":"df332f1c-964f-48b0-909b-a9f185ea4068","description":""},{"name":"Returns a detailed view of a fuel brand","id":"8b6cad03-ce28-481c-86fc-47b455fed3a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/amenities/fuel_brand/:id/","description":"<p>Gets a detailed fuel brand based on fuel brand id</p>\n","urlObject":{"path":["amenities","fuel_brand",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"20e7bb1f-dce9-4216-9b78-d33a9a28818d","description":{"content":"<p>(Required) A unique integer value identifying this fuel brands.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"893f484d-6957-451b-82a7-d43e5765dfb8","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/amenities/fuel_brand/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["amenities","fuel_brand",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"enabled\": \"<boolean>\",\n  \"fuel_brand\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"locations\": \"<string>\"\n}"}],"_postman_id":"8b6cad03-ce28-481c-86fc-47b455fed3a3"},{"name":"Updates all information for a fuel brand","id":"ce03e5c7-2f82-40f5-90c0-653f7e79a948","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"enabled","value":"<boolean>","type":"text"},{"description":"<p>(Required) </p>\n","key":"fuel_brand","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"locations","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/amenities/fuel_brand/:id/","description":"<p>Updates all information of a fuel brand</p>\n","urlObject":{"path":["amenities","fuel_brand",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"286a83fa-057b-4820-bbef-6ef3ecd4fc1c","description":{"content":"<p>(Required) A unique integer value identifying this fuel brands.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"d53f9651-e4a6-4c11-9891-b4a9c3bd903d","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"enabled","value":"<boolean>","type":"text"},{"description":"(Required) ","key":"fuel_brand","value":"<string>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"locations","value":"<string>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/amenities/fuel_brand/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["amenities","fuel_brand",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"enabled\": \"<boolean>\",\n  \"fuel_brand\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"locations\": \"<string>\"\n}"}],"_postman_id":"ce03e5c7-2f82-40f5-90c0-653f7e79a948"},{"name":"Updates a fuel brand","id":"d2ccc0aa-fa9b-4470-9a58-67bba785f7f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"fuel_brand","value":"<string>","type":"text"},{"key":"enabled","value":"<boolean>","type":"text"},{"key":"locations","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/amenities/fuel_brand/:id/","description":"<p>Updates only the fields provided for the fuel brand id supplied</p>\n","urlObject":{"path":["amenities","fuel_brand",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"32a98497-cbb0-4309-8537-ffeff7309991","description":{"content":"<p>(Required) A unique integer value identifying this fuel brands.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"2095d48a-4010-4108-841c-0bd9a6b24723","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"fuel_brand","value":"<string>","type":"text"},{"key":"enabled","value":"<boolean>","type":"text"},{"key":"locations","value":"<string>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/amenities/fuel_brand/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["amenities","fuel_brand",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"enabled\": \"<boolean>\",\n  \"fuel_brand\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"locations\": \"<string>\"\n}"}],"_postman_id":"d2ccc0aa-fa9b-4470-9a58-67bba785f7f4"},{"name":"Sets a fuel brand to inactive","id":"103b5fe7-1c3d-4c19-967a-b36dd6f3e560","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/amenities/fuel_brand/:id/","description":"<p>Sets a fuel brand to inactive</p>\n","urlObject":{"path":["amenities","fuel_brand",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"5781e98e-e3ad-4906-b84a-7458d67b5bd8","description":{"content":"<p>(Required) A unique integer value identifying this fuel brands.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"e4138970-e6b7-4740-9286-5fa560e83f66","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/amenities/fuel_brand/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["amenities","fuel_brand",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"103b5fe7-1c3d-4c19-967a-b36dd6f3e560"}],"id":"9c8a2bc3-22ac-4921-8d19-33a5f4a75341","_postman_id":"9c8a2bc3-22ac-4921-8d19-33a5f4a75341","description":""},{"name":"Gets a list of all available fuel brands for the program","id":"fe090697-a199-41cd-9ceb-ba9798df1a09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/amenities/fuel_brand/?limit=<integer>&offset=<integer>","description":"<p>Returns list of all fuel brands.</p>\n","urlObject":{"path":["amenities","fuel_brand",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[]}},"response":[{"id":"44dc3990-f6c7-426b-93d0-652f3af3baba","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/amenities/fuel_brand/?limit=<integer>&offset=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["amenities","fuel_brand",""],"query":[{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"enabled\": \"<boolean>\",\n      \"fuel_brand\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"locations\": \"<string>\"\n    },\n    {\n      \"enabled\": \"<boolean>\",\n      \"fuel_brand\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"locations\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"fe090697-a199-41cd-9ceb-ba9798df1a09"},{"name":"Creates a new fuel brand","id":"5c1efe01-b213-41d5-af48-c0c819f0c730","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"enabled","value":"<boolean>","type":"text"},{"description":"<p>(Required) </p>\n","key":"fuel_brand","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"locations","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/amenities/fuel_brand/","description":"<p>Adds a new fuel brand for the list</p>\n","urlObject":{"path":["amenities","fuel_brand",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"d7796a24-66b0-455c-bdaf-a4576b64018b","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"enabled","value":"<boolean>","type":"text"},{"description":"(Required) ","key":"fuel_brand","value":"<string>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"locations","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/amenities/fuel_brand/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"enabled\": \"<boolean>\",\n  \"fuel_brand\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"locations\": \"<string>\"\n}"}],"_postman_id":"5c1efe01-b213-41d5-af48-c0c819f0c730"}],"id":"a9ab464c-5de6-4e97-b1cb-52ec1178043f","_postman_id":"a9ab464c-5de6-4e97-b1cb-52ec1178043f","description":""},{"name":"Gets a combined list of all available amenities and fuel brands","id":"d16c69b3-ecb3-4f68-9025-4471c2deeca9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/amenities/?limit=<integer>&offset=<integer>","description":"<p>Returns list of all amenities and a list of all fuel brands</p>\n","urlObject":{"path":["amenities",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[]}},"response":[{"id":"d29501cd-c3d2-4655-adbf-e93556e7cd6e","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/amenities/?limit=<integer>&offset=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["amenities",""],"query":[{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"amenities\": [\n        {\n          \"enabled\": \"<boolean>\",\n          \"id\": \"<integer>\",\n          \"locations\": \"<string>\",\n          \"name\": \"<string>\"\n        },\n        {\n          \"enabled\": \"<boolean>\",\n          \"id\": \"<integer>\",\n          \"locations\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      ],\n      \"fuel_brands\": [\n        {\n          \"enabled\": \"<boolean>\",\n          \"fuel_brand\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"locations\": \"<string>\"\n        },\n        {\n          \"enabled\": \"<boolean>\",\n          \"fuel_brand\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"locations\": \"<string>\"\n        }\n      ]\n    },\n    {\n      \"amenities\": [\n        {\n          \"enabled\": \"<boolean>\",\n          \"id\": \"<integer>\",\n          \"locations\": \"<string>\",\n          \"name\": \"<string>\"\n        },\n        {\n          \"enabled\": \"<boolean>\",\n          \"id\": \"<integer>\",\n          \"locations\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      ],\n      \"fuel_brands\": [\n        {\n          \"enabled\": \"<boolean>\",\n          \"fuel_brand\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"locations\": \"<string>\"\n        },\n        {\n          \"enabled\": \"<boolean>\",\n          \"fuel_brand\": \"<string>\",\n          \"id\": \"<integer>\",\n          \"locations\": \"<string>\"\n        }\n      ]\n    }\n  ]\n}"}],"_postman_id":"d16c69b3-ecb3-4f68-9025-4471c2deeca9"}],"id":"569fdb8d-1ca8-4171-b38c-e43049e3496a","description":"<p>The \"amenities\" REST endpoint is designed to enhance the convenience store loyalty program by providing detailed information about the amenities (Deli, Car Wash, ATM, Shower, etc.) and fuel brands (Chevron, Shell, Exxon, etc.) available at different store locations. For customers on the road, knowing where they can find specific fuel types or amenities like a vacuum station or propane exchange can save time and enhance their travel experience. By clearly listing available services, the loyalty program increases customer engagement and satisfaction, potentially driving more frequent visits.</p>\n<ul>\n<li><strong>GET /amenities</strong><ul>\n<li>Retrieves combined lists of amenities and fuel brands. Optional <code>limit</code> and <code>offset</code> parameters control pagination.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"amenities\">Amenities</h3>\n<ul>\n<li><strong>GET /amenities/amenity</strong><ul>\n<li>Lists all amenities. Supports <code>limit</code> and <code>offset</code> for pagination.</li>\n</ul>\n</li>\n<li><strong>GET /amenities/amenity/{id}</strong><ul>\n<li>Details on a specific amenity by <code>id</code>.</li>\n</ul>\n</li>\n<li><strong>POST /amenities/amenity/{id}/bulk_import_amenities</strong><ul>\n<li>Bulk adds an amenity across locations using <code>amenity_id</code>.</li>\n</ul>\n</li>\n<li><strong>GET /amenities/amenity/{id}/locations</strong><ul>\n<li>Lists locations offering a specific amenity by <code>id</code>.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"fuel-brands\">Fuel Brands</h3>\n<ul>\n<li><strong>GET /amenities/fuel_brand</strong><ul>\n<li>Lists all fuel brands. Supports <code>limit</code> and <code>offset</code> for pagination.</li>\n</ul>\n</li>\n<li><strong>GET /amenities/fuel_brand/{id}</strong><ul>\n<li>Details on a specific fuel brand by <code>id</code>.</li>\n</ul>\n</li>\n<li><strong>POST /amenities/fuel_brand/{id}/bulk_import_fuel_brands</strong><ul>\n<li>Bulk adds a fuel brand across locations using <code>id</code>.</li>\n</ul>\n</li>\n<li><strong>GET /amenities/fuel_brand/{id}/locations</strong><ul>\n<li>Lists locations offering a specific fuel brand by <code>id</code>.</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"usage\">Usage</h2>\n<p>Use HTTP requests to interact with the API. Pagination is optional but recommended for endpoints returning lists.</p>\n<h3 id=\"examples\">Examples</h3>\n<p>*_List Amenities with Pagination:__*_GET /amenities/amenity?limit=10&amp;offset=0</p>\n<p><strong>Detailed fuel brand information:</strong></p>\n<p>GET /amenities/fuel_brand/{id}</p>\n<p>*<em>Bulk Update Locations with an Amenity</em>_*_POST /amenities/amenity/{id}/bulk_import_amenities</p>\n","_postman_id":"569fdb8d-1ca8-4171-b38c-e43049e3496a"},{"name":"dashboards","item":[{"name":"dashboards list","id":"12e98787-d534-44e5-b461-b08be1395d51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/dashboards/?limit=<integer>&offset=<integer>","urlObject":{"path":["dashboards",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[]}},"response":[{"id":"c44b03a5-cb11-4d47-8514-9dbc899d787f","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/dashboards/?limit=<integer>&offset=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["dashboards",""],"query":[{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"url\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"12e98787-d534-44e5-b461-b08be1395d51"}],"id":"f098f5ec-4a19-4c61-8b2c-14813d9030ee","description":"<p>The purpose of this endpoint is to provide a list of available dashboards for the user. The user typically accesses these dashboard through <a href=\"https://portal.ignite.cloud\">https://portal.ignite.cloud</a> or <a href=\"https://command-center.com/\">https://command-center.com/</a></p>\n<p>The endpoint is only accessible with a valid Bearer Token, which is required for authentication. The limit and offset parameters can be used to control the number of results returned per page.</p>\n<p>Here are some examples of how to use this endpoint:</p>\n<ol>\n<li>To get a list of all available dashboards, make a GET request to /dashboards without any parameters.</li>\n<li>To get a list of 10 dashboards starting from the 20th index, make a GET request to /dashboards?limit=10&amp;offset=20.</li>\n<li>To get the URL of a specific dashboard, make a GET request to /dashboards.</li>\n</ol>\n","_postman_id":"f098f5ec-4a19-4c61-8b2c-14813d9030ee"},{"name":"enrollment_fields","item":[{"name":"{id}","item":[{"name":"enrollment fields retrieve","id":"07eaef20-4ca0-4e62-b658-ec071943f482","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/enrollment_fields/:id/","urlObject":{"path":["enrollment_fields",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"36d5aece-e538-44b2-a77e-e6e5bb07d8ab","description":{"content":"<p>(Required) A unique integer value identifying this enrollment field.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"58f468b1-fcee-4069-b964-c9cd1c4adee7","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/enrollment_fields/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["enrollment_fields",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"custom\": \"<boolean>\",\n  \"hidden\": \"<boolean>\",\n  \"id\": \"<integer>\",\n  \"label\": \"<string>\",\n  \"light\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"required\": \"<boolean>\"\n}"}],"_postman_id":"07eaef20-4ca0-4e62-b658-ec071943f482"},{"name":"Fully updates an enrollment field","id":"161974da-9c19-4f6f-80eb-05bc29b29068","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"custom","value":"<boolean>","type":"text"},{"description":"<p>(Required) </p>\n","key":"hidden","value":"<boolean>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"label","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"light","value":"<boolean>","type":"text"},{"description":"<p>(Required) </p>\n","key":"name","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"required","value":"<boolean>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/enrollment_fields/:id/","description":"<p>Updates all fields of an enrollment field</p>\n","urlObject":{"path":["enrollment_fields",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"637cc1d0-2787-4fc7-8189-7a45d66e47e1","description":{"content":"<p>(Required) A unique integer value identifying this enrollment field.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"70d57725-6979-4f09-84cb-e37386447648","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"custom","value":"<boolean>","type":"text"},{"description":"(Required) ","key":"hidden","value":"<boolean>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"label","value":"<string>","type":"text"},{"description":"(Required) ","key":"light","value":"<boolean>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"},{"description":"(Required) ","key":"required","value":"<boolean>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/enrollment_fields/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["enrollment_fields",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"custom\": \"<boolean>\",\n  \"hidden\": \"<boolean>\",\n  \"id\": \"<integer>\",\n  \"label\": \"<string>\",\n  \"light\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"required\": \"<boolean>\"\n}"}],"_postman_id":"161974da-9c19-4f6f-80eb-05bc29b29068"},{"name":"Partially updates an enrollment field","id":"075b06fc-62b8-442e-880d-b6419050ecba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"name","value":"<string>","type":"text"},{"key":"label","value":"<string>","type":"text"},{"key":"required","value":"<boolean>","type":"text"},{"key":"custom","value":"<boolean>","type":"text"},{"key":"hidden","value":"<boolean>","type":"text"},{"key":"light","value":"<boolean>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/enrollment_fields/:id/","description":"<p>Returns only the fields passed as input for a given enrollment field</p>\n","urlObject":{"path":["enrollment_fields",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"f178c55b-f729-4071-a06c-071d4e4ac09f","description":{"content":"<p>(Required) A unique integer value identifying this enrollment field.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"c6c7d061-ff35-479c-9e45-505f06affd15","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"name","value":"<string>","type":"text"},{"key":"label","value":"<string>","type":"text"},{"key":"required","value":"<boolean>","type":"text"},{"key":"custom","value":"<boolean>","type":"text"},{"key":"hidden","value":"<boolean>","type":"text"},{"key":"light","value":"<boolean>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/enrollment_fields/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["enrollment_fields",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"custom\": \"<boolean>\",\n  \"hidden\": \"<boolean>\",\n  \"id\": \"<integer>\",\n  \"label\": \"<string>\",\n  \"light\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"required\": \"<boolean>\"\n}"}],"_postman_id":"075b06fc-62b8-442e-880d-b6419050ecba"},{"name":"enrollment fields destroy","id":"38c38f02-4540-4da3-bfdb-fe845eecb1b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/enrollment_fields/:id/","urlObject":{"path":["enrollment_fields",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"446b235a-cc01-400a-aa76-381ccf6026ed","description":{"content":"<p>(Required) A unique integer value identifying this enrollment field.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"5db661ba-0a9b-4482-8f7e-bc01d590b35b","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/enrollment_fields/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["enrollment_fields",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"38c38f02-4540-4da3-bfdb-fe845eecb1b5"}],"id":"ab46bc14-31ef-424f-bd08-479e064e2226","_postman_id":"ab46bc14-31ef-424f-bd08-479e064e2226","description":""},{"name":"Gets a list of all enrollment fields","id":"5af00de3-584d-4bcd-9223-5c129fec16c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/enrollment_fields/?limit=<integer>&offset=<integer>","description":"<p>Returns list of both default and custom enrollment fields</p>\n","urlObject":{"path":["enrollment_fields",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[]}},"response":[{"id":"8fb41fbc-7cb0-4728-ba9e-2835c51d9031","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/enrollment_fields/?limit=<integer>&offset=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["enrollment_fields",""],"query":[{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"custom\": \"<boolean>\",\n      \"hidden\": \"<boolean>\",\n      \"id\": \"<integer>\",\n      \"label\": \"<string>\",\n      \"light\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"required\": \"<boolean>\"\n    },\n    {\n      \"custom\": \"<boolean>\",\n      \"hidden\": \"<boolean>\",\n      \"id\": \"<integer>\",\n      \"label\": \"<string>\",\n      \"light\": \"<boolean>\",\n      \"name\": \"<string>\",\n      \"required\": \"<boolean>\"\n    }\n  ]\n}"}],"_postman_id":"5af00de3-584d-4bcd-9223-5c129fec16c1"},{"name":"Creates a new enrollment field","id":"3307b83c-5183-4a77-ab44-83cdfae059c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"custom","value":"<boolean>","type":"text"},{"description":"<p>(Required) </p>\n","key":"hidden","value":"<boolean>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"label","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"light","value":"<boolean>","type":"text"},{"description":"<p>(Required) </p>\n","key":"name","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"required","value":"<boolean>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/enrollment_fields/","description":"<p>Creates a new field and returns it including the relative id</p>\n","urlObject":{"path":["enrollment_fields",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"092cc544-bcc7-4259-ab38-27fabbe46de8","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"custom","value":"<boolean>","type":"text"},{"description":"(Required) ","key":"hidden","value":"<boolean>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"label","value":"<string>","type":"text"},{"description":"(Required) ","key":"light","value":"<boolean>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"},{"description":"(Required) ","key":"required","value":"<boolean>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/enrollment_fields/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"custom\": \"<boolean>\",\n  \"hidden\": \"<boolean>\",\n  \"id\": \"<integer>\",\n  \"label\": \"<string>\",\n  \"light\": \"<boolean>\",\n  \"name\": \"<string>\",\n  \"required\": \"<boolean>\"\n}"}],"_postman_id":"3307b83c-5183-4a77-ab44-83cdfae059c8"}],"id":"94214b02-084a-4154-9418-fb15c31c610c","description":"<p>The enrollment fields endpoints allow a loyalty program manager to customize their customer loyalty program.The API provides the dynamic configuration of enrollment fields for collecting customer information tailored to the specific goals of each program. For example, while the first name field may be required and always visible on the form, the birth date field might be hidden, and the email address could be optional but always visible.</p>\n<h3 id=\"key-operations\">Key Operations</h3>\n<ul>\n<li><p><strong>GET</strong> <strong><code>/enrollment_fields/:id :</code></strong> Retrieves the configuration for a specific enrollment field, identified by an integer ID. The response includes attributes such as <code>custom</code>, indicating if the field is a custom field; <code>hidden</code>, specifying if the field should be hidden on the form; <code>required</code>, denoting whether the field is mandatory; and others like <code>label</code>, <code>name</code>, and <code>light</code>.</p>\n</li>\n<li><p><strong>PUT</strong> <strong><code>/enrollment_fields/:id</code></strong>: Updates all properties of an enrollment field. This operation is essential when a field's entire configuration needs to be modified, ensuring that the enrollment form remains aligned with the program's requirements.</p>\n</li>\n<li><p><strong>PATCH</strong> <strong><code>/enrollment_fields/:id</code></strong>: Allows partial updates to an enrollment field's configuration. This method is particularly useful for making quick adjustments to field properties without overwriting the entire configuration.</p>\n</li>\n<li><p><strong>DELETE</strong> <strong><code>/enrollment_fields/:id</code></strong>: Removes a specific enrollment field from the program configuration. This operation supports the dynamic nature of loyalty programs by enabling the removal of fields that are no longer relevant to the program's goals.</p>\n</li>\n<li><p><strong>GET</strong> <strong><code>/enrollment_fields</code></strong>: Lists all enrollment fields, both default and custom, with support for pagination through <code>limit</code> and <code>offset</code> parameters. This endpoint is crucial for managing the overall set of fields that constitute the enrollment form.</p>\n</li>\n<li><p><strong>POST</strong> <strong><code>/enrollment_fields</code></strong>: Creates a new enrollment field and returns its details, including a newly assigned ID. This operation allows for the addition of new fields to the form as the program evolves.</p>\n</li>\n</ul>\n","_postman_id":"94214b02-084a-4154-9418-fb15c31c610c"},{"name":"epiphany","item":[{"name":"{id}","item":[{"name":"Returns a url to embed for a given dashboard name","id":"b61e2e0a-8950-4c9e-b7d4-8a91761f3632","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.ignite.cloud/loyalty/epiphany/:id/","description":"<p>Returns a url to embed for a given dashboard name</p>\n","urlObject":{"path":["epiphany",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"360fe696-d592-43b0-8772-d04f8626862d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"a1419698-c85b-45ec-a3cd-c2c94a9ba170","name":"No response body","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/epiphany/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["epiphany",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b61e2e0a-8950-4c9e-b7d4-8a91761f3632"}],"id":"18aa02c9-0bce-4452-874b-8a9184d72eb4","_postman_id":"18aa02c9-0bce-4452-874b-8a9184d72eb4","description":""},{"name":"Gets a list of all available dashboards for a user","id":"04c97e55-6411-44e0-a498-0bb2760ea9bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.ignite.cloud/loyalty/epiphany/","description":"<p>Returns json object with catagories:[list, of, dashboard names]</p>\n","urlObject":{"path":["epiphany",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"1ff65c4a-6b95-466e-8909-60c93e0844cc","name":"No response body","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://connect.ignite.cloud/loyalty/epiphany/"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"04c97e55-6411-44e0-a498-0bb2760ea9bf"}],"id":"ba22ed11-f72d-4231-81b5-2aeb58fb4f28","description":"<p>The Epiphany API provides access to a variety of dashboards available to loyalty program managers that use <a href=\"https://portal.ignite.cloud\">https://portal.ignite.cloud</a>t o manage their loyalty program. These endpoints facilitate the retrieval of dashboard lists and specific dashboard URLs for Quicksight embedding purposes.</p>\n<h3 id=\"endpoints-overview\">Endpoints Overview</h3>\n<h4 id=\"get-epiphany\">GET <code>/epiphany</code></h4>\n<p>This endpoint fetches a comprehensive list of all available dashboards a user can access. It organizes the dashboards into categories, making it easier for users to find the analytics most relevant to their needs.</p>\n<ul>\n<li><p><strong>Responses</strong>:</p>\n<ul>\n<li><strong>200 OK</strong>: Successfully retrieves the list of dashboard categories along with the names of the dashboards within each category. The response is a JSON object that categorizes dashboard names under their respective categories such as <code>loyalty</code>, <code>profitCentral</code>, <code>workforce</code>, and <code>internetOfThings</code>.</li>\n</ul>\n</li>\n<li><p><strong>Parameters</strong>: None required.</p>\n</li>\n</ul>\n<h4 id=\"get-epiphanyid\">GET <code>/epiphany/{id}</code></h4>\n<p>Retrieves the URL for embedding a specific dashboard based on its name (ID). This enables users to integrate dashboards directly into their applications or webpages, providing easy access to analytics.</p>\n<ul>\n<li><p><strong>Parameters</strong>:</p>\n<ul>\n<li><strong>id</strong> (required, path): The identifier or name of the dashboard. This parameter specifies which dashboard's embed URL is to be retrieved.</li>\n</ul>\n</li>\n<li><p><strong>Responses</strong>:</p>\n<ul>\n<li><strong>200 OK</strong>: Successfully returns the URL for embedding the requested dashboard. The response includes a JSON object where each key represents a dashboard category, and the value is an array of dashboard names within that category.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-use-cases\">Example Use Cases</h3>\n<ul>\n<li><p>To obtain a list of all available dashboards:<br />  A simple GET request to <code>/epiphany/</code> returns a structured JSON object listing all the dashboard categories available to the user, along with the names of the dashboards within those categories. This list helps users navigate through the available analytics tools and select the ones most relevant to their operational needs.</p>\n</li>\n<li><p>To retrieve an embed URL for a specific dashboard:<br />  A GET request to <code>/epiphany/{id}</code> with the dashboard's name as the <code>id</code> parameter will return the embed URL for that specific dashboard. For example, requesting the URL for a dashboard named <code>loyalty_sales_analysis</code> within the <code>loyalty</code> category allows users to embed this specific analysis tool directly into their applications, providing streamlined access to insights on loyalty program sales.</p>\n</li>\n</ul>\n<h3 id=\"responses-and-formats\">Responses and Formats</h3>\n<p>The API's response for the list of dashboards (<code>/epiphany</code>) categorizes dashboards into logical groups, reflecting different analytical perspectives such as loyalty programs, inventory and sales analysis, workforce management, and IoT-related analytics like fuel journal statistics and tank monitoring.</p>\n<p>For the embed URL endpoint (<code>/epiphany/{id}</code>), the API provides a direct link to the requested dashboard, facilitating its integration into user interfaces for immediate access to data visualizations and insights.</p>\n<p>This API segment empowers users with the flexibility to access and integrate a wide range of business analytics, supporting informed decision-making and strategic planning across various aspects of their operations.</p>\n","_postman_id":"ba22ed11-f72d-4231-81b5-2aeb58fb4f28"},{"name":"location_groups","item":[{"name":"{id}","item":[{"name":"add_location","item":[{"name":"{cust_id}","item":[{"name":"Adds a location to a location group","id":"9d63c8a4-0b72-4fa4-9428-37b2888e2c08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"location_ids","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"name","value":"<string>","type":"text"},{"key":"origin","value":"<string>","type":"text"},{"key":"org_type","value":"<string>","type":"text"},{"key":"org_id","value":"<integer>","type":"text"},{"key":"created_by","value":"<integer>","type":"text"},{"key":"deleted_by","value":"<integer>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/location_groups/:id/add_location/:cust_id/","description":"<p>Takes a cust_id and a group number in order to add a location to a group</p>\n","urlObject":{"path":["location_groups",":id","add_location",":cust_id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"62d7df45-7800-443a-9ee1-7ab12071ff0b","description":{"content":"<p>(Required) A unique integer value identifying this location groups.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"78831081-15a0-4ca8-81c7-0f839c577b8f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"cust_id"}]}},"response":[{"id":"5aa2d4ce-e164-4d32-b1b1-226dc36da6bc","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"location_ids","value":"<string>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"},{"key":"origin","value":"<string>","type":"text"},{"key":"org_type","value":"<string>","type":"text"},{"key":"org_id","value":"<integer>","type":"text"},{"key":"created_by","value":"<integer>","type":"text"},{"key":"deleted_by","value":"<integer>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/location_groups/:id/add_location/:cust_id/","host":["https://connect.ignite.cloud/loyalty"],"path":["location_groups",":id","add_location",":cust_id",""],"variable":[{"key":"id"},{"key":"cust_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"location_ids\": \"<string>\",\n  \"name\": \"<string>\",\n  \"origin\": \"<string>\",\n  \"org_type\": \"<string>\",\n  \"org_id\": \"<integer>\",\n  \"created_by\": \"<integer>\",\n  \"deleted_by\": \"<integer>\"\n}"}],"_postman_id":"9d63c8a4-0b72-4fa4-9428-37b2888e2c08"}],"id":"fa4ac71b-133f-46dd-8b6c-780c918f953e","_postman_id":"fa4ac71b-133f-46dd-8b6c-780c918f953e","description":""}],"id":"401c471b-5eb3-4b7c-b9a5-8f520737782b","_postman_id":"401c471b-5eb3-4b7c-b9a5-8f520737782b","description":""},{"name":"remove_location","item":[{"name":"{cust_id}","item":[{"name":"Deletes a location from a location group","id":"36dd297d-841b-4397-8a6b-a4df24068a8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/location_groups/:id/remove_location/:cust_id/","description":"<p>Takes a cust_id and a group number in order to remove a location from a group</p>\n","urlObject":{"path":["location_groups",":id","remove_location",":cust_id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"1f7266e9-5ce8-49be-a31c-c7374716c78a","description":{"content":"<p>(Required) A unique integer value identifying this location groups.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"0bffff89-8b09-4fc5-b359-f31ff249191b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"cust_id"}]}},"response":[{"id":"63e65f99-9457-431d-90f1-1a32dc32c299","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/location_groups/:id/remove_location/:cust_id/","host":["https://connect.ignite.cloud/loyalty"],"path":["location_groups",":id","remove_location",":cust_id",""],"variable":[{"key":"id"},{"key":"cust_id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"36dd297d-841b-4397-8a6b-a4df24068a8a"}],"id":"69f7c52e-713a-40cb-aeb0-7db3fb7ab748","_postman_id":"69f7c52e-713a-40cb-aeb0-7db3fb7ab748","description":""}],"id":"be58abec-8ebd-4258-8221-e4fce3fe7223","_postman_id":"be58abec-8ebd-4258-8221-e4fce3fe7223","description":""},{"name":"Returns a detailed view of a location group","id":"b783f0f8-4eb8-4a9b-ae65-960207614b6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/location_groups/:id/","description":"<p>Gets a detailed location group based on a location group id</p>\n","urlObject":{"path":["location_groups",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"4147b879-7de0-4b81-b9ca-0db5d30236b5","description":{"content":"<p>(Required) A unique integer value identifying this location groups.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"dde613ec-1405-44fb-b1d5-79a247d398f1","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/location_groups/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["location_groups",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"location_ids\": \"<string>\",\n  \"name\": \"<string>\",\n  \"origin\": \"<string>\",\n  \"org_type\": \"<string>\",\n  \"org_id\": \"<integer>\",\n  \"created_by\": \"<integer>\",\n  \"deleted_by\": \"<integer>\"\n}"}],"_postman_id":"b783f0f8-4eb8-4a9b-ae65-960207614b6d"},{"name":"Updates the name of a location group","id":"f966eea3-0e60-4aea-a9cd-ddad126be200","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"location_ids","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"name","value":"<string>","type":"text"},{"key":"origin","value":"<string>","type":"text"},{"key":"org_type","value":"<string>","type":"text"},{"key":"org_id","value":"<integer>","type":"text"},{"key":"created_by","value":"<integer>","type":"text"},{"key":"deleted_by","value":"<integer>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/location_groups/:id/","description":"<p>Updates the name of a location group</p>\n","urlObject":{"path":["location_groups",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"39efb438-8aac-4bda-bbd1-846a51df7afd","description":{"content":"<p>(Required) A unique integer value identifying this location groups.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ec936383-bae6-4c87-a6b0-d59224439843","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"location_ids","value":"<string>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"},{"key":"origin","value":"<string>","type":"text"},{"key":"org_type","value":"<string>","type":"text"},{"key":"org_id","value":"<integer>","type":"text"},{"key":"created_by","value":"<integer>","type":"text"},{"key":"deleted_by","value":"<integer>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/location_groups/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["location_groups",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"location_ids\": \"<string>\",\n  \"name\": \"<string>\",\n  \"origin\": \"<string>\",\n  \"org_type\": \"<string>\",\n  \"org_id\": \"<integer>\",\n  \"created_by\": \"<integer>\",\n  \"deleted_by\": \"<integer>\"\n}"}],"_postman_id":"f966eea3-0e60-4aea-a9cd-ddad126be200"},{"name":"Deletes a location group","id":"30e98835-b0c5-4815-a273-aad25f2205ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/location_groups/:id/","description":"<p>Deletes a location groups for the location group id supplied</p>\n","urlObject":{"path":["location_groups",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"b44e2618-b1b4-4749-9db7-56434c9aa363","description":{"content":"<p>(Required) A unique integer value identifying this location groups.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"50a0cf26-d5e6-4710-a3df-e1225c5f61d4","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/location_groups/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["location_groups",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"30e98835-b0c5-4815-a273-aad25f2205ab"}],"id":"cc076433-5db0-4632-84cc-240a0d3a1828","_postman_id":"cc076433-5db0-4632-84cc-240a0d3a1828","description":""},{"name":"Gets a list of all available location groups","id":"82ad2a85-dfa9-4e44-993e-c6c7b7f1b545","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/location_groups/?limit=<integer>&offset=<integer>","description":"<p>Returns list of all location groups and their members</p>\n","urlObject":{"path":["location_groups",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[]}},"response":[{"id":"f0a732a2-2b4e-4573-a987-42603ef40cf3","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/location_groups/?limit=<integer>&offset=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["location_groups",""],"query":[{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"location_ids\": \"<string>\",\n      \"name\": \"<string>\",\n      \"origin\": \"<string>\",\n      \"org_type\": \"<string>\",\n      \"org_id\": \"<integer>\",\n      \"created_by\": \"<integer>\",\n      \"deleted_by\": \"<integer>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"location_ids\": \"<string>\",\n      \"name\": \"<string>\",\n      \"origin\": \"<string>\",\n      \"org_type\": \"<string>\",\n      \"org_id\": \"<integer>\",\n      \"created_by\": \"<integer>\",\n      \"deleted_by\": \"<integer>\"\n    }\n  ]\n}"}],"_postman_id":"82ad2a85-dfa9-4e44-993e-c6c7b7f1b545"},{"name":"Creates a location group","id":"771b6083-2334-4073-a71c-9954883f023c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"location_ids","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"name","value":"<string>","type":"text"},{"key":"origin","value":"<string>","type":"text"},{"key":"org_type","value":"<string>","type":"text"},{"key":"org_id","value":"<integer>","type":"text"},{"key":"created_by","value":"<integer>","type":"text"},{"key":"deleted_by","value":"<integer>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/location_groups/","description":"<p>Adds a new location group</p>\n","urlObject":{"path":["location_groups",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"49d5b4c8-4a40-43cc-87d8-0ca6d8a9d968","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"location_ids","value":"<string>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"},{"key":"origin","value":"<string>","type":"text"},{"key":"org_type","value":"<string>","type":"text"},{"key":"org_id","value":"<integer>","type":"text"},{"key":"created_by","value":"<integer>","type":"text"},{"key":"deleted_by","value":"<integer>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/location_groups/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"location_ids\": \"<string>\",\n  \"name\": \"<string>\",\n  \"origin\": \"<string>\",\n  \"org_type\": \"<string>\",\n  \"org_id\": \"<integer>\",\n  \"created_by\": \"<integer>\",\n  \"deleted_by\": \"<integer>\"\n}"}],"_postman_id":"771b6083-2334-4073-a71c-9954883f023c"}],"id":"7b08321e-6c3c-4d20-92bf-52b17e4e8dad","description":"<p>Location groups are a method for segmenting and organizing store locations for the promotions and reporting system. Loyalty program managers typical run promotions according to various criteria such as services offered (e.g., car washes, quick-service restaurants), legal restrictions (e.g., alcohol sales regulations), or geographical divisions (e.g., district numbers). This capability is integral to the platform's promotions engine, reporting features, and dashboard analytics, enabling targeted marketing strategies and business analyses.</p>\n<h3 id=\"location-groups-api-endpoints\">Location Groups API Endpoints</h3>\n<h4 id=\"list-location-groups\">List Location Groups</h4>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>GET /location_groups</code></p>\n</li>\n<li><p><strong>Description</strong>: Retrieves a list of all available location groups along with their member locations.</p>\n</li>\n<li><p><strong>Parameters</strong>:</p>\n<ul>\n<li><p><code>limit</code> (query, integer): Specifies the maximum number of results to return per page.</p>\n</li>\n<li><p><code>offset</code> (query, integer): Sets the starting point for the query to facilitate pagination.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Response</strong>: A JSON object containing a paginated list of location groups, each with details such as <code>id</code>, <code>name</code>, and associated <code>location_ids</code>.</p>\n</li>\n</ul>\n<h4 id=\"create-location-group\">Create Location Group</h4>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>POST /location_groups</code></p>\n</li>\n<li><p><strong>Description</strong>: Facilitates the creation of a new location group by specifying its characteristics such as name, origin, organizational type, and identifiers.</p>\n</li>\n<li><p><strong>Parameters</strong>: None. The request body includes details like <code>name</code>, <code>origin</code>, <code>org_type</code>, <code>org_id</code>, and identifiers for <code>created_by</code> and <code>deleted_by</code>.</p>\n</li>\n<li><p><strong>Response</strong>: Returns a JSON object with the newly created location group's details, including its <code>id</code>, <code>name</code>, and <code>location_ids</code>.</p>\n</li>\n</ul>\n<h4 id=\"retrieve-detailed-location-group-information\">Retrieve Detailed Location Group Information</h4>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>GET /location_groups/{id}</code></p>\n</li>\n<li><p><strong>Description</strong>: Provides a detailed view of a specific location group identified by its unique integer <code>id</code>.</p>\n</li>\n<li><p><strong>Parameters</strong>:</p>\n<ul>\n<li><code>id</code> (path, integer): The unique identifier of the location group.</li>\n</ul>\n</li>\n<li><p><strong>Response</strong>: A JSON representation of the location group's detailed information, similar to the structure provided for the list and create operations.</p>\n</li>\n</ul>\n<h4 id=\"update-location-group\">Update Location Group</h4>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>PUT /location_groups/{id}</code></p>\n</li>\n<li><p><strong>Description</strong>: Updates the name and potentially other details of an existing location group.</p>\n</li>\n<li><p><strong>Parameters</strong>:</p>\n<ul>\n<li><code>id</code> (path, integer): Uniquely identifies the location group to update.</li>\n</ul>\n</li>\n<li><p><strong>Response</strong>: Outputs a JSON object reflecting the updated attributes of the location group.</p>\n</li>\n</ul>\n<h4 id=\"delete-location-group\">Delete Location Group</h4>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>DELETE /location_groups/{id}</code></p>\n</li>\n<li><p><strong>Description</strong>: Removes a location group based on the provided <code>id</code>.</p>\n</li>\n<li><p><strong>Parameters</strong>:</p>\n<ul>\n<li><code>id</code> (path, integer): The unique identifier of the location group to be deleted.</li>\n</ul>\n</li>\n<li><p><strong>Response</strong>: No content is returned, but a successful operation is indicated by a 204 status code.</p>\n</li>\n</ul>\n<h4 id=\"add-location-to-location-group\">Add Location to Location Group</h4>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>POST /location_groups/{id}/add_location/{cust_id}</code></p>\n</li>\n<li><p><strong>Description</strong>: Associates an additional location, identified by <code>cust_id</code>, with a location group.</p>\n</li>\n<li><p><strong>Parameters</strong>:</p>\n<ul>\n<li><p><code>id</code> (path, integer): The location group's identifier.</p>\n</li>\n<li><p><code>cust_id</code> (path, string): The customer ID representing the location to add.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Response</strong>: Confirms the addition with a JSON object detailing the updated group information.</p>\n</li>\n</ul>\n<h4 id=\"remove-location-from-location-group\">Remove Location from Location Group</h4>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>DELETE /location_groups/{id}/remove_location/{cust_id}</code></p>\n</li>\n<li><p><strong>Description</strong>: Detaches a specified location from a location group, aiding in the dynamic management of group composition.</p>\n</li>\n<li><p><strong>Parameters</strong>:</p>\n<ul>\n<li><p><code>id</code> (path, integer): Identifies the location group.</p>\n</li>\n<li><p><code>cust_id</code> (path, string): The customer ID of the location to remove.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Response</strong>: A 204 status code with no content, signaling successful removal.</p>\n</li>\n</ul>\n","_postman_id":"7b08321e-6c3c-4d20-92bf-52b17e4e8dad"},{"name":"locations","item":[{"name":"{cust_id}","item":[{"name":"set_altria_management","item":[{"name":"Sets the Altria Management Account Number for an individual location.","id":"5feb71c0-4a53-46eb-a0e9-a83faed92019","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"active","value":"<boolean>","type":"text"},{"description":"<p>(Required) </p>\n","key":"address","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"altria_management_number","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"amenities","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"city","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"country","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"fuel_brand","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"name","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"phone","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"redeem_plu_dollars","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"redeem_plu_max","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"redeem_plu_pennies","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"state","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"store_number","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"zip_code","value":"<string>","type":"text"},{"key":"ach_id","value":"<string>","type":"text"},{"key":"activation_date","value":"<string>","type":"text"},{"key":"contact","value":"<string>","type":"text"},{"key":"cust_id","value":"<integer>","type":"text"},{"key":"default_pct_fuel","value":"","type":"text"},{"key":"default_pct_non_fuel","value":"121762.","type":"text"},{"key":"email","value":"<string>","type":"text"},{"key":"fax","value":"<string>","type":"text"},{"key":"fuel_price","value":"998530","type":"text"},{"key":"fuel_only","value":"<boolean>","type":"text"},{"key":"fuel_points_per_gallon","value":"2658","type":"text"},{"key":"gift_plu_charge","value":"<string>","type":"text"},{"key":"lat","value":"<double>","type":"text"},{"key":"long","value":"<double>","type":"text"},{"key":"launch_date","value":"<date>","type":"text"},{"key":"mail_address","value":"<string>","type":"text"},{"key":"mail_city","value":"<string>","type":"text"},{"key":"mail_state","value":"<string>","type":"text"},{"key":"mail_zip","value":"<string>","type":"text"},{"key":"max_bonus_points","value":"<integer>","type":"text"},{"key":"max_dollars","value":"<integer>","type":"text"},{"key":"max_points","value":"<integer>","type":"text"},{"key":"max_trx_count","value":"<integer>","type":"text"},{"key":"max_trx_unit","value":"<integer>","type":"text"},{"key":"notes","value":"<string>","type":"text"},{"key":"open_from","value":"<integer>","type":"text"},{"key":"open_to","value":"<integer>","type":"text"},{"key":"phone_secondary","value":"<string>","type":"text"},{"key":"pos_id","value":"<string>","type":"text"},{"key":"redeem_plu_max_force","value":"<string>","type":"text"},{"key":"redeem_only","value":"<boolean>","type":"text"},{"key":"secondary_pos_id","value":"<string>","type":"text"},{"key":"test_location","value":"<boolean>","type":"text"},{"key":"timezone","value":"<string>","type":"text"},{"key":"website","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/:cust_id/set_altria_management/","description":"<p>Sets the Altria Management Account Number assigned to a location based on the ID of the number</p>\n","urlObject":{"path":["locations",":cust_id","set_altria_management",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"75c4fb9b-4928-42b4-aa73-97de9eb8be91","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"cust_id"}]}},"response":[{"id":"61b0fc7d-e422-47bf-99c4-05517db39ad0","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"active","value":"<boolean>","type":"text"},{"description":"(Required) ","key":"address","value":"<string>","type":"text"},{"description":"(Required) ","key":"altria_management_number","value":"<string>","type":"text"},{"description":"(Required) ","key":"amenities","value":"<string>","type":"text"},{"description":"(Required) ","key":"city","value":"<string>","type":"text"},{"description":"(Required) ","key":"country","value":"<string>","type":"text"},{"description":"(Required) ","key":"fuel_brand","value":"<string>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"},{"description":"(Required) ","key":"phone","value":"<string>","type":"text"},{"description":"(Required) ","key":"redeem_plu_dollars","value":"<string>","type":"text"},{"description":"(Required) ","key":"redeem_plu_max","value":"<string>","type":"text"},{"description":"(Required) ","key":"redeem_plu_pennies","value":"<string>","type":"text"},{"description":"(Required) ","key":"state","value":"<string>","type":"text"},{"description":"(Required) ","key":"store_number","value":"<string>","type":"text"},{"description":"(Required) ","key":"zip_code","value":"<string>","type":"text"},{"key":"ach_id","value":"<string>","type":"text"},{"key":"activation_date","value":"<string>","type":"text"},{"key":"contact","value":"<string>","type":"text"},{"key":"cust_id","value":"<integer>","type":"text"},{"key":"default_pct_fuel","value":"","type":"text"},{"key":"default_pct_non_fuel","value":"121762.","type":"text"},{"key":"email","value":"<string>","type":"text"},{"key":"fax","value":"<string>","type":"text"},{"key":"fuel_price","value":"998530","type":"text"},{"key":"fuel_only","value":"<boolean>","type":"text"},{"key":"fuel_points_per_gallon","value":"2658","type":"text"},{"key":"gift_plu_charge","value":"<string>","type":"text"},{"key":"lat","value":"<double>","type":"text"},{"key":"long","value":"<double>","type":"text"},{"key":"launch_date","value":"<date>","type":"text"},{"key":"mail_address","value":"<string>","type":"text"},{"key":"mail_city","value":"<string>","type":"text"},{"key":"mail_state","value":"<string>","type":"text"},{"key":"mail_zip","value":"<string>","type":"text"},{"key":"max_bonus_points","value":"<integer>","type":"text"},{"key":"max_dollars","value":"<integer>","type":"text"},{"key":"max_points","value":"<integer>","type":"text"},{"key":"max_trx_count","value":"<integer>","type":"text"},{"key":"max_trx_unit","value":"<integer>","type":"text"},{"key":"notes","value":"<string>","type":"text"},{"key":"open_from","value":"<integer>","type":"text"},{"key":"open_to","value":"<integer>","type":"text"},{"key":"phone_secondary","value":"<string>","type":"text"},{"key":"pos_id","value":"<string>","type":"text"},{"key":"redeem_plu_max_force","value":"<string>","type":"text"},{"key":"redeem_only","value":"<boolean>","type":"text"},{"key":"secondary_pos_id","value":"<string>","type":"text"},{"key":"test_location","value":"<boolean>","type":"text"},{"key":"timezone","value":"<string>","type":"text"},{"key":"website","value":"<string>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:cust_id/set_altria_management/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":cust_id","set_altria_management",""],"variable":[{"key":"cust_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"active\": \"<boolean>\",\n  \"address\": \"<string>\",\n  \"altria_management_number\": \"<string>\",\n  \"amenities\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"fuel_brand\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"redeem_plu_dollars\": \"<string>\",\n  \"redeem_plu_max\": \"<string>\",\n  \"redeem_plu_pennies\": \"<string>\",\n  \"state\": \"<string>\",\n  \"store_number\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"ach_id\": \"<string>\",\n  \"activation_date\": \"<string>\",\n  \"contact\": \"<string>\",\n  \"cust_id\": \"<integer>\",\n  \"default_pct_fuel\": \"\",\n  \"default_pct_non_fuel\": \"121762.\",\n  \"email\": \"<string>\",\n  \"fax\": \"<string>\",\n  \"fuel_price\": \"998530\",\n  \"fuel_only\": \"<boolean>\",\n  \"fuel_points_per_gallon\": \"2658\",\n  \"gift_plu_charge\": \"<string>\",\n  \"lat\": \"<double>\",\n  \"long\": \"<double>\",\n  \"launch_date\": \"<date>\",\n  \"mail_address\": \"<string>\",\n  \"mail_city\": \"<string>\",\n  \"mail_state\": \"<string>\",\n  \"mail_zip\": \"<string>\",\n  \"max_bonus_points\": \"<integer>\",\n  \"max_dollars\": \"<integer>\",\n  \"max_points\": \"<integer>\",\n  \"max_trx_count\": \"<integer>\",\n  \"max_trx_unit\": \"<integer>\",\n  \"notes\": \"<string>\",\n  \"open_from\": \"<integer>\",\n  \"open_to\": \"<integer>\",\n  \"phone_secondary\": \"<string>\",\n  \"pos_id\": \"<string>\",\n  \"redeem_plu_max_force\": \"<string>\",\n  \"redeem_only\": \"<boolean>\",\n  \"secondary_pos_id\": \"<string>\",\n  \"test_location\": \"<boolean>\",\n  \"timezone\": \"<string>\",\n  \"website\": \"<string>\"\n}"}],"_postman_id":"5feb71c0-4a53-46eb-a0e9-a83faed92019"}],"id":"1d72daae-0d2a-475c-85ec-f744aab64102","_postman_id":"1d72daae-0d2a-475c-85ec-f744aab64102","description":""},{"name":"set_amenities","item":[{"name":"Sets Amenities for an individual location","id":"9a2dc72d-622a-468b-bf18-1a41ac20450e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"active","value":"<boolean>","type":"text"},{"description":"<p>(Required) </p>\n","key":"address","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"altria_management_number","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"amenities","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"city","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"country","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"fuel_brand","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"name","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"phone","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"redeem_plu_dollars","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"redeem_plu_max","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"redeem_plu_pennies","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"state","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"store_number","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"zip_code","value":"<string>","type":"text"},{"key":"ach_id","value":"<string>","type":"text"},{"key":"activation_date","value":"<string>","type":"text"},{"key":"contact","value":"<string>","type":"text"},{"key":"cust_id","value":"<integer>","type":"text"},{"key":"default_pct_fuel","value":"","type":"text"},{"key":"default_pct_non_fuel","value":"121762.","type":"text"},{"key":"email","value":"<string>","type":"text"},{"key":"fax","value":"<string>","type":"text"},{"key":"fuel_price","value":"998530","type":"text"},{"key":"fuel_only","value":"<boolean>","type":"text"},{"key":"fuel_points_per_gallon","value":"2658","type":"text"},{"key":"gift_plu_charge","value":"<string>","type":"text"},{"key":"lat","value":"<double>","type":"text"},{"key":"long","value":"<double>","type":"text"},{"key":"launch_date","value":"<date>","type":"text"},{"key":"mail_address","value":"<string>","type":"text"},{"key":"mail_city","value":"<string>","type":"text"},{"key":"mail_state","value":"<string>","type":"text"},{"key":"mail_zip","value":"<string>","type":"text"},{"key":"max_bonus_points","value":"<integer>","type":"text"},{"key":"max_dollars","value":"<integer>","type":"text"},{"key":"max_points","value":"<integer>","type":"text"},{"key":"max_trx_count","value":"<integer>","type":"text"},{"key":"max_trx_unit","value":"<integer>","type":"text"},{"key":"notes","value":"<string>","type":"text"},{"key":"open_from","value":"<integer>","type":"text"},{"key":"open_to","value":"<integer>","type":"text"},{"key":"phone_secondary","value":"<string>","type":"text"},{"key":"pos_id","value":"<string>","type":"text"},{"key":"redeem_plu_max_force","value":"<string>","type":"text"},{"key":"redeem_only","value":"<boolean>","type":"text"},{"key":"secondary_pos_id","value":"<string>","type":"text"},{"key":"test_location","value":"<boolean>","type":"text"},{"key":"timezone","value":"<string>","type":"text"},{"key":"website","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/:cust_id/set_amenities/","description":"<p>Sets amenities for the location to the provided list of amenity_ids. Will remove amenity_ids                      previously assigned to the location and that are in the provided list then add any amenity_ids                      in the list that are not already assigned to the location. Will also update fuel brand assigned to                     the location based on fuel_brand id</p>\n","urlObject":{"path":["locations",":cust_id","set_amenities",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"30c6c04a-57a1-4993-b323-04bdcd05bf1c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"cust_id"}]}},"response":[{"id":"7f135b13-5740-49a8-b906-977b3cd05a12","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"active","value":"<boolean>","type":"text"},{"description":"(Required) ","key":"address","value":"<string>","type":"text"},{"description":"(Required) ","key":"altria_management_number","value":"<string>","type":"text"},{"description":"(Required) ","key":"amenities","value":"<string>","type":"text"},{"description":"(Required) ","key":"city","value":"<string>","type":"text"},{"description":"(Required) ","key":"country","value":"<string>","type":"text"},{"description":"(Required) ","key":"fuel_brand","value":"<string>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"},{"description":"(Required) ","key":"phone","value":"<string>","type":"text"},{"description":"(Required) ","key":"redeem_plu_dollars","value":"<string>","type":"text"},{"description":"(Required) ","key":"redeem_plu_max","value":"<string>","type":"text"},{"description":"(Required) ","key":"redeem_plu_pennies","value":"<string>","type":"text"},{"description":"(Required) ","key":"state","value":"<string>","type":"text"},{"description":"(Required) ","key":"store_number","value":"<string>","type":"text"},{"description":"(Required) ","key":"zip_code","value":"<string>","type":"text"},{"key":"ach_id","value":"<string>","type":"text"},{"key":"activation_date","value":"<string>","type":"text"},{"key":"contact","value":"<string>","type":"text"},{"key":"cust_id","value":"<integer>","type":"text"},{"key":"default_pct_fuel","value":"","type":"text"},{"key":"default_pct_non_fuel","value":"121762.","type":"text"},{"key":"email","value":"<string>","type":"text"},{"key":"fax","value":"<string>","type":"text"},{"key":"fuel_price","value":"998530","type":"text"},{"key":"fuel_only","value":"<boolean>","type":"text"},{"key":"fuel_points_per_gallon","value":"2658","type":"text"},{"key":"gift_plu_charge","value":"<string>","type":"text"},{"key":"lat","value":"<double>","type":"text"},{"key":"long","value":"<double>","type":"text"},{"key":"launch_date","value":"<date>","type":"text"},{"key":"mail_address","value":"<string>","type":"text"},{"key":"mail_city","value":"<string>","type":"text"},{"key":"mail_state","value":"<string>","type":"text"},{"key":"mail_zip","value":"<string>","type":"text"},{"key":"max_bonus_points","value":"<integer>","type":"text"},{"key":"max_dollars","value":"<integer>","type":"text"},{"key":"max_points","value":"<integer>","type":"text"},{"key":"max_trx_count","value":"<integer>","type":"text"},{"key":"max_trx_unit","value":"<integer>","type":"text"},{"key":"notes","value":"<string>","type":"text"},{"key":"open_from","value":"<integer>","type":"text"},{"key":"open_to","value":"<integer>","type":"text"},{"key":"phone_secondary","value":"<string>","type":"text"},{"key":"pos_id","value":"<string>","type":"text"},{"key":"redeem_plu_max_force","value":"<string>","type":"text"},{"key":"redeem_only","value":"<boolean>","type":"text"},{"key":"secondary_pos_id","value":"<string>","type":"text"},{"key":"test_location","value":"<boolean>","type":"text"},{"key":"timezone","value":"<string>","type":"text"},{"key":"website","value":"<string>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:cust_id/set_amenities/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":cust_id","set_amenities",""],"variable":[{"key":"cust_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"active\": \"<boolean>\",\n  \"address\": \"<string>\",\n  \"altria_management_number\": \"<string>\",\n  \"amenities\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"fuel_brand\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"redeem_plu_dollars\": \"<string>\",\n  \"redeem_plu_max\": \"<string>\",\n  \"redeem_plu_pennies\": \"<string>\",\n  \"state\": \"<string>\",\n  \"store_number\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"ach_id\": \"<string>\",\n  \"activation_date\": \"<string>\",\n  \"contact\": \"<string>\",\n  \"cust_id\": \"<integer>\",\n  \"default_pct_fuel\": \"\",\n  \"default_pct_non_fuel\": \"121762.\",\n  \"email\": \"<string>\",\n  \"fax\": \"<string>\",\n  \"fuel_price\": \"998530\",\n  \"fuel_only\": \"<boolean>\",\n  \"fuel_points_per_gallon\": \"2658\",\n  \"gift_plu_charge\": \"<string>\",\n  \"lat\": \"<double>\",\n  \"long\": \"<double>\",\n  \"launch_date\": \"<date>\",\n  \"mail_address\": \"<string>\",\n  \"mail_city\": \"<string>\",\n  \"mail_state\": \"<string>\",\n  \"mail_zip\": \"<string>\",\n  \"max_bonus_points\": \"<integer>\",\n  \"max_dollars\": \"<integer>\",\n  \"max_points\": \"<integer>\",\n  \"max_trx_count\": \"<integer>\",\n  \"max_trx_unit\": \"<integer>\",\n  \"notes\": \"<string>\",\n  \"open_from\": \"<integer>\",\n  \"open_to\": \"<integer>\",\n  \"phone_secondary\": \"<string>\",\n  \"pos_id\": \"<string>\",\n  \"redeem_plu_max_force\": \"<string>\",\n  \"redeem_only\": \"<boolean>\",\n  \"secondary_pos_id\": \"<string>\",\n  \"test_location\": \"<boolean>\",\n  \"timezone\": \"<string>\",\n  \"website\": \"<string>\"\n}"}],"_postman_id":"9a2dc72d-622a-468b-bf18-1a41ac20450e"}],"id":"82c2d496-f2db-4adf-8c9b-6346fca20529","_postman_id":"82c2d496-f2db-4adf-8c9b-6346fca20529","description":""},{"name":"Returns a detailed view of a location","id":"57b79418-cf3c-4aa5-b148-446d876ed102","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/locations/:cust_id/","description":"<p>Gets a detailed view of a location including some auxillary table information like amenity id's                     and fuel brand id</p>\n","urlObject":{"path":["locations",":cust_id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"a3ae75c0-0297-4764-9956-425251307433","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"cust_id"}]}},"response":[{"id":"95a55ef7-37a8-4c07-b4ee-aebf2d1c4ca1","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:cust_id/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":cust_id",""],"variable":[{"key":"cust_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"active\": \"<boolean>\",\n  \"address\": \"<string>\",\n  \"altria_management_number\": \"<string>\",\n  \"amenities\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"fuel_brand\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"redeem_plu_dollars\": \"<string>\",\n  \"redeem_plu_max\": \"<string>\",\n  \"redeem_plu_pennies\": \"<string>\",\n  \"state\": \"<string>\",\n  \"store_number\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"ach_id\": \"<string>\",\n  \"activation_date\": \"<string>\",\n  \"contact\": \"<string>\",\n  \"cust_id\": \"<integer>\",\n  \"default_pct_fuel\": \"\",\n  \"default_pct_non_fuel\": \"121762.\",\n  \"email\": \"<string>\",\n  \"fax\": \"<string>\",\n  \"fuel_price\": \"998530\",\n  \"fuel_only\": \"<boolean>\",\n  \"fuel_points_per_gallon\": \"2658\",\n  \"gift_plu_charge\": \"<string>\",\n  \"lat\": \"<double>\",\n  \"long\": \"<double>\",\n  \"launch_date\": \"<date>\",\n  \"mail_address\": \"<string>\",\n  \"mail_city\": \"<string>\",\n  \"mail_state\": \"<string>\",\n  \"mail_zip\": \"<string>\",\n  \"max_bonus_points\": \"<integer>\",\n  \"max_dollars\": \"<integer>\",\n  \"max_points\": \"<integer>\",\n  \"max_trx_count\": \"<integer>\",\n  \"max_trx_unit\": \"<integer>\",\n  \"notes\": \"<string>\",\n  \"open_from\": \"<integer>\",\n  \"open_to\": \"<integer>\",\n  \"phone_secondary\": \"<string>\",\n  \"pos_id\": \"<string>\",\n  \"redeem_plu_max_force\": \"<string>\",\n  \"redeem_only\": \"<boolean>\",\n  \"secondary_pos_id\": \"<string>\",\n  \"test_location\": \"<boolean>\",\n  \"timezone\": \"<string>\",\n  \"website\": \"<string>\"\n}"}],"_postman_id":"57b79418-cf3c-4aa5-b148-446d876ed102"},{"name":"Updates all information for a location","id":"e4cb0b93-4939-4356-ba18-149be0246b91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"active","value":"<boolean>","type":"text"},{"description":"<p>(Required) </p>\n","key":"address","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"altria_management_number","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"amenities","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"city","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"country","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"fuel_brand","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"name","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"phone","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"redeem_plu_dollars","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"redeem_plu_max","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"redeem_plu_pennies","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"state","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"store_number","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"zip_code","value":"<string>","type":"text"},{"key":"ach_id","value":"<string>","type":"text"},{"key":"activation_date","value":"<string>","type":"text"},{"key":"contact","value":"<string>","type":"text"},{"key":"cust_id","value":"<integer>","type":"text"},{"key":"default_pct_fuel","value":"","type":"text"},{"key":"default_pct_non_fuel","value":"121762.","type":"text"},{"key":"email","value":"<string>","type":"text"},{"key":"fax","value":"<string>","type":"text"},{"key":"fuel_price","value":"998530","type":"text"},{"key":"fuel_only","value":"<boolean>","type":"text"},{"key":"fuel_points_per_gallon","value":"2658","type":"text"},{"key":"gift_plu_charge","value":"<string>","type":"text"},{"key":"lat","value":"<double>","type":"text"},{"key":"long","value":"<double>","type":"text"},{"key":"launch_date","value":"<date>","type":"text"},{"key":"mail_address","value":"<string>","type":"text"},{"key":"mail_city","value":"<string>","type":"text"},{"key":"mail_state","value":"<string>","type":"text"},{"key":"mail_zip","value":"<string>","type":"text"},{"key":"max_bonus_points","value":"<integer>","type":"text"},{"key":"max_dollars","value":"<integer>","type":"text"},{"key":"max_points","value":"<integer>","type":"text"},{"key":"max_trx_count","value":"<integer>","type":"text"},{"key":"max_trx_unit","value":"<integer>","type":"text"},{"key":"notes","value":"<string>","type":"text"},{"key":"open_from","value":"<integer>","type":"text"},{"key":"open_to","value":"<integer>","type":"text"},{"key":"phone_secondary","value":"<string>","type":"text"},{"key":"pos_id","value":"<string>","type":"text"},{"key":"redeem_plu_max_force","value":"<string>","type":"text"},{"key":"redeem_only","value":"<boolean>","type":"text"},{"key":"secondary_pos_id","value":"<string>","type":"text"},{"key":"test_location","value":"<boolean>","type":"text"},{"key":"timezone","value":"<string>","type":"text"},{"key":"website","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/:cust_id/","description":"<p>Updates all information of a location</p>\n","urlObject":{"path":["locations",":cust_id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"df7db210-25ff-430f-b061-10ac869d5ce1","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"cust_id"}]}},"response":[{"id":"583bc95f-b3f9-4350-8727-7ca9ffcf9a14","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"active","value":"<boolean>","type":"text"},{"description":"(Required) ","key":"address","value":"<string>","type":"text"},{"description":"(Required) ","key":"altria_management_number","value":"<string>","type":"text"},{"description":"(Required) ","key":"amenities","value":"<string>","type":"text"},{"description":"(Required) ","key":"city","value":"<string>","type":"text"},{"description":"(Required) ","key":"country","value":"<string>","type":"text"},{"description":"(Required) ","key":"fuel_brand","value":"<string>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"},{"description":"(Required) ","key":"phone","value":"<string>","type":"text"},{"description":"(Required) ","key":"redeem_plu_dollars","value":"<string>","type":"text"},{"description":"(Required) ","key":"redeem_plu_max","value":"<string>","type":"text"},{"description":"(Required) ","key":"redeem_plu_pennies","value":"<string>","type":"text"},{"description":"(Required) ","key":"state","value":"<string>","type":"text"},{"description":"(Required) ","key":"store_number","value":"<string>","type":"text"},{"description":"(Required) ","key":"zip_code","value":"<string>","type":"text"},{"key":"ach_id","value":"<string>","type":"text"},{"key":"activation_date","value":"<string>","type":"text"},{"key":"contact","value":"<string>","type":"text"},{"key":"cust_id","value":"<integer>","type":"text"},{"key":"default_pct_fuel","value":"","type":"text"},{"key":"default_pct_non_fuel","value":"121762.","type":"text"},{"key":"email","value":"<string>","type":"text"},{"key":"fax","value":"<string>","type":"text"},{"key":"fuel_price","value":"998530","type":"text"},{"key":"fuel_only","value":"<boolean>","type":"text"},{"key":"fuel_points_per_gallon","value":"2658","type":"text"},{"key":"gift_plu_charge","value":"<string>","type":"text"},{"key":"lat","value":"<double>","type":"text"},{"key":"long","value":"<double>","type":"text"},{"key":"launch_date","value":"<date>","type":"text"},{"key":"mail_address","value":"<string>","type":"text"},{"key":"mail_city","value":"<string>","type":"text"},{"key":"mail_state","value":"<string>","type":"text"},{"key":"mail_zip","value":"<string>","type":"text"},{"key":"max_bonus_points","value":"<integer>","type":"text"},{"key":"max_dollars","value":"<integer>","type":"text"},{"key":"max_points","value":"<integer>","type":"text"},{"key":"max_trx_count","value":"<integer>","type":"text"},{"key":"max_trx_unit","value":"<integer>","type":"text"},{"key":"notes","value":"<string>","type":"text"},{"key":"open_from","value":"<integer>","type":"text"},{"key":"open_to","value":"<integer>","type":"text"},{"key":"phone_secondary","value":"<string>","type":"text"},{"key":"pos_id","value":"<string>","type":"text"},{"key":"redeem_plu_max_force","value":"<string>","type":"text"},{"key":"redeem_only","value":"<boolean>","type":"text"},{"key":"secondary_pos_id","value":"<string>","type":"text"},{"key":"test_location","value":"<boolean>","type":"text"},{"key":"timezone","value":"<string>","type":"text"},{"key":"website","value":"<string>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:cust_id/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":cust_id",""],"variable":[{"key":"cust_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"active\": \"<boolean>\",\n  \"address\": \"<string>\",\n  \"altria_management_number\": \"<string>\",\n  \"amenities\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"fuel_brand\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"redeem_plu_dollars\": \"<string>\",\n  \"redeem_plu_max\": \"<string>\",\n  \"redeem_plu_pennies\": \"<string>\",\n  \"state\": \"<string>\",\n  \"store_number\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"ach_id\": \"<string>\",\n  \"activation_date\": \"<string>\",\n  \"contact\": \"<string>\",\n  \"cust_id\": \"<integer>\",\n  \"default_pct_fuel\": \"\",\n  \"default_pct_non_fuel\": \"121762.\",\n  \"email\": \"<string>\",\n  \"fax\": \"<string>\",\n  \"fuel_price\": \"998530\",\n  \"fuel_only\": \"<boolean>\",\n  \"fuel_points_per_gallon\": \"2658\",\n  \"gift_plu_charge\": \"<string>\",\n  \"lat\": \"<double>\",\n  \"long\": \"<double>\",\n  \"launch_date\": \"<date>\",\n  \"mail_address\": \"<string>\",\n  \"mail_city\": \"<string>\",\n  \"mail_state\": \"<string>\",\n  \"mail_zip\": \"<string>\",\n  \"max_bonus_points\": \"<integer>\",\n  \"max_dollars\": \"<integer>\",\n  \"max_points\": \"<integer>\",\n  \"max_trx_count\": \"<integer>\",\n  \"max_trx_unit\": \"<integer>\",\n  \"notes\": \"<string>\",\n  \"open_from\": \"<integer>\",\n  \"open_to\": \"<integer>\",\n  \"phone_secondary\": \"<string>\",\n  \"pos_id\": \"<string>\",\n  \"redeem_plu_max_force\": \"<string>\",\n  \"redeem_only\": \"<boolean>\",\n  \"secondary_pos_id\": \"<string>\",\n  \"test_location\": \"<boolean>\",\n  \"timezone\": \"<string>\",\n  \"website\": \"<string>\"\n}"}],"_postman_id":"e4cb0b93-4939-4356-ba18-149be0246b91"},{"name":"Updates a location","id":"016e4859-7f81-459c-bc60-c15c4e95b142","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"ach_id","value":"<string>","type":"text"},{"key":"active","value":"<boolean>","type":"text"},{"key":"activation_date","value":"<string>","type":"text"},{"key":"address","value":"<string>","type":"text"},{"key":"altria_management_number","value":"<string>","type":"text"},{"key":"amenities","value":"<string>","type":"text"},{"key":"city","value":"<string>","type":"text"},{"key":"contact","value":"<string>","type":"text"},{"key":"country","value":"<string>","type":"text"},{"key":"cust_id","value":"<integer>","type":"text"},{"key":"default_pct_fuel","value":"-1.6","type":"text"},{"key":"default_pct_non_fuel","value":".6","type":"text"},{"key":"email","value":"<string>","type":"text"},{"key":"fax","value":"<string>","type":"text"},{"key":"fuel_brand","value":"<string>","type":"text"},{"key":"fuel_price","value":"45","type":"text"},{"key":"fuel_only","value":"<boolean>","type":"text"},{"key":"fuel_points_per_gallon","value":"601244.","type":"text"},{"key":"gift_plu_charge","value":"<string>","type":"text"},{"key":"id","value":"<integer>","type":"text"},{"key":"lat","value":"<double>","type":"text"},{"key":"long","value":"<double>","type":"text"},{"key":"launch_date","value":"<date>","type":"text"},{"key":"mail_address","value":"<string>","type":"text"},{"key":"mail_city","value":"<string>","type":"text"},{"key":"mail_state","value":"<string>","type":"text"},{"key":"mail_zip","value":"<string>","type":"text"},{"key":"max_bonus_points","value":"<integer>","type":"text"},{"key":"max_dollars","value":"<integer>","type":"text"},{"key":"max_points","value":"<integer>","type":"text"},{"key":"max_trx_count","value":"<integer>","type":"text"},{"key":"max_trx_unit","value":"<integer>","type":"text"},{"key":"name","value":"<string>","type":"text"},{"key":"notes","value":"<string>","type":"text"},{"key":"open_from","value":"<integer>","type":"text"},{"key":"open_to","value":"<integer>","type":"text"},{"key":"phone","value":"<string>","type":"text"},{"key":"phone_secondary","value":"<string>","type":"text"},{"key":"pos_id","value":"<string>","type":"text"},{"key":"redeem_plu_dollars","value":"<string>","type":"text"},{"key":"redeem_plu_max","value":"<string>","type":"text"},{"key":"redeem_plu_max_force","value":"<string>","type":"text"},{"key":"redeem_only","value":"<boolean>","type":"text"},{"key":"redeem_plu_pennies","value":"<string>","type":"text"},{"key":"secondary_pos_id","value":"<string>","type":"text"},{"key":"state","value":"<string>","type":"text"},{"key":"store_number","value":"<string>","type":"text"},{"key":"test_location","value":"<boolean>","type":"text"},{"key":"timezone","value":"<string>","type":"text"},{"key":"website","value":"<string>","type":"text"},{"key":"zip_code","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/:cust_id/","description":"<p>Updates only the fields provided for the location cust id supplied</p>\n","urlObject":{"path":["locations",":cust_id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"3e51cefa-6d5c-4e17-b9f8-db1cbc4c84cd","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"cust_id"}]}},"response":[{"id":"c9bddbcf-ebe7-4c66-862c-59700f007152","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"key":"ach_id","value":"<string>","type":"text"},{"key":"active","value":"<boolean>","type":"text"},{"key":"activation_date","value":"<string>","type":"text"},{"key":"address","value":"<string>","type":"text"},{"key":"altria_management_number","value":"<string>","type":"text"},{"key":"amenities","value":"<string>","type":"text"},{"key":"city","value":"<string>","type":"text"},{"key":"contact","value":"<string>","type":"text"},{"key":"country","value":"<string>","type":"text"},{"key":"cust_id","value":"<integer>","type":"text"},{"key":"default_pct_fuel","value":"-1.6","type":"text"},{"key":"default_pct_non_fuel","value":".6","type":"text"},{"key":"email","value":"<string>","type":"text"},{"key":"fax","value":"<string>","type":"text"},{"key":"fuel_brand","value":"<string>","type":"text"},{"key":"fuel_price","value":"45","type":"text"},{"key":"fuel_only","value":"<boolean>","type":"text"},{"key":"fuel_points_per_gallon","value":"601244.","type":"text"},{"key":"gift_plu_charge","value":"<string>","type":"text"},{"key":"id","value":"<integer>","type":"text"},{"key":"lat","value":"<double>","type":"text"},{"key":"long","value":"<double>","type":"text"},{"key":"launch_date","value":"<date>","type":"text"},{"key":"mail_address","value":"<string>","type":"text"},{"key":"mail_city","value":"<string>","type":"text"},{"key":"mail_state","value":"<string>","type":"text"},{"key":"mail_zip","value":"<string>","type":"text"},{"key":"max_bonus_points","value":"<integer>","type":"text"},{"key":"max_dollars","value":"<integer>","type":"text"},{"key":"max_points","value":"<integer>","type":"text"},{"key":"max_trx_count","value":"<integer>","type":"text"},{"key":"max_trx_unit","value":"<integer>","type":"text"},{"key":"name","value":"<string>","type":"text"},{"key":"notes","value":"<string>","type":"text"},{"key":"open_from","value":"<integer>","type":"text"},{"key":"open_to","value":"<integer>","type":"text"},{"key":"phone","value":"<string>","type":"text"},{"key":"phone_secondary","value":"<string>","type":"text"},{"key":"pos_id","value":"<string>","type":"text"},{"key":"redeem_plu_dollars","value":"<string>","type":"text"},{"key":"redeem_plu_max","value":"<string>","type":"text"},{"key":"redeem_plu_max_force","value":"<string>","type":"text"},{"key":"redeem_only","value":"<boolean>","type":"text"},{"key":"redeem_plu_pennies","value":"<string>","type":"text"},{"key":"secondary_pos_id","value":"<string>","type":"text"},{"key":"state","value":"<string>","type":"text"},{"key":"store_number","value":"<string>","type":"text"},{"key":"test_location","value":"<boolean>","type":"text"},{"key":"timezone","value":"<string>","type":"text"},{"key":"website","value":"<string>","type":"text"},{"key":"zip_code","value":"<string>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:cust_id/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":cust_id",""],"variable":[{"key":"cust_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"active\": \"<boolean>\",\n  \"address\": \"<string>\",\n  \"altria_management_number\": \"<string>\",\n  \"amenities\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"fuel_brand\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"redeem_plu_dollars\": \"<string>\",\n  \"redeem_plu_max\": \"<string>\",\n  \"redeem_plu_pennies\": \"<string>\",\n  \"state\": \"<string>\",\n  \"store_number\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"ach_id\": \"<string>\",\n  \"activation_date\": \"<string>\",\n  \"contact\": \"<string>\",\n  \"cust_id\": \"<integer>\",\n  \"default_pct_fuel\": \"\",\n  \"default_pct_non_fuel\": \"121762.\",\n  \"email\": \"<string>\",\n  \"fax\": \"<string>\",\n  \"fuel_price\": \"998530\",\n  \"fuel_only\": \"<boolean>\",\n  \"fuel_points_per_gallon\": \"2658\",\n  \"gift_plu_charge\": \"<string>\",\n  \"lat\": \"<double>\",\n  \"long\": \"<double>\",\n  \"launch_date\": \"<date>\",\n  \"mail_address\": \"<string>\",\n  \"mail_city\": \"<string>\",\n  \"mail_state\": \"<string>\",\n  \"mail_zip\": \"<string>\",\n  \"max_bonus_points\": \"<integer>\",\n  \"max_dollars\": \"<integer>\",\n  \"max_points\": \"<integer>\",\n  \"max_trx_count\": \"<integer>\",\n  \"max_trx_unit\": \"<integer>\",\n  \"notes\": \"<string>\",\n  \"open_from\": \"<integer>\",\n  \"open_to\": \"<integer>\",\n  \"phone_secondary\": \"<string>\",\n  \"pos_id\": \"<string>\",\n  \"redeem_plu_max_force\": \"<string>\",\n  \"redeem_only\": \"<boolean>\",\n  \"secondary_pos_id\": \"<string>\",\n  \"test_location\": \"<boolean>\",\n  \"timezone\": \"<string>\",\n  \"website\": \"<string>\"\n}"}],"_postman_id":"016e4859-7f81-459c-bc60-c15c4e95b142"},{"name":"Deletes a location","id":"e0a0a46d-12bf-402e-81de-9c5d667d1c8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/locations/:cust_id/","description":"<p>Deletes a location for the location id supplied</p>\n","urlObject":{"path":["locations",":cust_id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"1b3c4423-b1d3-4587-8b68-9b07ff00511b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"cust_id"}]}},"response":[{"id":"94af527a-3d9e-4b7c-afc0-dfee6df75ec2","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:cust_id/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":cust_id",""],"variable":[{"key":"cust_id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e0a0a46d-12bf-402e-81de-9c5d667d1c8d"}],"id":"979f60e0-e6d3-4e8a-be06-fa25949d7a02","_postman_id":"979f60e0-e6d3-4e8a-be06-fa25949d7a02","description":""},{"name":"{location_cust_id}","item":[{"name":"dashboards","item":[{"name":"{id}","item":[{"name":"locations dashboards destroy","id":"7ee372c9-40eb-456d-8f63-f9bd178d63ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/dashboards/:id/","urlObject":{"path":["locations",":location_cust_id","dashboards",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"fa876db6-f90d-4bcc-9a27-c34146501307","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"},{"id":"1fbcbb4b-162f-4b43-88a3-15115850f087","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"70f8f917-a2a6-40c5-a040-5628f9228c83","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/dashboards/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","dashboards",":id",""],"variable":[{"key":"location_cust_id"},{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7ee372c9-40eb-456d-8f63-f9bd178d63ec"}],"id":"ece50731-1ef6-456f-a6f3-aa9dba55f9b7","_postman_id":"ece50731-1ef6-456f-a6f3-aa9dba55f9b7","description":""},{"name":"set_dashboards","item":[{"name":"locations dashboards set dashboards create","id":"bc6b3b21-7d91-4aa2-ae81-26efce93d523","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"dashboard","value":"[object Object]","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"location_id","value":"<integer>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/dashboards/set_dashboards/","urlObject":{"path":["locations",":location_cust_id","dashboards","set_dashboards",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"411993d1-1598-428b-9661-ca392aba7b52","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"}]}},"response":[{"id":"cb718e9e-10e8-48ec-bba1-542c9112bf93","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"dashboard","value":"[object Object]","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"location_id","value":"<integer>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/dashboards/set_dashboards/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","dashboards","set_dashboards",""],"variable":[{"key":"location_cust_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dashboard\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"url\": \"<string>\"\n  },\n  \"id\": \"<integer>\",\n  \"location_id\": \"<integer>\"\n}"}],"_postman_id":"bc6b3b21-7d91-4aa2-ae81-26efce93d523"}],"id":"f1a76a63-965f-4936-93dd-7518d5572049","_postman_id":"f1a76a63-965f-4936-93dd-7518d5572049","description":""},{"name":"Gets all the dashboards for a given location","id":"85b66b7f-b19b-4dfb-9ccb-14d976dc6054","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/dashboards/?limit=<integer>&offset=<integer>","description":"<p>Returns all dashboards enabled for a given location</p>\n","urlObject":{"path":["locations",":location_cust_id","dashboards",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[{"id":"8ce9029f-c594-40ba-8a3b-4a64718ea761","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"}]}},"response":[{"id":"2e9decae-9fb3-4724-9480-5f9b4e9efbd3","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/dashboards/?limit=<integer>&offset=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","dashboards",""],"query":[{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"}],"variable":[{"key":"location_cust_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"dashboard\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"url\": \"<string>\"\n      },\n      \"id\": \"<integer>\",\n      \"location_id\": \"<integer>\"\n    },\n    {\n      \"dashboard\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"url\": \"<string>\"\n      },\n      \"id\": \"<integer>\",\n      \"location_id\": \"<integer>\"\n    }\n  ]\n}"}],"_postman_id":"85b66b7f-b19b-4dfb-9ccb-14d976dc6054"},{"name":"Enables a dashboard for a given location","id":"4dd65166-8996-4d17-8619-4c5fd69549b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"dashboard","value":"[object Object]","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"location_id","value":"<integer>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/dashboards/","description":"<p>Enables a dashboard for a given location</p>\n","urlObject":{"path":["locations",":location_cust_id","dashboards",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"1d7fee5d-f946-4f6c-b23c-d7554a0b8001","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"}]}},"response":[{"id":"dd2b26c4-427e-4965-8fe9-9269dd8a8a53","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"dashboard","value":"[object Object]","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"location_id","value":"<integer>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/dashboards/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","dashboards",""],"variable":[{"key":"location_cust_id"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dashboard\": {\n    \"id\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"url\": \"<string>\"\n  },\n  \"id\": \"<integer>\",\n  \"location_id\": \"<integer>\"\n}"}],"_postman_id":"4dd65166-8996-4d17-8619-4c5fd69549b3"}],"id":"257cf872-1eed-45a4-97e1-74ca6f63d60e","_postman_id":"257cf872-1eed-45a4-97e1-74ca6f63d60e","description":""},{"name":"devices","item":[{"name":"{id}","item":[{"name":"locations devices update","id":"409d59b0-6fdc-46d1-b40c-d645d5dd8aff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"cust_id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"date_assigned","value":"<dateTime>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"int_location_id","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"mac_address","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"program","value":"<string>","type":"text"},{"key":"program_routes","value":"<string>","type":"text"},{"key":"dax_program_route","value":"<string>","type":"text"},{"key":"dax_program_route_active","value":"<integer>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/devices/:id/","urlObject":{"path":["locations",":location_cust_id","devices",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"967aaa12-7439-40ae-b96a-815252d6f4ed","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"},{"id":"5d6d357a-1f90-431a-b730-dc3422dd5ae0","description":{"content":"<p>(Required) A unique integer value identifying this assigned to.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"2e89acd3-b03c-411f-9f5f-f214890d7961","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"cust_id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"date_assigned","value":"<dateTime>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"int_location_id","value":"<string>","type":"text"},{"description":"(Required) ","key":"mac_address","value":"<string>","type":"text"},{"description":"(Required) ","key":"program","value":"<string>","type":"text"},{"key":"program_routes","value":"<string>","type":"text"},{"key":"dax_program_route","value":"<string>","type":"text"},{"key":"dax_program_route_active","value":"<integer>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/devices/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","devices",":id",""],"variable":[{"key":"location_cust_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cust_id\": \"<integer>\",\n  \"date_assigned\": \"<dateTime>\",\n  \"id\": \"<integer>\",\n  \"int_location_id\": \"<string>\",\n  \"mac_address\": \"<string>\",\n  \"program\": \"<string>\",\n  \"program_routes\": \"<string>\",\n  \"dax_program_route\": \"<string>\",\n  \"dax_program_route_active\": \"<integer>\"\n}"}],"_postman_id":"409d59b0-6fdc-46d1-b40c-d645d5dd8aff"},{"name":"locations devices partial update","id":"664066f6-52e0-4d02-a3dd-4a94171d69c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"mac_address","value":"<string>","type":"text"},{"key":"program","value":"<string>","type":"text"},{"key":"program_routes","value":"<string>","type":"text"},{"key":"dax_program_route","value":"<string>","type":"text"},{"key":"dax_program_route_active","value":"<integer>","type":"text"},{"key":"cust_id","value":"<integer>","type":"text"},{"key":"int_location_id","value":"<string>","type":"text"},{"key":"date_assigned","value":"<dateTime>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/devices/:id/","urlObject":{"path":["locations",":location_cust_id","devices",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"c7ced158-5723-40e2-b0f6-d63dd21d3f58","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"},{"id":"a023a420-5592-4684-baa9-90ab6cd25bb6","description":{"content":"<p>(Required) A unique integer value identifying this assigned to.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"fe94b560-a871-4be1-8a7f-57b0f0b33784","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"mac_address","value":"<string>","type":"text"},{"key":"program","value":"<string>","type":"text"},{"key":"program_routes","value":"<string>","type":"text"},{"key":"dax_program_route","value":"<string>","type":"text"},{"key":"dax_program_route_active","value":"<integer>","type":"text"},{"key":"cust_id","value":"<integer>","type":"text"},{"key":"int_location_id","value":"<string>","type":"text"},{"key":"date_assigned","value":"<dateTime>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/devices/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","devices",":id",""],"variable":[{"key":"location_cust_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cust_id\": \"<integer>\",\n  \"date_assigned\": \"<dateTime>\",\n  \"id\": \"<integer>\",\n  \"int_location_id\": \"<string>\",\n  \"mac_address\": \"<string>\",\n  \"program\": \"<string>\",\n  \"program_routes\": \"<string>\",\n  \"dax_program_route\": \"<string>\",\n  \"dax_program_route_active\": \"<integer>\"\n}"}],"_postman_id":"664066f6-52e0-4d02-a3dd-4a94171d69c5"},{"name":"locations devices destroy","id":"bef00a70-efdc-484c-ace2-67c18eb1a09c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/devices/:id/","urlObject":{"path":["locations",":location_cust_id","devices",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"2dfe89fc-9ecf-4149-990d-6bde318270cc","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"},{"id":"b6c13737-915d-428c-a5dc-6c9121c9b928","description":{"content":"<p>(Required) A unique integer value identifying this assigned to.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"c7ecd9fc-4100-4ce5-af0a-c6c07b47d778","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/devices/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","devices",":id",""],"variable":[{"key":"location_cust_id"},{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bef00a70-efdc-484c-ace2-67c18eb1a09c"}],"id":"c4d60742-2f67-4d2b-8ebf-4492b79ed829","_postman_id":"c4d60742-2f67-4d2b-8ebf-4492b79ed829","description":""},{"name":"address_available","item":[{"name":"locations devices address available update","id":"0c1ef703-ebad-4db9-b598-4608c9550c86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"cust_id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"date_assigned","value":"<dateTime>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"int_location_id","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"mac_address","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"program","value":"<string>","type":"text"},{"key":"program_routes","value":"<string>","type":"text"},{"key":"dax_program_route","value":"<string>","type":"text"},{"key":"dax_program_route_active","value":"<integer>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/devices/address_available/","urlObject":{"path":["locations",":location_cust_id","devices","address_available",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"b9eb37ae-924d-4161-9785-ad80af8508a9","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"}]}},"response":[{"id":"64217f32-5ae4-4406-98f6-3c20c248a784","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"cust_id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"date_assigned","value":"<dateTime>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"int_location_id","value":"<string>","type":"text"},{"description":"(Required) ","key":"mac_address","value":"<string>","type":"text"},{"description":"(Required) ","key":"program","value":"<string>","type":"text"},{"key":"program_routes","value":"<string>","type":"text"},{"key":"dax_program_route","value":"<string>","type":"text"},{"key":"dax_program_route_active","value":"<integer>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/devices/address_available/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","devices","address_available",""],"variable":[{"key":"location_cust_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cust_id\": \"<integer>\",\n  \"date_assigned\": \"<dateTime>\",\n  \"id\": \"<integer>\",\n  \"int_location_id\": \"<string>\",\n  \"mac_address\": \"<string>\",\n  \"program\": \"<string>\",\n  \"program_routes\": \"<string>\",\n  \"dax_program_route\": \"<string>\",\n  \"dax_program_route_active\": \"<integer>\"\n}"}],"_postman_id":"0c1ef703-ebad-4db9-b598-4608c9550c86"}],"id":"aa89f100-f925-4ad0-82ea-8ce4c27c4bed","_postman_id":"aa89f100-f925-4ad0-82ea-8ce4c27c4bed","description":""},{"name":"locations devices list","id":"05c13b15-57d2-4099-b3c2-a016429dc9de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/devices/?limit=<integer>&offset=<integer>","urlObject":{"path":["locations",":location_cust_id","devices",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[{"id":"67b10e00-8671-4bd0-83d0-6321a0bdfcd8","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"}]}},"response":[{"id":"dd493dd2-e9b4-4332-a829-cc8422cae252","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/devices/?limit=<integer>&offset=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","devices",""],"query":[{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"}],"variable":[{"key":"location_cust_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"cust_id\": \"<integer>\",\n      \"date_assigned\": \"<dateTime>\",\n      \"id\": \"<integer>\",\n      \"int_location_id\": \"<string>\",\n      \"mac_address\": \"<string>\",\n      \"program\": \"<string>\",\n      \"program_routes\": \"<string>\",\n      \"dax_program_route\": \"<string>\",\n      \"dax_program_route_active\": \"<integer>\"\n    },\n    {\n      \"cust_id\": \"<integer>\",\n      \"date_assigned\": \"<dateTime>\",\n      \"id\": \"<integer>\",\n      \"int_location_id\": \"<string>\",\n      \"mac_address\": \"<string>\",\n      \"program\": \"<string>\",\n      \"program_routes\": \"<string>\",\n      \"dax_program_route\": \"<string>\",\n      \"dax_program_route_active\": \"<integer>\"\n    }\n  ]\n}"}],"_postman_id":"05c13b15-57d2-4099-b3c2-a016429dc9de"},{"name":"locations devices create","id":"59d6fa28-b0e3-4aad-8765-f27c29e46c47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"cust_id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"date_assigned","value":"<dateTime>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"int_location_id","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"mac_address","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"program","value":"<string>","type":"text"},{"key":"program_routes","value":"<string>","type":"text"},{"key":"dax_program_route","value":"<string>","type":"text"},{"key":"dax_program_route_active","value":"<integer>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/devices/","urlObject":{"path":["locations",":location_cust_id","devices",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"622edf50-2a44-4467-aedd-b731ecbe79b3","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"}]}},"response":[{"id":"31f4e19c-98fc-4039-9fa2-5cc2be452e61","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"cust_id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"date_assigned","value":"<dateTime>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"int_location_id","value":"<string>","type":"text"},{"description":"(Required) ","key":"mac_address","value":"<string>","type":"text"},{"description":"(Required) ","key":"program","value":"<string>","type":"text"},{"key":"program_routes","value":"<string>","type":"text"},{"key":"dax_program_route","value":"<string>","type":"text"},{"key":"dax_program_route_active","value":"<integer>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/devices/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","devices",""],"variable":[{"key":"location_cust_id"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cust_id\": \"<integer>\",\n  \"date_assigned\": \"<dateTime>\",\n  \"id\": \"<integer>\",\n  \"int_location_id\": \"<string>\",\n  \"mac_address\": \"<string>\",\n  \"program\": \"<string>\",\n  \"program_routes\": \"<string>\",\n  \"dax_program_route\": \"<string>\",\n  \"dax_program_route_active\": \"<integer>\"\n}"}],"_postman_id":"59d6fa28-b0e3-4aad-8765-f27c29e46c47"}],"id":"10a5bcd5-39fa-468d-a082-b9929c617c16","_postman_id":"10a5bcd5-39fa-468d-a082-b9929c617c16","description":""},{"name":"groups","item":[{"name":"Returns a list of members in a location group","id":"449c55bc-fb68-4771-bb70-9cf14d82c463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/groups/","description":"<p>Returns a list of members in a location group</p>\n","urlObject":{"path":["locations",":location_cust_id","groups",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"764ae346-bcb3-42c6-aa0a-53c576f1e9f1","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"}]}},"response":[{"id":"9a14d45e-51d6-468c-bc25-37b6abcc9b39","name":"No response body","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/groups/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","groups",""],"variable":[{"key":"location_cust_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"449c55bc-fb68-4771-bb70-9cf14d82c463"}],"id":"c88888d9-5641-4fa1-a5f2-ec64c6c4442b","_postman_id":"c88888d9-5641-4fa1-a5f2-ec64c6c4442b","description":""},{"name":"mppa","item":[{"name":"{id}","item":[{"name":"Returns a detailed view of an mppa","id":"c50a82b3-9776-45a2-af4a-062e241f04e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/mppa/:id/","description":"<p>Gets all info about a given mppa</p>\n","urlObject":{"path":["locations",":location_cust_id","mppa",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"7c5702eb-8c27-4bf6-9de3-79989d8bb66a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"},{"id":"cd57422f-9013-4db7-9e6a-c78d3253cb37","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"d2b700e7-5395-4f9f-9bb1-ccb37c2eeda6","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/mppa/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","mppa",":id",""],"variable":[{"key":"location_cust_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": \"<integer>\",\n  \"id\": \"<integer>\",\n  \"location_id\": \"<integer>\",\n  \"third_party_id\": \"<string>\"\n}"}],"_postman_id":"c50a82b3-9776-45a2-af4a-062e241f04e2"},{"name":"Updates all information for an mppa","id":"6e1d7144-3708-4b37-bcd4-de604c93deac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"config","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"location_id","value":"<integer>","type":"text"},{"key":"third_party_id","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/mppa/:id/","description":"<p>Updates all information of an mppa</p>\n","urlObject":{"path":["locations",":location_cust_id","mppa",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"024a811b-c0ae-4356-a229-54e441b513dd","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"},{"id":"85fdfade-b32b-4c68-828b-4d07c7e5bd6b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"8a68323d-2eef-499f-badb-cb6157f27fb6","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"config","value":"<integer>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"location_id","value":"<integer>","type":"text"},{"key":"third_party_id","value":"<string>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/mppa/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","mppa",":id",""],"variable":[{"key":"location_cust_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": \"<integer>\",\n  \"id\": \"<integer>\",\n  \"location_id\": \"<integer>\",\n  \"third_party_id\": \"<string>\"\n}"}],"_postman_id":"6e1d7144-3708-4b37-bcd4-de604c93deac"},{"name":"locations mppa partial update","id":"e98b5781-4fa9-4dec-bd49-b2cb09c885a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"location_id","value":"<integer>","type":"text"},{"key":"third_party_id","value":"<string>","type":"text"},{"key":"config","value":"<integer>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/mppa/:id/","urlObject":{"path":["locations",":location_cust_id","mppa",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"e8a6f123-dcc7-4468-83ff-e67a41ec8e5b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"},{"id":"94e22ebd-ffba-4036-af1d-8e0e4b48544f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"9e813d8b-8883-4217-ab30-c701857d4532","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"location_id","value":"<integer>","type":"text"},{"key":"third_party_id","value":"<string>","type":"text"},{"key":"config","value":"<integer>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/mppa/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","mppa",":id",""],"variable":[{"key":"location_cust_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": \"<integer>\",\n  \"id\": \"<integer>\",\n  \"location_id\": \"<integer>\",\n  \"third_party_id\": \"<string>\"\n}"}],"_postman_id":"e98b5781-4fa9-4dec-bd49-b2cb09c885a3"},{"name":"Deletes an mppa","id":"37c84406-b7c2-4c50-aa7c-b1b4de715a99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/mppa/:id/","description":"<p>Deletes an mppa identified by id</p>\n","urlObject":{"path":["locations",":location_cust_id","mppa",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"89b726d5-d3ef-4bd0-bb97-d6a7e775a0c4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"},{"id":"499087ab-47bc-4823-a269-d7fd30687c1c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"683a93ec-cb5c-48e1-93f9-0dbac85ee5f1","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/mppa/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","mppa",":id",""],"variable":[{"key":"location_cust_id"},{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"37c84406-b7c2-4c50-aa7c-b1b4de715a99"}],"id":"59ddcc85-2b91-443e-9073-81e0ff6d0ebd","_postman_id":"59ddcc85-2b91-443e-9073-81e0ff6d0ebd","description":""},{"name":"Gets a list of all available mppa for a location","id":"c63374f9-fa55-418c-b44d-5bfb54a38683","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/mppa/?limit=<integer>&offset=<integer>","description":"<p>Returns list of all mppa.</p>\n","urlObject":{"path":["locations",":location_cust_id","mppa",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[{"id":"ebdb0506-5811-4094-9d9f-a81de7b54d0a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"}]}},"response":[{"id":"b17efde9-af89-40ee-b083-7ae9110c5d1c","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/mppa/?limit=<integer>&offset=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","mppa",""],"query":[{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"}],"variable":[{"key":"location_cust_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"config\": \"<integer>\",\n      \"id\": \"<integer>\",\n      \"location_id\": \"<integer>\",\n      \"third_party_id\": \"<string>\"\n    },\n    {\n      \"config\": \"<integer>\",\n      \"id\": \"<integer>\",\n      \"location_id\": \"<integer>\",\n      \"third_party_id\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"c63374f9-fa55-418c-b44d-5bfb54a38683"},{"name":"Creates a new mppa for a location","id":"9854cb19-4c94-4c76-ae4c-5bbb173f7e78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"config","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"location_id","value":"<integer>","type":"text"},{"key":"third_party_id","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/mppa/","description":"<p>Adds a new mppa to a location</p>\n","urlObject":{"path":["locations",":location_cust_id","mppa",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"ed88072c-2c4e-4692-9346-07cdf57903ce","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"}]}},"response":[{"id":"f245dd51-3579-4946-8a36-e2dd48fd06b1","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"config","value":"<integer>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"location_id","value":"<integer>","type":"text"},{"key":"third_party_id","value":"<string>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/mppa/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","mppa",""],"variable":[{"key":"location_cust_id"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": \"<integer>\",\n  \"id\": \"<integer>\",\n  \"location_id\": \"<integer>\",\n  \"third_party_id\": \"<string>\"\n}"}],"_postman_id":"9854cb19-4c94-4c76-ae4c-5bbb173f7e78"}],"id":"73c6b9d4-a25e-4b0a-bc3c-30942cdc83e9","_postman_id":"73c6b9d4-a25e-4b0a-bc3c-30942cdc83e9","description":""},{"name":"registers","item":[{"name":"{id}","item":[{"name":"Returns a detailed view of a register set","id":"5a39e309-1c78-4e51-a920-f8241099b8f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/registers/:id/","description":"<p>Gets all details for a set of registers by id</p>\n","urlObject":{"path":["locations",":location_cust_id","registers",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"d4fe6e2f-641b-4e4d-99ca-0d40185a4248","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"},{"id":"2e2e946f-6070-44d0-b34f-df58f25a67cc","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"6efb85d6-518f-4765-a7b4-bbd9444305e1","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/registers/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","registers",":id",""],"variable":[{"key":"location_cust_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"label\": \"<string>\",\n  \"location_id\": \"<integer>\",\n  \"registers\": [\n    {\n      \"id\": \"<integer>\",\n      \"label\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"label\": \"<string>\",\n      \"url\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"5a39e309-1c78-4e51-a920-f8241099b8f7"},{"name":"Updates a set registers","id":"5e8a1698-16e1-4082-9608-ab2ea3419a17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"label","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"location_id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"registers","value":"[object Object],[object Object]","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/registers/:id/","description":"<p>Allows to edit, add or remove registers from a set of registers</p>\n","urlObject":{"path":["locations",":location_cust_id","registers",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"a39cce98-399e-430c-93d4-0fdd615500d7","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"},{"id":"df325b84-9d26-45fa-a71b-5a4ae243277f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"8dfc75d5-1c4e-4031-8507-53c514d91a04","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"label","value":"<string>","type":"text"},{"description":"(Required) ","key":"location_id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"registers","value":"[object Object],[object Object]","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/registers/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","registers",":id",""],"variable":[{"key":"location_cust_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"label\": \"<string>\",\n  \"location_id\": \"<integer>\",\n  \"registers\": [\n    {\n      \"id\": \"<integer>\",\n      \"label\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"label\": \"<string>\",\n      \"url\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"5e8a1698-16e1-4082-9608-ab2ea3419a17"},{"name":"locations registers partial update","id":"79f4470d-20e1-45f3-bcb1-0ed5d87b8cc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"registers","value":"[object Object],[object Object]","type":"text"},{"key":"location_id","value":"<integer>","type":"text"},{"key":"label","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/registers/:id/","urlObject":{"path":["locations",":location_cust_id","registers",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"3622aed6-7c99-4c2d-919a-1af0841574ae","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"},{"id":"ab038143-ccbe-491a-a724-ff55ac014cb5","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"c89bdb6b-2008-4589-82da-8a6268bb13d3","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"registers","value":"[object Object],[object Object]","type":"text"},{"key":"location_id","value":"<integer>","type":"text"},{"key":"label","value":"<string>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/registers/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","registers",":id",""],"variable":[{"key":"location_cust_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"label\": \"<string>\",\n  \"location_id\": \"<integer>\",\n  \"registers\": [\n    {\n      \"id\": \"<integer>\",\n      \"label\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"label\": \"<string>\",\n      \"url\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"79f4470d-20e1-45f3-bcb1-0ed5d87b8cc0"},{"name":"locations registers destroy","id":"8cc8b637-4d02-43c6-a05e-1fc99fc3a281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/registers/:id/","urlObject":{"path":["locations",":location_cust_id","registers",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"91a50bb9-0058-4d71-a03d-e35bd279263e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"},{"id":"5ed8aa55-6d7e-4322-825d-eae94723907c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"2ea3d165-0f43-467b-9e94-6b49a286d549","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/registers/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","registers",":id",""],"variable":[{"key":"location_cust_id"},{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8cc8b637-4d02-43c6-a05e-1fc99fc3a281"}],"id":"39cd4f51-30f5-4ce2-97ec-0e9259ad785c","_postman_id":"39cd4f51-30f5-4ce2-97ec-0e9259ad785c","description":""},{"name":"Gets all the registers for a given location","id":"e8c75741-8aa1-4239-9ff7-165254b5b07f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/registers/","description":"<p>Returns all registers for a given location, grouped by registers sets</p>\n","urlObject":{"path":["locations",":location_cust_id","registers",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"2c96e2e4-2047-4ad2-b510-b154b55afc2f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"}]}},"response":[{"id":"85690f94-857c-4ccf-945e-cb221cb70292","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/registers/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","registers",""],"variable":[{"key":"location_cust_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"label\": \"<string>\",\n    \"location_id\": \"<integer>\",\n    \"registers\": [\n      {\n        \"id\": \"<integer>\",\n        \"label\": \"<string>\",\n        \"url\": \"<string>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"label\": \"<string>\",\n        \"url\": \"<string>\"\n      }\n    ]\n  },\n  {\n    \"id\": \"<integer>\",\n    \"label\": \"<string>\",\n    \"location_id\": \"<integer>\",\n    \"registers\": [\n      {\n        \"id\": \"<integer>\",\n        \"label\": \"<string>\",\n        \"url\": \"<string>\"\n      },\n      {\n        \"id\": \"<integer>\",\n        \"label\": \"<string>\",\n        \"url\": \"<string>\"\n      }\n    ]\n  }\n]"}],"_postman_id":"e8c75741-8aa1-4239-9ff7-165254b5b07f"},{"name":"Creates a new set of registers","id":"ed45bdaf-1f90-45b5-ab96-5b29d1ca9882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"label","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"location_id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"registers","value":"[object Object],[object Object]","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/registers/","description":"<p>Adds a new set of registers for a location</p>\n","urlObject":{"path":["locations",":location_cust_id","registers",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"a85c65f2-6cb6-4174-8e6d-f8c85eb6c024","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"}]}},"response":[{"id":"a74eb48a-f340-4e2c-a842-3f5194c901d3","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"label","value":"<string>","type":"text"},{"description":"(Required) ","key":"location_id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"registers","value":"[object Object],[object Object]","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/registers/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","registers",""],"variable":[{"key":"location_cust_id"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"label\": \"<string>\",\n  \"location_id\": \"<integer>\",\n  \"registers\": [\n    {\n      \"id\": \"<integer>\",\n      \"label\": \"<string>\",\n      \"url\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"label\": \"<string>\",\n      \"url\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"ed45bdaf-1f90-45b5-ab96-5b29d1ca9882"}],"id":"2666a467-4aed-437c-9776-d6d8c1e419a1","_postman_id":"2666a467-4aed-437c-9776-d6d8c1e419a1","description":""},{"name":"spark","item":[{"name":"{id}","item":[{"name":"locations spark retrieve","id":"a691170c-b7f7-4275-b4a4-ebd34ce6f9f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/spark/:id/","urlObject":{"path":["locations",":location_cust_id","spark",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"ad34c6e5-6717-4445-b1f7-9aff518e1641","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"},{"id":"34787ea7-7fce-4005-8f5d-bf7f1a6de8ea","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"0d5e5ad5-4535-4cda-b63f-6ebc6ddf83fe","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/spark/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","spark",":id",""],"variable":[{"key":"location_cust_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"location_id\": \"<integer>\",\n  \"password\": \"<string>\",\n  \"username\": \"<string>\",\n  \"dashboard_url\": \"<string>\",\n  \"spark_site_id\": \"<string>\"\n}"}],"_postman_id":"a691170c-b7f7-4275-b4a4-ebd34ce6f9f3"}],"id":"eb146ee7-aea4-4059-aae0-7b04c5412ea6","_postman_id":"eb146ee7-aea4-4059-aae0-7b04c5412ea6","description":""},{"name":"Returns the Spark cognition settings associated with a given location","id":"e335b5b5-807c-4d1f-bd82-c8ac35a73c9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/spark/","description":"<p>Returns the Spark cognition settings associated with a given location</p>\n","urlObject":{"path":["locations",":location_cust_id","spark",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"8848fc01-c766-48e2-9483-5055c4399f3b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"}]}},"response":[{"id":"5983f949-5f05-48ac-8a37-450745fd4245","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/spark/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","spark",""],"variable":[{"key":"location_cust_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"location_id\": \"<integer>\",\n    \"password\": \"<string>\",\n    \"username\": \"<string>\",\n    \"dashboard_url\": \"<string>\",\n    \"spark_site_id\": \"<string>\"\n  },\n  {\n    \"location_id\": \"<integer>\",\n    \"password\": \"<string>\",\n    \"username\": \"<string>\",\n    \"dashboard_url\": \"<string>\",\n    \"spark_site_id\": \"<string>\"\n  }\n]"}],"_postman_id":"e335b5b5-807c-4d1f-bd82-c8ac35a73c9a"},{"name":"Updates Spark Cognition settings for a given location","id":"4371b5f0-9879-43f3-9820-415eeea015cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"location_id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"password","value":"<string>","type":"text"},{"key":"username","value":"<string>","type":"text"},{"key":"dashboard_url","value":"<string>","type":"text"},{"key":"spark_site_id","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/spark/","description":"<p>Allows to update the spark cognition settings for a given location</p>\n","urlObject":{"path":["locations",":location_cust_id","spark",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"9bab284f-973a-4930-8942-981f87ea9683","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"}]}},"response":[{"id":"102b3da9-be39-41bd-a9a8-2e1dd34b9464","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"location_id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"password","value":"<string>","type":"text"},{"key":"username","value":"<string>","type":"text"},{"key":"dashboard_url","value":"<string>","type":"text"},{"key":"spark_site_id","value":"<string>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/spark/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","spark",""],"variable":[{"key":"location_cust_id"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"location_id\": \"<integer>\",\n  \"password\": \"<string>\",\n  \"username\": \"<string>\",\n  \"dashboard_url\": \"<string>\",\n  \"spark_site_id\": \"<string>\"\n}"}],"_postman_id":"4371b5f0-9879-43f3-9820-415eeea015cc"}],"id":"e32dd7c6-d17a-448d-a1c9-19b50053d4a6","_postman_id":"e32dd7c6-d17a-448d-a1c9-19b50053d4a6","description":""},{"name":"tax_rates","item":[{"name":"{id}","item":[{"name":"Returns a detailed view of a tax rate","id":"c88159f7-db90-4ccd-8da9-4e2d6aec2504","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/tax_rates/:id/","description":"<p>Gets a detailed tax rate based on tax rate id</p>\n","urlObject":{"path":["locations",":location_cust_id","tax_rates",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"18e6f224-d70b-4366-a95c-2bc9003e4471","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"},{"id":"4e7a4094-de7b-45e7-94c4-21f259be28b1","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"b9c0d09b-1395-4762-bc70-6365afb53661","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/tax_rates/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","tax_rates",":id",""],"variable":[{"key":"location_cust_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"tax_rate\": \"-3.947\",\n  \"cust_id\": \"<string>\",\n  \"effective_date\": \"<string>\",\n  \"effective_time\": \"<time>\"\n}"}],"_postman_id":"c88159f7-db90-4ccd-8da9-4e2d6aec2504"},{"name":"Updates all information for a tax rate","id":"fdbfdd6a-65f9-4cc7-acf5-24aa0c7ca45d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"tax_rate","value":"-3.947","type":"text"},{"key":"cust_id","value":"<string>","type":"text"},{"key":"effective_date","value":"<string>","type":"text"},{"key":"effective_time","value":"<time>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/tax_rates/:id/","description":"<p>Updates all information of a tax rate</p>\n","urlObject":{"path":["locations",":location_cust_id","tax_rates",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"00085003-0cfc-45d3-a75d-4049cbd2de7b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"},{"id":"59b5d962-b369-4f9f-9b09-f20ffbc47fce","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"11cb507b-f2b3-4480-85d0-c0cbd151eabb","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"tax_rate","value":"-3.947","type":"text"},{"key":"cust_id","value":"<string>","type":"text"},{"key":"effective_date","value":"<string>","type":"text"},{"key":"effective_time","value":"<time>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/tax_rates/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","tax_rates",":id",""],"variable":[{"key":"location_cust_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"tax_rate\": \"-3.947\",\n  \"cust_id\": \"<string>\",\n  \"effective_date\": \"<string>\",\n  \"effective_time\": \"<time>\"\n}"}],"_postman_id":"fdbfdd6a-65f9-4cc7-acf5-24aa0c7ca45d"},{"name":"Updates a tax rate","id":"a1babe3a-e8d7-4dad-bca7-290836e3dca0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"cust_id","value":"<string>","type":"text"},{"key":"tax_rate","value":"","type":"text"},{"key":"effective_date","value":"<string>","type":"text"},{"key":"effective_time","value":"<time>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/tax_rates/:id/","description":"<p>Updates only the fields provided for the tax rate id supplied</p>\n","urlObject":{"path":["locations",":location_cust_id","tax_rates",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"b8a4af62-897c-4d55-8a5f-5a8e3ff6e160","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"},{"id":"39350bb9-2ac2-4fe9-8052-d3e449cc123d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"91b0715c-b543-4ef1-9727-c31c999b7739","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"cust_id","value":"<string>","type":"text"},{"key":"tax_rate","value":"","type":"text"},{"key":"effective_date","value":"<string>","type":"text"},{"key":"effective_time","value":"<time>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/tax_rates/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","tax_rates",":id",""],"variable":[{"key":"location_cust_id"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"tax_rate\": \"-3.947\",\n  \"cust_id\": \"<string>\",\n  \"effective_date\": \"<string>\",\n  \"effective_time\": \"<time>\"\n}"}],"_postman_id":"a1babe3a-e8d7-4dad-bca7-290836e3dca0"},{"name":"Deletes a tax rate","id":"8929220a-db24-44ea-83b9-7effc9254cfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/tax_rates/:id/","description":"<p>Deletes a tax rate for the tax rate id supplied</p>\n","urlObject":{"path":["locations",":location_cust_id","tax_rates",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"7159c4bc-4b91-4b98-8d08-03dfb320e743","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"},{"id":"527841ca-1f13-4a63-93b4-2a13f8358868","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"e9504400-583d-4a22-8605-d8010d85d8fc","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/tax_rates/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","tax_rates",":id",""],"variable":[{"key":"location_cust_id"},{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8929220a-db24-44ea-83b9-7effc9254cfa"}],"id":"1614746d-e9a6-4b6a-8b5b-cbadf3ab2c36","_postman_id":"1614746d-e9a6-4b6a-8b5b-cbadf3ab2c36","description":""},{"name":"Gets a list of all available tax rates for a location","id":"0e56fbe4-ed37-44e7-9d76-001e66cfbff1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/tax_rates/?limit=<integer>&offset=<integer>","description":"<p>Returns list of all fuel brands.</p>\n","urlObject":{"path":["locations",":location_cust_id","tax_rates",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[{"id":"f97ceb33-b65c-4ad3-8000-15a6833d6179","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"}]}},"response":[{"id":"d05ad97e-dac3-4ce1-98bb-10be50e16b88","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/tax_rates/?limit=<integer>&offset=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","tax_rates",""],"query":[{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"}],"variable":[{"key":"location_cust_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"tax_rate\": \"8.\",\n      \"cust_id\": \"<string>\",\n      \"effective_date\": \"<string>\",\n      \"effective_time\": \"<time>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"tax_rate\": \"36\",\n      \"cust_id\": \"<string>\",\n      \"effective_date\": \"<string>\",\n      \"effective_time\": \"<time>\"\n    }\n  ]\n}"}],"_postman_id":"0e56fbe4-ed37-44e7-9d76-001e66cfbff1"},{"name":"Creates a tax rate at a location","id":"0a56e057-4f08-445a-964b-4232e1d70c52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"tax_rate","value":"-969.097","type":"text"},{"key":"cust_id","value":"<string>","type":"text"},{"key":"effective_date","value":"<string>","type":"text"},{"key":"effective_time","value":"<time>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/tax_rates/","description":"<p>Adds a new tax rate at a location</p>\n","urlObject":{"path":["locations",":location_cust_id","tax_rates",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"2cd490d1-5668-4d32-84bf-80a2a5b5395c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"location_cust_id"}]}},"response":[{"id":"74761e81-a5a8-4a45-a0e5-2be76d027430","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"tax_rate","value":"-969.097","type":"text"},{"key":"cust_id","value":"<string>","type":"text"},{"key":"effective_date","value":"<string>","type":"text"},{"key":"effective_time","value":"<time>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/:location_cust_id/tax_rates/","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",":location_cust_id","tax_rates",""],"variable":[{"key":"location_cust_id"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"tax_rate\": \"-3.947\",\n  \"cust_id\": \"<string>\",\n  \"effective_date\": \"<string>\",\n  \"effective_time\": \"<time>\"\n}"}],"_postman_id":"0a56e057-4f08-445a-964b-4232e1d70c52"}],"id":"eb6983c8-b6d0-49aa-8ec5-286d900dbd81","_postman_id":"eb6983c8-b6d0-49aa-8ec5-286d900dbd81","description":""}],"id":"0c259fd9-d29a-44fb-9aec-d2a070982a27","_postman_id":"0c259fd9-d29a-44fb-9aec-d2a070982a27","description":""},{"name":"Gets a list of all available locations with some common filter options","id":"74569ed2-2073-4e0b-81ce-627130d9f782","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/locations/?limit=<integer>&offset=<integer>","description":"<p>Returns list of all locations as well as the id's of their org tree, mac_address,                     and cust_id for filtering searches</p>\n","urlObject":{"path":["locations",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[]}},"response":[{"id":"beec57d9-7eb0-458b-8693-2b0477c0dc94","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/locations/?limit=<integer>&offset=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["locations",""],"query":[{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"active\": \"<boolean>\",\n      \"address\": \"<string>\",\n      \"altria_management_number\": \"<string>\",\n      \"amenities\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"<string>\",\n      \"fuel_brand\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"phone\": \"<string>\",\n      \"redeem_plu_dollars\": \"<string>\",\n      \"redeem_plu_max\": \"<string>\",\n      \"redeem_plu_pennies\": \"<string>\",\n      \"state\": \"<string>\",\n      \"store_number\": \"<string>\",\n      \"zip_code\": \"<string>\",\n      \"ach_id\": \"<string>\",\n      \"activation_date\": \"<string>\",\n      \"contact\": \"<string>\",\n      \"cust_id\": \"<integer>\",\n      \"default_pct_fuel\": \"-.3\",\n      \"default_pct_non_fuel\": \"2\",\n      \"email\": \"<string>\",\n      \"fax\": \"<string>\",\n      \"fuel_price\": \"9.8\",\n      \"fuel_only\": \"<boolean>\",\n      \"fuel_points_per_gallon\": \"-8\",\n      \"gift_plu_charge\": \"<string>\",\n      \"lat\": \"<double>\",\n      \"long\": \"<double>\",\n      \"launch_date\": \"<date>\",\n      \"mail_address\": \"<string>\",\n      \"mail_city\": \"<string>\",\n      \"mail_state\": \"<string>\",\n      \"mail_zip\": \"<string>\",\n      \"max_bonus_points\": \"<integer>\",\n      \"max_dollars\": \"<integer>\",\n      \"max_points\": \"<integer>\",\n      \"max_trx_count\": \"<integer>\",\n      \"max_trx_unit\": \"<integer>\",\n      \"notes\": \"<string>\",\n      \"open_from\": \"<integer>\",\n      \"open_to\": \"<integer>\",\n      \"phone_secondary\": \"<string>\",\n      \"pos_id\": \"<string>\",\n      \"redeem_plu_max_force\": \"<string>\",\n      \"redeem_only\": \"<boolean>\",\n      \"secondary_pos_id\": \"<string>\",\n      \"test_location\": \"<boolean>\",\n      \"timezone\": \"<string>\",\n      \"website\": \"<string>\"\n    },\n    {\n      \"active\": \"<boolean>\",\n      \"address\": \"<string>\",\n      \"altria_management_number\": \"<string>\",\n      \"amenities\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"<string>\",\n      \"fuel_brand\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"phone\": \"<string>\",\n      \"redeem_plu_dollars\": \"<string>\",\n      \"redeem_plu_max\": \"<string>\",\n      \"redeem_plu_pennies\": \"<string>\",\n      \"state\": \"<string>\",\n      \"store_number\": \"<string>\",\n      \"zip_code\": \"<string>\",\n      \"ach_id\": \"<string>\",\n      \"activation_date\": \"<string>\",\n      \"contact\": \"<string>\",\n      \"cust_id\": \"<integer>\",\n      \"default_pct_fuel\": \"-2307259\",\n      \"default_pct_non_fuel\": \"\",\n      \"email\": \"<string>\",\n      \"fax\": \"<string>\",\n      \"fuel_price\": \"-62.0\",\n      \"fuel_only\": \"<boolean>\",\n      \"fuel_points_per_gallon\": \"-286099\",\n      \"gift_plu_charge\": \"<string>\",\n      \"lat\": \"<double>\",\n      \"long\": \"<double>\",\n      \"launch_date\": \"<date>\",\n      \"mail_address\": \"<string>\",\n      \"mail_city\": \"<string>\",\n      \"mail_state\": \"<string>\",\n      \"mail_zip\": \"<string>\",\n      \"max_bonus_points\": \"<integer>\",\n      \"max_dollars\": \"<integer>\",\n      \"max_points\": \"<integer>\",\n      \"max_trx_count\": \"<integer>\",\n      \"max_trx_unit\": \"<integer>\",\n      \"notes\": \"<string>\",\n      \"open_from\": \"<integer>\",\n      \"open_to\": \"<integer>\",\n      \"phone_secondary\": \"<string>\",\n      \"pos_id\": \"<string>\",\n      \"redeem_plu_max_force\": \"<string>\",\n      \"redeem_only\": \"<boolean>\",\n      \"secondary_pos_id\": \"<string>\",\n      \"test_location\": \"<boolean>\",\n      \"timezone\": \"<string>\",\n      \"website\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"74569ed2-2073-4e0b-81ce-627130d9f782"},{"name":"locations create","id":"f62401f3-e42a-4aae-9dc9-bfff210e34bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"active","value":"<boolean>","type":"text"},{"description":"<p>(Required) </p>\n","key":"address","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"altria_management_number","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"amenities","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"city","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"country","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"fuel_brand","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"name","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"phone","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"redeem_plu_dollars","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"redeem_plu_max","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"redeem_plu_pennies","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"state","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"store_number","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"zip_code","value":"<string>","type":"text"},{"key":"ach_id","value":"<string>","type":"text"},{"key":"activation_date","value":"<string>","type":"text"},{"key":"contact","value":"<string>","type":"text"},{"key":"cust_id","value":"<integer>","type":"text"},{"key":"default_pct_fuel","value":"-5840329","type":"text"},{"key":"default_pct_non_fuel","value":"-7106","type":"text"},{"key":"email","value":"<string>","type":"text"},{"key":"fax","value":"<string>","type":"text"},{"key":"fuel_price","value":"894026","type":"text"},{"key":"fuel_only","value":"<boolean>","type":"text"},{"key":"fuel_points_per_gallon","value":"-347","type":"text"},{"key":"gift_plu_charge","value":"<string>","type":"text"},{"key":"lat","value":"<double>","type":"text"},{"key":"long","value":"<double>","type":"text"},{"key":"launch_date","value":"<date>","type":"text"},{"key":"mail_address","value":"<string>","type":"text"},{"key":"mail_city","value":"<string>","type":"text"},{"key":"mail_state","value":"<string>","type":"text"},{"key":"mail_zip","value":"<string>","type":"text"},{"key":"max_bonus_points","value":"<integer>","type":"text"},{"key":"max_dollars","value":"<integer>","type":"text"},{"key":"max_points","value":"<integer>","type":"text"},{"key":"max_trx_count","value":"<integer>","type":"text"},{"key":"max_trx_unit","value":"<integer>","type":"text"},{"key":"notes","value":"<string>","type":"text"},{"key":"open_from","value":"<integer>","type":"text"},{"key":"open_to","value":"<integer>","type":"text"},{"key":"phone_secondary","value":"<string>","type":"text"},{"key":"pos_id","value":"<string>","type":"text"},{"key":"redeem_plu_max_force","value":"<string>","type":"text"},{"key":"redeem_only","value":"<boolean>","type":"text"},{"key":"secondary_pos_id","value":"<string>","type":"text"},{"key":"test_location","value":"<boolean>","type":"text"},{"key":"timezone","value":"<string>","type":"text"},{"key":"website","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/","description":"<p>API endpoint that allows Locations to be viewed or Edited</p>\n","urlObject":{"path":["locations",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"85c4263a-389f-47a5-9f91-32cfed5b5dcf","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"active","value":"<boolean>","type":"text"},{"description":"(Required) ","key":"address","value":"<string>","type":"text"},{"description":"(Required) ","key":"altria_management_number","value":"<string>","type":"text"},{"description":"(Required) ","key":"amenities","value":"<string>","type":"text"},{"description":"(Required) ","key":"city","value":"<string>","type":"text"},{"description":"(Required) ","key":"country","value":"<string>","type":"text"},{"description":"(Required) ","key":"fuel_brand","value":"<string>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"},{"description":"(Required) ","key":"phone","value":"<string>","type":"text"},{"description":"(Required) ","key":"redeem_plu_dollars","value":"<string>","type":"text"},{"description":"(Required) ","key":"redeem_plu_max","value":"<string>","type":"text"},{"description":"(Required) ","key":"redeem_plu_pennies","value":"<string>","type":"text"},{"description":"(Required) ","key":"state","value":"<string>","type":"text"},{"description":"(Required) ","key":"store_number","value":"<string>","type":"text"},{"description":"(Required) ","key":"zip_code","value":"<string>","type":"text"},{"key":"ach_id","value":"<string>","type":"text"},{"key":"activation_date","value":"<string>","type":"text"},{"key":"contact","value":"<string>","type":"text"},{"key":"cust_id","value":"<integer>","type":"text"},{"key":"default_pct_fuel","value":"-5840329","type":"text"},{"key":"default_pct_non_fuel","value":"-7106","type":"text"},{"key":"email","value":"<string>","type":"text"},{"key":"fax","value":"<string>","type":"text"},{"key":"fuel_price","value":"894026","type":"text"},{"key":"fuel_only","value":"<boolean>","type":"text"},{"key":"fuel_points_per_gallon","value":"-347","type":"text"},{"key":"gift_plu_charge","value":"<string>","type":"text"},{"key":"lat","value":"<double>","type":"text"},{"key":"long","value":"<double>","type":"text"},{"key":"launch_date","value":"<date>","type":"text"},{"key":"mail_address","value":"<string>","type":"text"},{"key":"mail_city","value":"<string>","type":"text"},{"key":"mail_state","value":"<string>","type":"text"},{"key":"mail_zip","value":"<string>","type":"text"},{"key":"max_bonus_points","value":"<integer>","type":"text"},{"key":"max_dollars","value":"<integer>","type":"text"},{"key":"max_points","value":"<integer>","type":"text"},{"key":"max_trx_count","value":"<integer>","type":"text"},{"key":"max_trx_unit","value":"<integer>","type":"text"},{"key":"notes","value":"<string>","type":"text"},{"key":"open_from","value":"<integer>","type":"text"},{"key":"open_to","value":"<integer>","type":"text"},{"key":"phone_secondary","value":"<string>","type":"text"},{"key":"pos_id","value":"<string>","type":"text"},{"key":"redeem_plu_max_force","value":"<string>","type":"text"},{"key":"redeem_only","value":"<boolean>","type":"text"},{"key":"secondary_pos_id","value":"<string>","type":"text"},{"key":"test_location","value":"<boolean>","type":"text"},{"key":"timezone","value":"<string>","type":"text"},{"key":"website","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/locations/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"active\": \"<boolean>\",\n  \"address\": \"<string>\",\n  \"altria_management_number\": \"<string>\",\n  \"amenities\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"fuel_brand\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"redeem_plu_dollars\": \"<string>\",\n  \"redeem_plu_max\": \"<string>\",\n  \"redeem_plu_pennies\": \"<string>\",\n  \"state\": \"<string>\",\n  \"store_number\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"ach_id\": \"<string>\",\n  \"activation_date\": \"<string>\",\n  \"contact\": \"<string>\",\n  \"cust_id\": \"<integer>\",\n  \"default_pct_fuel\": \"\",\n  \"default_pct_non_fuel\": \"121762.\",\n  \"email\": \"<string>\",\n  \"fax\": \"<string>\",\n  \"fuel_price\": \"998530\",\n  \"fuel_only\": \"<boolean>\",\n  \"fuel_points_per_gallon\": \"2658\",\n  \"gift_plu_charge\": \"<string>\",\n  \"lat\": \"<double>\",\n  \"long\": \"<double>\",\n  \"launch_date\": \"<date>\",\n  \"mail_address\": \"<string>\",\n  \"mail_city\": \"<string>\",\n  \"mail_state\": \"<string>\",\n  \"mail_zip\": \"<string>\",\n  \"max_bonus_points\": \"<integer>\",\n  \"max_dollars\": \"<integer>\",\n  \"max_points\": \"<integer>\",\n  \"max_trx_count\": \"<integer>\",\n  \"max_trx_unit\": \"<integer>\",\n  \"notes\": \"<string>\",\n  \"open_from\": \"<integer>\",\n  \"open_to\": \"<integer>\",\n  \"phone_secondary\": \"<string>\",\n  \"pos_id\": \"<string>\",\n  \"redeem_plu_max_force\": \"<string>\",\n  \"redeem_only\": \"<boolean>\",\n  \"secondary_pos_id\": \"<string>\",\n  \"test_location\": \"<boolean>\",\n  \"timezone\": \"<string>\",\n  \"website\": \"<string>\"\n}"}],"_postman_id":"f62401f3-e42a-4aae-9dc9-bfff210e34bb"}],"id":"4f47d7a5-a28b-4ac8-b308-def78b1eb612","description":"<p>The locations endpoints allow you to manage and accessdetailed information about each location where loyalty transactions occur. The endpoints offers a set of functionalities to work with location data, including listing all locations, creating new locations, retrieving detailed information about specific locations, updating location details, and deleting locations. Additionally, these endpoints enable the management of amenities, dashboards, devices, and tax rates associated with each location, offering a holistic approach to location management.</p>\n<p>The locations endpoints allow you to manage your convenience store locations. Through these APIs, users can manage, retrieve, update, and delete location information, ensuring comprehensive control and insight into each transaction point. Below are descriptions and examples for key endpoints, illustrating their utility and the format of sample responses with anonymized examples for clarity.</p>\n<h3 id=\"list-all-locations\">List All Locations</h3>\n<ul>\n<li><strong>Endpoint</strong>: <code>GET /locations/</code></li>\n<li><strong>Description</strong>: This endpoint fetches a paginated list of all locations within the loyalty program, detailing basic information for each location, which is crucial for an overarching view of all operational sites.</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n      \"id\": 1,\n      \"name\": \"Store A\",\n      \"custId\": 10001,\n      \"agencyId\": 101,\n      \"consultantId\": 201,\n      \"crmId\": 301,\n      \"dbaId\": 401,\n      \"industryId\": 501,\n      \"level\": \"location\",\n      \"posId\": \"1\",\n      \"secondaryPosId\": \"2\",\n      \"macAddress\": [\"00:11:22:33:44:55\", \"66:77:88:99:AA:BB\"]\n    },\n    {\n      \"id\": 2,\n      \"name\": \"Store B\",\n      \"custId\": 10002,\n      \"agencyId\": 102,\n      \"consultantId\": 202,\n      \"crmId\": 302,\n      \"dbaId\": 402,\n      \"industryId\": 502,\n      \"level\": \"location\",\n      \"posId\": \"3\",\n      \"secondaryPosId\": \"4\",\n      \"macAddress\": [\"DD:EE:FF:00:11:22\", \"33:44:55:66:77:88\"]\n    }\n]\n\n</code></pre>\n<h3 id=\"create-a-new-location\">Create a New Location</h3>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>POST /locations</code></p>\n</li>\n<li><p><strong>Description</strong>: Enables the addition of a new location to the loyalty program, requiring details such as the location's name and organization ID.</p>\n</li>\n</ul>\n<h3 id=\"retrieve-detailed-location-information\">Retrieve Detailed Location Information</h3>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>GET /locations/{cust_id}</code></p>\n</li>\n<li><p><strong>Description</strong>: Provides a detailed view of a specific location, crucial for deep dives into the operational specifics of a site.</p>\n</li>\n</ul>\n<h3 id=\"update-location-information\">Update Location Information</h3>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>PUT /locations/{cust_id}</code></p>\n</li>\n<li><p><strong>Description</strong>: Updates all provided information for a specific location, ensuring current and accurate location data.</p>\n</li>\n</ul>\n<h3 id=\"partially-update-location-information\">Partially Update Location Information</h3>\n<ul>\n<li><strong>Endpoint</strong>: <code>PATCH /locations/{cust_id}/</code></li>\n<li><strong>Description</strong>: Allows selective updating of location information, such as a name change or adjustments to operational identifiers.</li>\n</ul>\n<h3 id=\"delete-a-location\">Delete a Location</h3>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>DELETE /locations/{cust_id}</code></p>\n</li>\n<li><p><strong>Description</strong>: Removes a location from the loyalty program database, essential for maintaining an up-to-date list of active locations.</p>\n</li>\n</ul>\n","_postman_id":"4f47d7a5-a28b-4ac8-b308-def78b1eb612"},{"name":"members","item":[{"name":"{card_number}","item":[{"name":"Returns the member with the given id","id":"64b64166-f505-4a8b-9e2a-762bd8311e24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/members/:card_number/","description":"<p>Returns the member with the given id</p>\n","urlObject":{"path":["members",":card_number",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"7becfe59-53db-417a-8d34-a7a0966d685a","description":{"content":"<p>(Required) A unique value identifying this member.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"card_number"}]}},"response":[{"id":"efa1a341-1edd-48df-b326-03a9e7af453a","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/members/:card_number/","host":["https://connect.ignite.cloud/loyalty"],"path":["members",":card_number",""],"variable":[{"key":"card_number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accessed_from\": \"<string>\",\n  \"activation_code\": \"<string>\",\n  \"address\": \"<string>\",\n  \"card_number\": \"<string>\",\n  \"card_to_track\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"driver_license\": \"<string>\",\n  \"email\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"flag1\": \"<string>\",\n  \"glocation_id\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"message1\": \"<string>\",\n  \"message2\": \"<string>\",\n  \"message3\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"mobile\": \"<string>\",\n  \"mothers_maiden\": \"<string>\",\n  \"parent_card_number\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"pin\": \"<string>\",\n  \"prefix\": \"MS\",\n  \"promo_id\": \"<string>\",\n  \"secondary_address\": \"<string>\",\n  \"security1_answer\": \"<string>\",\n  \"security2_answer\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"activation_date\": \"<string>\",\n  \"cancellation_date\": \"<string>\",\n  \"last_purchase_date\": \"<string>\",\n  \"last_redemption_date\": \"<string>\",\n  \"total_redemptions\": \"<integer>\",\n  \"dollars_redeemed\": \"<integer>\",\n  \"active\": \"<boolean>\",\n  \"cannot_earn\": \"<boolean>\",\n  \"access_times\": \"<integer>\",\n  \"accrued_points\": \"<integer>\",\n  \"accrued_dollars\": \"-\",\n  \"birthdate\": \"<string>\",\n  \"parent_type\": \"<integer>\",\n  \"accrued_gallons\": \"-061\",\n  \"lifetime_points\": \"<integer>\",\n  \"phone_selected\": \"<boolean>\",\n  \"member_lpi\": \"<integer>\",\n  \"max_dollars\": \"<integer>\",\n  \"max_points\": \"<integer>\",\n  \"max_bonus_points\": \"<integer>\",\n  \"gender\": \"<integer>\",\n  \"anniversary_date\": \"<string>\",\n  \"lifetime_dollars\": \"-1.9\",\n  \"spouse_birthdate\": \"<string>\",\n  \"trigger_group\": \"<integer>\",\n  \"max_trx_per_day\": \"<integer>\",\n  \"max_points_per_day\": \"<integer>\",\n  \"first_transaction_location\": \"<integer>\",\n  \"first_transaction_date\": \"<string>\",\n  \"first_transaction_cashier\": \"<string>\",\n  \"is_onhold\": \"<boolean>\",\n  \"location_enrolled\": \"<integer>\",\n  \"first_redemption_date\": \"<string>\",\n  \"personal_info_modified_date\": \"<string>\",\n  \"security1_id\": \"<integer>\",\n  \"security2_id\": \"<integer>\",\n  \"special_action_limit\": \"<integer>\",\n  \"activation_code_expires_at\": \"<string>\"\n}"}],"_postman_id":"64b64166-f505-4a8b-9e2a-762bd8311e24"},{"name":"Updates all information for a member","id":"3c4b9a0c-5e87-4ec9-bd28-c404c42ba287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"accessed_from","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"activation_code","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"address","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"card_number","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"card_to_track","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"city","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"country","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"driver_license","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"email","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"first_name","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"flag1","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"glocation_id","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"last_name","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"message1","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"message2","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"message3","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"middle_name","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"mobile","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"mothers_maiden","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"parent_card_number","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"phone","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"pin","value":"<string>","type":"text"},{"description":"<p>(Required)  (This can only be one of MR,MRS,MISS,MS)</p>\n","key":"prefix","value":"MS","type":"text"},{"description":"<p>(Required) </p>\n","key":"promo_id","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"secondary_address","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"security1_answer","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"security2_answer","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"state","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"zip_code","value":"<string>","type":"text"},{"key":"activation_date","value":"<string>","type":"text"},{"key":"cancellation_date","value":"<string>","type":"text"},{"key":"last_purchase_date","value":"<string>","type":"text"},{"key":"last_redemption_date","value":"<string>","type":"text"},{"key":"total_redemptions","value":"<integer>","type":"text"},{"key":"dollars_redeemed","value":"<integer>","type":"text"},{"key":"active","value":"<boolean>","type":"text"},{"key":"cannot_earn","value":"<boolean>","type":"text"},{"key":"access_times","value":"<integer>","type":"text"},{"key":"accrued_points","value":"<integer>","type":"text"},{"key":"accrued_dollars","value":"-","type":"text"},{"key":"birthdate","value":"<string>","type":"text"},{"key":"parent_type","value":"<integer>","type":"text"},{"key":"accrued_gallons","value":"-061","type":"text"},{"key":"lifetime_points","value":"<integer>","type":"text"},{"key":"phone_selected","value":"<boolean>","type":"text"},{"key":"member_lpi","value":"<integer>","type":"text"},{"key":"max_dollars","value":"<integer>","type":"text"},{"key":"max_points","value":"<integer>","type":"text"},{"key":"max_bonus_points","value":"<integer>","type":"text"},{"key":"gender","value":"<integer>","type":"text"},{"key":"anniversary_date","value":"<string>","type":"text"},{"key":"lifetime_dollars","value":"-1.9","type":"text"},{"key":"spouse_birthdate","value":"<string>","type":"text"},{"key":"trigger_group","value":"<integer>","type":"text"},{"key":"max_trx_per_day","value":"<integer>","type":"text"},{"key":"max_points_per_day","value":"<integer>","type":"text"},{"key":"first_transaction_location","value":"<integer>","type":"text"},{"key":"first_transaction_date","value":"<string>","type":"text"},{"key":"first_transaction_cashier","value":"<string>","type":"text"},{"key":"is_onhold","value":"<boolean>","type":"text"},{"key":"location_enrolled","value":"<integer>","type":"text"},{"key":"first_redemption_date","value":"<string>","type":"text"},{"key":"personal_info_modified_date","value":"<string>","type":"text"},{"key":"security1_id","value":"<integer>","type":"text"},{"key":"security2_id","value":"<integer>","type":"text"},{"key":"special_action_limit","value":"<integer>","type":"text"},{"key":"activation_code_expires_at","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/members/:card_number/","description":"<p>Updates all information for a member</p>\n","urlObject":{"path":["members",":card_number",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"6b64ca7f-036a-4716-9de8-11a0d245a06a","description":{"content":"<p>(Required) A unique value identifying this member.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"card_number"}]}},"response":[{"id":"ac2c36d1-3f8c-4ae2-bd0f-ee8c3003ed1d","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"accessed_from","value":"<string>","type":"text"},{"description":"(Required) ","key":"activation_code","value":"<string>","type":"text"},{"description":"(Required) ","key":"address","value":"<string>","type":"text"},{"description":"(Required) ","key":"card_number","value":"<string>","type":"text"},{"description":"(Required) ","key":"card_to_track","value":"<string>","type":"text"},{"description":"(Required) ","key":"city","value":"<string>","type":"text"},{"description":"(Required) ","key":"country","value":"<string>","type":"text"},{"description":"(Required) ","key":"driver_license","value":"<string>","type":"text"},{"description":"(Required) ","key":"email","value":"<string>","type":"text"},{"description":"(Required) ","key":"first_name","value":"<string>","type":"text"},{"description":"(Required) ","key":"flag1","value":"<string>","type":"text"},{"description":"(Required) ","key":"glocation_id","value":"<string>","type":"text"},{"description":"(Required) ","key":"last_name","value":"<string>","type":"text"},{"description":"(Required) ","key":"message1","value":"<string>","type":"text"},{"description":"(Required) ","key":"message2","value":"<string>","type":"text"},{"description":"(Required) ","key":"message3","value":"<string>","type":"text"},{"description":"(Required) ","key":"middle_name","value":"<string>","type":"text"},{"description":"(Required) ","key":"mobile","value":"<string>","type":"text"},{"description":"(Required) ","key":"mothers_maiden","value":"<string>","type":"text"},{"description":"(Required) ","key":"parent_card_number","value":"<string>","type":"text"},{"description":"(Required) ","key":"phone","value":"<string>","type":"text"},{"description":"(Required) ","key":"pin","value":"<string>","type":"text"},{"description":"(Required)  (This can only be one of MR,MRS,MISS,MS)","key":"prefix","value":"MS","type":"text"},{"description":"(Required) ","key":"promo_id","value":"<string>","type":"text"},{"description":"(Required) ","key":"secondary_address","value":"<string>","type":"text"},{"description":"(Required) ","key":"security1_answer","value":"<string>","type":"text"},{"description":"(Required) ","key":"security2_answer","value":"<string>","type":"text"},{"description":"(Required) ","key":"state","value":"<string>","type":"text"},{"description":"(Required) ","key":"zip_code","value":"<string>","type":"text"},{"key":"activation_date","value":"<string>","type":"text"},{"key":"cancellation_date","value":"<string>","type":"text"},{"key":"last_purchase_date","value":"<string>","type":"text"},{"key":"last_redemption_date","value":"<string>","type":"text"},{"key":"total_redemptions","value":"<integer>","type":"text"},{"key":"dollars_redeemed","value":"<integer>","type":"text"},{"key":"active","value":"<boolean>","type":"text"},{"key":"cannot_earn","value":"<boolean>","type":"text"},{"key":"access_times","value":"<integer>","type":"text"},{"key":"accrued_points","value":"<integer>","type":"text"},{"key":"accrued_dollars","value":"-","type":"text"},{"key":"birthdate","value":"<string>","type":"text"},{"key":"parent_type","value":"<integer>","type":"text"},{"key":"accrued_gallons","value":"-061","type":"text"},{"key":"lifetime_points","value":"<integer>","type":"text"},{"key":"phone_selected","value":"<boolean>","type":"text"},{"key":"member_lpi","value":"<integer>","type":"text"},{"key":"max_dollars","value":"<integer>","type":"text"},{"key":"max_points","value":"<integer>","type":"text"},{"key":"max_bonus_points","value":"<integer>","type":"text"},{"key":"gender","value":"<integer>","type":"text"},{"key":"anniversary_date","value":"<string>","type":"text"},{"key":"lifetime_dollars","value":"-1.9","type":"text"},{"key":"spouse_birthdate","value":"<string>","type":"text"},{"key":"trigger_group","value":"<integer>","type":"text"},{"key":"max_trx_per_day","value":"<integer>","type":"text"},{"key":"max_points_per_day","value":"<integer>","type":"text"},{"key":"first_transaction_location","value":"<integer>","type":"text"},{"key":"first_transaction_date","value":"<string>","type":"text"},{"key":"first_transaction_cashier","value":"<string>","type":"text"},{"key":"is_onhold","value":"<boolean>","type":"text"},{"key":"location_enrolled","value":"<integer>","type":"text"},{"key":"first_redemption_date","value":"<string>","type":"text"},{"key":"personal_info_modified_date","value":"<string>","type":"text"},{"key":"security1_id","value":"<integer>","type":"text"},{"key":"security2_id","value":"<integer>","type":"text"},{"key":"special_action_limit","value":"<integer>","type":"text"},{"key":"activation_code_expires_at","value":"<string>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/members/:card_number/","host":["https://connect.ignite.cloud/loyalty"],"path":["members",":card_number",""],"variable":[{"key":"card_number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accessed_from\": \"<string>\",\n  \"activation_code\": \"<string>\",\n  \"address\": \"<string>\",\n  \"card_number\": \"<string>\",\n  \"card_to_track\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"driver_license\": \"<string>\",\n  \"email\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"flag1\": \"<string>\",\n  \"glocation_id\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"message1\": \"<string>\",\n  \"message2\": \"<string>\",\n  \"message3\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"mobile\": \"<string>\",\n  \"mothers_maiden\": \"<string>\",\n  \"parent_card_number\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"pin\": \"<string>\",\n  \"prefix\": \"MS\",\n  \"promo_id\": \"<string>\",\n  \"secondary_address\": \"<string>\",\n  \"security1_answer\": \"<string>\",\n  \"security2_answer\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"activation_date\": \"<string>\",\n  \"cancellation_date\": \"<string>\",\n  \"last_purchase_date\": \"<string>\",\n  \"last_redemption_date\": \"<string>\",\n  \"total_redemptions\": \"<integer>\",\n  \"dollars_redeemed\": \"<integer>\",\n  \"active\": \"<boolean>\",\n  \"cannot_earn\": \"<boolean>\",\n  \"access_times\": \"<integer>\",\n  \"accrued_points\": \"<integer>\",\n  \"accrued_dollars\": \"-\",\n  \"birthdate\": \"<string>\",\n  \"parent_type\": \"<integer>\",\n  \"accrued_gallons\": \"-061\",\n  \"lifetime_points\": \"<integer>\",\n  \"phone_selected\": \"<boolean>\",\n  \"member_lpi\": \"<integer>\",\n  \"max_dollars\": \"<integer>\",\n  \"max_points\": \"<integer>\",\n  \"max_bonus_points\": \"<integer>\",\n  \"gender\": \"<integer>\",\n  \"anniversary_date\": \"<string>\",\n  \"lifetime_dollars\": \"-1.9\",\n  \"spouse_birthdate\": \"<string>\",\n  \"trigger_group\": \"<integer>\",\n  \"max_trx_per_day\": \"<integer>\",\n  \"max_points_per_day\": \"<integer>\",\n  \"first_transaction_location\": \"<integer>\",\n  \"first_transaction_date\": \"<string>\",\n  \"first_transaction_cashier\": \"<string>\",\n  \"is_onhold\": \"<boolean>\",\n  \"location_enrolled\": \"<integer>\",\n  \"first_redemption_date\": \"<string>\",\n  \"personal_info_modified_date\": \"<string>\",\n  \"security1_id\": \"<integer>\",\n  \"security2_id\": \"<integer>\",\n  \"special_action_limit\": \"<integer>\",\n  \"activation_code_expires_at\": \"<string>\"\n}"}],"_postman_id":"3c4b9a0c-5e87-4ec9-bd28-c404c42ba287"},{"name":"Updates part of the information for a member","id":"ab421f78-cd0b-4491-8357-0d2879d52474","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"card_number","value":"<string>","type":"text"},{"key":"pin","value":"<string>","type":"text"},{"description":"<p>(Required)  (This can only be one of MR,MRS,MISS,MS)</p>\n","key":"prefix","value":"MR","type":"text"},{"key":"last_name","value":"<string>","type":"text"},{"key":"first_name","value":"<string>","type":"text"},{"key":"middle_name","value":"<string>","type":"text"},{"key":"address","value":"<string>","type":"text"},{"key":"secondary_address","value":"<string>","type":"text"},{"key":"city","value":"<string>","type":"text"},{"key":"state","value":"<string>","type":"text"},{"key":"zip_code","value":"<string>","type":"text"},{"key":"country","value":"<string>","type":"text"},{"key":"phone","value":"<string>","type":"text"},{"key":"mobile","value":"<string>","type":"text"},{"key":"email","value":"<string>","type":"text"},{"key":"mothers_maiden","value":"<string>","type":"text"},{"key":"activation_date","value":"<string>","type":"text"},{"key":"cancellation_date","value":"<string>","type":"text"},{"key":"last_purchase_date","value":"<string>","type":"text"},{"key":"last_redemption_date","value":"<string>","type":"text"},{"key":"total_redemptions","value":"<integer>","type":"text"},{"key":"dollars_redeemed","value":"<integer>","type":"text"},{"key":"active","value":"<boolean>","type":"text"},{"key":"cannot_earn","value":"<boolean>","type":"text"},{"key":"parent_card_number","value":"<string>","type":"text"},{"key":"accessed_from","value":"<string>","type":"text"},{"key":"access_times","value":"<integer>","type":"text"},{"key":"accrued_points","value":"<integer>","type":"text"},{"key":"accrued_dollars","value":"3234.","type":"text"},{"key":"message1","value":"<string>","type":"text"},{"key":"message2","value":"<string>","type":"text"},{"key":"message3","value":"<string>","type":"text"},{"key":"birthdate","value":"<string>","type":"text"},{"key":"parent_type","value":"<integer>","type":"text"},{"key":"promo_id","value":"<string>","type":"text"},{"key":"flag1","value":"<string>","type":"text"},{"key":"driver_license","value":"<string>","type":"text"},{"key":"accrued_gallons","value":"-5890124","type":"text"},{"key":"lifetime_points","value":"<integer>","type":"text"},{"key":"phone_selected","value":"<boolean>","type":"text"},{"key":"card_to_track","value":"<string>","type":"text"},{"key":"glocation_id","value":"<string>","type":"text"},{"key":"member_lpi","value":"<integer>","type":"text"},{"key":"max_dollars","value":"<integer>","type":"text"},{"key":"max_points","value":"<integer>","type":"text"},{"key":"max_bonus_points","value":"<integer>","type":"text"},{"key":"gender","value":"<integer>","type":"text"},{"key":"anniversary_date","value":"<string>","type":"text"},{"key":"lifetime_dollars","value":"-19119555","type":"text"},{"key":"spouse_birthdate","value":"<string>","type":"text"},{"key":"trigger_group","value":"<integer>","type":"text"},{"key":"max_trx_per_day","value":"<integer>","type":"text"},{"key":"max_points_per_day","value":"<integer>","type":"text"},{"key":"first_transaction_location","value":"<integer>","type":"text"},{"key":"first_transaction_date","value":"<string>","type":"text"},{"key":"first_transaction_cashier","value":"<string>","type":"text"},{"key":"is_onhold","value":"<boolean>","type":"text"},{"key":"location_enrolled","value":"<integer>","type":"text"},{"key":"first_redemption_date","value":"<string>","type":"text"},{"key":"personal_info_modified_date","value":"<string>","type":"text"},{"key":"security1_id","value":"<integer>","type":"text"},{"key":"security1_answer","value":"<string>","type":"text"},{"key":"security2_id","value":"<integer>","type":"text"},{"key":"security2_answer","value":"<string>","type":"text"},{"key":"activation_code","value":"<string>","type":"text"},{"key":"special_action_limit","value":"<integer>","type":"text"},{"key":"activation_code_expires_at","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/members/:card_number/","description":"<p>Updates part of the information for a member</p>\n","urlObject":{"path":["members",":card_number",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"f24d4436-85ca-49f7-84e4-1d94e090fd96","description":{"content":"<p>(Required) A unique value identifying this member.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"card_number"}]}},"response":[{"id":"93557fc6-e5b5-4585-92cc-ae7adfeac01c","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"key":"card_number","value":"<string>","type":"text"},{"key":"pin","value":"<string>","type":"text"},{"description":"(Required)  (This can only be one of MR,MRS,MISS,MS)","key":"prefix","value":"MR","type":"text"},{"key":"last_name","value":"<string>","type":"text"},{"key":"first_name","value":"<string>","type":"text"},{"key":"middle_name","value":"<string>","type":"text"},{"key":"address","value":"<string>","type":"text"},{"key":"secondary_address","value":"<string>","type":"text"},{"key":"city","value":"<string>","type":"text"},{"key":"state","value":"<string>","type":"text"},{"key":"zip_code","value":"<string>","type":"text"},{"key":"country","value":"<string>","type":"text"},{"key":"phone","value":"<string>","type":"text"},{"key":"mobile","value":"<string>","type":"text"},{"key":"email","value":"<string>","type":"text"},{"key":"mothers_maiden","value":"<string>","type":"text"},{"key":"activation_date","value":"<string>","type":"text"},{"key":"cancellation_date","value":"<string>","type":"text"},{"key":"last_purchase_date","value":"<string>","type":"text"},{"key":"last_redemption_date","value":"<string>","type":"text"},{"key":"total_redemptions","value":"<integer>","type":"text"},{"key":"dollars_redeemed","value":"<integer>","type":"text"},{"key":"active","value":"<boolean>","type":"text"},{"key":"cannot_earn","value":"<boolean>","type":"text"},{"key":"parent_card_number","value":"<string>","type":"text"},{"key":"accessed_from","value":"<string>","type":"text"},{"key":"access_times","value":"<integer>","type":"text"},{"key":"accrued_points","value":"<integer>","type":"text"},{"key":"accrued_dollars","value":"3234.","type":"text"},{"key":"message1","value":"<string>","type":"text"},{"key":"message2","value":"<string>","type":"text"},{"key":"message3","value":"<string>","type":"text"},{"key":"birthdate","value":"<string>","type":"text"},{"key":"parent_type","value":"<integer>","type":"text"},{"key":"promo_id","value":"<string>","type":"text"},{"key":"flag1","value":"<string>","type":"text"},{"key":"driver_license","value":"<string>","type":"text"},{"key":"accrued_gallons","value":"-5890124","type":"text"},{"key":"lifetime_points","value":"<integer>","type":"text"},{"key":"phone_selected","value":"<boolean>","type":"text"},{"key":"card_to_track","value":"<string>","type":"text"},{"key":"glocation_id","value":"<string>","type":"text"},{"key":"member_lpi","value":"<integer>","type":"text"},{"key":"max_dollars","value":"<integer>","type":"text"},{"key":"max_points","value":"<integer>","type":"text"},{"key":"max_bonus_points","value":"<integer>","type":"text"},{"key":"gender","value":"<integer>","type":"text"},{"key":"anniversary_date","value":"<string>","type":"text"},{"key":"lifetime_dollars","value":"-19119555","type":"text"},{"key":"spouse_birthdate","value":"<string>","type":"text"},{"key":"trigger_group","value":"<integer>","type":"text"},{"key":"max_trx_per_day","value":"<integer>","type":"text"},{"key":"max_points_per_day","value":"<integer>","type":"text"},{"key":"first_transaction_location","value":"<integer>","type":"text"},{"key":"first_transaction_date","value":"<string>","type":"text"},{"key":"first_transaction_cashier","value":"<string>","type":"text"},{"key":"is_onhold","value":"<boolean>","type":"text"},{"key":"location_enrolled","value":"<integer>","type":"text"},{"key":"first_redemption_date","value":"<string>","type":"text"},{"key":"personal_info_modified_date","value":"<string>","type":"text"},{"key":"security1_id","value":"<integer>","type":"text"},{"key":"security1_answer","value":"<string>","type":"text"},{"key":"security2_id","value":"<integer>","type":"text"},{"key":"security2_answer","value":"<string>","type":"text"},{"key":"activation_code","value":"<string>","type":"text"},{"key":"special_action_limit","value":"<integer>","type":"text"},{"key":"activation_code_expires_at","value":"<string>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/members/:card_number/","host":["https://connect.ignite.cloud/loyalty"],"path":["members",":card_number",""],"variable":[{"key":"card_number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accessed_from\": \"<string>\",\n  \"activation_code\": \"<string>\",\n  \"address\": \"<string>\",\n  \"card_number\": \"<string>\",\n  \"card_to_track\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"driver_license\": \"<string>\",\n  \"email\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"flag1\": \"<string>\",\n  \"glocation_id\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"message1\": \"<string>\",\n  \"message2\": \"<string>\",\n  \"message3\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"mobile\": \"<string>\",\n  \"mothers_maiden\": \"<string>\",\n  \"parent_card_number\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"pin\": \"<string>\",\n  \"prefix\": \"MS\",\n  \"promo_id\": \"<string>\",\n  \"secondary_address\": \"<string>\",\n  \"security1_answer\": \"<string>\",\n  \"security2_answer\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"activation_date\": \"<string>\",\n  \"cancellation_date\": \"<string>\",\n  \"last_purchase_date\": \"<string>\",\n  \"last_redemption_date\": \"<string>\",\n  \"total_redemptions\": \"<integer>\",\n  \"dollars_redeemed\": \"<integer>\",\n  \"active\": \"<boolean>\",\n  \"cannot_earn\": \"<boolean>\",\n  \"access_times\": \"<integer>\",\n  \"accrued_points\": \"<integer>\",\n  \"accrued_dollars\": \"-\",\n  \"birthdate\": \"<string>\",\n  \"parent_type\": \"<integer>\",\n  \"accrued_gallons\": \"-061\",\n  \"lifetime_points\": \"<integer>\",\n  \"phone_selected\": \"<boolean>\",\n  \"member_lpi\": \"<integer>\",\n  \"max_dollars\": \"<integer>\",\n  \"max_points\": \"<integer>\",\n  \"max_bonus_points\": \"<integer>\",\n  \"gender\": \"<integer>\",\n  \"anniversary_date\": \"<string>\",\n  \"lifetime_dollars\": \"-1.9\",\n  \"spouse_birthdate\": \"<string>\",\n  \"trigger_group\": \"<integer>\",\n  \"max_trx_per_day\": \"<integer>\",\n  \"max_points_per_day\": \"<integer>\",\n  \"first_transaction_location\": \"<integer>\",\n  \"first_transaction_date\": \"<string>\",\n  \"first_transaction_cashier\": \"<string>\",\n  \"is_onhold\": \"<boolean>\",\n  \"location_enrolled\": \"<integer>\",\n  \"first_redemption_date\": \"<string>\",\n  \"personal_info_modified_date\": \"<string>\",\n  \"security1_id\": \"<integer>\",\n  \"security2_id\": \"<integer>\",\n  \"special_action_limit\": \"<integer>\",\n  \"activation_code_expires_at\": \"<string>\"\n}"}],"_postman_id":"ab421f78-cd0b-4491-8357-0d2879d52474"},{"name":"Deletes the member with the given id","id":"e25277f6-b506-4572-a582-afce671f6cc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/members/:card_number/","description":"<p>Deletes the member with the given id</p>\n","urlObject":{"path":["members",":card_number",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"7c0e1bdd-fddf-4a16-8028-e0d0462d9e01","description":{"content":"<p>(Required) A unique value identifying this member.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"card_number"}]}},"response":[{"id":"d4e0d12b-a4d6-4fe0-8d42-96a13911a64a","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/members/:card_number/","host":["https://connect.ignite.cloud/loyalty"],"path":["members",":card_number",""],"variable":[{"key":"card_number"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e25277f6-b506-4572-a582-afce671f6cc9"}],"id":"6137eb30-b2d9-4193-bfed-a772d598b447","_postman_id":"6137eb30-b2d9-4193-bfed-a772d598b447","description":""},{"name":"Gets a list of all members","id":"95dbf17b-d708-42a1-8a52-77cc914f5a21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/members/?cardNumber=<string>&email=<string>&firstName=<string>&lastName=<string>&limit=<integer>&offset=<integer>&phone=<string>","description":"<p>Returns list of all members.</p>\n","urlObject":{"path":["members",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"key":"cardNumber","value":"<string>"},{"key":"email","value":"<string>"},{"key":"firstName","value":"<string>"},{"key":"lastName","value":"<string>"},{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"key":"phone","value":"<string>"}],"variable":[]}},"response":[{"id":"96de7ec6-cfae-471f-91ae-f45ef6dd417a","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/members/?cardNumber=<string>&email=<string>&firstName=<string>&lastName=<string>&limit=<integer>&offset=<integer>&phone=<string>","host":["https://connect.ignite.cloud/loyalty"],"path":["members",""],"query":[{"key":"cardNumber","value":"<string>"},{"key":"email","value":"<string>"},{"key":"firstName","value":"<string>"},{"key":"lastName","value":"<string>"},{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"},{"key":"phone","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"accessed_from\": \"<string>\",\n      \"activation_code\": \"<string>\",\n      \"address\": \"<string>\",\n      \"card_number\": \"<string>\",\n      \"card_to_track\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"<string>\",\n      \"driver_license\": \"<string>\",\n      \"email\": \"<string>\",\n      \"first_name\": \"<string>\",\n      \"flag1\": \"<string>\",\n      \"glocation_id\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"message1\": \"<string>\",\n      \"message2\": \"<string>\",\n      \"message3\": \"<string>\",\n      \"middle_name\": \"<string>\",\n      \"mobile\": \"<string>\",\n      \"mothers_maiden\": \"<string>\",\n      \"parent_card_number\": \"<string>\",\n      \"phone\": \"<string>\",\n      \"pin\": \"<string>\",\n      \"prefix\": \"MISS\",\n      \"promo_id\": \"<string>\",\n      \"secondary_address\": \"<string>\",\n      \"security1_answer\": \"<string>\",\n      \"security2_answer\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip_code\": \"<string>\",\n      \"activation_date\": \"<string>\",\n      \"cancellation_date\": \"<string>\",\n      \"last_purchase_date\": \"<string>\",\n      \"last_redemption_date\": \"<string>\",\n      \"total_redemptions\": \"<integer>\",\n      \"dollars_redeemed\": \"<integer>\",\n      \"active\": \"<boolean>\",\n      \"cannot_earn\": \"<boolean>\",\n      \"access_times\": \"<integer>\",\n      \"accrued_points\": \"<integer>\",\n      \"accrued_dollars\": \"-06742.09\",\n      \"birthdate\": \"<string>\",\n      \"parent_type\": \"<integer>\",\n      \"accrued_gallons\": \"-4716365.007\",\n      \"lifetime_points\": \"<integer>\",\n      \"phone_selected\": \"<boolean>\",\n      \"member_lpi\": \"<integer>\",\n      \"max_dollars\": \"<integer>\",\n      \"max_points\": \"<integer>\",\n      \"max_bonus_points\": \"<integer>\",\n      \"gender\": \"<integer>\",\n      \"anniversary_date\": \"<string>\",\n      \"lifetime_dollars\": \"940\",\n      \"spouse_birthdate\": \"<string>\",\n      \"trigger_group\": \"<integer>\",\n      \"max_trx_per_day\": \"<integer>\",\n      \"max_points_per_day\": \"<integer>\",\n      \"first_transaction_location\": \"<integer>\",\n      \"first_transaction_date\": \"<string>\",\n      \"first_transaction_cashier\": \"<string>\",\n      \"is_onhold\": \"<boolean>\",\n      \"location_enrolled\": \"<integer>\",\n      \"first_redemption_date\": \"<string>\",\n      \"personal_info_modified_date\": \"<string>\",\n      \"security1_id\": \"<integer>\",\n      \"security2_id\": \"<integer>\",\n      \"special_action_limit\": \"<integer>\",\n      \"activation_code_expires_at\": \"<string>\"\n    },\n    {\n      \"accessed_from\": \"<string>\",\n      \"activation_code\": \"<string>\",\n      \"address\": \"<string>\",\n      \"card_number\": \"<string>\",\n      \"card_to_track\": \"<string>\",\n      \"city\": \"<string>\",\n      \"country\": \"<string>\",\n      \"driver_license\": \"<string>\",\n      \"email\": \"<string>\",\n      \"first_name\": \"<string>\",\n      \"flag1\": \"<string>\",\n      \"glocation_id\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"message1\": \"<string>\",\n      \"message2\": \"<string>\",\n      \"message3\": \"<string>\",\n      \"middle_name\": \"<string>\",\n      \"mobile\": \"<string>\",\n      \"mothers_maiden\": \"<string>\",\n      \"parent_card_number\": \"<string>\",\n      \"phone\": \"<string>\",\n      \"pin\": \"<string>\",\n      \"prefix\": \"MS\",\n      \"promo_id\": \"<string>\",\n      \"secondary_address\": \"<string>\",\n      \"security1_answer\": \"<string>\",\n      \"security2_answer\": \"<string>\",\n      \"state\": \"<string>\",\n      \"zip_code\": \"<string>\",\n      \"activation_date\": \"<string>\",\n      \"cancellation_date\": \"<string>\",\n      \"last_purchase_date\": \"<string>\",\n      \"last_redemption_date\": \"<string>\",\n      \"total_redemptions\": \"<integer>\",\n      \"dollars_redeemed\": \"<integer>\",\n      \"active\": \"<boolean>\",\n      \"cannot_earn\": \"<boolean>\",\n      \"access_times\": \"<integer>\",\n      \"accrued_points\": \"<integer>\",\n      \"accrued_dollars\": \"2793\",\n      \"birthdate\": \"<string>\",\n      \"parent_type\": \"<integer>\",\n      \"accrued_gallons\": \"1.\",\n      \"lifetime_points\": \"<integer>\",\n      \"phone_selected\": \"<boolean>\",\n      \"member_lpi\": \"<integer>\",\n      \"max_dollars\": \"<integer>\",\n      \"max_points\": \"<integer>\",\n      \"max_bonus_points\": \"<integer>\",\n      \"gender\": \"<integer>\",\n      \"anniversary_date\": \"<string>\",\n      \"lifetime_dollars\": \"-209.62\",\n      \"spouse_birthdate\": \"<string>\",\n      \"trigger_group\": \"<integer>\",\n      \"max_trx_per_day\": \"<integer>\",\n      \"max_points_per_day\": \"<integer>\",\n      \"first_transaction_location\": \"<integer>\",\n      \"first_transaction_date\": \"<string>\",\n      \"first_transaction_cashier\": \"<string>\",\n      \"is_onhold\": \"<boolean>\",\n      \"location_enrolled\": \"<integer>\",\n      \"first_redemption_date\": \"<string>\",\n      \"personal_info_modified_date\": \"<string>\",\n      \"security1_id\": \"<integer>\",\n      \"security2_id\": \"<integer>\",\n      \"special_action_limit\": \"<integer>\",\n      \"activation_code_expires_at\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"95dbf17b-d708-42a1-8a52-77cc914f5a21"},{"name":"Creates a new Member","id":"c84a1ec3-7031-433c-b764-fe6a2c35a6bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"accessed_from","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"activation_code","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"address","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"card_number","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"card_to_track","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"city","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"country","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"driver_license","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"email","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"first_name","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"flag1","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"glocation_id","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"last_name","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"message1","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"message2","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"message3","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"middle_name","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"mobile","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"mothers_maiden","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"parent_card_number","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"phone","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"pin","value":"<string>","type":"text"},{"description":"<p>(Required)  (This can only be one of MR,MRS,MISS,MS)</p>\n","key":"prefix","value":"MS","type":"text"},{"description":"<p>(Required) </p>\n","key":"promo_id","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"secondary_address","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"security1_answer","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"security2_answer","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"state","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"zip_code","value":"<string>","type":"text"},{"key":"activation_date","value":"<string>","type":"text"},{"key":"cancellation_date","value":"<string>","type":"text"},{"key":"last_purchase_date","value":"<string>","type":"text"},{"key":"last_redemption_date","value":"<string>","type":"text"},{"key":"total_redemptions","value":"<integer>","type":"text"},{"key":"dollars_redeemed","value":"<integer>","type":"text"},{"key":"active","value":"<boolean>","type":"text"},{"key":"cannot_earn","value":"<boolean>","type":"text"},{"key":"access_times","value":"<integer>","type":"text"},{"key":"accrued_points","value":"<integer>","type":"text"},{"key":"accrued_dollars","value":"2","type":"text"},{"key":"birthdate","value":"<string>","type":"text"},{"key":"parent_type","value":"<integer>","type":"text"},{"key":"accrued_gallons","value":"8097391.91","type":"text"},{"key":"lifetime_points","value":"<integer>","type":"text"},{"key":"phone_selected","value":"<boolean>","type":"text"},{"key":"member_lpi","value":"<integer>","type":"text"},{"key":"max_dollars","value":"<integer>","type":"text"},{"key":"max_points","value":"<integer>","type":"text"},{"key":"max_bonus_points","value":"<integer>","type":"text"},{"key":"gender","value":"<integer>","type":"text"},{"key":"anniversary_date","value":"<string>","type":"text"},{"key":"lifetime_dollars","value":"16578","type":"text"},{"key":"spouse_birthdate","value":"<string>","type":"text"},{"key":"trigger_group","value":"<integer>","type":"text"},{"key":"max_trx_per_day","value":"<integer>","type":"text"},{"key":"max_points_per_day","value":"<integer>","type":"text"},{"key":"first_transaction_location","value":"<integer>","type":"text"},{"key":"first_transaction_date","value":"<string>","type":"text"},{"key":"first_transaction_cashier","value":"<string>","type":"text"},{"key":"is_onhold","value":"<boolean>","type":"text"},{"key":"location_enrolled","value":"<integer>","type":"text"},{"key":"first_redemption_date","value":"<string>","type":"text"},{"key":"personal_info_modified_date","value":"<string>","type":"text"},{"key":"security1_id","value":"<integer>","type":"text"},{"key":"security2_id","value":"<integer>","type":"text"},{"key":"special_action_limit","value":"<integer>","type":"text"},{"key":"activation_code_expires_at","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/members/","description":"<p>Creates a new Member</p>\n","urlObject":{"path":["members",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"f5f57ac7-f1fb-417a-92ed-0a1e7f53ddb0","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"accessed_from","value":"<string>","type":"text"},{"description":"(Required) ","key":"activation_code","value":"<string>","type":"text"},{"description":"(Required) ","key":"address","value":"<string>","type":"text"},{"description":"(Required) ","key":"card_number","value":"<string>","type":"text"},{"description":"(Required) ","key":"card_to_track","value":"<string>","type":"text"},{"description":"(Required) ","key":"city","value":"<string>","type":"text"},{"description":"(Required) ","key":"country","value":"<string>","type":"text"},{"description":"(Required) ","key":"driver_license","value":"<string>","type":"text"},{"description":"(Required) ","key":"email","value":"<string>","type":"text"},{"description":"(Required) ","key":"first_name","value":"<string>","type":"text"},{"description":"(Required) ","key":"flag1","value":"<string>","type":"text"},{"description":"(Required) ","key":"glocation_id","value":"<string>","type":"text"},{"description":"(Required) ","key":"last_name","value":"<string>","type":"text"},{"description":"(Required) ","key":"message1","value":"<string>","type":"text"},{"description":"(Required) ","key":"message2","value":"<string>","type":"text"},{"description":"(Required) ","key":"message3","value":"<string>","type":"text"},{"description":"(Required) ","key":"middle_name","value":"<string>","type":"text"},{"description":"(Required) ","key":"mobile","value":"<string>","type":"text"},{"description":"(Required) ","key":"mothers_maiden","value":"<string>","type":"text"},{"description":"(Required) ","key":"parent_card_number","value":"<string>","type":"text"},{"description":"(Required) ","key":"phone","value":"<string>","type":"text"},{"description":"(Required) ","key":"pin","value":"<string>","type":"text"},{"description":"(Required)  (This can only be one of MR,MRS,MISS,MS)","key":"prefix","value":"MS","type":"text"},{"description":"(Required) ","key":"promo_id","value":"<string>","type":"text"},{"description":"(Required) ","key":"secondary_address","value":"<string>","type":"text"},{"description":"(Required) ","key":"security1_answer","value":"<string>","type":"text"},{"description":"(Required) ","key":"security2_answer","value":"<string>","type":"text"},{"description":"(Required) ","key":"state","value":"<string>","type":"text"},{"description":"(Required) ","key":"zip_code","value":"<string>","type":"text"},{"key":"activation_date","value":"<string>","type":"text"},{"key":"cancellation_date","value":"<string>","type":"text"},{"key":"last_purchase_date","value":"<string>","type":"text"},{"key":"last_redemption_date","value":"<string>","type":"text"},{"key":"total_redemptions","value":"<integer>","type":"text"},{"key":"dollars_redeemed","value":"<integer>","type":"text"},{"key":"active","value":"<boolean>","type":"text"},{"key":"cannot_earn","value":"<boolean>","type":"text"},{"key":"access_times","value":"<integer>","type":"text"},{"key":"accrued_points","value":"<integer>","type":"text"},{"key":"accrued_dollars","value":"2","type":"text"},{"key":"birthdate","value":"<string>","type":"text"},{"key":"parent_type","value":"<integer>","type":"text"},{"key":"accrued_gallons","value":"8097391.91","type":"text"},{"key":"lifetime_points","value":"<integer>","type":"text"},{"key":"phone_selected","value":"<boolean>","type":"text"},{"key":"member_lpi","value":"<integer>","type":"text"},{"key":"max_dollars","value":"<integer>","type":"text"},{"key":"max_points","value":"<integer>","type":"text"},{"key":"max_bonus_points","value":"<integer>","type":"text"},{"key":"gender","value":"<integer>","type":"text"},{"key":"anniversary_date","value":"<string>","type":"text"},{"key":"lifetime_dollars","value":"16578","type":"text"},{"key":"spouse_birthdate","value":"<string>","type":"text"},{"key":"trigger_group","value":"<integer>","type":"text"},{"key":"max_trx_per_day","value":"<integer>","type":"text"},{"key":"max_points_per_day","value":"<integer>","type":"text"},{"key":"first_transaction_location","value":"<integer>","type":"text"},{"key":"first_transaction_date","value":"<string>","type":"text"},{"key":"first_transaction_cashier","value":"<string>","type":"text"},{"key":"is_onhold","value":"<boolean>","type":"text"},{"key":"location_enrolled","value":"<integer>","type":"text"},{"key":"first_redemption_date","value":"<string>","type":"text"},{"key":"personal_info_modified_date","value":"<string>","type":"text"},{"key":"security1_id","value":"<integer>","type":"text"},{"key":"security2_id","value":"<integer>","type":"text"},{"key":"special_action_limit","value":"<integer>","type":"text"},{"key":"activation_code_expires_at","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/members/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"accessed_from\": \"<string>\",\n  \"activation_code\": \"<string>\",\n  \"address\": \"<string>\",\n  \"card_number\": \"<string>\",\n  \"card_to_track\": \"<string>\",\n  \"city\": \"<string>\",\n  \"country\": \"<string>\",\n  \"driver_license\": \"<string>\",\n  \"email\": \"<string>\",\n  \"first_name\": \"<string>\",\n  \"flag1\": \"<string>\",\n  \"glocation_id\": \"<string>\",\n  \"last_name\": \"<string>\",\n  \"message1\": \"<string>\",\n  \"message2\": \"<string>\",\n  \"message3\": \"<string>\",\n  \"middle_name\": \"<string>\",\n  \"mobile\": \"<string>\",\n  \"mothers_maiden\": \"<string>\",\n  \"parent_card_number\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"pin\": \"<string>\",\n  \"prefix\": \"MS\",\n  \"promo_id\": \"<string>\",\n  \"secondary_address\": \"<string>\",\n  \"security1_answer\": \"<string>\",\n  \"security2_answer\": \"<string>\",\n  \"state\": \"<string>\",\n  \"zip_code\": \"<string>\",\n  \"activation_date\": \"<string>\",\n  \"cancellation_date\": \"<string>\",\n  \"last_purchase_date\": \"<string>\",\n  \"last_redemption_date\": \"<string>\",\n  \"total_redemptions\": \"<integer>\",\n  \"dollars_redeemed\": \"<integer>\",\n  \"active\": \"<boolean>\",\n  \"cannot_earn\": \"<boolean>\",\n  \"access_times\": \"<integer>\",\n  \"accrued_points\": \"<integer>\",\n  \"accrued_dollars\": \"-\",\n  \"birthdate\": \"<string>\",\n  \"parent_type\": \"<integer>\",\n  \"accrued_gallons\": \"-061\",\n  \"lifetime_points\": \"<integer>\",\n  \"phone_selected\": \"<boolean>\",\n  \"member_lpi\": \"<integer>\",\n  \"max_dollars\": \"<integer>\",\n  \"max_points\": \"<integer>\",\n  \"max_bonus_points\": \"<integer>\",\n  \"gender\": \"<integer>\",\n  \"anniversary_date\": \"<string>\",\n  \"lifetime_dollars\": \"-1.9\",\n  \"spouse_birthdate\": \"<string>\",\n  \"trigger_group\": \"<integer>\",\n  \"max_trx_per_day\": \"<integer>\",\n  \"max_points_per_day\": \"<integer>\",\n  \"first_transaction_location\": \"<integer>\",\n  \"first_transaction_date\": \"<string>\",\n  \"first_transaction_cashier\": \"<string>\",\n  \"is_onhold\": \"<boolean>\",\n  \"location_enrolled\": \"<integer>\",\n  \"first_redemption_date\": \"<string>\",\n  \"personal_info_modified_date\": \"<string>\",\n  \"security1_id\": \"<integer>\",\n  \"security2_id\": \"<integer>\",\n  \"special_action_limit\": \"<integer>\",\n  \"activation_code_expires_at\": \"<string>\"\n}"}],"_postman_id":"c84a1ec3-7031-433c-b764-fe6a2c35a6bb"}],"id":"de487d31-b5b4-4cb3-a265-54eab21ee5d7","description":"<p>The members' endpoints are central to managing participants in the convenience-store loyalty program. These APIs facilitate comprehensive operations such as retrieving member lists, creating new members, fetching detailed member information, updating member details, partially updating information, and deleting members. Below is an overview of these endpoints, designed to assist developers in integrating and managing loyalty program members effectively.</p>\n<h3 id=\"list-all-members\">List All Members</h3>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>GET /members</code></p>\n</li>\n<li><p><strong>Purpose</strong>: Fetches a paginated list of all members, supporting queries by card number, email, name, and other identifiers to refine search results. It's essential for viewing all participants in the loyalty program and for administrative tasks like auditing member activities or targeting specific groups for promotions.</p>\n</li>\n<li><p><strong>Parameters</strong>: Includes <code>cardNumber</code>, <code>email</code>, <code>firstName</code>, <code>lastName</code>, <code>limit</code>, <code>offset</code>, and <code>phone</code>, allowing for detailed queries based on member attributes.</p>\n</li>\n<li><p><strong>Example Response</strong>:</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"count\": 2,\n  \"next\": \"https://portalapi.ignite-retail.com/members/?limit=20&amp;offset=20\",\n  \"previous\": null,\n  \"results\": [\n    {\n      \"cardNumber\": \"2000\",\n      \"pin\": null,\n      \"prefix\": null,\n      \"lastName\": \"Card\",\n      \"firstName\": \"Register\",\n      \"middleName\": null,\n      \"address\": \"\",\n      \"secondaryAddress\": \"\",\n      \"city\": \"\",\n      \"state\": \"\",\n      \"zipCode\": \"\",\n      \"country\": \"\",\n      \"phone\": \"\",\n      \"mobile\": \"\",\n      \"email\": \"\",\n      \"mothersMaiden\": \"\",\n      \"activationDate\": \"2014-04-09 14:49:37\",\n      \"cancellationDate\": null,\n      \"lastPurchaseDate\": \"2017-02-21 14:28:00\",\n      \"lastRedemptionDate\": \"2017-02-24 19:04:00\",\n      \"totalRedemptions\": 5,\n      \"dollarsRedeemed\": 2166,\n      \"active\": true,\n      \"cannotEarn\": false,\n      \"parentCardNumber\": \"\",\n      \"accessedFrom\": \"\",\n      \"accessTimes\": 0,\n      \"accruedPoints\": 0,\n      \"accruedDollars\": \"0.00\",\n      \"message1\": \"\",\n      \"message2\": \"\",\n      \"message3\": \"\",\n      \"birthdate\": \"0000-00-00\",\n      \"parentType\": 0,\n      \"promoId\": \"\",\n      \"flag1\": \"email\",\n      \"driverLicense\": \"\",\n      \"accruedGallons\": \"0.000\",\n      \"lifetimePoints\": 126625750,\n      \"phoneSelected\": false,\n      \"cardToTrack\": \"\",\n      \"glocationId\": \"\",\n      \"memberLpi\": 11,\n      \"maxDollars\": 0,\n      \"maxPoints\": 0,\n      \"maxBonusPoints\": 0,\n      \"gender\": 1,\n      \"anniversaryDate\": \"0\",\n      \"lifetimeDollars\": \"209948.24\",\n      \"spouseBirthdate\": \"0000-00-00\",\n      \"triggerGroup\": 0,\n      \"maxTrxPerDay\": 0,\n      \"maxPointsPerDay\": 0,\n      \"firstTransactionLocation\": 1000,\n      \"firstTransactionDate\": \"2010-07-01\",\n      \"firstTransactionCashier\": \"0\",\n      \"isOnhold\": false,\n      \"locationEnrolled\": 0,\n      \"firstRedemptionDate\": \"2011-03-01\",\n      \"personalInfoModifiedDate\": null,\n      \"security1Id\": null,\n      \"security1Answer\": null,\n      \"security2Id\": null,\n      \"security2Answer\": null,\n      \"activationCode\": \"\",\n      \"specialActionLimit\": null,\n      \"activationCodeExpiresAt\": null\n    },\n    {\n      \"cardNumber\": \"2001\",\n      \"pin\": null,\n      \"prefix\": null,\n      \"lastName\": \"Cardholder\",\n      \"firstName\": \"Test\",\n      \"middleName\": null,\n      \"address\": \"\",\n      \"secondaryAddress\": \"\",\n      \"city\": \"\",\n      \"state\": \"\",\n      \"zipCode\": \"\",\n      \"country\": \"\",\n      \"phone\": \"\",\n      \"mobile\": \"\",\n      \"email\": \"\",\n      \"mothersMaiden\": \"\",\n      \"activationDate\": null,\n      \"cancellationDate\": null,\n      \"lastPurchaseDate\": null,\n      \"lastRedemptionDate\": null,\n      \"totalRedemptions\": 0,\n      \"dollarsRedeemed\": 0,\n      \"active\": false,\n      \"cannotEarn\": false,\n      \"parentCardNumber\": \"\",\n      \"accessedFrom\": \"\",\n      \"accessTimes\": 0,\n      \"accruedPoints\": 0,\n      \"accruedDollars\": \"0.00\",\n      \"message1\": \"\",\n      \"message2\": \"\",\n      \"message3\": \"\",\n      \"birthdate\": \"0000-00-00\",\n      \"parentType\": 0,\n      \"promoId\": \"\",\n      \"flag1\": \"\",\n      \"driverLicense\": \"\",\n      \"accruedGallons\": \"0.000\",\n      \"lifetimePoints\": 0,\n      \"phoneSelected\": false,\n      \"cardToTrack\": \"\",\n      \"glocationId\": \"\",\n      \"memberLpi\": 11,\n      \"maxDollars\": 0,\n      \"maxPoints\": 0,\n      \"maxBonusPoints\": 0,\n      \"gender\": 0,\n      \"anniversaryDate\": \"0\",\n      \"lifetimeDollars\": \"0.00\",\n      \"spouseBirthdate\": \"0000-00-00\",\n      \"triggerGroup\": 0,\n      \"maxTrxPerDay\": 0,\n      \"maxPointsPerDay\": 0,\n      \"firstTransactionLocation\": 0,\n      \"firstTransactionDate\": \"0000-00-00\",\n      \"firstTransactionCashier\": \"0\",\n      \"isOnhold\": false,\n      \"locationEnrolled\": null,\n      \"firstRedemptionDate\": \"0000-00-00\",\n      \"personalInfoModifiedDate\": null,\n      \"security1Id\": null,\n      \"security1Answer\": null,\n      \"security2Id\": null,\n      \"security2Answer\": null,\n      \"activationCode\": \"\",\n      \"specialActionLimit\": null,\n      \"activationCodeExpiresAt\": null\n    }\n  ]\n}\n\n</code></pre><h3 id=\"create-a-new-member\">Create a New Member</h3>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>POST /members</code></p>\n</li>\n<li><p><strong>Purpose</strong>: Enables the creation of new loyalty program members. This endpoint is critical for registering new participants and encapsulates the process of integrating customer data into the loyalty program's member base.</p>\n</li>\n</ul>\n<h3 id=\"retrieve-detailed-member-information\">Retrieve Detailed Member Information</h3>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>GET /members/{card_number}</code></p>\n</li>\n<li><p><strong>Purpose</strong>: Fetches detailed information for a specific member using their card number. This is pivotal for viewing or editing a member's detailed information, including transaction history, redemption activity, and personal details.</p>\n</li>\n</ul>\n<h3 id=\"update-member-information\">Update Member Information</h3>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>PUT /members/{card_number}</code></p>\n</li>\n<li><p><strong>Purpose</strong>: Allows for comprehensive updates to a member's information. This endpoint is used for significant member data changes, ensuring the loyalty program's records are up-to-date.</p>\n</li>\n</ul>\n<h3 id=\"partially-update-member-information\">Partially Update Member Information</h3>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>PATCH /members/{card_number}</code></p>\n</li>\n<li><p><strong>Purpose</strong>: Facilitates partial updates to a member's data. This is particularly useful for making minor adjustments to a member's profile without the need to submit a complete data set</p>\n</li>\n</ul>\n<h3 id=\"delete-a-member\">Delete a Member</h3>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>DELETE /members/{card_number}/</code></p>\n</li>\n<li><p><strong>Purpose</strong>: Removes a member from the loyalty program. This operation is critical for maintaining data integrity and relevancy within the loyalty program, especially in compliance with data protection regulations.</p>\n</li>\n<li><p><strong>Example Call</strong>: <code>DELETE /members/123456789</code></p>\n</li>\n</ul>\n","_postman_id":"de487d31-b5b4-4cb3-a265-54eab21ee5d7"},{"name":"mobile","item":[{"name":"{app_pk}","item":[{"name":"banners","item":[{"name":"{id}","item":[{"name":"Returns a detailed view of an app banner","id":"b6da779d-05b6-450a-862e-42696af8fe03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/banners/:id/","description":"<p>Gets a detailed view of a banner based on the banner id</p>\n","urlObject":{"path":["mobile",":app_pk","banners",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"df73a898-4c39-4eea-9a20-81c4ab7278e2","description":{"content":"<p>(Required) ID of the app</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"app_pk"},{"id":"620dcb1d-88c3-4e4c-9d31-db7aa6257b3d","description":{"content":"<p>(Required) ID of the banner</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"427f41b3-9ffe-49b5-8760-71a2f0b5a33b","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/banners/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["mobile",":app_pk","banners",":id",""],"variable":[{"key":"app_pk"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"program\": \"<string>\",\n  \"app_id\": \"<integer>\",\n  \"active\": \"<boolean>\",\n  \"banner_title\": \"<string>\",\n  \"banner_image_url\": \"<uri>\",\n  \"banner_url\": \"<uri>\",\n  \"display_position\": \"<integer>\",\n  \"display_start_date\": \"<date>\",\n  \"display_end_date\": \"<date>\"\n}"}],"_postman_id":"b6da779d-05b6-450a-862e-42696af8fe03"},{"name":"Updates a banner with its id","id":"98dc6536-e600-4251-b414-b630680b6706","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"program","value":"<string>","type":"text"},{"key":"app_id","value":"<integer>","type":"text"},{"key":"active","value":"<boolean>","type":"text"},{"key":"banner_title","value":"<string>","type":"text"},{"key":"banner_image_url","value":"<uri>","type":"text"},{"key":"banner_url","value":"<uri>","type":"text"},{"key":"display_position","value":"<integer>","type":"text"},{"key":"display_start_date","value":"<date>","type":"text"},{"key":"display_end_date","value":"<date>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/banners/:id/","description":"<p>Updates a banner based on the banner id</p>\n","urlObject":{"path":["mobile",":app_pk","banners",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"22d42b14-0612-449c-a713-ec4b9992240a","description":{"content":"<p>(Required) ID of the app</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"app_pk"},{"id":"8783e3ee-36fd-497b-87ac-1b2f07b47f16","description":{"content":"<p>(Required) ID of the banner</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"7c3f3732-01b1-4e8b-af17-ed352ff65e2c","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"program","value":"<string>","type":"text"},{"key":"app_id","value":"<integer>","type":"text"},{"key":"active","value":"<boolean>","type":"text"},{"key":"banner_title","value":"<string>","type":"text"},{"key":"banner_image_url","value":"<uri>","type":"text"},{"key":"banner_url","value":"<uri>","type":"text"},{"key":"display_position","value":"<integer>","type":"text"},{"key":"display_start_date","value":"<date>","type":"text"},{"key":"display_end_date","value":"<date>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/banners/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["mobile",":app_pk","banners",":id",""],"variable":[{"key":"app_pk"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"program\": \"<string>\",\n  \"app_id\": \"<integer>\",\n  \"active\": \"<boolean>\",\n  \"banner_title\": \"<string>\",\n  \"banner_image_url\": \"<uri>\",\n  \"banner_url\": \"<uri>\",\n  \"display_position\": \"<integer>\",\n  \"display_start_date\": \"<date>\",\n  \"display_end_date\": \"<date>\"\n}"}],"_postman_id":"98dc6536-e600-4251-b414-b630680b6706"},{"name":"Updates a banner with its id","id":"291602b3-bbd7-4e8a-b078-680ec76e1a4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"app_id","value":"<integer>","type":"text"},{"key":"active","value":"<boolean>","type":"text"},{"key":"banner_title","value":"<string>","type":"text"},{"key":"banner_image_url","value":"<uri>","type":"text"},{"key":"banner_url","value":"<uri>","type":"text"},{"key":"display_position","value":"<integer>","type":"text"},{"key":"display_start_date","value":"<date>","type":"text"},{"key":"display_end_date","value":"<date>","type":"text"},{"key":"program","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/banners/:id/","description":"<p>Updates a banner based on the banner id</p>\n","urlObject":{"path":["mobile",":app_pk","banners",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"21148d1d-b677-4f3b-bc6a-60a56812e3d1","description":{"content":"<p>(Required) ID of the app</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"app_pk"},{"id":"6662df3f-74bb-4cea-93a5-bde9d1c45e4c","description":{"content":"<p>(Required) ID of the banner</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"37f2a78a-7783-46b6-9f93-e71818e28ead","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"app_id","value":"<integer>","type":"text"},{"key":"active","value":"<boolean>","type":"text"},{"key":"banner_title","value":"<string>","type":"text"},{"key":"banner_image_url","value":"<uri>","type":"text"},{"key":"banner_url","value":"<uri>","type":"text"},{"key":"display_position","value":"<integer>","type":"text"},{"key":"display_start_date","value":"<date>","type":"text"},{"key":"display_end_date","value":"<date>","type":"text"},{"key":"program","value":"<string>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/banners/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["mobile",":app_pk","banners",":id",""],"variable":[{"key":"app_pk"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"program\": \"<string>\",\n  \"app_id\": \"<integer>\",\n  \"active\": \"<boolean>\",\n  \"banner_title\": \"<string>\",\n  \"banner_image_url\": \"<uri>\",\n  \"banner_url\": \"<uri>\",\n  \"display_position\": \"<integer>\",\n  \"display_start_date\": \"<date>\",\n  \"display_end_date\": \"<date>\"\n}"}],"_postman_id":"291602b3-bbd7-4e8a-b078-680ec76e1a4b"},{"name":"Removes a banner with its id","id":"0eaec812-7bd1-44d5-a11a-db4ba5c27892","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/banners/:id/","description":"<p>Removes a banner based on the banner id</p>\n","urlObject":{"path":["mobile",":app_pk","banners",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"a7205b40-2af2-4add-ab5d-2d0f7f37536f","description":{"content":"<p>(Required) ID of the app</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"app_pk"},{"id":"c201f0e3-ef81-4293-937c-f6cfc2edad0d","description":{"content":"<p>(Required) ID of the banner</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"dc50d2c5-8808-4221-a470-2c712f2148ba","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/banners/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["mobile",":app_pk","banners",":id",""],"variable":[{"key":"app_pk"},{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0eaec812-7bd1-44d5-a11a-db4ba5c27892"}],"id":"03eee72e-fb62-4d82-a2f4-d3a7fe03003c","_postman_id":"03eee72e-fb62-4d82-a2f4-d3a7fe03003c","description":""},{"name":"set_positions","item":[{"name":"Sets the display position for various banners","id":"e5a1a660-c824-451b-8ce8-9b8e085307c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"enim7","value":"[object Object]","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/banners/set_positions/","description":"<p>Accepts a json object of banner ids and display positions for an app.</p>\n","urlObject":{"path":["mobile",":app_pk","banners","set_positions",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"ca14b487-9bbb-46a7-88ab-f2bedfa4b912","description":{"content":"<p>(Required) ID of the app</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"app_pk"}]}},"response":[{"id":"01430600-139e-488b-8960-13f23f91e477","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"key":"enim7","value":"[object Object]","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/banners/set_positions/","host":["https://connect.ignite.cloud/loyalty"],"path":["mobile",":app_pk","banners","set_positions",""],"variable":[{"key":"app_pk"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"200\": \"ok\"\n}"}],"_postman_id":"e5a1a660-c824-451b-8ce8-9b8e085307c3"}],"id":"4bce025a-a910-47b2-9df3-88d7c5729a5e","_postman_id":"4bce025a-a910-47b2-9df3-88d7c5729a5e","description":""},{"name":"Gets a list of all available banners for an app","id":"de4e968e-4da7-41de-a9f3-a42801b7f803","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/banners/?limit=<integer>&offset=<integer>","description":"<p>Returns list of all banners that are assigned to an app.</p>\n","urlObject":{"path":["mobile",":app_pk","banners",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[{"id":"8bab17ce-e978-4a17-97d0-c72c65bf6856","description":{"content":"<p>(Required) ID of the app</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"app_pk"}]}},"response":[{"id":"4f6bc08d-9de4-4354-8b14-d3a61246be4c","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/banners/?limit=<integer>&offset=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["mobile",":app_pk","banners",""],"query":[{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"}],"variable":[{"key":"app_pk"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"program\": \"<string>\",\n      \"app_id\": \"<integer>\",\n      \"active\": \"<boolean>\",\n      \"banner_title\": \"<string>\",\n      \"banner_image_url\": \"<uri>\",\n      \"banner_url\": \"<uri>\",\n      \"display_position\": \"<integer>\",\n      \"display_start_date\": \"<date>\",\n      \"display_end_date\": \"<date>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"program\": \"<string>\",\n      \"app_id\": \"<integer>\",\n      \"active\": \"<boolean>\",\n      \"banner_title\": \"<string>\",\n      \"banner_image_url\": \"<uri>\",\n      \"banner_url\": \"<uri>\",\n      \"display_position\": \"<integer>\",\n      \"display_start_date\": \"<date>\",\n      \"display_end_date\": \"<date>\"\n    }\n  ]\n}"}],"_postman_id":"de4e968e-4da7-41de-a9f3-a42801b7f803"},{"name":"Create a new banner","id":"c813aa1f-6682-4d8b-8afc-7851d4c125d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"program","value":"<string>","type":"text"},{"key":"app_id","value":"<integer>","type":"text"},{"key":"active","value":"<boolean>","type":"text"},{"key":"banner_title","value":"<string>","type":"text"},{"key":"banner_image_url","value":"<uri>","type":"text"},{"key":"banner_url","value":"<uri>","type":"text"},{"key":"display_position","value":"<integer>","type":"text"},{"key":"display_start_date","value":"<date>","type":"text"},{"key":"display_end_date","value":"<date>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/banners/","description":"<p>Creates a new banner for the associated app</p>\n","urlObject":{"path":["mobile",":app_pk","banners",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"6480780a-a47b-402d-8972-9d19ae99f75b","description":{"content":"<p>(Required) ID of the app</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"app_pk"}]}},"response":[{"id":"74b4f7c9-2989-4151-938b-dfead6e83640","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"program","value":"<string>","type":"text"},{"key":"app_id","value":"<integer>","type":"text"},{"key":"active","value":"<boolean>","type":"text"},{"key":"banner_title","value":"<string>","type":"text"},{"key":"banner_image_url","value":"<uri>","type":"text"},{"key":"banner_url","value":"<uri>","type":"text"},{"key":"display_position","value":"<integer>","type":"text"},{"key":"display_start_date","value":"<date>","type":"text"},{"key":"display_end_date","value":"<date>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/banners/","host":["https://connect.ignite.cloud/loyalty"],"path":["mobile",":app_pk","banners",""],"variable":[{"key":"app_pk"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"program\": \"<string>\",\n  \"app_id\": \"<integer>\",\n  \"active\": \"<boolean>\",\n  \"banner_title\": \"<string>\",\n  \"banner_image_url\": \"<uri>\",\n  \"banner_url\": \"<uri>\",\n  \"display_position\": \"<integer>\",\n  \"display_start_date\": \"<date>\",\n  \"display_end_date\": \"<date>\"\n}"}],"_postman_id":"c813aa1f-6682-4d8b-8afc-7851d4c125d0"}],"id":"7c6ad29e-e9e6-4fce-8900-8baaee52f08b","_postman_id":"7c6ad29e-e9e6-4fce-8900-8baaee52f08b","description":""},{"name":"push_notifications","item":[{"name":"{id}","item":[{"name":"mobile push notifications retrieve","id":"ac4ba069-ea6b-4499-9831-6decd3549780","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/push_notifications/:id/","description":"<p>Simple View Set for Mobile App Skins</p>\n","urlObject":{"path":["mobile",":app_pk","push_notifications",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"4629f512-a3c5-4fc7-b741-0cf62aace0c0","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"app_pk"},{"id":"6bacedce-1160-4226-8af9-468614b1098e","description":{"content":"<p>(Required) A unique integer value identifying this push notifications.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"5037e985-2c64-4fc2-9f88-4e450b66f1de","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/push_notifications/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["mobile",":app_pk","push_notifications",":id",""],"variable":[{"key":"app_pk"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"max_frequency_type\": \"DAILY\",\n  \"title\": \"<string>\",\n  \"body\": \"<string>\",\n  \"offer_id\": \"<integer>\",\n  \"distance_from_store\": \".4209\",\n  \"max_frequency_value\": \"<integer>\"\n}"}],"_postman_id":"ac4ba069-ea6b-4499-9831-6decd3549780"},{"name":"mobile push notifications update","id":"d424b3db-d798-433a-9469-837bb30be3e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required)  (This can only be one of DAILY,WEEKLY,MONTHLY,YEARLY)</p>\n","key":"max_frequency_type","value":"DAILY","type":"text"},{"key":"title","value":"<string>","type":"text"},{"key":"body","value":"<string>","type":"text"},{"key":"offer_id","value":"<integer>","type":"text"},{"key":"distance_from_store","value":".4209","type":"text"},{"key":"max_frequency_value","value":"<integer>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/push_notifications/:id/","description":"<p>Simple View Set for Mobile App Skins</p>\n","urlObject":{"path":["mobile",":app_pk","push_notifications",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"a0e7ab40-6df2-4e95-9607-03dbb5842d1c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"app_pk"},{"id":"6ae48f24-e018-4590-b0aa-a636a07b827c","description":{"content":"<p>(Required) A unique integer value identifying this push notifications.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"0758214d-5393-4b65-b182-effd62b5e6c8","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required)  (This can only be one of DAILY,WEEKLY,MONTHLY,YEARLY)","key":"max_frequency_type","value":"DAILY","type":"text"},{"key":"title","value":"<string>","type":"text"},{"key":"body","value":"<string>","type":"text"},{"key":"offer_id","value":"<integer>","type":"text"},{"key":"distance_from_store","value":".4209","type":"text"},{"key":"max_frequency_value","value":"<integer>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/push_notifications/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["mobile",":app_pk","push_notifications",":id",""],"variable":[{"key":"app_pk"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"max_frequency_type\": \"DAILY\",\n  \"title\": \"<string>\",\n  \"body\": \"<string>\",\n  \"offer_id\": \"<integer>\",\n  \"distance_from_store\": \".4209\",\n  \"max_frequency_value\": \"<integer>\"\n}"}],"_postman_id":"d424b3db-d798-433a-9469-837bb30be3e0"},{"name":"mobile push notifications partial update","id":"03be1921-72a0-4338-bafc-d920e98a10fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"title","value":"<string>","type":"text"},{"key":"body","value":"<string>","type":"text"},{"key":"offer_id","value":"<integer>","type":"text"},{"key":"distance_from_store","value":"-9","type":"text"},{"description":"<p>(Required)  (This can only be one of DAILY,WEEKLY,MONTHLY,YEARLY)</p>\n","key":"max_frequency_type","value":"DAILY","type":"text"},{"key":"max_frequency_value","value":"<integer>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/push_notifications/:id/","description":"<p>Simple View Set for Mobile App Skins</p>\n","urlObject":{"path":["mobile",":app_pk","push_notifications",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"adbd80af-cbdb-4ce6-8599-0fefd87b0fda","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"app_pk"},{"id":"01b7877f-bf8c-45a9-a862-04211fd4533c","description":{"content":"<p>(Required) A unique integer value identifying this push notifications.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"4f22cbc2-c019-4799-ac2e-ba673d1cb842","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"title","value":"<string>","type":"text"},{"key":"body","value":"<string>","type":"text"},{"key":"offer_id","value":"<integer>","type":"text"},{"key":"distance_from_store","value":"-9","type":"text"},{"description":"(Required)  (This can only be one of DAILY,WEEKLY,MONTHLY,YEARLY)","key":"max_frequency_type","value":"DAILY","type":"text"},{"key":"max_frequency_value","value":"<integer>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/push_notifications/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["mobile",":app_pk","push_notifications",":id",""],"variable":[{"key":"app_pk"},{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"max_frequency_type\": \"DAILY\",\n  \"title\": \"<string>\",\n  \"body\": \"<string>\",\n  \"offer_id\": \"<integer>\",\n  \"distance_from_store\": \".4209\",\n  \"max_frequency_value\": \"<integer>\"\n}"}],"_postman_id":"03be1921-72a0-4338-bafc-d920e98a10fc"},{"name":"mobile push notifications destroy","id":"0d961ca3-cff9-4823-8bec-181e511da578","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/push_notifications/:id/","description":"<p>Simple View Set for Mobile App Skins</p>\n","urlObject":{"path":["mobile",":app_pk","push_notifications",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"2a8188c4-4594-40d4-8a65-14c1ad9ef40b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"app_pk"},{"id":"fc3d0a48-c418-416f-850d-e5a0df625c99","description":{"content":"<p>(Required) A unique integer value identifying this push notifications.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"3f3dff79-4f40-4b08-a8be-c405bda0bd11","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/push_notifications/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["mobile",":app_pk","push_notifications",":id",""],"variable":[{"key":"app_pk"},{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0d961ca3-cff9-4823-8bec-181e511da578"}],"id":"e2d8fbdb-399d-41b1-aeb1-db7fb4b56617","_postman_id":"e2d8fbdb-399d-41b1-aeb1-db7fb4b56617","description":""},{"name":"mobile push notifications list","id":"79338cba-d25f-408f-905f-420f2a5049cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/push_notifications/?limit=<integer>&offset=<integer>","description":"<p>Simple View Set for Mobile App Skins</p>\n","urlObject":{"path":["mobile",":app_pk","push_notifications",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[{"id":"812de580-d9c4-408c-86cb-f76f9ef48627","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"app_pk"}]}},"response":[{"id":"2e4b17fa-e44d-46ac-bc0b-210b1d5e2bdb","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/push_notifications/?limit=<integer>&offset=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["mobile",":app_pk","push_notifications",""],"query":[{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"}],"variable":[{"key":"app_pk"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"max_frequency_type\": \"WEEKLY\",\n      \"title\": \"<string>\",\n      \"body\": \"<string>\",\n      \"offer_id\": \"<integer>\",\n      \"distance_from_store\": \"-93.95\",\n      \"max_frequency_value\": \"<integer>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"max_frequency_type\": \"MONTHLY\",\n      \"title\": \"<string>\",\n      \"body\": \"<string>\",\n      \"offer_id\": \"<integer>\",\n      \"distance_from_store\": \"-72\",\n      \"max_frequency_value\": \"<integer>\"\n    }\n  ]\n}"}],"_postman_id":"79338cba-d25f-408f-905f-420f2a5049cd"},{"name":"mobile push notifications create","id":"b8f6ab23-9f39-423f-98e9-ffc6a28888e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required)  (This can only be one of DAILY,WEEKLY,MONTHLY,YEARLY)</p>\n","key":"max_frequency_type","value":"DAILY","type":"text"},{"key":"title","value":"<string>","type":"text"},{"key":"body","value":"<string>","type":"text"},{"key":"offer_id","value":"<integer>","type":"text"},{"key":"distance_from_store","value":"","type":"text"},{"key":"max_frequency_value","value":"<integer>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/push_notifications/","description":"<p>Simple View Set for Mobile App Skins</p>\n","urlObject":{"path":["mobile",":app_pk","push_notifications",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"e595997c-e6ba-4707-9b84-c0bf690c68aa","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"app_pk"}]}},"response":[{"id":"a4a3155e-653a-40b1-8240-5889f2edf4f4","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required)  (This can only be one of DAILY,WEEKLY,MONTHLY,YEARLY)","key":"max_frequency_type","value":"DAILY","type":"text"},{"key":"title","value":"<string>","type":"text"},{"key":"body","value":"<string>","type":"text"},{"key":"offer_id","value":"<integer>","type":"text"},{"key":"distance_from_store","value":"","type":"text"},{"key":"max_frequency_value","value":"<integer>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/mobile/:app_pk/push_notifications/","host":["https://connect.ignite.cloud/loyalty"],"path":["mobile",":app_pk","push_notifications",""],"variable":[{"key":"app_pk"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"max_frequency_type\": \"DAILY\",\n  \"title\": \"<string>\",\n  \"body\": \"<string>\",\n  \"offer_id\": \"<integer>\",\n  \"distance_from_store\": \".4209\",\n  \"max_frequency_value\": \"<integer>\"\n}"}],"_postman_id":"b8f6ab23-9f39-423f-98e9-ffc6a28888e9"}],"id":"cecde88f-091a-434f-b249-551f7e65be95","_postman_id":"cecde88f-091a-434f-b249-551f7e65be95","description":""}],"id":"869d2bc0-dc7f-4710-9bfa-b88c300d71fd","_postman_id":"869d2bc0-dc7f-4710-9bfa-b88c300d71fd","description":""},{"name":"{id}","item":[{"name":"Returns a detailed view of an app","id":"71e8e207-a9aa-465d-86a7-3825462b10bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/mobile/:id/","description":"<p>Gets a detailed app based on app id</p>\n","urlObject":{"path":["mobile",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"a6dc41da-5a79-4262-b0a9-1ba40d16be5a","description":{"content":"<p>(Required) A unique integer value identifying this mobile app skins.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a8f0940c-66b4-4518-b22f-fb817de903d4","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/mobile/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["mobile",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"active\": \"<boolean>\",\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\"\n}"}],"_postman_id":"71e8e207-a9aa-465d-86a7-3825462b10bd"},{"name":"Updates all information for an app","id":"63658cef-e577-4348-b108-1d7475a89071","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"active","value":"<boolean>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"name","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/mobile/:id/","description":"<p>Updates all information of an app</p>\n","urlObject":{"path":["mobile",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"5448c294-8fbb-4117-a7ad-e900cc22d536","description":{"content":"<p>(Required) A unique integer value identifying this mobile app skins.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"e3fb5f22-57b8-4bba-99f5-7ce9b7c0b15d","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"active","value":"<boolean>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/mobile/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["mobile",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"active\": \"<boolean>\",\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\"\n}"}],"_postman_id":"63658cef-e577-4348-b108-1d7475a89071"},{"name":"Updates an app","id":"1a19d71d-821f-477c-9fe2-0c933a71f192","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"name","value":"<string>","type":"text"},{"key":"active","value":"<boolean>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/mobile/:id/","description":"<p>Updates only the fields provided for the app id supplied</p>\n","urlObject":{"path":["mobile",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"74c65d3a-c2d9-42f8-82e8-168bdc45daab","description":{"content":"<p>(Required) A unique integer value identifying this mobile app skins.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"98d76e17-ea38-44de-a611-6bac3bc25434","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"name","value":"<string>","type":"text"},{"key":"active","value":"<boolean>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/mobile/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["mobile",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"active\": \"<boolean>\",\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\"\n}"}],"_postman_id":"1a19d71d-821f-477c-9fe2-0c933a71f192"},{"name":"Removes an app with it's id","id":"c332301c-e247-4b4c-978a-778a2c92f872","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/mobile/:id/","description":"<p>Removes an app based on the app id</p>\n","urlObject":{"path":["mobile",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"0b83b589-e4b2-4b74-b4ee-5b866d220762","description":{"content":"<p>(Required) A unique integer value identifying this mobile app skins.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"cb13a735-111f-48db-ab2a-0bc148de7994","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/mobile/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["mobile",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c332301c-e247-4b4c-978a-778a2c92f872"}],"id":"b42e22b7-21d6-40f1-ac80-caae758ad7d9","_postman_id":"b42e22b7-21d6-40f1-ac80-caae758ad7d9","description":""},{"name":"upload_image","item":[{"name":"Uploads an image to s3 and returns a URL.","id":"22e20798-9422-492b-bfbc-cb2d17c92391","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/mobile/upload_image/?image=<string>","description":"<p>Uploads an image to s3 and returns a URL.</p>\n","urlObject":{"path":["mobile","upload_image",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"description":{"content":"<p>(Required) image file to upload must be a .gif, .png, .jpg, .jpeg, .svc</p>\n","type":"text/plain"},"key":"image","value":"<string>"}],"variable":[]}},"response":[{"id":"02ad5c2a-97f3-474e-a409-c6bde8b6657a","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/mobile/upload_image/?image=<string>","host":["https://connect.ignite.cloud/loyalty"],"path":["mobile","upload_image",""],"query":[{"description":"(Required) image file to upload must be a .gif, .png, .jpg, .jpeg, .svc","key":"image","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"url\": \"<string>\"\n}"}],"_postman_id":"22e20798-9422-492b-bfbc-cb2d17c92391"}],"id":"073ee5dc-2e7d-4230-9fab-4dcc3c4250f6","_postman_id":"073ee5dc-2e7d-4230-9fab-4dcc3c4250f6","description":""},{"name":"Gets a list of all available apps for the program","id":"1bede6ba-4e6c-4230-af56-bb50813da69f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/mobile/?limit=<integer>&offset=<integer>","description":"<p>Returns list of all authorized mobile apps.</p>\n","urlObject":{"path":["mobile",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[]}},"response":[{"id":"1968e8a7-6a93-4b72-a879-0b6cb08928e4","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/mobile/?limit=<integer>&offset=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["mobile",""],"query":[{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"active\": \"<boolean>\",\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\"\n    },\n    {\n      \"active\": \"<boolean>\",\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"1bede6ba-4e6c-4230-af56-bb50813da69f"},{"name":"Creates a new app","id":"06ca54e9-6b77-4621-9be4-9933e87b33e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"active","value":"<boolean>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"name","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/mobile/","description":"<p>Adds a new app for configuration</p>\n","urlObject":{"path":["mobile",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"83c402cd-a140-4d0d-a2b6-ada64a198271","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"active","value":"<boolean>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/mobile/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"active\": \"<boolean>\",\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\"\n}"}],"_postman_id":"06ca54e9-6b77-4621-9be4-9933e87b33e9"}],"id":"4b5c2d87-5125-4591-a5cb-d0893a8bf424","description":"<h3 id=\"mobile-applications-management\">Mobile Applications Management</h3>\n<p>The endpoints under the <code>/mobile</code> path are essential for managing the branded mobile applications within the loyalty program. These applications serve as the primary interface for end-users, offering convenience and promoting engagement through rewards and personalized content.</p>\n<ul>\n<li><p><strong>GET /mobile</strong>: This endpoint is used to retrieve a list of all mobile applications available within the loyalty program. It is crucial for administrative purposes and ensures that developers and marketers have a comprehensive view of the program's mobile offerings.</p>\n</li>\n<li><p><strong>POST /mobile</strong>: Allows for the creation of new branded mobile applications within the loyalty program. This endpoint supports the loyalty program's growth and adaptation by enabling the introduction of new apps to meet evolving user needs and market trends.</p>\n</li>\n</ul>\n<h3 id=\"banner-management-within-applications\">Banner Management within Applications</h3>\n<p>Banners within mobile applications are key to promoting offers, events, and important information directly to users. Managing these banners effectively can significantly enhance user engagement and program participation.</p>\n<ul>\n<li><p><strong>GET /mobile/{app_pk}/banners</strong>: Retrieves all banners associated with a specific application. This is useful for understanding the current promotional content within an app.</p>\n</li>\n<li><p><strong>POST /mobile/{app_pk}/banners</strong>: Enables the creation of a new banner within an app, allowing for timely updates and promotions to engage users.</p>\n</li>\n<li><p><strong>GET /mobile/{app_pk}/banners/{id}</strong> through to <strong>DELETE /mobile/{app_pk}/banners/{id}/</strong>: These endpoints allow for detailed management of individual banners, including retrieval, updating, and deletion. This functionality is essential for maintaining relevant and up-to-date promotional content within each app.</p>\n</li>\n<li><p><strong>POST /mobile/{app_pk}/banners/set_positions</strong>: Adjusts the display positions of banners within an app, optimizing visibility and impact on the user experience.</p>\n</li>\n</ul>\n<h3 id=\"push-notifications\">Push Notifications</h3>\n<p>Push notifications are a direct line of communication with users, offering the ability to send timely and relevant information to engage and inform program participants.</p>\n<ul>\n<li><p><strong>GET /mobile/{app_pk}/push_notifications</strong> and <strong>POST /mobile/{app_pk}/push_notifications</strong>: List and create push notifications for an app. This enables targeted communication and promotion directly to users' devices.</p>\n</li>\n<li><p><strong>GET /mobile/{app_pk}/push_notifications/{id}</strong> through to <strong>DELETE /mobile/{app_pk}/push_notifications/{id}</strong>: Manage the lifecycle of individual push notifications, from retrieval and updating to deletion. This ensures that messages remain relevant and effective over time.</p>\n</li>\n</ul>\n<h3 id=\"comprehensive-application-management\">Comprehensive Application Management</h3>\n<p>Beyond banners and notifications, managing the applications themselves is fundamental to maintaining a cohesive and functional mobile presence.</p>\n<ul>\n<li><p><strong>GET /mobile/{id}</strong> through to <strong>DELETE /mobile/{id}</strong>: These endpoints facilitate comprehensive management of each mobile app, including retrieving detailed app information, updating app details, and removing apps from the program as necessary.</p>\n</li>\n<li><p><strong>POST /mobile/upload_image</strong>: Uploads an image to a specified S3 location and returns the URL. This supports the visual aspects of app content, allowing for the easy integration of images into mobile apps, banners, and notifications.</p>\n</li>\n</ul>\n","_postman_id":"4b5c2d87-5125-4591-a5cb-d0893a8bf424"},{"name":"mppa_config","item":[{"name":"{id}","item":[{"name":"Returns a detailed view of an mppa config","id":"202d2c4b-ee15-437d-b9f3-9e980dd17621","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/mppa_config/:id/","description":"<p>Gets all info about a given mppa config</p>\n","urlObject":{"path":["mppa_config",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"e3f15b4d-e26c-4a98-84fc-d11dab9a186e","description":{"content":"<p>(Required) A unique integer value identifying this mppa config.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"75942d41-b593-4736-b07c-f6364c6f7956","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/mppa_config/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["mppa_config",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"remote_url\": \"<string>\"\n}"}],"_postman_id":"202d2c4b-ee15-437d-b9f3-9e980dd17621"},{"name":"Updates all information for an mppa config","id":"9ee6b521-eaeb-4b0e-ada6-c76efb35d17a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"key":"name","value":"<string>","type":"text"},{"key":"type","value":"<string>","type":"text"},{"key":"remote_url","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/mppa_config/:id/","description":"<p>Updates all information of an mppa config</p>\n","urlObject":{"path":["mppa_config",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"8ea8834c-aea0-4006-889e-21dfe0ad1a0c","description":{"content":"<p>(Required) A unique integer value identifying this mppa config.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"af7b6e6f-e525-4a36-b647-3646d5a2d968","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"key":"name","value":"<string>","type":"text"},{"key":"type","value":"<string>","type":"text"},{"key":"remote_url","value":"<string>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/mppa_config/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["mppa_config",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"remote_url\": \"<string>\"\n}"}],"_postman_id":"9ee6b521-eaeb-4b0e-ada6-c76efb35d17a"},{"name":"mppa config partial update","id":"aaf322d2-850b-4885-b093-b240feb91548","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"name","value":"<string>","type":"text"},{"key":"type","value":"<string>","type":"text"},{"key":"remote_url","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/mppa_config/:id/","urlObject":{"path":["mppa_config",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"34893690-f0f4-43aa-b71a-51f9184d70cd","description":{"content":"<p>(Required) A unique integer value identifying this mppa config.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"9ec17abe-d0ad-4b10-bad2-db28ddb37775","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"name","value":"<string>","type":"text"},{"key":"type","value":"<string>","type":"text"},{"key":"remote_url","value":"<string>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/mppa_config/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["mppa_config",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"remote_url\": \"<string>\"\n}"}],"_postman_id":"aaf322d2-850b-4885-b093-b240feb91548"},{"name":"Deletes an mppa config","id":"49e76901-daa0-407f-bc12-66a96b231645","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/mppa_config/:id/","description":"<p>Deletes an mppa config identified by id</p>\n","urlObject":{"path":["mppa_config",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"4cacfdff-0bd7-4cb1-a886-0fe737d1bc7e","description":{"content":"<p>(Required) A unique integer value identifying this mppa config.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"36a84d44-ad4f-4c62-a84f-dc8845372634","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/mppa_config/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["mppa_config",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"49e76901-daa0-407f-bc12-66a96b231645"}],"id":"7877b476-89df-435a-aade-edc7d9f60d6b","_postman_id":"7877b476-89df-435a-aade-edc7d9f60d6b","description":""},{"name":"Gets a list of all available mppa configurations","id":"62a333da-e5c9-4a08-adb6-c2520052f473","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/mppa_config/?limit=<integer>&offset=<integer>","description":"<p>Returns list of all mppa configs.</p>\n","urlObject":{"path":["mppa_config",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[]}},"response":[{"id":"061bc946-b256-49ad-b552-2c5c2dfaf4f9","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/mppa_config/?limit=<integer>&offset=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["mppa_config",""],"query":[{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"remote_url\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\",\n      \"remote_url\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"62a333da-e5c9-4a08-adb6-c2520052f473"},{"name":"Creates a new mppa config","id":"be9272ad-7f02-41b8-9044-a6daf4540289","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"key":"name","value":"<string>","type":"text"},{"key":"type","value":"<string>","type":"text"},{"key":"remote_url","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/mppa_config/","description":"<p>Creates a new mppa config</p>\n","urlObject":{"path":["mppa_config",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"3a5462fe-af33-4308-b109-48c37397de15","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"key":"name","value":"<string>","type":"text"},{"key":"type","value":"<string>","type":"text"},{"key":"remote_url","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/mppa_config/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"type\": \"<string>\",\n  \"remote_url\": \"<string>\"\n}"}],"_postman_id":"be9272ad-7f02-41b8-9044-a6daf4540289"}],"id":"77a5411b-ff72-4037-884b-a290aa185368","description":"<p>The MPPA configuration endpoints provide essential functionality for locations utilizing the Command Center product, especially those that require integration with the MPPA Switch/Router for pre-paying services and managing dispenser operations. This suite of endpoints enables locations to configure, manage, and utilize the MPPA protocol effectively, ensuring seamless payment processes and dispenser management.</p>\n<h3 id=\"overview-of-endpoints\">Overview of Endpoints</h3>\n<ul>\n<li><p><strong>GET /mppa_config</strong>: This endpoint retrieves a list of all MPPA configurations available within the system. It's instrumental for locations to view and select appropriate configurations for their operations. Parameters such as <code>limit</code> and <code>offset</code> facilitate pagination, making it easier to handle large sets of configurations.</p>\n</li>\n<li><p><strong>POST /mppa_config</strong>: Creates a new MPPA configuration. This endpoint is for adding new configurations to meet specific operational requirements. The request body requires details like <code>name</code>, <code>type</code>, and <code>remote_url</code>, defining the configuration's properties.</p>\n</li>\n<li><p><strong>GET /mppa_config</strong>: Offers a detailed view of a specific MPPA configuration, identified by its <code>id</code>. This is useful for examining the settings of a particular configuration, aiding in troubleshooting or adjustments.</p>\n</li>\n<li><p><strong>PUT /mppa_config/{id}</strong>: Updates all information for an MPPA configuration. This endpoint is essential for modifying existing configurations, ensuring they remain relevant and effective as operational needs evolve.</p>\n</li>\n<li><p><strong>PATCH /mppa_config/{id}</strong>: Similar to the PUT method, this endpoint allows for partial updates to an MPPA configuration. It's useful for making minor adjustments without overwriting the entire configuration.</p>\n</li>\n<li><p><strong>DELETE /mppa_config/{id}</strong>: Removes an MPPA configuration from the system. This endpoint is critical for maintaining the cleanliness and relevance of the configuration list, allowing for the removal of outdated or unused configurations.</p>\n</li>\n</ul>\n","_postman_id":"77a5411b-ff72-4037-884b-a290aa185368"},{"name":"offer_categories","item":[{"name":"{id}","item":[{"name":"Returns a detailed view of a category","id":"27d637b7-2971-4188-bf5f-95fe3da1aafd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/offer_categories/:id/","description":"<p>Gets a detailed view based on category id</p>\n","urlObject":{"path":["offer_categories",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"c1e86446-e93e-4e90-b272-eaa1382e0aef","description":{"content":"<p>(Required) A unique integer value identifying this member offer categories.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"dd3bb798-4950-40b6-9ff2-c48ada3b9925","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/offer_categories/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["offer_categories",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"priority\": \"<integer>\",\n  \"active\": \"<boolean>\"\n}"}],"_postman_id":"27d637b7-2971-4188-bf5f-95fe3da1aafd"},{"name":"Updates all information for a category","id":"8ccf4568-247d-4c2e-90b5-18dd115d493c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"name","value":"<string>","type":"text"},{"key":"description","value":"<string>","type":"text"},{"key":"priority","value":"<integer>","type":"text"},{"key":"active","value":"<boolean>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/offer_categories/:id/","description":"<p>Updates all information of a category</p>\n","urlObject":{"path":["offer_categories",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"59ffc45d-6428-4d28-93e5-00a34dafa74a","description":{"content":"<p>(Required) A unique integer value identifying this member offer categories.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"c9db7174-e7a0-44a0-beed-ac36112baa93","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"},{"key":"description","value":"<string>","type":"text"},{"key":"priority","value":"<integer>","type":"text"},{"key":"active","value":"<boolean>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/offer_categories/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["offer_categories",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"priority\": \"<integer>\",\n  \"active\": \"<boolean>\"\n}"}],"_postman_id":"8ccf4568-247d-4c2e-90b5-18dd115d493c"},{"name":"Updates a category","id":"937ff0a0-0ab4-446e-8883-8d235ac4fd47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"name","value":"<string>","type":"text"},{"key":"description","value":"<string>","type":"text"},{"key":"priority","value":"<integer>","type":"text"},{"key":"active","value":"<boolean>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/offer_categories/:id/","description":"<p>Updates only the fields provided for the category id supplied</p>\n","urlObject":{"path":["offer_categories",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"9966c3b1-1ef2-4143-8f08-944d97990b96","description":{"content":"<p>(Required) A unique integer value identifying this member offer categories.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"12db4479-c819-4ae8-8bc6-5a1707c6fda7","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"name","value":"<string>","type":"text"},{"key":"description","value":"<string>","type":"text"},{"key":"priority","value":"<integer>","type":"text"},{"key":"active","value":"<boolean>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/offer_categories/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["offer_categories",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"priority\": \"<integer>\",\n  \"active\": \"<boolean>\"\n}"}],"_postman_id":"937ff0a0-0ab4-446e-8883-8d235ac4fd47"},{"name":"Sets a catecory to inactive","id":"3d07a8ac-bbc4-432a-b9ea-864ca04e9d64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/offer_categories/:id/","description":"<p>Sets a catecory to inactive</p>\n","urlObject":{"path":["offer_categories",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"95b0bd8a-8c73-4e71-b458-6b569da1b3ea","description":{"content":"<p>(Required) A unique integer value identifying this member offer categories.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a154ba15-479d-4016-9378-83f8bd826aaf","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/offer_categories/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["offer_categories",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3d07a8ac-bbc4-432a-b9ea-864ca04e9d64"}],"id":"0acab024-04f3-4a88-8ef8-595ade00efe6","_postman_id":"0acab024-04f3-4a88-8ef8-595ade00efe6","description":""},{"name":"set_positions","item":[{"name":"Sets category positions in bulk","id":"744e1dd7-b1f9-45da-9cef-2c3dec680b85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[],"url":"https://connect.ignite.cloud/loyalty/offer_categories/set_positions/","description":"<p>Accepts a list of categories with their positions and updates them.</p>\n","urlObject":{"path":["offer_categories","set_positions",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"f69fe9a1-9870-4f2e-985d-f4a8197c998f","name":"No response body","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://connect.ignite.cloud/loyalty/offer_categories/set_positions/"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"744e1dd7-b1f9-45da-9cef-2c3dec680b85"}],"id":"51de3723-7bab-48c7-bcdf-7dc7a6eb2a7c","_postman_id":"51de3723-7bab-48c7-bcdf-7dc7a6eb2a7c","description":""},{"name":"Gets a list of all available categories for the program","id":"23daf2f7-e75a-40fb-acd1-75ad49bf551a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/offer_categories/?limit=<integer>&offset=<integer>","description":"<p>Returns list of all categories.</p>\n","urlObject":{"path":["offer_categories",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[]}},"response":[{"id":"e2bcb021-f043-4f66-adc2-39b42ec56bc7","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/offer_categories/?limit=<integer>&offset=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["offer_categories",""],"query":[{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"priority\": \"<integer>\",\n      \"active\": \"<boolean>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"priority\": \"<integer>\",\n      \"active\": \"<boolean>\"\n    }\n  ]\n}"}],"_postman_id":"23daf2f7-e75a-40fb-acd1-75ad49bf551a"},{"name":"Creates a new category","id":"0f0b364c-f29d-4791-bb84-1ea71e8c269c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"name","value":"<string>","type":"text"},{"key":"description","value":"<string>","type":"text"},{"key":"priority","value":"<integer>","type":"text"},{"key":"active","value":"<boolean>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/offer_categories/","description":"<p>Adds a new category for the list</p>\n","urlObject":{"path":["offer_categories",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"c9e22725-da35-48f2-b4e7-e750ea64c35a","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"},{"key":"description","value":"<string>","type":"text"},{"key":"priority","value":"<integer>","type":"text"},{"key":"active","value":"<boolean>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/offer_categories/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"priority\": \"<integer>\",\n  \"active\": \"<boolean>\"\n}"}],"_postman_id":"0f0b364c-f29d-4791-bb84-1ea71e8c269c"}],"id":"7b59dda1-a1e4-4136-ab0e-88eabdb14a27","description":"<p>This set of endpoints facilitates the creation, retrieval, updating, and deactivation of offer categories, which serve as a means to organize and prioritize the presentation of offers to users, enhancing their app experience and engagement with promotions.</p>\n<h1 id=\"introduction\">Introduction</h1>\n<p>For operating promotions and the viewing of those in our system, there are three key components: Triggers, Offers, and Offer Categories.</p>\n<ul>\n<li><p>Triggers (<code>/triggers</code>)</p>\n<ul>\n<li>Triggers are the foundation of our promotions system. They are conditions or events that, once met, unlock or present specific discounts to customers at the point of sale. Triggers can be designed to activate instantly or require customer action, such as making a purchase or engaging with the app. Their primary role is to facilitate the timely and relevant presentation of offers to enhance customer engagement and drive sales.</li>\n</ul>\n</li>\n<li><p>Offers (<code>/offers</code>)</p>\n<ul>\n<li>Offers are the visible representation of our promotions within the mobile app, tailored for our loyalty program members. They detail the specifics of the promotions, including discounts, redemption methods, and terms. Offers leverage triggers to display the most relevant deals to customers, ensuring a personalized and dynamic shopping experience that rewards loyalty and encourages repeat business.</li>\n</ul>\n</li>\n<li><p>Offer Categories (<code>/offer_categories</code>)</p>\n<ul>\n<li>Offer Categories organize and classify the array of promotions and deals available, aiding users in navigating the platform. Categories such as \"Food &amp; Beverages\", \"Employee Specials\", or \"Alcohol\" help users quickly find offers that cater to their interests or needs. This categorization not only enhances the user experience by streamlining the discovery process but also supports businesses in targeting promotions more effectively.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"purpose-and-functionality\">Purpose and Functionality</h3>\n<ul>\n<li><strong>GET /offer_categories</strong>: Retrieves a comprehensive list of all offer categories available within the loyalty program. This endpoint supports pagination through <code>limit</code> and <code>offset</code> parameters, making it efficient to handle large datasets. It's particularly useful for backend systems to fetch an overview of how offers are categorized and for front-end applications to display these categories appropriately.</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /offer_categories?limit=2&amp;offset=0\n\n</code></pre><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"count\": 2,\n  \"next\": \"http://api.example.org/offer_categories?offset=2&amp;limit=2\",\n  \"previous\": null,\n  \"results\": [\n    {\n      \"id\": 1,\n      \"name\": \"Everyday Offers\",\n      \"description\": \"This is a catch-all for non-loyalty offers.\",\n      \"priority\": 2000,\n      \"active\": true\n    },\n    {\n      \"id\": 2,\n      \"name\": \"Black Friday\",\n      \"description\": \"Special deals available only on Black Friday.\",\n      \"priority\": 1000,\n      \"active\": true\n    }\n  ]\n}\n\n</code></pre>\n<ul>\n<li><strong>POST /offer_categories</strong>: Allows for the creation of a new offer category. This endpoint is essential for adding new categories to the loyalty program, enabling the marketing team to segment offers based on seasonal campaigns, product types, or any custom criteria. The request body must include the category <code>name</code>, <code>description</code>, <code>priority</code> for sorting, and an <code>active</code> status indicator.</li>\n<li><strong>GET /offer_categories/{id}</strong>: Provides a detailed view of a specific offer category, identified by its <code>id</code>. This is useful for obtaining detailed information about a category, including its description and priority, which can be used for editing purposes or for detailed analysis in reporting tools.</li>\n<li><strong>PUT /offer_categories/{id}</strong> and <strong>PATCH /offer_categories/{id}</strong>: These endpoints are used to update offer categories. While PUT requires all category information to be provided for an update, PATCH allows for partial updates, making it flexible for making quick adjustments to categories such as renaming, changing priority, or updating descriptions.</li>\n<li><strong>DELETE /offer_categories/{id}</strong>: Sets a category to inactive rather than deleting it from the database, preserving historical data integrity. This approach is beneficial for maintaining a clean and relevant set of active categories without losing historical data.</li>\n<li><strong>POST /offer_categories/set_positions</strong>: A specialized endpoint for bulk updating the positions or priorities of categories. This is particularly useful for reorganizing categories in the mobile app interface, ensuring that the most relevant categories are presented to the user first.</li>\n</ul>\n","_postman_id":"7b59dda1-a1e4-4136-ab0e-88eabdb14a27"},{"name":"offers","item":[{"name":"{id}","item":[{"name":"Returns a detailed view of a offer","id":"3707f2d8-fd01-4f1c-9103-9920b26b65a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/offers/:id/","description":"<p>Gets a detailed offer based on offer id</p>\n","urlObject":{"path":["offers",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"41958337-3bf7-4910-8b37-a8812ef8fc47","description":{"content":"<p>(Required) A unique integer value identifying this member offers.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"cfe31814-5ada-41dc-9180-2c262b97e750","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/offers/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["offers",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"enabled\": \"<boolean>\",\n  \"id\": \"<integer>\",\n  \"purchases_independent\": \"<boolean>\",\n  \"description\": \"<string>\",\n  \"categories\": \"<string>\",\n  \"alcohol_offer\": \"<string>\",\n  \"tobacco_offer\": \"<string>\",\n  \"image_url\": \"<string>\",\n  \"image_url_2\": \"<string>\",\n  \"trigger\": \"<string>\",\n  \"display_date\": \"<date>\",\n  \"display_days\": \"<integer>\",\n  \"offer_url\": \"<string>\",\n  \"offer_priority\": \"<integer>\"\n}"}],"_postman_id":"3707f2d8-fd01-4f1c-9103-9920b26b65a9"},{"name":"Replaces all information for a offer","id":"985f3a86-2956-41b7-982f-5d5c8fa76b4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"enabled","value":"<boolean>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"purchases_independent","value":"<boolean>","type":"text"},{"key":"description","value":"<string>","type":"text"},{"key":"categories","value":"<string>","type":"text"},{"key":"alcohol_offer","value":"<string>","type":"text"},{"key":"tobacco_offer","value":"<string>","type":"text"},{"key":"image_url","value":"<string>","type":"text"},{"key":"image_url_2","value":"<string>","type":"text"},{"key":"trigger","value":"<string>","type":"text"},{"key":"display_date","value":"<date>","type":"text"},{"key":"display_days","value":"<integer>","type":"text"},{"key":"offer_url","value":"<string>","type":"text"},{"key":"offer_priority","value":"<integer>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/offers/:id/","description":"<p>Replaces all information of a offer</p>\n","urlObject":{"path":["offers",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"07915020-f0d9-4921-b4fe-43179cbb0e37","description":{"content":"<p>(Required) A unique integer value identifying this member offers.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a46a95a8-07ac-4727-97bf-a79edfc9d1be","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"enabled","value":"<boolean>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"purchases_independent","value":"<boolean>","type":"text"},{"key":"description","value":"<string>","type":"text"},{"key":"categories","value":"<string>","type":"text"},{"key":"alcohol_offer","value":"<string>","type":"text"},{"key":"tobacco_offer","value":"<string>","type":"text"},{"key":"image_url","value":"<string>","type":"text"},{"key":"image_url_2","value":"<string>","type":"text"},{"key":"trigger","value":"<string>","type":"text"},{"key":"display_date","value":"<date>","type":"text"},{"key":"display_days","value":"<integer>","type":"text"},{"key":"offer_url","value":"<string>","type":"text"},{"key":"offer_priority","value":"<integer>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/offers/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["offers",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"enabled\": \"<boolean>\",\n  \"id\": \"<integer>\",\n  \"purchases_independent\": \"<boolean>\",\n  \"description\": \"<string>\",\n  \"categories\": \"<string>\",\n  \"alcohol_offer\": \"<string>\",\n  \"tobacco_offer\": \"<string>\",\n  \"image_url\": \"<string>\",\n  \"image_url_2\": \"<string>\",\n  \"trigger\": \"<string>\",\n  \"display_date\": \"<date>\",\n  \"display_days\": \"<integer>\",\n  \"offer_url\": \"<string>\",\n  \"offer_priority\": \"<integer>\"\n}"}],"_postman_id":"985f3a86-2956-41b7-982f-5d5c8fa76b4c"},{"name":"Updates an offer","id":"a5e2437b-b44d-4ef2-a9fa-349efe9c354a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"description","value":"<string>","type":"text"},{"key":"enabled","value":"<boolean>","type":"text"},{"key":"purchases_independent","value":"<boolean>","type":"text"},{"key":"categories","value":"<string>","type":"text"},{"key":"alcohol_offer","value":"<string>","type":"text"},{"key":"tobacco_offer","value":"<string>","type":"text"},{"key":"image_url","value":"<string>","type":"text"},{"key":"image_url_2","value":"<string>","type":"text"},{"key":"trigger","value":"<string>","type":"text"},{"key":"display_date","value":"<date>","type":"text"},{"key":"display_days","value":"<integer>","type":"text"},{"key":"offer_url","value":"<string>","type":"text"},{"key":"offer_priority","value":"<integer>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/offers/:id/","description":"<p>Updates only the fields provided for the offer id supplied</p>\n","urlObject":{"path":["offers",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"748a4ceb-1e50-4f08-8493-89fc133b88c0","description":{"content":"<p>(Required) A unique integer value identifying this member offers.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"337b1340-e026-455e-a067-d978ed38546a","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"description","value":"<string>","type":"text"},{"key":"enabled","value":"<boolean>","type":"text"},{"key":"purchases_independent","value":"<boolean>","type":"text"},{"key":"categories","value":"<string>","type":"text"},{"key":"alcohol_offer","value":"<string>","type":"text"},{"key":"tobacco_offer","value":"<string>","type":"text"},{"key":"image_url","value":"<string>","type":"text"},{"key":"image_url_2","value":"<string>","type":"text"},{"key":"trigger","value":"<string>","type":"text"},{"key":"display_date","value":"<date>","type":"text"},{"key":"display_days","value":"<integer>","type":"text"},{"key":"offer_url","value":"<string>","type":"text"},{"key":"offer_priority","value":"<integer>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/offers/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["offers",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"enabled\": \"<boolean>\",\n  \"id\": \"<integer>\",\n  \"purchases_independent\": \"<boolean>\",\n  \"description\": \"<string>\",\n  \"categories\": \"<string>\",\n  \"alcohol_offer\": \"<string>\",\n  \"tobacco_offer\": \"<string>\",\n  \"image_url\": \"<string>\",\n  \"image_url_2\": \"<string>\",\n  \"trigger\": \"<string>\",\n  \"display_date\": \"<date>\",\n  \"display_days\": \"<integer>\",\n  \"offer_url\": \"<string>\",\n  \"offer_priority\": \"<integer>\"\n}"}],"_postman_id":"a5e2437b-b44d-4ef2-a9fa-349efe9c354a"},{"name":"Disables an offer","id":"0506626a-4a78-4b80-be0b-9ffc1a22ee37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/offers/:id/","description":"<p>Disables and offer by offer id supplied</p>\n","urlObject":{"path":["offers",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"0183807d-a023-46e2-bfbe-782a9819ccb0","description":{"content":"<p>(Required) A unique integer value identifying this member offers.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"099576e6-479d-4d8a-b0cc-fd949b8764ef","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/offers/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["offers",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0506626a-4a78-4b80-be0b-9ffc1a22ee37"}],"id":"b38bc5d4-a91e-4e98-804e-bb2f72fe233c","_postman_id":"b38bc5d4-a91e-4e98-804e-bb2f72fe233c","description":""},{"name":"set_positions","item":[{"name":"Sets offer positions in bulk","id":"91c71b4e-a505-499d-b18c-4787ca34fd64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[],"url":"https://connect.ignite.cloud/loyalty/offers/set_positions/","description":"<p>Accepts a list of offers with their positions and updates them.</p>\n","urlObject":{"path":["offers","set_positions",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"41b92455-7148-4320-979c-45eee6bd115f","name":"No response body","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://connect.ignite.cloud/loyalty/offers/set_positions/"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"91c71b4e-a505-499d-b18c-4787ca34fd64"}],"id":"fb693267-d183-490d-8a1a-ee002648732f","_postman_id":"fb693267-d183-490d-8a1a-ee002648732f","description":""},{"name":"upload_image","item":[{"name":"Allows uploading an offer image","id":"9a6e6baa-79ac-48db-b3c2-6e99cf5bda3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[],"url":"https://connect.ignite.cloud/loyalty/offers/upload_image/","description":"<p>Uploads an image in s3 and returns a url</p>\n","urlObject":{"path":["offers","upload_image",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"9b557629-a834-4bee-a927-a1e44ab91a77","name":"No response body","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://connect.ignite.cloud/loyalty/offers/upload_image/"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9a6e6baa-79ac-48db-b3c2-6e99cf5bda3f"}],"id":"42059294-70ad-4eab-ae90-7bad1d63d2fb","_postman_id":"42059294-70ad-4eab-ae90-7bad1d63d2fb","description":""},{"name":"Gets a list of all available offers for a location","id":"9c427170-fef7-4d99-85e3-0c7e356ad41c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/offers/?enabled=<boolean>&limit=<integer>&offset=<integer>&trigger=<integer>","description":"<p>Returns list of all offers.</p>\n","urlObject":{"path":["offers",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"key":"enabled","value":"<boolean>"},{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"},{"key":"trigger","value":"<integer>"}],"variable":[]}},"response":[{"id":"51bf1683-1ae1-4902-9c42-f036893b42ac","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/offers/?enabled=<boolean>&limit=<integer>&offset=<integer>&trigger=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["offers",""],"query":[{"key":"enabled","value":"<boolean>"},{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"},{"key":"trigger","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"enabled\": \"<boolean>\",\n      \"id\": \"<integer>\",\n      \"purchases_independent\": \"<boolean>\",\n      \"description\": \"<string>\",\n      \"categories\": \"<string>\",\n      \"alcohol_offer\": \"<string>\",\n      \"tobacco_offer\": \"<string>\",\n      \"image_url\": \"<string>\",\n      \"image_url_2\": \"<string>\",\n      \"trigger\": \"<string>\",\n      \"display_date\": \"<date>\",\n      \"display_days\": \"<integer>\",\n      \"offer_url\": \"<string>\",\n      \"offer_priority\": \"<integer>\"\n    },\n    {\n      \"enabled\": \"<boolean>\",\n      \"id\": \"<integer>\",\n      \"purchases_independent\": \"<boolean>\",\n      \"description\": \"<string>\",\n      \"categories\": \"<string>\",\n      \"alcohol_offer\": \"<string>\",\n      \"tobacco_offer\": \"<string>\",\n      \"image_url\": \"<string>\",\n      \"image_url_2\": \"<string>\",\n      \"trigger\": \"<string>\",\n      \"display_date\": \"<date>\",\n      \"display_days\": \"<integer>\",\n      \"offer_url\": \"<string>\",\n      \"offer_priority\": \"<integer>\"\n    }\n  ]\n}"}],"_postman_id":"9c427170-fef7-4d99-85e3-0c7e356ad41c"},{"name":"Creates an offer tied to a location","id":"ad745268-81f7-4e19-b42e-07d6dd08fc2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"enabled","value":"<boolean>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"purchases_independent","value":"<boolean>","type":"text"},{"key":"description","value":"<string>","type":"text"},{"key":"categories","value":"<string>","type":"text"},{"key":"alcohol_offer","value":"<string>","type":"text"},{"key":"tobacco_offer","value":"<string>","type":"text"},{"key":"image_url","value":"<string>","type":"text"},{"key":"image_url_2","value":"<string>","type":"text"},{"key":"trigger","value":"<string>","type":"text"},{"key":"display_date","value":"<date>","type":"text"},{"key":"display_days","value":"<integer>","type":"text"},{"key":"offer_url","value":"<string>","type":"text"},{"key":"offer_priority","value":"<integer>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/offers/","description":"<p>Adds a new offer tied to a trigger</p>\n","urlObject":{"path":["offers",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"76176d64-e537-436d-898c-ca4ca6d918f0","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"enabled","value":"<boolean>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"purchases_independent","value":"<boolean>","type":"text"},{"key":"description","value":"<string>","type":"text"},{"key":"categories","value":"<string>","type":"text"},{"key":"alcohol_offer","value":"<string>","type":"text"},{"key":"tobacco_offer","value":"<string>","type":"text"},{"key":"image_url","value":"<string>","type":"text"},{"key":"image_url_2","value":"<string>","type":"text"},{"key":"trigger","value":"<string>","type":"text"},{"key":"display_date","value":"<date>","type":"text"},{"key":"display_days","value":"<integer>","type":"text"},{"key":"offer_url","value":"<string>","type":"text"},{"key":"offer_priority","value":"<integer>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/offers/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"enabled\": \"<boolean>\",\n  \"id\": \"<integer>\",\n  \"purchases_independent\": \"<boolean>\",\n  \"description\": \"<string>\",\n  \"categories\": \"<string>\",\n  \"alcohol_offer\": \"<string>\",\n  \"tobacco_offer\": \"<string>\",\n  \"image_url\": \"<string>\",\n  \"image_url_2\": \"<string>\",\n  \"trigger\": \"<string>\",\n  \"display_date\": \"<date>\",\n  \"display_days\": \"<integer>\",\n  \"offer_url\": \"<string>\",\n  \"offer_priority\": \"<integer>\"\n}"}],"_postman_id":"ad745268-81f7-4e19-b42e-07d6dd08fc2b"}],"id":"6cc56fd2-8d7c-413e-857f-ddeda98927cf","description":"<p>The <code>offers</code> endpoint allows you to manage offers. These offers can be targeted based on various criteria, such as customer behavior or predefined triggers (promotions).</p>\n<h1 id=\"introduction\">Introduction</h1>\n<p>For operating promotions and the viewing of those in our system, there are three key components: Triggers, Offers, and Offer Categories.</p>\n<ul>\n<li><p>Triggers (<code>/triggers</code>)</p>\n<ul>\n<li>Triggers are the foundation of our promotions system. They are conditions or events that, once met, unlock or present specific discounts to customers at the point of sale. Triggers can be designed to activate instantly or require customer action, such as making a purchase or engaging with the app. Their primary role is to facilitate the timely and relevant presentation of offers to enhance customer engagement and drive sales.</li>\n</ul>\n</li>\n<li><p>Offers (<code>/offers</code>)</p>\n<ul>\n<li>Offers are the visible representation of our promotions within the mobile app, tailored for our loyalty program members. They detail the specifics of the promotions, including discounts, redemption methods, and terms. Offers leverage triggers to display the most relevant deals to customers, ensuring a personalized and dynamic shopping experience that rewards loyalty and encourages repeat business.</li>\n</ul>\n</li>\n<li><p>Offer Categories (<code>/offer_categories</code>)</p>\n<ul>\n<li>Offer Categories organize and classify the array of promotions and deals available, aiding users in navigating the platform. Categories such as \"Food &amp; Beverages\", \"Employee Specials\", or \"Alcohol\" help users quickly find offers that cater to their interests or needs. This categorization not only enhances the user experience by streamlining the discovery process but also supports businesses in targeting promotions more effectively.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"endpoints\">Endpoints</h3>\n<h4 id=\"get-offers\">GET /offers/</h4>\n<ul>\n<li><strong>Description</strong>: Retrieves a list of offers available within the system. This endpoint supports filtering and pagination through query parameters.</li>\n<li><strong>Query Parameters</strong>:<ul>\n<li><code>enabled</code> (boolean, optional): Filters the offers based on their active status.</li>\n<li><code>limit</code> (integer, optional): Specifies the maximum number of offers to return. Useful for pagination.</li>\n<li><code>offset</code> (integer, optional): Specifies the number of offers to skip before starting to return results. Useful for pagination.</li>\n<li><code>trigger</code> (integer, optional): Filters offers based on a specific trigger ID.</li>\n</ul>\n</li>\n<li><strong>Responses</strong>:<ul>\n<li><code>200 OK</code>: Successfully retrieved the list of offers. The response body includes a paginated list of offers, each with details like ID, description, categories, and more.</li>\n<li>{ \"count\": 123, \"next\": \"<a href=\"http://api.example.org/offers/?offset=10&amp;limit=10\">http://api.example.org/offers/?offset=10&amp;limit=10\"</a>, \"previous\": null, \"results\": [ { \"id\": 1, \"description\": \"20% off on electronics\", \"enabled\": true, \"categories\": \"Electronics\", \"image_url\": \"<a href=\"https://example.com/images/electronics_offer.jpg\">https://example.com/images/electronics_offer.jpg\"</a>, ... } ]}</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"post-offers\">POST /offers/</h4>\n<ul>\n<li><strong>Description</strong>: Creates a new offer and associates it with a specific location and trigger.</li>\n<li><strong>Body Parameters</strong> (application/json):<ul>\n<li>Required fields include <code>description</code>, <code>enabled</code>, <code>trigger</code>, <code>display_date</code>, and <code>offer_priority</code>. Optional fields include <code>purchases_independent</code>, <code>categories</code>, <code>alcohol_offer</code>, <code>tobacco_offer</code>, <code>image_url</code>, <code>image_url2</code>, <code>display_days</code>, and <code>offer_url</code>.</li>\n</ul>\n</li>\n<li><strong>Responses</strong>:<ul>\n<li><code>201 Created</code>: The offer was successfully created. The response body includes the details of the newly created offer.</li>\n<li>{ \"id\": 100, \"description\": \"Free coffee with every breakfast sandwich\", \"enabled\": true, ...}</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"get-offersid\">GET /offers/{id}/</h4>\n<ul>\n<li><strong>Description</strong>: Retrieves detailed information about a specific offer identified by its ID.</li>\n<li><strong>Path Parameters</strong>:<ul>\n<li><code>id</code> (integer, required): The unique identifier of the offer.</li>\n</ul>\n</li>\n<li><strong>Responses</strong>:<ul>\n<li><code>200 OK</code>: Successfully retrieved the offer details.</li>\n<li><code>404 Not Found</code>: No offer exists with the provided ID.</li>\n<li>{ \"id\": 1, \"description\": \"20% off on electronics\", \"enabled\": true, ...}</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"put-offersid\">PUT /offers/{id}/</h4>\n<ul>\n<li><strong>Description</strong>: Replaces all information for an existing offer with new data.</li>\n<li><strong>Path Parameters</strong>:<ul>\n<li><code>id</code> (integer, required): The unique identifier of the offer to update.</li>\n</ul>\n</li>\n<li><strong>Body Parameters</strong> (application/json): Similar to POST /offers/, includes all fields required to define an offer.</li>\n<li><strong>Responses</strong>:<ul>\n<li><code>200 OK</code>: Successfully updated the offer. The response body includes the updated offer details.</li>\n<li><code>404 Not Found</code>: No offer exists with the provided ID.</li>\n<li>{ \"id\": 1, \"description\": \"25% off on all smartphones\", \"enabled\": true, ...}</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"patch-offersid\">PATCH /offers/{id}/</h4>\n<ul>\n<li><strong>Description</strong>: Updates specified fields of an existing offer.</li>\n<li><strong>Path Parameters</strong>:<ul>\n<li><code>id</code> (integer, required): The unique identifier of the offer to partially update.</li>\n</ul>\n</li>\n<li><strong>Body Parameters</strong> (application/json): Only include the fields that need to be updated.</li>\n<li><strong>Responses</strong>:<ul>\n<li><code>200 OK</code>: Successfully updated the offer with the specified fields. The response includes the updated offer details.</li>\n<li><code>404 Not Found</code>: No offer exists with the provided ID.</li>\n<li>{ \"id\": 1, \"description\": \"25% off on all smartphones\", \"enabled\": true, ...}</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"delete-offersid\">DELETE /offers/{id}/</h4>\n<ul>\n<li><strong>Description</strong>: Disables an offer, effectively making it inactive without deleting it from the system.</li>\n<li><strong>Path Parameters</strong>:<ul>\n<li><code>id</code> (integer, required): The unique identifier of the offer to disable.</li>\n</ul>\n</li>\n<li><strong>Responses</strong>:<ul>\n<li><code>204 No Content</code>: Successfully disabled the offer. No response body.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"post-offersset_positions\">POST /offers/set_positions/</h4>\n<ul>\n<li><strong>Description</strong>: Bulk updates the positions or order of multiple offers. This can be used to prioritize offers.</li>\n<li><strong>Body Parameters</strong> (application/json): An array of offer IDs with their new positions.</li>\n<li><strong>Responses</strong>:<ul>\n<li><code>200 OK</code>: Successfully updated the positions of the offers. No response body.</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"post-offersupload_image\">POST /offers/upload_image/</h4>\n<ul>\n<li><strong>Description</strong>: Allows for the upload of an image to be associated with an offer. The image is stored in an S3 bucket, and the URL is returned.</li>\n<li><strong>Body Parameters</strong> (multipart/form-data): The image file to upload.</li>\n<li><strong>Responses</strong>:<ul>\n<li><code>200 OK</code>: The image was successfully uploaded. The response body includes the URL of the uploaded image.</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"6cc56fd2-8d7c-413e-857f-ddeda98927cf"},{"name":"org_tree","item":[{"name":"{id}","item":[{"name":"Updates a node","id":"ea6a8336-57ec-47df-b137-13b3bef1ec30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"children","value":"[object Object],[object Object]","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"level","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"name","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/org_tree/:id/","description":"<p>Updates the name of the node.</p>\n","urlObject":{"path":["org_tree",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"a5310aff-c9a3-42ed-a6a9-521120e4bb4e","description":{"content":"<p>(Required) A unique integer value identifying this crm.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"},{"id":"ab17d809-3fd8-4663-a35b-95d4edf658f2","description":{"content":"<p>(Required) Org tree level of entity to be updated</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"level"},{"id":"c92c552c-c6bc-4a4b-8fd6-92e6715b2152","description":{"content":"<p>(Required) New name of the entity.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"name"}]}},"response":[{"id":"e301edb2-14fc-45f7-8dff-2f92b0257634","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"children","value":"[object Object],[object Object]","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"level","value":"<string>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/org_tree/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["org_tree",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"children\": [\n    {\n      \"children\": [\n        {\n          \"children\": [\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\",\n              \"dax_aws_region\": \"<string>\",\n              \"dax_aws_store\": \"<string>\"\n            },\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\",\n              \"dax_aws_region\": \"<string>\",\n              \"dax_aws_store\": \"<string>\"\n            }\n          ],\n          \"id\": \"<integer>\",\n          \"level\": \"<string>\",\n          \"name\": \"<string>\",\n          \"parent_id\": \"<string>\"\n        },\n        {\n          \"children\": [\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\",\n              \"dax_aws_region\": \"<string>\",\n              \"dax_aws_store\": \"<string>\"\n            },\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\",\n              \"dax_aws_region\": \"<string>\",\n              \"dax_aws_store\": \"<string>\"\n            }\n          ],\n          \"id\": \"<integer>\",\n          \"level\": \"<string>\",\n          \"name\": \"<string>\",\n          \"parent_id\": \"<string>\"\n        }\n      ],\n      \"id\": \"<integer>\",\n      \"level\": \"<string>\",\n      \"name\": \"<string>\",\n      \"parent_id\": \"<string>\"\n    },\n    {\n      \"children\": [\n        {\n          \"children\": [\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\",\n              \"dax_aws_region\": \"<string>\",\n              \"dax_aws_store\": \"<string>\"\n            },\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\",\n              \"dax_aws_region\": \"<string>\",\n              \"dax_aws_store\": \"<string>\"\n            }\n          ],\n          \"id\": \"<integer>\",\n          \"level\": \"<string>\",\n          \"name\": \"<string>\",\n          \"parent_id\": \"<string>\"\n        },\n        {\n          \"children\": [\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\",\n              \"dax_aws_region\": \"<string>\",\n              \"dax_aws_store\": \"<string>\"\n            },\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\",\n              \"dax_aws_region\": \"<string>\",\n              \"dax_aws_store\": \"<string>\"\n            }\n          ],\n          \"id\": \"<integer>\",\n          \"level\": \"<string>\",\n          \"name\": \"<string>\",\n          \"parent_id\": \"<string>\"\n        }\n      ],\n      \"id\": \"<integer>\",\n      \"level\": \"<string>\",\n      \"name\": \"<string>\",\n      \"parent_id\": \"<string>\"\n    }\n  ],\n  \"id\": \"<integer>\",\n  \"level\": \"<string>\",\n  \"name\": \"<string>\"\n}"}],"_postman_id":"ea6a8336-57ec-47df-b137-13b3bef1ec30"}],"id":"28e09f2d-ca2e-4166-b3e3-0fef3cb28f52","_postman_id":"28e09f2d-ca2e-4166-b3e3-0fef3cb28f52","description":""},{"name":"Return the Org Tree for the current user.","id":"6f5d0db8-a856-4ff9-a79b-2872c42d6f49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/org_tree/?limit=<integer>&offset=<integer>","description":"<p>Return the Org Tree for the current user. If the user has no OrgTreeType associated,                     it returns the whole OrgTree</p>\n","urlObject":{"path":["org_tree",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[{"id":"1633d15b-014d-48bf-95a2-6cdd5a4edd04","description":{"content":"<p>(Required) ID of the org tree level</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"org_tree_id"},{"id":"20bff187-1822-4d52-ba12-f2871bb9e781","description":{"content":"<p>(Required) The level of the org tree, crm, agency, industry, parentco, dba, consultant</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"org_tree_type"}]}},"response":[{"id":"8999be6a-2ef8-4ce0-b383-e04a883c9850","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/org_tree/?limit=<integer>&offset=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["org_tree",""],"query":[{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"children\": [\n        {\n          \"children\": [\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\",\n                  \"dax_aws_region\": \"<string>\",\n                  \"dax_aws_store\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\",\n                  \"dax_aws_region\": \"<string>\",\n                  \"dax_aws_store\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\"\n            },\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\",\n                  \"dax_aws_region\": \"<string>\",\n                  \"dax_aws_store\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\",\n                  \"dax_aws_region\": \"<string>\",\n                  \"dax_aws_store\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\"\n            }\n          ],\n          \"id\": \"<integer>\",\n          \"level\": \"<string>\",\n          \"name\": \"<string>\",\n          \"parent_id\": \"<string>\"\n        },\n        {\n          \"children\": [\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\",\n                  \"dax_aws_region\": \"<string>\",\n                  \"dax_aws_store\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\",\n                  \"dax_aws_region\": \"<string>\",\n                  \"dax_aws_store\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\"\n            },\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\",\n                  \"dax_aws_region\": \"<string>\",\n                  \"dax_aws_store\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\",\n                  \"dax_aws_region\": \"<string>\",\n                  \"dax_aws_store\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\"\n            }\n          ],\n          \"id\": \"<integer>\",\n          \"level\": \"<string>\",\n          \"name\": \"<string>\",\n          \"parent_id\": \"<string>\"\n        }\n      ],\n      \"id\": \"<integer>\",\n      \"level\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    {\n      \"children\": [\n        {\n          \"children\": [\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\",\n                  \"dax_aws_region\": \"<string>\",\n                  \"dax_aws_store\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\",\n                  \"dax_aws_region\": \"<string>\",\n                  \"dax_aws_store\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\"\n            },\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\",\n                  \"dax_aws_region\": \"<string>\",\n                  \"dax_aws_store\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\",\n                  \"dax_aws_region\": \"<string>\",\n                  \"dax_aws_store\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\"\n            }\n          ],\n          \"id\": \"<integer>\",\n          \"level\": \"<string>\",\n          \"name\": \"<string>\",\n          \"parent_id\": \"<string>\"\n        },\n        {\n          \"children\": [\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\",\n                  \"dax_aws_region\": \"<string>\",\n                  \"dax_aws_store\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\",\n                  \"dax_aws_region\": \"<string>\",\n                  \"dax_aws_store\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\"\n            },\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\",\n                  \"dax_aws_region\": \"<string>\",\n                  \"dax_aws_store\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": [\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        },\n                        {\n                          \"children\": \"<string>\",\n                          \"id\": \"<integer>\",\n                          \"level\": \"<string>\",\n                          \"name\": \"<string>\",\n                          \"parent_id\": \"<string>\"\n                        }\n                      ],\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\",\n                  \"dax_aws_region\": \"<string>\",\n                  \"dax_aws_store\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\"\n            }\n          ],\n          \"id\": \"<integer>\",\n          \"level\": \"<string>\",\n          \"name\": \"<string>\",\n          \"parent_id\": \"<string>\"\n        }\n      ],\n      \"id\": \"<integer>\",\n      \"level\": \"<string>\",\n      \"name\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"6f5d0db8-a856-4ff9-a79b-2872c42d6f49"},{"name":"Creates a new node","id":"45cb5b9a-399d-4975-824f-b9f2e7bc5473","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"children","value":"[object Object],[object Object]","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"level","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"name","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/org_tree/","description":"<p>Adds a new node in the Org Tree</p>\n","urlObject":{"path":["org_tree",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"f61154a0-3a46-4263-b3a4-b68ec0386e7e","description":{"content":"<p>(Required) Level of org tree to add a new entity</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"level"},{"id":"937485ec-b044-4087-b823-ba4ac7577046","description":{"content":"<p>(Required) Name of the new entity</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"name"},{"id":"1f677414-2624-42e0-b56f-5b321302e6e5","description":{"content":"<p>(Required) id of the parent level entity, Required if level being sent is not CRM</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"parent_id"}]}},"response":[{"id":"de3aec29-c537-4797-8e59-5dedbe90f5c1","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"children","value":"[object Object],[object Object]","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"level","value":"<string>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/org_tree/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"children\": [\n    {\n      \"children\": [\n        {\n          \"children\": [\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\",\n              \"dax_aws_region\": \"<string>\",\n              \"dax_aws_store\": \"<string>\"\n            },\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\",\n              \"dax_aws_region\": \"<string>\",\n              \"dax_aws_store\": \"<string>\"\n            }\n          ],\n          \"id\": \"<integer>\",\n          \"level\": \"<string>\",\n          \"name\": \"<string>\",\n          \"parent_id\": \"<string>\"\n        },\n        {\n          \"children\": [\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\",\n              \"dax_aws_region\": \"<string>\",\n              \"dax_aws_store\": \"<string>\"\n            },\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\",\n              \"dax_aws_region\": \"<string>\",\n              \"dax_aws_store\": \"<string>\"\n            }\n          ],\n          \"id\": \"<integer>\",\n          \"level\": \"<string>\",\n          \"name\": \"<string>\",\n          \"parent_id\": \"<string>\"\n        }\n      ],\n      \"id\": \"<integer>\",\n      \"level\": \"<string>\",\n      \"name\": \"<string>\",\n      \"parent_id\": \"<string>\"\n    },\n    {\n      \"children\": [\n        {\n          \"children\": [\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\",\n              \"dax_aws_region\": \"<string>\",\n              \"dax_aws_store\": \"<string>\"\n            },\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\",\n              \"dax_aws_region\": \"<string>\",\n              \"dax_aws_store\": \"<string>\"\n            }\n          ],\n          \"id\": \"<integer>\",\n          \"level\": \"<string>\",\n          \"name\": \"<string>\",\n          \"parent_id\": \"<string>\"\n        },\n        {\n          \"children\": [\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\",\n              \"dax_aws_region\": \"<string>\",\n              \"dax_aws_store\": \"<string>\"\n            },\n            {\n              \"children\": [\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                },\n                {\n                  \"children\": [\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    },\n                    {\n                      \"children\": \"<string>\",\n                      \"id\": \"<integer>\",\n                      \"level\": \"<string>\",\n                      \"name\": \"<string>\",\n                      \"parent_id\": \"<string>\"\n                    }\n                  ],\n                  \"id\": \"<integer>\",\n                  \"level\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"parent_id\": \"<string>\"\n                }\n              ],\n              \"id\": \"<integer>\",\n              \"level\": \"<string>\",\n              \"name\": \"<string>\",\n              \"parent_id\": \"<string>\",\n              \"dax_aws_region\": \"<string>\",\n              \"dax_aws_store\": \"<string>\"\n            }\n          ],\n          \"id\": \"<integer>\",\n          \"level\": \"<string>\",\n          \"name\": \"<string>\",\n          \"parent_id\": \"<string>\"\n        }\n      ],\n      \"id\": \"<integer>\",\n      \"level\": \"<string>\",\n      \"name\": \"<string>\",\n      \"parent_id\": \"<string>\"\n    }\n  ],\n  \"id\": \"<integer>\",\n  \"level\": \"<string>\",\n  \"name\": \"<string>\"\n}"}],"_postman_id":"45cb5b9a-399d-4975-824f-b9f2e7bc5473"}],"id":"6318479d-6592-4dfb-bbfc-14be5872c4f5","description":"<p>The convenience-store loyalty host software incorporates a sophisticated organizational structure to manage users, locations, promotions, and other critical elements through its API endpoints. This system is structured around an Organizational Tree (Org Tree) that plays a pivotal role in organizing these components, facilitating promotion creation, generating insightful reports, and setting data access levels. Unlike location groups, which offer a more flexible structure, the Org Tree provides a stringent framework to maintain order and coherence across the system. This documentation outlines the technical details and functionalities of the Org Tree endpoints, aiming to assist developers in understanding and utilizing these endpoints effectively.</p>\n<h3 id=\"get-org_tree\">GET <code>/org_tree</code></h3>\n<p>This endpoint returns the organizational tree relevant to the current user. If the user lacks a specific OrgTreeType association, the system defaults to returning the complete Org Tree. This functionality is crucial for tailoring user experiences and ensuring users interact only with data and functions pertinent to their role and permissions. The endpoint supports pagination through <code>limit</code> and <code>offset</code> query parameters, enabling efficient data retrieval in applications with extensive organizational structures.</p>\n<h4 id=\"parameters\">Parameters:</h4>\n<ul>\n<li><p><strong>limit</strong>: Controls the number of results per page.</p>\n</li>\n<li><p><strong>offset</strong>: Sets the starting index for results retrieval.</p>\n</li>\n<li><p><strong>org_tree_id</strong>: Specifies the ID of the org tree level.</p>\n</li>\n<li><p><strong>org_tree_type</strong>: Determines the level within the org tree (e.g., crm, agency).</p>\n</li>\n</ul>\n<h3 id=\"post-org_tree\">POST <code>/org_tree</code></h3>\n<p>This endpoint facilitates the creation of new nodes within the Org Tree, thereby allowing for the dynamic expansion of the organizational structure. Adding nodes is essential for accommodating new stores, departments, or roles within the system as the business scales.</p>\n<h4 id=\"parameters-1\">Parameters:</h4>\n<ul>\n<li><p><strong>level</strong>: The level in the org tree where the new entity will be added.</p>\n</li>\n<li><p><strong>name</strong>: The name of the new entity.</p>\n</li>\n<li><p><strong>parent_id</strong>: The ID of the parent level entity, required if the level is not the top-most CRM level.</p>\n</li>\n</ul>\n<h3 id=\"put-org_treeid\">PUT <code>/org_tree/{id}</code></h3>\n<p>This endpoint updates the name of a node within the Org Tree, ensuring the organizational structure remains accurate and up-to-date. It is particularly useful for reflecting changes in department names, store locations, or any restructuring within the organization.</p>\n<h4 id=\"parameters-2\">Parameters:</h4>\n<ul>\n<li><p><strong>id</strong>: Unique identifier for the CRM/entity being updated.</p>\n</li>\n<li><p><strong>level</strong>: The level of the org tree of the entity to be updated.</p>\n</li>\n<li><p><strong>name</strong>: The new name for the entity.</p>\n</li>\n</ul>\n","_postman_id":"6318479d-6592-4dfb-bbfc-14be5872c4f5"},{"name":"permissions","item":[{"name":"Gets a list of all permissions","id":"87bcdd6d-c535-4a37-b3a3-7bfc9a0d0f06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/permissions/","description":"<p>Lists the Auth0 permissions in the system.</p>\n","urlObject":{"path":["permissions",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"af64f898-01ba-465c-89c9-4ff8f98d43a1","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://connect.ignite.cloud/loyalty/permissions/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"description\": \"<string>\",\n    \"permission_name\": \"<string>\",\n    \"resource_server_identifier\": \"<string>\",\n    \"resource_server_name\": \"<string>\"\n  },\n  {\n    \"description\": \"<string>\",\n    \"permission_name\": \"<string>\",\n    \"resource_server_identifier\": \"<string>\",\n    \"resource_server_name\": \"<string>\"\n  }\n]"},{"id":"8b1a69a2-a1d3-486a-8470-db5fdb8a3bb5","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://connect.ignite.cloud/loyalty/permissions/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"5060df1b-7180-47ca-b5db-ba5e67842dee","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://connect.ignite.cloud/loyalty/permissions/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"15dce81a-12df-4afc-b9b0-6fdf144e5c6b","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://connect.ignite.cloud/loyalty/permissions/"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"1faa7148-f7da-42da-8013-fb00c67fb38a","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://connect.ignite.cloud/loyalty/permissions/"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"87bcdd6d-c535-4a37-b3a3-7bfc9a0d0f06"}],"id":"4da8de7c-5147-4b3d-9216-bbde13550022","description":"<p>The permissions endpoint is a fundamental aspect of the convenience-store loyalty program software, designed to manage Role-Based Access Control (RBAC) within the system. It provides a RESTful API method for retrieving a comprehensive list of all available permissions. These permissions are integral to defining the capabilities and access levels that can be assigned to different roles within the system, ensuring that users have appropriate access rights based on their responsibilities.</p>\n<h3 id=\"purpose\">Purpose</h3>\n<p>The primary purpose of the <code>/permissions</code> endpoint is to list all Auth0 permissions configured in the system. This enables system administrators and developers to understand the available permissions, assisting in the correct assignment of roles to users. By leveraging this endpoint, one can ensure that access control within the loyalty program software is both precise and aligned with organizational policies.</p>\n<h3 id=\"using-the-endpoint\">Using the Endpoint</h3>\n<h4 id=\"get-permissions\">GET <code>/permissions</code></h4>\n<p>This GET request fetches a list of all permissions available in the system. It is a straightforward endpoint with no parameters, designed to return a JSON array of permissions objects.</p>\n","_postman_id":"4da8de7c-5147-4b3d-9216-bbde13550022"},{"name":"program_connections","item":[{"name":"{id}","item":[{"name":"Returns a detailed view on a single program","id":"ea61c1ae-0d57-4fd5-ba48-56e4f20340da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/program_connections/:id/","description":"<p>Returns a detailed view on a single program</p>\n","urlObject":{"path":["program_connections",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"39138597-50a3-4365-a37b-f6b298594436","description":{"content":"<p>(Required) A unique integer value identifying this db.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"54dac97b-7d65-431f-bf7b-a767995d6231","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/program_connections/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["program_connections",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"common_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"name\": \"uM6HCGm\",\n  \"portal_name\": \"OXta\",\n  \"integration\": \"<boolean>\",\n  \"host_ip\": \"<string>\",\n  \"loyalty_host_ip\": \"<string>\",\n  \"database_critical_read\": \"<string>\",\n  \"database_read\": \"<string>\",\n  \"database_logging\": \"<string>\",\n  \"database_write\": \"<string>\",\n  \"db_write_url\": \"<uri>\",\n  \"db_read_url\": \"<uri>\",\n  \"points_on_hold\": \"<boolean>\",\n  \"points_on_hold_email_template\": \"<string>\",\n  \"da_read\": \"<uri>\",\n  \"da_write\": \"<uri>\",\n  \"active\": \"<boolean>\",\n  \"import_amenities_from_sugarcrm\": \"<boolean>\",\n  \"account_name\": \"BgWl\",\n  \"program_type\": \"deRQOy1cr4\"\n}"}],"_postman_id":"ea61c1ae-0d57-4fd5-ba48-56e4f20340da"},{"name":"Updates a programs information","id":"32dbae20-36dc-42cb-8684-80b7df6f56fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"name","value":"0bEGU","type":"text"},{"key":"common_name","value":"<string>","type":"text"},{"key":"integration","value":"<boolean>","type":"text"},{"key":"host_ip","value":"<string>","type":"text"},{"key":"loyalty_host_ip","value":"<string>","type":"text"},{"key":"portal_name","value":"LNFqWC","type":"text"},{"key":"database_critical_read","value":"<string>","type":"text"},{"key":"database_read","value":"<string>","type":"text"},{"key":"database_logging","value":"<string>","type":"text"},{"key":"database_write","value":"<string>","type":"text"},{"key":"db_write_url","value":"<uri>","type":"text"},{"key":"db_read_url","value":"<uri>","type":"text"},{"key":"points_on_hold","value":"<boolean>","type":"text"},{"key":"points_on_hold_email_template","value":"<string>","type":"text"},{"key":"da_read","value":"<uri>","type":"text"},{"key":"da_write","value":"<uri>","type":"text"},{"key":"active","value":"<boolean>","type":"text"},{"key":"import_amenities_from_sugarcrm","value":"<boolean>","type":"text"},{"key":"account_name","value":"S4BGHoyE","type":"text"},{"key":"program_type","value":"Aeo--c","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/program_connections/:id/","description":"<p>Updates a programs information</p>\n","urlObject":{"path":["program_connections",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"97acad84-b2a8-4525-a8b9-ef8fd8bf41f6","description":{"content":"<p>(Required) A unique integer value identifying this db.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"43f7804f-9491-4e56-96ed-289dc440485f","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"name","value":"0bEGU","type":"text"},{"key":"common_name","value":"<string>","type":"text"},{"key":"integration","value":"<boolean>","type":"text"},{"key":"host_ip","value":"<string>","type":"text"},{"key":"loyalty_host_ip","value":"<string>","type":"text"},{"key":"portal_name","value":"LNFqWC","type":"text"},{"key":"database_critical_read","value":"<string>","type":"text"},{"key":"database_read","value":"<string>","type":"text"},{"key":"database_logging","value":"<string>","type":"text"},{"key":"database_write","value":"<string>","type":"text"},{"key":"db_write_url","value":"<uri>","type":"text"},{"key":"db_read_url","value":"<uri>","type":"text"},{"key":"points_on_hold","value":"<boolean>","type":"text"},{"key":"points_on_hold_email_template","value":"<string>","type":"text"},{"key":"da_read","value":"<uri>","type":"text"},{"key":"da_write","value":"<uri>","type":"text"},{"key":"active","value":"<boolean>","type":"text"},{"key":"import_amenities_from_sugarcrm","value":"<boolean>","type":"text"},{"key":"account_name","value":"S4BGHoyE","type":"text"},{"key":"program_type","value":"Aeo--c","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/program_connections/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["program_connections",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"common_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"name\": \"uM6HCGm\",\n  \"portal_name\": \"OXta\",\n  \"integration\": \"<boolean>\",\n  \"host_ip\": \"<string>\",\n  \"loyalty_host_ip\": \"<string>\",\n  \"database_critical_read\": \"<string>\",\n  \"database_read\": \"<string>\",\n  \"database_logging\": \"<string>\",\n  \"database_write\": \"<string>\",\n  \"db_write_url\": \"<uri>\",\n  \"db_read_url\": \"<uri>\",\n  \"points_on_hold\": \"<boolean>\",\n  \"points_on_hold_email_template\": \"<string>\",\n  \"da_read\": \"<uri>\",\n  \"da_write\": \"<uri>\",\n  \"active\": \"<boolean>\",\n  \"import_amenities_from_sugarcrm\": \"<boolean>\",\n  \"account_name\": \"BgWl\",\n  \"program_type\": \"deRQOy1cr4\"\n}"}],"_postman_id":"32dbae20-36dc-42cb-8684-80b7df6f56fc"},{"name":"Sets a program to inactive","id":"037ffaed-a544-4588-9a06-e882817b43de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/program_connections/:id/","description":"<p>Sets a programs active setting to zero</p>\n","urlObject":{"path":["program_connections",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"4a40317d-05d7-4bf3-8444-f3f7fcc9043a","description":{"content":"<p>(Required) A unique integer value identifying this db.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"ea92b76d-264c-448e-8d28-755380eb4e41","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/program_connections/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["program_connections",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"037ffaed-a544-4588-9a06-e882817b43de"}],"id":"feebe07f-9765-4cb4-9633-12cd042045bb","_postman_id":"feebe07f-9765-4cb4-9633-12cd042045bb","description":""},{"name":"Gets a list of all programs","id":"144ddb67-81f1-4b86-95cf-c8c60192bc92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/program_connections/?active=<boolean>&limit=<integer>&offset=<integer>","description":"<p>Returns list of all programs</p>\n","urlObject":{"path":["program_connections",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"key":"active","value":"<boolean>"},{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[]}},"response":[{"id":"6d22d7fb-8fb6-4eef-bfd8-89a8de0c4433","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/program_connections/?active=<boolean>&limit=<integer>&offset=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["program_connections",""],"query":[{"key":"active","value":"<boolean>"},{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"common_name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"name\": \"YZxpY\",\n      \"portal_name\": \"i0llXiR_xa\",\n      \"integration\": \"<boolean>\",\n      \"host_ip\": \"<string>\",\n      \"loyalty_host_ip\": \"<string>\",\n      \"database_critical_read\": \"<string>\",\n      \"database_read\": \"<string>\",\n      \"database_logging\": \"<string>\",\n      \"database_write\": \"<string>\",\n      \"db_write_url\": \"<uri>\",\n      \"db_read_url\": \"<uri>\",\n      \"points_on_hold\": \"<boolean>\",\n      \"points_on_hold_email_template\": \"<string>\",\n      \"da_read\": \"<uri>\",\n      \"da_write\": \"<uri>\",\n      \"active\": \"<boolean>\",\n      \"import_amenities_from_sugarcrm\": \"<boolean>\",\n      \"account_name\": \"_1h_OQUG6W\",\n      \"program_type\": \"_cfs7iy8J\"\n    },\n    {\n      \"common_name\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"name\": \"SAeDbFnUQ\",\n      \"portal_name\": \"Vhg\",\n      \"integration\": \"<boolean>\",\n      \"host_ip\": \"<string>\",\n      \"loyalty_host_ip\": \"<string>\",\n      \"database_critical_read\": \"<string>\",\n      \"database_read\": \"<string>\",\n      \"database_logging\": \"<string>\",\n      \"database_write\": \"<string>\",\n      \"db_write_url\": \"<uri>\",\n      \"db_read_url\": \"<uri>\",\n      \"points_on_hold\": \"<boolean>\",\n      \"points_on_hold_email_template\": \"<string>\",\n      \"da_read\": \"<uri>\",\n      \"da_write\": \"<uri>\",\n      \"active\": \"<boolean>\",\n      \"import_amenities_from_sugarcrm\": \"<boolean>\",\n      \"account_name\": \"QwK\",\n      \"program_type\": \"TY0y-XvB\"\n    }\n  ]\n}"}],"_postman_id":"144ddb67-81f1-4b86-95cf-c8c60192bc92"},{"name":"Creates a new program","id":"a9035dac-f876-4d1d-b095-ccae35fb238d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"common_name","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"name","value":"L5vKP","type":"text"},{"description":"<p>(Required) </p>\n","key":"portal_name","value":"h-ZG3FX","type":"text"},{"key":"integration","value":"<boolean>","type":"text"},{"key":"host_ip","value":"<string>","type":"text"},{"key":"loyalty_host_ip","value":"<string>","type":"text"},{"key":"database_critical_read","value":"<string>","type":"text"},{"key":"database_read","value":"<string>","type":"text"},{"key":"database_logging","value":"<string>","type":"text"},{"key":"database_write","value":"<string>","type":"text"},{"key":"db_write_url","value":"<uri>","type":"text"},{"key":"db_read_url","value":"<uri>","type":"text"},{"key":"points_on_hold","value":"<boolean>","type":"text"},{"key":"points_on_hold_email_template","value":"<string>","type":"text"},{"key":"da_read","value":"<uri>","type":"text"},{"key":"da_write","value":"<uri>","type":"text"},{"key":"active","value":"<boolean>","type":"text"},{"key":"import_amenities_from_sugarcrm","value":"<boolean>","type":"text"},{"key":"account_name","value":"Hb","type":"text"},{"key":"program_type","value":"FZx2Fim2c","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/program_connections/","description":"<p>Creates a new program</p>\n","urlObject":{"path":["program_connections",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"9c77097d-4573-424b-acd0-70e45afddbba","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"common_name","value":"<string>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"name","value":"L5vKP","type":"text"},{"description":"(Required) ","key":"portal_name","value":"h-ZG3FX","type":"text"},{"key":"integration","value":"<boolean>","type":"text"},{"key":"host_ip","value":"<string>","type":"text"},{"key":"loyalty_host_ip","value":"<string>","type":"text"},{"key":"database_critical_read","value":"<string>","type":"text"},{"key":"database_read","value":"<string>","type":"text"},{"key":"database_logging","value":"<string>","type":"text"},{"key":"database_write","value":"<string>","type":"text"},{"key":"db_write_url","value":"<uri>","type":"text"},{"key":"db_read_url","value":"<uri>","type":"text"},{"key":"points_on_hold","value":"<boolean>","type":"text"},{"key":"points_on_hold_email_template","value":"<string>","type":"text"},{"key":"da_read","value":"<uri>","type":"text"},{"key":"da_write","value":"<uri>","type":"text"},{"key":"active","value":"<boolean>","type":"text"},{"key":"import_amenities_from_sugarcrm","value":"<boolean>","type":"text"},{"key":"account_name","value":"Hb","type":"text"},{"key":"program_type","value":"FZx2Fim2c","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/program_connections/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"common_name\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"name\": \"uM6HCGm\",\n  \"portal_name\": \"OXta\",\n  \"integration\": \"<boolean>\",\n  \"host_ip\": \"<string>\",\n  \"loyalty_host_ip\": \"<string>\",\n  \"database_critical_read\": \"<string>\",\n  \"database_read\": \"<string>\",\n  \"database_logging\": \"<string>\",\n  \"database_write\": \"<string>\",\n  \"db_write_url\": \"<uri>\",\n  \"db_read_url\": \"<uri>\",\n  \"points_on_hold\": \"<boolean>\",\n  \"points_on_hold_email_template\": \"<string>\",\n  \"da_read\": \"<uri>\",\n  \"da_write\": \"<uri>\",\n  \"active\": \"<boolean>\",\n  \"import_amenities_from_sugarcrm\": \"<boolean>\",\n  \"account_name\": \"BgWl\",\n  \"program_type\": \"deRQOy1cr4\"\n}"}],"_postman_id":"a9035dac-f876-4d1d-b095-ccae35fb238d"}],"id":"69a38cb8-7380-4241-b302-bb51bb65abaa","description":"<p>This functionality is only available to Ignite Retail Technology employees. It allows IRT to manage our SaaS Multi-Tenant Environment</p>\n","_postman_id":"69a38cb8-7380-4241-b302-bb51bb65abaa"},{"name":"programs","item":[{"name":"Gets a list of all programs for a menu","id":"60d502c1-ace1-42c3-99c7-29de961ac6ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/programs/?active=<boolean>&limit=<integer>&offset=<integer>","description":"<p>Returns list of all programs with their basic name and their common name</p>\n","urlObject":{"path":["programs",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"key":"active","value":"<boolean>"},{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[]}},"response":[{"id":"3b28d28c-cef5-4d27-b6cf-d055e5cdb282","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/programs/?active=<boolean>&limit=<integer>&offset=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["programs",""],"query":[{"key":"active","value":"<boolean>"},{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"common_name\": \"<string>\",\n      \"name\": \"YQGih193\",\n      \"active\": \"<boolean>\"\n    },\n    {\n      \"common_name\": \"<string>\",\n      \"name\": \"9xKs1\",\n      \"active\": \"<boolean>\"\n    }\n  ]\n}"}],"_postman_id":"60d502c1-ace1-42c3-99c7-29de961ac6ca"}],"id":"3cc5fc81-ae60-4a0d-a6c5-8ea9d0d6eb71","description":"<p>This functionality is only available to Ignite Retail Technology employees. It allows IRT to manage our SaaS Multi-Tenant Environment</p>\n","_postman_id":"3cc5fc81-ae60-4a0d-a6c5-8ea9d0d6eb71"},{"name":"roles","item":[{"name":"{id}","item":[{"name":"Returns detailed view of role","id":"fafe56c5-4816-4ec4-8cff-e4ca34bdd395","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/roles/:id/","description":"<p>Retrieves a specific role's information, including their roles, via the role_id.</p>\n","urlObject":{"path":["roles",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"828eb013-0b7b-40a8-a4a7-85bc8cbd89af","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"c5fe1e0d-671a-4f79-a7e1-be91bfbef298","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/roles/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["roles",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"permissions\": {\n    \"permission_name\": \"<string>\"\n  }\n}"},{"id":"0998f99d-dcc7-4dc1-bc95-f36f9bb0801e","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/roles/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["roles",":id",""],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"dd0a3480-d503-44db-a804-5f7d87a911d8","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/roles/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["roles",":id",""],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"8fa172b1-707e-4b45-a1c3-5f5770f379c0","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/roles/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["roles",":id",""],"variable":[{"key":"id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"b7800e1a-a2b2-4510-b69c-6ee0853670ca","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/roles/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["roles",":id",""],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"1b616a07-0e17-4090-830c-644e2ac1738b","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/roles/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["roles",":id",""],"variable":[{"key":"id"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"fafe56c5-4816-4ec4-8cff-e4ca34bdd395"},{"name":"Update a role's permissions","id":"c5b65da9-3183-400d-8a8f-ed2ab9b455b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"description","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"name","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"permissions","value":"[object Object]","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/roles/:id/","description":"<p>Updates the available permissions as well as possibly the name and description                     for a specific role via the role_id.</p>\n","urlObject":{"path":["roles",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"6ffdd7b1-801c-4a90-a7b3-246bc6c2feec","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"ea322ec1-414a-4fd5-abf8-7da045cfb57d","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"description","value":"<string>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"},{"description":"(Required) ","key":"permissions","value":"[object Object]","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/roles/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["roles",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"af5f3c3e-ca3f-4f95-ad31-9c002f57da1e","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"description","value":"<string>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"},{"description":"(Required) ","key":"permissions","value":"[object Object]","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/roles/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["roles",":id",""],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"c5b65da9-3183-400d-8a8f-ed2ab9b455b7"},{"name":"Deletes an existing role.","id":"b3ffa1dd-41da-4c44-aaf2-9ca294af753c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/roles/:id/","description":"<p>Deletes a role using the role's role_id.</p>\n","urlObject":{"path":["roles",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"831a28fd-4b2a-4038-ab72-5ab8fc9c44c3","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"3128d6cb-8fed-4139-af07-2bde9108be08","name":"Untitled Response","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/roles/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["roles",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"45f6f7da-9cac-4734-b0e0-77fa2af00093","name":"Untitled Response","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/roles/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["roles",":id",""],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"64bcb7d5-d70a-425e-910f-bb927e3d9547","name":"Untitled Response","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/roles/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["roles",":id",""],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"bf05aff2-99ce-4e07-a57f-cefb27f6cf99","name":"Untitled Response","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/roles/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["roles",":id",""],"variable":[{"key":"id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"27af4631-1fbe-4aa8-948c-99f4a40bff3a","name":"Untitled Response","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/roles/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["roles",":id",""],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"0b45f0dd-8039-48e1-9148-2198f81e9958","name":"Untitled Response","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/roles/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["roles",":id",""],"variable":[{"key":"id"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"b3ffa1dd-41da-4c44-aaf2-9ca294af753c"}],"id":"9eb10f57-5669-4062-a876-5bae3942c304","_postman_id":"9eb10f57-5669-4062-a876-5bae3942c304","description":""},{"name":"Gets a list of all roles","id":"792b8e5c-a8ca-4d0c-a044-8b122887a077","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/roles/","description":"<p>Lists the Auth0 roles in the system.</p>\n","urlObject":{"path":["roles",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"a32c18be-d587-4f5e-829a-b42c353773bc","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://connect.ignite.cloud/loyalty/roles/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"description\": \"<string>\",\n    \"id\": \"<string>\",\n    \"name\": \"<string>\"\n  },\n  {\n    \"description\": \"<string>\",\n    \"id\": \"<string>\",\n    \"name\": \"<string>\"\n  }\n]"},{"id":"2e9920b5-bbe3-489a-b1ae-839a8090d1b4","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://connect.ignite.cloud/loyalty/roles/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"8c1a8817-c70e-4f48-9060-0c853b7eb870","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://connect.ignite.cloud/loyalty/roles/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"6f2b6527-fd53-4d55-8758-42f23776e613","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://connect.ignite.cloud/loyalty/roles/"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"12c6c833-c450-48dc-a201-9dc3d8511c1a","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://connect.ignite.cloud/loyalty/roles/"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"792b8e5c-a8ca-4d0c-a044-8b122887a077"},{"name":"Create a new role","id":"520425c7-974b-45c9-a6b5-ae68ef5238fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"description","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"name","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"permissions","value":"[object Object]","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/roles/","description":"<p>Creates the new role and adds the requested name, description, and permissions to said role.</p>\n","urlObject":{"path":["roles",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"7208cd8d-5115-4869-8408-c3785b2d689d","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"description","value":"<string>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"},{"description":"(Required) ","key":"permissions","value":"[object Object]","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/roles/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"description\": \"<string>\",\n  \"id\": \"<string>\",\n  \"name\": \"<string>\"\n}"},{"id":"4d5240c3-b236-4982-a25e-58add22fc5c8","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"description","value":"<string>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"},{"description":"(Required) ","key":"permissions","value":"[object Object]","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/roles/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"6a56aaf6-68fe-46e5-8eeb-8ac65a70f5d7","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"description","value":"<string>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"},{"description":"(Required) ","key":"permissions","value":"[object Object]","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/roles/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"86abc688-1a10-4d54-b6c4-ae5657f674f8","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"description","value":"<string>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"},{"description":"(Required) ","key":"permissions","value":"[object Object]","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/roles/"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"a95058bd-4168-45c6-96d9-fe9182539573","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"description","value":"<string>","type":"text"},{"description":"(Required) ","key":"name","value":"<string>","type":"text"},{"description":"(Required) ","key":"permissions","value":"[object Object]","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/roles/"},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"520425c7-974b-45c9-a6b5-ae68ef5238fa"}],"id":"4151505a-b9f0-45e7-811c-458aa26075db","description":"<p>Allows API constumers to access and responsibilities through Role-Based Access Control (RBAC) for security and efficient operation. The platform uses Auth0 for authentication and authorization, incorporating a comprehensive set of endpoints for managing roles within the system. These endpoints allow for the listing, creation, detailed viewing, updating, and deletion of roles, each associated with specific permissions to tailor user capabilities accurately.</p>\n<h3 id=\"endpoint-overview\">Endpoint Overview</h3>\n<h4 id=\"list-all-roles\">List All Roles</h4>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>GET /roles</code></p>\n</li>\n<li><p><strong>Description</strong>: Fetches a comprehensive list of all roles defined in the system.</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"id\": \"role1\",\n    \"name\": \"Administrator\",\n    \"description\": \"Full access to all system features.\"\n  },\n  {\n    \"id\": \"role2\",\n    \"name\": \"Editor\",\n    \"description\": \"Can edit existing entries, but cannot delete.\"\n  }\n]\n\n</code></pre>\n<h4 id=\"create-a-new-role\">Create a New Role</h4>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>POST /roles</code></p>\n</li>\n<li><p><strong>Description</strong>: Enables the creation of a new role with specified permissions, name, and description.</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"name\": \"Viewer\",\n  \"description\": \"Can view all entries but cannot make changes.\",\n  \"permissions\": [\n    {\n      \"resource_server_identifier\": \"urn:loyalty-program:api\",\n      \"permission_name\": \"read:entries\"\n    }\n  ]\n}\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"role3\",\n  \"name\": \"Viewer\",\n  \"description\": \"Can view all entries but cannot make changes.\"\n}\n\n</code></pre>\n<h4 id=\"retrieve-detailed-role-information\">Retrieve Detailed Role Information</h4>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>GET /roles/{id}</code></p>\n</li>\n<li><p><strong>Description</strong>: Provides detailed information about a specific role, including the associated permissions, to facilitate precise role management and assignment.</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": \"role1\",\n  \"name\": \"Administrator\",\n  \"description\": \"Full access to all system features.\",\n  \"permissions\": [\n    {\n      \"permission_name\": \"write:all\"\n    },\n    {\n      \"permission_name\": \"read:all\"\n    }\n  ]\n}\n\n</code></pre>\n<h4 id=\"update-a-role\">Update a Role</h4>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>PUT /roles/{id}</code></p>\n</li>\n<li><p><strong>Description</strong>: Allows for updating a role's name, description, and permissions.</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"name\": \"Administrator\",\n  \"description\": \"Updated access for all system features.\",\n  \"permissions\": [\n    {\n      \"resource_server_identifier\": \"urn:loyalty-program:api\",\n      \"permission_name\": \"manage:all\"\n    }\n  ]\n}\n\n</code></pre>\n<h4 id=\"delete-a-role\">Delete a Role</h4>\n<ul>\n<li><p><strong>Endpoint</strong>: <code>DELETE /roles/{id}</code></p>\n</li>\n<li><p><strong>Description</strong>: Removes an existing role from the system.</p>\n</li>\n</ul>\n","_postman_id":"4151505a-b9f0-45e7-811c-458aa26075db"},{"name":"spark","item":[{"name":"spark retrieve","id":"9016fad9-b6e8-467c-b4aa-350d41778b48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://connect.ignite.cloud/loyalty/spark/","urlObject":{"path":["spark",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"8aa5fe6f-739d-4604-baae-0e04ae27d6af","name":"No response body","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://connect.ignite.cloud/loyalty/spark/"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9016fad9-b6e8-467c-b4aa-350d41778b48"}],"id":"b7ab9cf6-881c-44db-9e43-6abfdcf56391","description":"<p>Provides the Spark Cognition configuration information for a location</p>\n","_postman_id":"b7ab9cf6-881c-44db-9e43-6abfdcf56391"},{"name":"triggers","item":[{"name":"{id}","item":[{"name":"Returns a detailed view of a trigger","id":"c141ac9c-dd71-4031-b5a5-ca2717709d71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/triggers/:id/","description":"<p>Gets a detailed view based on trigger id</p>\n","urlObject":{"path":["triggers",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"b2436598-c08d-4663-a5a9-911549c83192","description":{"content":"<p>(Required) A unique integer value identifying this triggers.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a24db4c2-a0c4-4516-b66d-3d832c646dc8","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/triggers/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["triggers",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"agency\": \"<integer>\",\n  \"consultant\": \"<integer>\",\n  \"crm\": \"<integer>\",\n  \"dba\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"industry\": \"<integer>\",\n  \"locationid\": \"<string>\",\n  \"parentco\": \"<integer>\"\n}"}],"_postman_id":"c141ac9c-dd71-4031-b5a5-ca2717709d71"},{"name":"Updates all information for a trigger","id":"09750292-94ec-4fd3-9314-23791f594df5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"agency","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"consultant","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"crm","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"dba","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"description","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"industry","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"locationid","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"parentco","value":"<integer>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/triggers/:id/","description":"<p>Updates all information of a trigger</p>\n","urlObject":{"path":["triggers",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"be4e324f-3144-4573-a0ae-ff86e7207237","description":{"content":"<p>(Required) A unique integer value identifying this triggers.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"769e81bf-9f94-4b7c-a272-386a90406333","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"agency","value":"<integer>","type":"text"},{"description":"(Required) ","key":"consultant","value":"<integer>","type":"text"},{"description":"(Required) ","key":"crm","value":"<integer>","type":"text"},{"description":"(Required) ","key":"dba","value":"<integer>","type":"text"},{"description":"(Required) ","key":"description","value":"<string>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"industry","value":"<integer>","type":"text"},{"description":"(Required) ","key":"locationid","value":"<string>","type":"text"},{"description":"(Required) ","key":"parentco","value":"<integer>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/triggers/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["triggers",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"agency\": \"<integer>\",\n  \"consultant\": \"<integer>\",\n  \"crm\": \"<integer>\",\n  \"dba\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"industry\": \"<integer>\",\n  \"locationid\": \"<string>\",\n  \"parentco\": \"<integer>\"\n}"}],"_postman_id":"09750292-94ec-4fd3-9314-23791f594df5"},{"name":"Updates a trigger","id":"811cc77a-bde8-44ee-bc7a-158613b79dcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"description","value":"<string>","type":"text"},{"key":"crm","value":"<integer>","type":"text"},{"key":"agency","value":"<integer>","type":"text"},{"key":"consultant","value":"<integer>","type":"text"},{"key":"parentco","value":"<integer>","type":"text"},{"key":"industry","value":"<integer>","type":"text"},{"key":"dba","value":"<integer>","type":"text"},{"key":"locationid","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/triggers/:id/","description":"<p>Updates only the fields provided for the trigger id supplied</p>\n","urlObject":{"path":["triggers",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"0a10828b-b0a6-4cde-8bcf-6e8f7db07f64","description":{"content":"<p>(Required) A unique integer value identifying this triggers.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"a52608bc-491e-4162-afc2-bcfd99368b8c","name":"Untitled Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"<integer>","type":"text"},{"key":"description","value":"<string>","type":"text"},{"key":"crm","value":"<integer>","type":"text"},{"key":"agency","value":"<integer>","type":"text"},{"key":"consultant","value":"<integer>","type":"text"},{"key":"parentco","value":"<integer>","type":"text"},{"key":"industry","value":"<integer>","type":"text"},{"key":"dba","value":"<integer>","type":"text"},{"key":"locationid","value":"<string>","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/triggers/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["triggers",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"agency\": \"<integer>\",\n  \"consultant\": \"<integer>\",\n  \"crm\": \"<integer>\",\n  \"dba\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"industry\": \"<integer>\",\n  \"locationid\": \"<string>\",\n  \"parentco\": \"<integer>\"\n}"}],"_postman_id":"811cc77a-bde8-44ee-bc7a-158613b79dcf"},{"name":"triggers destroy","id":"c23d4f54-8236-4399-ae9a-8f715af9fe29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/triggers/:id/","urlObject":{"path":["triggers",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"dda0c20b-6265-4618-9c6c-9d93293531ba","description":{"content":"<p>(Required) A unique integer value identifying this triggers.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"60e358b1-2f20-4b3c-a60e-384765974741","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/triggers/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["triggers",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c23d4f54-8236-4399-ae9a-8f715af9fe29"}],"id":"b3fd4702-9313-4779-83f1-ecd1871c5e30","_postman_id":"b3fd4702-9313-4779-83f1-ecd1871c5e30","description":""},{"name":"Gets a list of all available triggers for the program or search for specific trigger","id":"b106fb75-7694-41f2-ad14-adf1f0dee76d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/triggers/?available_for=<integer>&description=<string>&limit=<integer>&offset=<integer>","description":"<p>Returns list of all triggers.</p>\n","urlObject":{"path":["triggers",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"description":{"content":"<p>offer id that, if present, excludes\n                 triggers tied to offers except for that specific offer</p>\n","type":"text/plain"},"key":"available_for","value":"<integer>"},{"description":{"content":"<p>description to filter within the triggers</p>\n","type":"text/plain"},"key":"description","value":"<string>"},{"description":{"content":"<p>limit of how many triggers</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[]}},"response":[{"id":"223c691f-312d-43b7-918e-3bd7475ab2f0","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/triggers/?available_for=<integer>&description=<string>&limit=<integer>&offset=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["triggers",""],"query":[{"description":"offer id that, if present, excludes\n                 triggers tied to offers except for that specific offer","key":"available_for","value":"<integer>"},{"description":"description to filter within the triggers","key":"description","value":"<string>"},{"description":"limit of how many triggers","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"agency\": \"<integer>\",\n      \"consultant\": \"<integer>\",\n      \"crm\": \"<integer>\",\n      \"dba\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"industry\": \"<integer>\",\n      \"locationid\": \"<string>\",\n      \"parentco\": \"<integer>\"\n    },\n    {\n      \"agency\": \"<integer>\",\n      \"consultant\": \"<integer>\",\n      \"crm\": \"<integer>\",\n      \"dba\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"id\": \"<integer>\",\n      \"industry\": \"<integer>\",\n      \"locationid\": \"<string>\",\n      \"parentco\": \"<integer>\"\n    }\n  ]\n}"}],"_postman_id":"b106fb75-7694-41f2-ad14-adf1f0dee76d"},{"name":"Creates a new trigger","id":"10bcdb8a-d949-42e5-b47b-a45bd759d4b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"agency","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"consultant","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"crm","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"dba","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"description","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"industry","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"locationid","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"parentco","value":"<integer>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/triggers/","description":"<p>Adds a new trigger for the list</p>\n","urlObject":{"path":["triggers",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"708fd3ab-b8af-49f6-8f99-39d911a597f3","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"agency","value":"<integer>","type":"text"},{"description":"(Required) ","key":"consultant","value":"<integer>","type":"text"},{"description":"(Required) ","key":"crm","value":"<integer>","type":"text"},{"description":"(Required) ","key":"dba","value":"<integer>","type":"text"},{"description":"(Required) ","key":"description","value":"<string>","type":"text"},{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"industry","value":"<integer>","type":"text"},{"description":"(Required) ","key":"locationid","value":"<string>","type":"text"},{"description":"(Required) ","key":"parentco","value":"<integer>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/triggers/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"agency\": \"<integer>\",\n  \"consultant\": \"<integer>\",\n  \"crm\": \"<integer>\",\n  \"dba\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"id\": \"<integer>\",\n  \"industry\": \"<integer>\",\n  \"locationid\": \"<string>\",\n  \"parentco\": \"<integer>\"\n}"}],"_postman_id":"10bcdb8a-d949-42e5-b47b-a45bd759d4b5"}],"id":"a7e047db-cfd9-4610-87e6-beb23f947e32","description":"<h1 id=\"introduction\">Introduction</h1>\n<p>For operating promotions and the viewing of those in our system, there are three key components: Triggers, Offers, and Offer Categories.</p>\n<ul>\n<li>Triggers (<code>/triggers</code>)<ul>\n<li>Triggers are the foundation of our promotions system. They are conditions or events that, once met, unlock or present specific discounts to customers at the point of sale. Triggers can be designed to activate instantly or require customer action, such as making a purchase or engaging with the app. Their primary role is to facilitate the timely and relevant presentation of offers to enhance customer engagement and drive sales.</li>\n</ul>\n</li>\n<li>Offers (<code>/offers</code>)<ul>\n<li>Offers are the visible representation of our promotions within the mobile app, tailored for our loyalty program members. They detail the specifics of the promotions, including discounts, redemption methods, and terms. Offers leverage triggers to display the most relevant deals to customers, ensuring a personalized and dynamic shopping experience that rewards loyalty and encourages repeat business.</li>\n</ul>\n</li>\n<li>Offer Categories (<code>/offer_categories</code>)</li>\n</ul>\n<p>Triggers serve as instant or conditional rewards within a customer loyalty program, enticing and incentivizing customer engagement. These triggers encompass a variety of offers, from straightforward benefits like receiving the 11th item free after purchasing 10 fountain drinks to more complex deals such as purchasing three Monster Energy drinks at a discounted total of $5.99.</p>\n<p><strong>GET /triggers</strong>: Retrieve a list of all configured triggers.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"id\": 1,\n    \"description\": \"\",\n    \"crm\": 0,\n    \"agency\": 0,\n    \"consultant\": 0,\n    \"parentco\": 0,\n    \"industry\": 0,\n    \"dba\": 0,\n    \"locationid\": \"\"\n  },\n  {\n    \"id\": 2,\n    \"description\": \"Dollar off any energy drink\",\n    \"crm\": 0,\n    \"agency\": 0,\n    \"consultant\": 0,\n    \"parentco\": 0,\n    \"industry\": 0,\n    \"dba\": 0,\n    \"locationid\": \"1\"\n  },\n  {\n    \"id\": 3,\n    \"description\": \"Double points on Twitter Tuesday\",\n    \"crm\": 0,\n    \"agency\": 0,\n    \"consultant\": 0,\n    \"parentco\": 0,\n    \"industry\": 0,\n    \"dba\": 0,\n    \"locationid\": \"3\"\n  }\n]\n\n</code></pre>\n<p><strong>POST /triggers</strong>: Create a new trigger.</p>\n<p><strong>GET /triggers/{id}:</strong> Retrieve detailed information about a specific trigger.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": 7,\n  \"description\": \"Burger, Fry and Pie\",\n  \"crm\": 0,\n  \"agency\": 0,\n  \"consultant\": 0,\n  \"parentco\": 0,\n  \"industry\": 0,\n  \"dba\": 0,\n  \"locationid\": \"3\"\n}\n\n</code></pre>\n<p><strong>PUT /triggers/{id}/</strong>: Update all information for a specific trigger.</p>\n<p><strong>PATCH /triggers/{id}/</strong></p>\n","_postman_id":"a7e047db-cfd9-4610-87e6-beb23f947e32"},{"name":"users","item":[{"name":"{id}","item":[{"name":"bulk_import_roles","item":[{"name":"Update a user's roles","id":"eae7e08d-7379-4e2f-b04d-09e24c55e088","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"roles","value":"","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/users/:id/bulk_import_roles/","description":"<p>Bulk adds the available roles for a specific user via the user_id.</p>\n","urlObject":{"path":["users",":id","bulk_import_roles",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"8f5ec5f3-d7dc-45b7-bde1-fb6788ca4b5c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"bfa0df40-5740-48c1-b0e9-f44beb627dc8","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"roles","value":"","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/users/:id/bulk_import_roles/","host":["https://connect.ignite.cloud/loyalty"],"path":["users",":id","bulk_import_roles",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"5ca9a05c-d3fe-47e2-bdbc-5f036e18be13","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"roles","value":"","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/users/:id/bulk_import_roles/","host":["https://connect.ignite.cloud/loyalty"],"path":["users",":id","bulk_import_roles",""],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"eae7e08d-7379-4e2f-b04d-09e24c55e088"}],"id":"ebbd160e-c21c-4866-852f-23d212cc7a9a","_postman_id":"ebbd160e-c21c-4866-852f-23d212cc7a9a","description":""},{"name":"delete_user","item":[{"name":"users delete user destroy","id":"90a489be-f4bd-47d4-b967-e71dc5038088","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/users/:id/delete_user/","description":"<p>A simple ViewSet for listing or retrieving users.</p>\n","urlObject":{"path":["users",":id","delete_user",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"e74b4adb-3eb9-494e-9b54-382c22fc8b16","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"8bb75723-5d78-4e04-9c00-003b63c70e48","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/users/:id/delete_user/","host":["https://connect.ignite.cloud/loyalty"],"path":["users",":id","delete_user",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"90a489be-f4bd-47d4-b967-e71dc5038088"}],"id":"0325a862-d18e-4685-a122-584b2b492a5a","_postman_id":"0325a862-d18e-4685-a122-584b2b492a5a","description":""},{"name":"Returns detailed view of a user","id":"a5611a00-7dbb-4833-bc73-0f1fcf84c91d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/users/:id/","description":"<p>Retrieves a specific user's information, including their roles, via the user_id.</p>\n","urlObject":{"path":["users",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"02a41c7f-d0d9-4907-ad86-b585b019786e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"b99c7548-9e13-46b8-a897-0dfcb67e60a7","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/users/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["users",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"app_metadata\": {\n    \"nostrud_ba6\": \"<string>\",\n    \"laborum_c6\": \"<string>\",\n    \"laboris3\": \"<string>\"\n  },\n  \"blocked\": \"<boolean>\",\n  \"created_at\": \"<string>\",\n  \"email\": \"<string>\",\n  \"email_verified\": \"<boolean>\",\n  \"family_name\": \"<string>\",\n  \"given_name\": \"<string>\",\n  \"identities\": [\n    {\n      \"occaecat60f\": \"<string>\"\n    },\n    {\n      \"veniam025\": \"<string>\"\n    }\n  ],\n  \"last_ip\": \"<string>\",\n  \"last_login\": \"<string>\",\n  \"logins_count\": \"<integer>\",\n  \"multifactor\": [],\n  \"name\": \"<string>\",\n  \"nickname\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"phone_verified\": \"<boolean>\",\n  \"picture\": \"<string>\",\n  \"program\": \"<string>\",\n  \"roles\": [\n    {\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    {\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"name\": \"<string>\"\n    }\n  ],\n  \"updated_at\": \"<string>\",\n  \"user_id\": \"<string>\",\n  \"user_metadata\": {\n    \"sunt_2\": \"<string>\"\n  },\n  \"username\": \"<string>\"\n}"},{"id":"4ae066b4-d6ed-4aed-b0fd-1d385e22ca81","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/users/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["users",":id",""],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"3e2a58c7-a618-45bc-8e5d-f7b2edfe1966","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/users/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["users",":id",""],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"282deb1d-6aa3-45e0-a0a4-5469dd97bed8","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/users/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["users",":id",""],"variable":[{"key":"id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"427beb13-ea2f-4570-968b-010a4826a680","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/users/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["users",":id",""],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"f99cfe4b-1190-43f2-a39c-98d62e9b0fb7","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/users/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["users",":id",""],"variable":[{"key":"id"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"a5611a00-7dbb-4833-bc73-0f1fcf84c91d"},{"name":"Update a user's roles","id":"396c162a-f6ba-4aa5-ad4d-66b9323f4680","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"family_name","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"given_name","value":"<string>","type":"text"},{"description":"<p>(Required) </p>\n","key":"roles","value":"","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/users/:id/","description":"<p>Updates the available roles for a specific user via the user_id.</p>\n","urlObject":{"path":["users",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"ab8cb926-720a-441d-8d02-45a0d417f9b9","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"86f06a51-b1e3-4826-b51d-3d3994c9f444","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"family_name","value":"<string>","type":"text"},{"description":"(Required) ","key":"given_name","value":"<string>","type":"text"},{"description":"(Required) ","key":"roles","value":"","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/users/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["users",":id",""],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"68fbfe1d-e9a4-4a55-b893-fadc1958dd55","name":"Untitled Response","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"family_name","value":"<string>","type":"text"},{"description":"(Required) ","key":"given_name","value":"<string>","type":"text"},{"description":"(Required) ","key":"roles","value":"","type":"text"}]},"url":{"raw":"https://connect.ignite.cloud/loyalty/users/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["users",":id",""],"variable":[{"key":"id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"396c162a-f6ba-4aa5-ad4d-66b9323f4680"}],"id":"7565ed43-319a-43e3-8ed1-37f070428601","_postman_id":"7565ed43-319a-43e3-8ed1-37f070428601","description":""},{"name":"current_user","item":[{"name":"Returns detailed view of the currently logged in user","id":"c10d00f3-d53b-4e98-a8b8-8dc9a54c22dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/users/current_user/","description":"<p>Retrieves all data for the current user, including locations and groups.</p>\n","urlObject":{"path":["users","current_user",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"addf9168-90ce-4e7b-8514-b828898fe02e","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://connect.ignite.cloud/loyalty/users/current_user/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"app_metadata\": {\n    \"nostrud_ba6\": \"<string>\",\n    \"laborum_c6\": \"<string>\",\n    \"laboris3\": \"<string>\"\n  },\n  \"blocked\": \"<boolean>\",\n  \"created_at\": \"<string>\",\n  \"email\": \"<string>\",\n  \"email_verified\": \"<boolean>\",\n  \"family_name\": \"<string>\",\n  \"given_name\": \"<string>\",\n  \"identities\": [\n    {\n      \"occaecat60f\": \"<string>\"\n    },\n    {\n      \"veniam025\": \"<string>\"\n    }\n  ],\n  \"last_ip\": \"<string>\",\n  \"last_login\": \"<string>\",\n  \"logins_count\": \"<integer>\",\n  \"multifactor\": [],\n  \"name\": \"<string>\",\n  \"nickname\": \"<string>\",\n  \"phone_number\": \"<string>\",\n  \"phone_verified\": \"<boolean>\",\n  \"picture\": \"<string>\",\n  \"program\": \"<string>\",\n  \"roles\": [\n    {\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    {\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"name\": \"<string>\"\n    }\n  ],\n  \"updated_at\": \"<string>\",\n  \"user_id\": \"<string>\",\n  \"user_metadata\": {\n    \"sunt_2\": \"<string>\"\n  },\n  \"username\": \"<string>\"\n}"}],"_postman_id":"c10d00f3-d53b-4e98-a8b8-8dc9a54c22dd"}],"id":"215ce332-f49f-4468-a4b2-e85415a138d6","_postman_id":"215ce332-f49f-4468-a4b2-e85415a138d6","description":""},{"name":"Gets a list of all users","id":"a223772e-8ffc-4b6a-bb3e-4396fe35c081","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/users/?page=<string>&per_page=<string>&username=<string>","description":"<p>Lists the Auth0 users in the system and allows a user                     to select how many users per page and which page.</p>\n","urlObject":{"path":["users",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"description":{"content":"<p>(Required) page number</p>\n","type":"text/plain"},"key":"page","value":"<string>"},{"description":{"content":"<p>(Required) number of users per page</p>\n","type":"text/plain"},"key":"per_page","value":"<string>"},{"description":{"content":"<p>username of user</p>\n","type":"text/plain"},"key":"username","value":"<string>"}],"variable":[]}},"response":[{"id":"02917ce0-a080-4df3-86b9-93078b0a9ed5","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/users/?page=<string>&per_page=<string>&username=<string>","host":["https://connect.ignite.cloud/loyalty"],"path":["users",""],"query":[{"description":"(Required) page number","key":"page","value":"<string>"},{"description":"(Required) number of users per page","key":"per_page","value":"<string>"},{"description":"username of user","key":"username","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"app_metadata\": {\n      \"exercitation2\": \"<string>\"\n    },\n    \"blocked\": \"<boolean>\",\n    \"created_at\": \"<string>\",\n    \"email\": \"<string>\",\n    \"email_verified\": \"<boolean>\",\n    \"family_name\": \"<string>\",\n    \"given_name\": \"<string>\",\n    \"identities\": [\n      {\n        \"tempor1\": \"<string>\",\n        \"officiaef\": \"<string>\"\n      },\n      {\n        \"eu_30\": \"<string>\",\n        \"nond\": \"<string>\"\n      }\n    ],\n    \"last_ip\": \"<string>\",\n    \"last_login\": \"<string>\",\n    \"logins_count\": \"<integer>\",\n    \"multifactor\": [],\n    \"name\": \"<string>\",\n    \"nickname\": \"<string>\",\n    \"phone_number\": \"<string>\",\n    \"phone_verified\": \"<boolean>\",\n    \"picture\": \"<string>\",\n    \"program\": \"<string>\",\n    \"updated_at\": \"<string>\",\n    \"user_id\": \"<string>\",\n    \"user_metadata\": {\n      \"cupidatat77d\": \"<string>\"\n    },\n    \"username\": \"<string>\"\n  },\n  {\n    \"app_metadata\": {\n      \"cupidatat_5\": \"<string>\",\n      \"nisifa0\": \"<string>\"\n    },\n    \"blocked\": \"<boolean>\",\n    \"created_at\": \"<string>\",\n    \"email\": \"<string>\",\n    \"email_verified\": \"<boolean>\",\n    \"family_name\": \"<string>\",\n    \"given_name\": \"<string>\",\n    \"identities\": [\n      {\n        \"et__c9\": \"<string>\",\n        \"pariatur_1\": \"<string>\",\n        \"doloree8\": \"<string>\"\n      },\n      {\n        \"ut__22\": \"<string>\",\n        \"nisi_0\": \"<string>\",\n        \"incididunt5b\": \"<string>\"\n      }\n    ],\n    \"last_ip\": \"<string>\",\n    \"last_login\": \"<string>\",\n    \"logins_count\": \"<integer>\",\n    \"multifactor\": [],\n    \"name\": \"<string>\",\n    \"nickname\": \"<string>\",\n    \"phone_number\": \"<string>\",\n    \"phone_verified\": \"<boolean>\",\n    \"picture\": \"<string>\",\n    \"program\": \"<string>\",\n    \"updated_at\": \"<string>\",\n    \"user_id\": \"<string>\",\n    \"user_metadata\": {\n      \"exercitation4\": \"<string>\"\n    },\n    \"username\": \"<string>\"\n  }\n]"},{"id":"208da48d-9bf3-402a-bfa5-7930fae51af4","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/users/?page=<string>&per_page=<string>&username=<string>","host":["https://connect.ignite.cloud/loyalty"],"path":["users",""],"query":[{"description":"(Required) page number","key":"page","value":"<string>"},{"description":"(Required) number of users per page","key":"per_page","value":"<string>"},{"description":"username of user","key":"username","value":"<string>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"d6b632ed-838e-4e00-8076-29df781d1eda","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/users/?page=<string>&per_page=<string>&username=<string>","host":["https://connect.ignite.cloud/loyalty"],"path":["users",""],"query":[{"description":"(Required) page number","key":"page","value":"<string>"},{"description":"(Required) number of users per page","key":"per_page","value":"<string>"},{"description":"username of user","key":"username","value":"<string>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"5191a43c-3c75-4d04-8fd9-f33c781ef96c","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/users/?page=<string>&per_page=<string>&username=<string>","host":["https://connect.ignite.cloud/loyalty"],"path":["users",""],"query":[{"description":"(Required) page number","key":"page","value":"<string>"},{"description":"(Required) number of users per page","key":"per_page","value":"<string>"},{"description":"username of user","key":"username","value":"<string>"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"1081e267-87ca-417e-8c99-b214b7a3ee92","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/users/?page=<string>&per_page=<string>&username=<string>","host":["https://connect.ignite.cloud/loyalty"],"path":["users",""],"query":[{"description":"(Required) page number","key":"page","value":"<string>"},{"description":"(Required) number of users per page","key":"per_page","value":"<string>"},{"description":"username of user","key":"username","value":"<string>"}]}},"status":"Too Many Requests","code":429,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"a223772e-8ffc-4b6a-bb3e-4396fe35c081"},{"name":"Creates a new user","id":"d9477e08-1c58-4adc-8b55-d6c76c266ed3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/users/","description":"<p>Creates a new User and send an invitation e-mail to activate the account.</p>\n","urlObject":{"path":["users",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"73801cfe-2772-4c06-9b59-6fe6e7ab9472","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://connect.ignite.cloud/loyalty/users/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"},{"id":"443f6c5a-89e0-4cbe-8b5c-471608a09cfa","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://connect.ignite.cloud/loyalty/users/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\"\n}"}],"_postman_id":"d9477e08-1c58-4adc-8b55-d6c76c266ed3"}],"id":"c5e92f41-36fe-4e43-9707-3cc563828aa2","description":"<p>The user management endpoint facilitates the management of users. It offers functionalities for retrieving, creating, updating, and deleting user data, providing a comprehensive suite for user administration.</p>\n<p><strong>GET /users</strong><br />This endpoint retrieves a list of all users registered in the system. It allows users to specify parameters such as the page number and the number of users per page for efficient pagination.</p>\n<p><strong>POST /users</strong><br />Enables the creation of a new user within the loyalty program system. Upon creation, an invitation email is automatically sent to activate the user's account.</p>\n<p><strong>GET /users/{id}</strong><br />Fetches detailed information about a specific user identified by their user ID. This includes user attributes such as email, username, program affiliation, phone number, creation date, and roles.</p>\n<p><strong>PUT /users/{id}</strong><br />Allows the update of a user's roles within the system. Users can modify the roles assigned to a specific user identified by their user ID.</p>\n<p><strong>PUT /users/{id}/bulk_import_roles</strong><br />Enables bulk addition of roles for a particular user specified by their user ID. This endpoint streamlines the process of assigning multiple roles to a user in a single operation.</p>\n<p><strong>DELETE /users/{id}/delete_user</strong><br />Provides functionality to delete a user from the system based on their user ID. This endpoint facilitates the removal of user accounts when necessary.</p>\n<p><strong>GET /users/current_user</strong><br />Retrieves detailed information about the currently logged-in user, including their roles, program affiliation, and other user attributes. This endpoint is particularly useful for accessing and managing the data of the authenticated user.</p>\n","_postman_id":"c5e92f41-36fe-4e43-9707-3cc563828aa2"},{"name":"vendors","item":[{"name":"altria","item":[{"name":"{id}","item":[{"name":"Sets an altria management number to inactive","id":"928edc6f-df36-46ac-a660-931740d59f1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://connect.ignite.cloud/loyalty/vendors/altria/:id/","description":"<p>Sets an altria management number to inactive</p>\n","urlObject":{"path":["vendors","altria",":id",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[{"id":"45ff2a62-9151-421f-bc54-ff0a6a2ebd32","description":{"content":"<p>(Required) A unique integer value identifying this altria management account numbers.</p>\n","type":"text/plain"},"type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"3ff6ca02-8241-4a65-87bc-998a0a09afb0","name":"No response body","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/vendors/altria/:id/","host":["https://connect.ignite.cloud/loyalty"],"path":["vendors","altria",":id",""],"variable":[{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"928edc6f-df36-46ac-a660-931740d59f1b"}],"id":"d9d4427b-a596-467c-aae1-64a293896cea","_postman_id":"d9d4427b-a596-467c-aae1-64a293896cea","description":""},{"name":"Gets a list of all available altria management numbers for the program","id":"4123f43e-0288-4f23-8464-2193d3a5e8e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://connect.ignite.cloud/loyalty/vendors/altria/?limit=<integer>&offset=<integer>","description":"<p>Returns list of all amenities.</p>\n","urlObject":{"path":["vendors","altria",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[{"description":{"content":"<p>Number of results to return per page.</p>\n","type":"text/plain"},"key":"limit","value":"<integer>"},{"description":{"content":"<p>The initial index from which to return the results.</p>\n","type":"text/plain"},"key":"offset","value":"<integer>"}],"variable":[]}},"response":[{"id":"bf040cb8-e409-4d5a-9eb7-ce1d34126e42","name":"Untitled Response","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://connect.ignite.cloud/loyalty/vendors/altria/?limit=<integer>&offset=<integer>","host":["https://connect.ignite.cloud/loyalty"],"path":["vendors","altria",""],"query":[{"description":"Number of results to return per page.","key":"limit","value":"<integer>"},{"description":"The initial index from which to return the results.","key":"offset","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"next\": \"<uri>\",\n  \"previous\": \"<uri>\",\n  \"results\": [\n    {\n      \"id\": \"<integer>\",\n      \"management_account_number\": \"<string>\"\n    },\n    {\n      \"id\": \"<integer>\",\n      \"management_account_number\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"4123f43e-0288-4f23-8464-2193d3a5e8e6"},{"name":"Creates a new altria management numbers.","id":"d9f54fa7-bcac-4082-8b6d-f34d2cf9e4d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Required) </p>\n","key":"id","value":"<integer>","type":"text"},{"description":"<p>(Required) </p>\n","key":"management_account_number","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/vendors/altria/","description":"<p>Adds a new altria management numbers to the list.                     Number may contain leading zeros send as a string</p>\n","urlObject":{"path":["vendors","altria",""],"host":["https://connect.ignite.cloud/loyalty"],"query":[],"variable":[]}},"response":[{"id":"18fbb579-97cc-4cf7-b105-02a09e7b10df","name":"Untitled Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"formdata","formdata":[{"description":"(Required) ","key":"id","value":"<integer>","type":"text"},{"description":"(Required) ","key":"management_account_number","value":"<string>","type":"text"}]},"url":"https://connect.ignite.cloud/loyalty/vendors/altria/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"management_account_number\": \"<string>\"\n}"}],"_postman_id":"d9f54fa7-bcac-4082-8b6d-f34d2cf9e4d0"}],"id":"2b92b8c9-b58e-4542-94c8-02f884119164","_postman_id":"2b92b8c9-b58e-4542-94c8-02f884119164","description":""}],"id":"44894606-7a99-4acc-a32f-92e8c0b84a4c","description":"<p>Manage vendors participating in the loyalty program, specifically those who fund coupons and digital discounts for program members. It provides functionalities for retrieving, creating, and deactivating vendor-related information.</p>\n<p><strong>GET /vendors/altria</strong><br />This endpoint retrieves a list of all available Altria management numbers associated with the loyalty program. It allows developers to specify parameters such as the limit and offset for pagination.</p>\n<p><strong>POST /vendors/altria</strong><br />Enables the addition of new Altria management numbers to the list of participating vendors. Developers can create entries for new vendor accounts, including their unique management account numbers, which may contain leading zeros.</p>\n<p><strong>DELETE /vendors/altria/{id}</strong><br />Allows deactivation of a specific Altria management number within the system. By setting the identified management number to inactive, this endpoint facilitates the management of vendor accounts.</p>\n","_postman_id":"44894606-7a99-4acc-a32f-92e8c0b84a4c"}],"event":[{"listen":"prerequest","script":{"id":"ebc659da-48a3-4228-89c5-97d22c917f43","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"595b5552-45d2-466e-89ac-3ef15a000bfd","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://connect.ignite.cloud/loyalty"}]}