{"info":{"_postman_id":"4175ab36-c2d9-417d-b2aa-648192136d61","name":"[SWVL] Notifications Service","description":"<html><head></head><body><h1 id=\"overview\">Overview</h1>\n<p>The users and notifications basic CRUD operations.</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<ul>\n<li>400 Bad Request.</li>\n<li>404 Not Found.</li>\n<li>409 Conflict.</li>\n<li>500 Internal Server Error.</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Error Codes","slug":"error-codes"}],"owner":"2472569","collectionId":"4175ab36-c2d9-417d-b2aa-648192136d61","publishedId":"TzkzrzkQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-07-02T16:26:45.000Z"},"item":[{"name":"Users","item":[{"name":"Create User","id":"c356d671-cdde-4345-92a6-f7c78b1e9bba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"kareem.mohllal_@gmail.com\",\n    \"phone\": \"+201092574322\",\n    \"name\": \"Kareem Khaled\",\n    \"language\": \"ar\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/users","urlObject":{"path":["users"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"c356d671-cdde-4345-92a6-f7c78b1e9bba"},{"name":"Get User","id":"3faa2ca7-f8dc-46cc-935b-3841cafd3079","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/users/CY-39iitfWP5qs3m333tg","urlObject":{"path":["users","CY-39iitfWP5qs3m333tg"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"3faa2ca7-f8dc-46cc-935b-3841cafd3079"},{"name":"Update User","id":"ea980f67-2853-4eb9-8175-32a97bf7a460","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"kareem.mohllal@gmail.com\",\n    \"phone\": \"+201092574326\",\n    \"name\": \"Kareem Khaled\",\n    \"language\": \"en\",\n    \"nfTags\": []\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/users/CY-39iitfWP5qs3m333tg","urlObject":{"path":["users","CY-39iitfWP5qs3m333tg"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea980f67-2853-4eb9-8175-32a97bf7a460"}],"id":"1decf6d8-a045-41fe-a619-37aa7efdce0b","description":"<p>Users module APIs</p>\n<ul>\n<li>Create User</li>\n<li>Update User</li>\n<li>Get User Info</li>\n</ul>\n","_postman_id":"1decf6d8-a045-41fe-a619-37aa7efdce0b"},{"name":"Notifications","item":[{"name":"Create Grouped Push Notification","id":"03a8b697-6f8e-4381-862e-5c26ea32f03c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"GROUP\",\n    \"provider\": \"PUSH\",\n    \"message\": {\n        \"ar\": \"اهلا بك\",\n        \"en\": \"Hi user!\"\n    },\n    \"tag\": \"ejqmiGAcM1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/notifications","urlObject":{"path":["notifications"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"03a8b697-6f8e-4381-862e-5c26ea32f03c"},{"name":"Create Grouped SMS Notification","id":"c710a99a-bcab-465c-acce-45f91c5bbc09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"GROUP\",\n    \"provider\": \"SMS\",\n    \"message\": {\n        \"ar\": \"اهلا بك\",\n        \"en\": \"Hi user!\"\n    },\n    \"tag\": \"ejqmiGAcM1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/notifications","urlObject":{"path":["notifications"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"c710a99a-bcab-465c-acce-45f91c5bbc09"},{"name":"Create Personalized  Push Notification","id":"9f06ed3d-e82a-4907-b385-d9a2dcb4a35e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"PERSONALIZED\",\n    \"provider\": \"PUSH\",\n    \"message\": {\n        \"ar\": \"اهلا بك\",\n        \"en\": \"Hi user!\"\n    },\n    \"userId\": \"uZz58DMACOLuF12NepQ5h\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/notifications","urlObject":{"path":["notifications"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f06ed3d-e82a-4907-b385-d9a2dcb4a35e"},{"name":"Create Personalized  SMS Notification","id":"1268865b-1e66-49e2-a420-494068c551fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"type\": \"PERSONALIZED\",\n    \"provider\": \"SMS\",\n    \"message\": {\n        \"ar\": \"اهلا بك\",\n        \"en\": \"Hi user!\"\n    },\n    \"tag\": \"ejqmiGAcM1\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/notifications","urlObject":{"path":["notifications"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"1268865b-1e66-49e2-a420-494068c551fd"},{"name":"Get Notification","id":"c9c9e220-1a04-4d03-a2da-12f5ac51d76f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/notifications/MhUFYM0skSC82DdHtPzpB","urlObject":{"path":["notifications","MhUFYM0skSC82DdHtPzpB"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9c9e220-1a04-4d03-a2da-12f5ac51d76f"},{"name":"Resend Notification","id":"b008009f-136b-466e-8084-6f19223e5bf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:3000/notifications/iRzeNIngI3-ptqynTGK9K/resend","urlObject":{"path":["notifications","iRzeNIngI3-ptqynTGK9K","resend"],"host":["http://localhost:3000"],"query":[],"variable":[]}},"response":[],"_postman_id":"b008009f-136b-466e-8084-6f19223e5bf9"}],"id":"1f87b75f-91ca-4cac-86f3-4806906910d5","description":"<p>Notifications module APIs</p>\n<ul>\n<li>Create Grouped Push Notification</li>\n<li>Create Grouped SMS Notification</li>\n<li>Create Personalized Push Notification</li>\n<li>Create Personalized SMS Notification</li>\n<li>Get Notification</li>\n<li>Resend Notification</li>\n</ul>\n","_postman_id":"1f87b75f-91ca-4cac-86f3-4806906910d5"}],"event":[{"listen":"prerequest","script":{"id":"b71abcde-0800-440a-a915-1ef6710116a9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"69cf6169-d42e-49fc-9ba2-116151419402","type":"text/javascript","exec":[""]}}],"variable":[{"key":"local","value":"http://localhost:3000"}]}