{"info":{"_postman_id":"04b8e17d-82bb-44ba-b8c2-f2d613c73b08","name":"SMS API","description":"<html><head></head><body><p>SMS Management API</p>\n<p>The SMS Management application is an API that manages contacts as well as the sending and receiving of messages.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2437198","collectionId":"04b8e17d-82bb-44ba-b8c2-f2d613c73b08","publishedId":"RztppSwD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-02-07T22:15:25.000Z"},"item":[{"name":"ADD contacts","id":"4e26f922-289c-4cf4-a906-bc4e1a582e90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"phoneNumnber\": \"1113312367944\",\n    \"name\": \"Penny\"\n}"},"url":"https://sms-manager-api.herokuapp.com/v1/contacts","urlObject":{"protocol":"https","path":["v1","contacts"],"host":["sms-manager-api","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e26f922-289c-4cf4-a906-bc4e1a582e90"},{"name":"UPDATE Contact","id":"4824a64a-5950-4636-93fc-33bf634c7d2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \n    \"name\": \"Penny\"\n}"},"url":"https://sms-manager-api.herokuapp.com/v1/contacts/5c6c4e3056f38e0017b3194b","urlObject":{"protocol":"https","path":["v1","contacts","5c6c4e3056f38e0017b3194b"],"host":["sms-manager-api","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4824a64a-5950-4636-93fc-33bf634c7d2d"},{"name":"GET specific contact","id":"8e4a2d6b-fb63-47fc-923c-0dbd4caac612","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sms-manager-api.herokuapp.com/v1/contacts/5c6c4e3056f38e0017b3194b","urlObject":{"protocol":"https","path":["v1","contacts","5c6c4e3056f38e0017b3194b"],"host":["sms-manager-api","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e4a2d6b-fb63-47fc-923c-0dbd4caac612"},{"name":"DELETE contact","id":"800939cd-865b-4979-b2bc-fddc4c29022c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://sms-manager-api.herokuapp.com/v1/contacts/5c6c4d5a56f38e0017b3194a","urlObject":{"protocol":"https","path":["v1","contacts","5c6c4d5a56f38e0017b3194a"],"host":["sms-manager-api","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"800939cd-865b-4979-b2bc-fddc4c29022c"},{"name":"Add Message","id":"c614adfe-948c-4c9b-90f2-910e8db287db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"text\": \"Message number 5\",\n  \"recipient\": \"5c6c4e3056f38e0017b3194b\"\n}"},"url":"https://sms-manager-api.herokuapp.com/v1/contacts/5c6c4e3056f38e0017b3194b/messages","urlObject":{"protocol":"https","path":["v1","contacts","5c6c4e3056f38e0017b3194b","messages"],"host":["sms-manager-api","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c614adfe-948c-4c9b-90f2-910e8db287db"},{"name":"Update Message","id":"2dc818e4-58bd-4d3d-b393-bebb9567e92f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://sms-manager-api.herokuapp.com/v1/contacts/5c6c4e3056f38e0017b3194b/messages/5c6c4eaf56f38e0017b3194d","urlObject":{"protocol":"https","path":["v1","contacts","5c6c4e3056f38e0017b3194b","messages","5c6c4eaf56f38e0017b3194d"],"host":["sms-manager-api","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2dc818e4-58bd-4d3d-b393-bebb9567e92f"},{"name":"GET specific message","id":"8a84e865-ab93-4403-aceb-66a9db0bd562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sms-manager-api.herokuapp.com/v1/contacts/5c6c4e3056f38e0017b3194b/messages/5c6c4eaf56f38e0017b3194d","urlObject":{"protocol":"https","path":["v1","contacts","5c6c4e3056f38e0017b3194b","messages","5c6c4eaf56f38e0017b3194d"],"host":["sms-manager-api","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a84e865-ab93-4403-aceb-66a9db0bd562"},{"name":"DELETE Message","id":"48278cd6-9ddd-4fa7-ba6d-9764d628c948","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"https://sms-manager-api.herokuapp.com/v1/contacts/5c6c4e3056f38e0017b3194b/messages/5c6c4eaf56f38e0017b3194d","urlObject":{"protocol":"https","path":["v1","contacts","5c6c4e3056f38e0017b3194b","messages","5c6c4eaf56f38e0017b3194d"],"host":["sms-manager-api","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"48278cd6-9ddd-4fa7-ba6d-9764d628c948"},{"name":"GET Received messages","id":"735992c5-9798-4376-9786-32a6f2087e5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sms-manager-api.herokuapp.com/v1/contacts/5c6c4e3056f38e0017b3194b/messages/received","urlObject":{"protocol":"https","path":["v1","contacts","5c6c4e3056f38e0017b3194b","messages","received"],"host":["sms-manager-api","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"735992c5-9798-4376-9786-32a6f2087e5f"},{"name":"GET sent messages","id":"74251d9d-4153-47e9-ab2a-1093abb413c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sms-manager-api.herokuapp.com/v1/contacts/5c6c4e3056f38e0017b3194b/messages/sent","urlObject":{"protocol":"https","path":["v1","contacts","5c6c4e3056f38e0017b3194b","messages","sent"],"host":["sms-manager-api","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"74251d9d-4153-47e9-ab2a-1093abb413c2"}]}