{"info":{"_postman_id":"e04211a9-52e3-434d-b5ff-0648a523251b","name":"SMS api","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"3105587","collectionId":"e04211a9-52e3-434d-b5ff-0648a523251b","publishedId":"S11HtyXM","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-02-26T11:05:52.000Z"},"item":[{"name":"create contact","id":"3b46550a-0ed3-4f8a-b336-8165d51cdc7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Dolamu","type":"text"},{"key":"phoneNumber","value":"0201202020","type":"text"}]},"url":"https://sms-management.herokuapp.com/api/v1/contact","description":"<p>creates a new contact</p>\n","urlObject":{"protocol":"https","path":["api","v1","contact"],"host":["sms-management","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b46550a-0ed3-4f8a-b336-8165d51cdc7f"},{"name":"all contacts","id":"287d131a-5651-4497-bf7c-662ba1ab9130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Shidi","type":"text"},{"key":"phoneNumber","value":"0120202020","type":"text"}]},"url":"https://sms-management.herokuapp.com/api/v1/contacts","description":"<p>returns all the contacts saved</p>\n","urlObject":{"protocol":"https","path":["api","v1","contacts"],"host":["sms-management","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"287d131a-5651-4497-bf7c-662ba1ab9130"},{"name":"single contact","id":"4d23783b-523d-4698-8541-d2411a858e5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sms-management.herokuapp.com/api/v1/contact/5c75127c28b901002e0baf5c","description":"<p>gets a single contact detail</p>\n","urlObject":{"protocol":"https","path":["api","v1","contact","5c75127c28b901002e0baf5c"],"host":["sms-management","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d23783b-523d-4698-8541-d2411a858e5b"},{"name":"delete contact","id":"bc4f4e95-4a11-4d1a-9f43-5400bef6d48c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://sms-management.herokuapp.com/api/v1/contact/5c74996c9ed7f7754db1dae2","description":"<p>deletes a contact along with the sent and received messages</p>\n","urlObject":{"protocol":"https","path":["api","v1","contact","5c74996c9ed7f7754db1dae2"],"host":["sms-management","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc4f4e95-4a11-4d1a-9f43-5400bef6d48c"},{"name":"send message","id":"81bbc4ab-5451-49ea-b94a-b294ad1728c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"sender","value":"0201202020","type":"text"},{"key":"receiver","value":"0122333242","type":"text"},{"key":"message","value":"please call me","type":"text"}]},"url":"https://sms-management.herokuapp.com/api/v1/message","description":"<p>sends message to a contact</p>\n","urlObject":{"protocol":"https","path":["api","v1","message"],"host":["sms-management","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"81bbc4ab-5451-49ea-b94a-b294ad1728c3"},{"name":"received messages","id":"95a8fd93-3d0b-424b-a0fa-7ded0b093837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sms-management.herokuapp.com/api/v1/message/5c751c54be0017114bd6e78d/received","description":"<p>gets receivef messages from contact</p>\n","urlObject":{"protocol":"https","path":["api","v1","message","5c751c54be0017114bd6e78d","received"],"host":["sms-management","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"95a8fd93-3d0b-424b-a0fa-7ded0b093837"},{"name":"sent messages","id":"de79828b-36df-4903-9eac-7a63943fc872","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://sms-management.herokuapp.com/api/v1/message/5c751c54be0017114bd6e78d/sent","description":"<p>gets sent messages</p>\n","urlObject":{"protocol":"https","path":["api","v1","message","5c751c54be0017114bd6e78d","sent"],"host":["sms-management","herokuapp","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"de79828b-36df-4903-9eac-7a63943fc872"}]}