{"info":{"_postman_id":"0d2a5adb-e663-4420-b9cb-f6dfc96e4057","name":"simsplit","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Helper","item":[{"name":"countries","id":"5bdd80b1-f950-4626-b24b-5f49dac468d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://localhost/api/users/v1/country"},"response":[],"_postman_id":"5bdd80b1-f950-4626-b24b-5f49dac468d4"},{"name":"countries with code","id":"0fc04644-bbc6-4c91-accc-909f68945fe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://localhost/api/users/v1/country_code"},"response":[],"_postman_id":"0fc04644-bbc6-4c91-accc-909f68945fe6"},{"name":"currency","id":"a3b2cb3b-f9ec-4134-bc8a-607a1a91da94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://localhost/api/users/v1/currency"},"response":[],"_postman_id":"a3b2cb3b-f9ec-4134-bc8a-607a1a91da94"},{"name":"languages","id":"33a467dc-69b5-4936-b4db-0982876611ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://localhost/api/users/v1/languages"},"response":[],"_postman_id":"33a467dc-69b5-4936-b4db-0982876611ef"}],"id":"5c3a67b3-f46f-4f64-a16f-d1fc0d8a1e3d","_postman_id":"5c3a67b3-f46f-4f64-a16f-d1fc0d8a1e3d"},{"name":"Users","item":[{"name":"Account","item":[{"name":"register step1","id":"fcc6056d-3773-4fb3-a16a-21a57fb8f800","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\":\"suha.hijawi@simsplit.co\",\n\t\"first_name\":\"suha\",\n\t\"last_name\":\"hijawi\",\n\t\"mobile_number\":\"0788460242\",\n\t\"mobile_code\":114\n\t\n}"},"url":"http://localhost/api/users/v1/register"},"response":[],"_postman_id":"fcc6056d-3773-4fb3-a16a-21a57fb8f800"},{"name":"check verified","id":"367e2317-adc7-4492-bdaa-677e704160dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost/api/users/v1/verified"},"response":[],"_postman_id":"367e2317-adc7-4492-bdaa-677e704160dd"},{"name":"send code","id":"b154c2f0-fdb0-4e10-a3cf-353b8b130757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"mobile_number\":\"962788460242\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost/api/users/v1/register/send-code"},"response":[],"_postman_id":"b154c2f0-fdb0-4e10-a3cf-353b8b130757"},{"name":"verify-code","id":"39a5e3f8-b6b3-4454-aec3-44d893308a58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"mobile_number\": \"962788460242\",\n    \"code\" :\"510893\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost/api/users/v1/register/verify-code"},"response":[],"_postman_id":"39a5e3f8-b6b3-4454-aec3-44d893308a58"},{"name":"set Access","id":"3c1493bd-501b-4b45-99bf-dbf9ef7ac2c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"uuid\":\"0ba34f3f-6e49-452d-9001-ba0f4d2583c0\",\n\t\"username\":\"suha.hijawi\",\n\t\"password\":123123,\n\t\"currency_id\":44\n}"},"url":"http://localhost/api/users/v1/register/setAccess"},"response":[],"_postman_id":"3c1493bd-501b-4b45-99bf-dbf9ef7ac2c1"},{"name":"login","id":"4fac7b65-bf85-42a9-bdaa-13213e19bf07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\":\"suha.hijawi\",\n\t\"password\":123123\n}"},"url":"http://localhost/api/users/v1/login"},"response":[],"_postman_id":"4fac7b65-bf85-42a9-bdaa-13213e19bf07"},{"name":"logout","id":"0e06744d-e035-411e-90b5-43bcf82f8175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost/api/users/v1/logout"},"response":[],"_postman_id":"0e06744d-e035-411e-90b5-43bcf82f8175"}],"id":"741dbdfe-deb4-4cd8-afb2-445389dd7d6b","_postman_id":"741dbdfe-deb4-4cd8-afb2-445389dd7d6b"},{"name":"Password","item":[{"name":"reset-password","id":"4f3ad48e-9267-4f10-a320-e7ea58379d42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\":\"suha.hijawi.sh.93@gmail.com\"\n}"},"url":"http://localhost/api/users/v1/reset-password"},"response":[],"_postman_id":"4f3ad48e-9267-4f10-a320-e7ea58379d42"},{"name":"set-password","id":"98a2102a-246f-4b7a-a014-ac482e520a69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\":\"suha.hijawi.sh.93@gmail.com\"\n}"},"url":"http://localhost/api/users/v1/set-password"},"response":[],"_postman_id":"98a2102a-246f-4b7a-a014-ac482e520a69"}],"id":"716ba0d2-db8f-44ec-8fd0-9f66ef64785b","_postman_id":"716ba0d2-db8f-44ec-8fd0-9f66ef64785b"},{"name":"Cards","item":[{"name":"Get Default Card Bank","id":"a8fa6dff-ad5c-4bb9-acc7-0da4ee4a0c57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://localhost/api/users/v1/default_card_bank"},"response":[],"_postman_id":"a8fa6dff-ad5c-4bb9-acc7-0da4ee4a0c57"},{"name":"Get Cards Bank","id":"f1633773-6d00-45e0-b5b5-ec6c182274c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://localhost/api/users/v1/card_bank"},"response":[],"_postman_id":"f1633773-6d00-45e0-b5b5-ec6c182274c2"}],"id":"a951ba65-6845-4477-9af2-e0d9ac8570a8","_postman_id":"a951ba65-6845-4477-9af2-e0d9ac8570a8"},{"name":"upload image","id":"3106d2ae-7855-4d01-b25d-526f92dbaf8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"/home/elevatus/Desktop/task_1.png"},{"key":"from_feature","value":"users","type":"text"}]},"url":"http://localhost/api/users/v1/image"},"response":[],"_postman_id":"3106d2ae-7855-4d01-b25d-526f92dbaf8d"},{"name":"get auth user","id":"45aadb4e-faa0-4b35-a05d-95a32831a953","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"{{url}}/api/users/v1/auth-user"},"response":[],"_postman_id":"45aadb4e-faa0-4b35-a05d-95a32831a953"},{"name":"user profie","id":"f4f1f964-d22d-4efb-ba17-577ae2884a5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"http://localhost/api/users/v1/profile"},"response":[],"_postman_id":"f4f1f964-d22d-4efb-ba17-577ae2884a5a"},{"name":"update user profile","id":"360358c8-1945-4bfb-8346-f54fb509124b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"first_name\":\"su\",\n\t\"last_name\":\"hi\",\n\t\"email\":\"test+8@yahoo.com\",\n\t\"image_id\":\"\"\n}"},"url":"http://localhost/api/users/v1/profile"},"response":[],"_postman_id":"360358c8-1945-4bfb-8346-f54fb509124b"},{"name":"{{url}}/api/users/v1/delete-user","id":"3b9b8657-e6c4-43b8-965c-e387a8ed1fb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n\t\"uuid\":\"c783deb6-f208-4854-afd5-9c1bd9b563fe\"\n}","options":{"raw":{"language":"json"}}},"url":"{{url}}/api/users/v1/delete-user"},"response":[],"_postman_id":"3b9b8657-e6c4-43b8-965c-e387a8ed1fb9"}],"id":"a412874e-c7ba-487c-99c2-995a3f84ad30","_postman_id":"a412874e-c7ba-487c-99c2-995a3f84ad30"},{"name":"Groups","item":[{"name":"Members","item":[{"name":"Not Members of group","id":"7657de50-b934-4bdd-add0-12e0725563be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\n\t\"uuid\":\"5b91c8b7-3e14-4c0c-b79d-2256d808d2be\"\n}"},"url":"http://localhost/api/groups/v1/member/not-members"},"response":[],"_postman_id":"7657de50-b934-4bdd-add0-12e0725563be"},{"name":"get group members","id":"94fd2768-2540-4634-9f84-9905000935e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\n\t\"uuid\":\"c4cc066d-295d-47c7-affa-6502ec56cfcd\"\n}"},"url":"http://localhost/api/groups/v1/member"},"response":[],"_postman_id":"94fd2768-2540-4634-9f84-9905000935e2"},{"name":"get Members By Contacts","id":"2809469e-bf2a-4bf8-b3a1-47816776dd7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\n\t\"contacts\":[\n\t\t\"962788460243\",\n\t\t\"788460242\"\n\t\t]\n}"},"url":"{{url}}/api/groups/v1/member/members"},"response":[],"_postman_id":"2809469e-bf2a-4bf8-b3a1-47816776dd7d"},{"name":"add","id":"95115d33-2e2e-432e-933d-8e282a59063f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"uuid\":\"5b91c8b7-3e14-4c0c-b79d-2256d808d2be\",\n    \"users\": [ \"bf7c01d0-d83e-4aee-a9c9-14874d81cc14\"]\n}"},"url":"http://localhost/api/groups/v1/member"},"response":[],"_postman_id":"95115d33-2e2e-432e-933d-8e282a59063f"},{"name":"search","id":"3fb67b6d-3c7f-41eb-887f-23d1b48b95f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"key\":\"suha\"\n}"},"url":"http://localhost/api/groups/v1/member/search"},"response":[],"_postman_id":"3fb67b6d-3c7f-41eb-887f-23d1b48b95f3"},{"name":"set_admin","id":"b8abcb53-efb4-43ad-b814-351849d14df4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"uuid\":\"0bfb8040-1c79-4dea-a615-cafbb7cbd048\",\n    \"user_uuid\":  \"172eec5b-66c1-4294-8ca7-b9f4233925a1\"\n\t\n}"},"url":"http://localhost/api/groups/v1/set_admin"},"response":[],"_postman_id":"b8abcb53-efb4-43ad-b814-351849d14df4"},{"name":"block member","id":"23ed55b2-ba8d-4f84-b590-bd4e90e1f689","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"uuid\":\"0bfb8040-1c79-4dea-a615-cafbb7cbd048\",\n    \"user_uuid\":  \"172eec5b-66c1-4294-8ca7-b9f4233925a1\"\n\t\n}"},"url":"http://localhost/api/groups/v1/block_member"},"response":[],"_postman_id":"23ed55b2-ba8d-4f84-b590-bd4e90e1f689"},{"name":"invite member","id":"91e2da2d-b11b-4373-aad4-bbc25a028611","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"mobile_number\":\"962788460242\"\n\t\n}"},"url":"http://localhost/api/groups/v1/invite_member"},"response":[],"_postman_id":"91e2da2d-b11b-4373-aad4-bbc25a028611"},{"name":"remove","id":"aa3fb3cd-e0ed-41d6-a339-9d63d5bc97e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"uuid\":\"62cf68fa-aea2-4367-8511-9cfea499db1a\",\n    \"user_uuid\":  \"b7cc5306-1d67-4dd8-b6e3-2af719e5cc73\"\n}"},"url":"http://localhost/api/groups/v1/member"},"response":[],"_postman_id":"aa3fb3cd-e0ed-41d6-a339-9d63d5bc97e8"},{"name":"get simsplit users","id":"54b4648c-7df1-4e6f-840e-a8e32fa82f97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"}],"url":"http://localhost/api/users/v1"},"response":[],"_postman_id":"54b4648c-7df1-4e6f-840e-a8e32fa82f97"}],"id":"ab925683-3450-4dc1-ab72-a2cef0e37fd1","_postman_id":"ab925683-3450-4dc1-ab72-a2cef0e37fd1"},{"name":"Chatting","item":[{"name":"create","id":"748cb716-af6b-4eac-b364-57f4b7e78203","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"bcace8df-b401-4392-bbc0-1a6ea261cf2d\",\n    \"message\": \"hello guys\"\n}"},"url":"http://localhost/api/chatting/v1/messages"},"response":[],"_postman_id":"748cb716-af6b-4eac-b364-57f4b7e78203"},{"name":"list","id":"f4130f51-a37b-49de-9934-b42a741358d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"group_uuid\":\"\"\n}"},"url":"http://localhost/api/chatting/v1/messages"},"response":[],"_postman_id":"f4130f51-a37b-49de-9934-b42a741358d3"}],"id":"347b856b-8290-47e2-90e0-025a8a7fb6b4","_postman_id":"347b856b-8290-47e2-90e0-025a8a7fb6b4"},{"name":"list","id":"da9df8b8-f8e0-40c6-8c0d-9b14e642767a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"http://localhost/api/groups/v1/group"},"response":[],"_postman_id":"da9df8b8-f8e0-40c6-8c0d-9b14e642767a"},{"name":"create","id":"f50d9f18-b904-4388-a523-7b3e50b10a3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"title\":\"Airbnb Group\",\n\t\"image_uuid\":null,\n\t\"members\":[\"0ba34f3f-6e49-452d-9001-ba0f4d2583c0\"]\n}"},"url":"http://localhost/api/groups/v1/group"},"response":[],"_postman_id":"f50d9f18-b904-4388-a523-7b3e50b10a3f"},{"name":"search","id":"8726ea30-53e6-4678-8c0f-3fe3cf8831e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"key\":\"Group\"\n}"},"url":"http://localhost/api/groups/v1/group/search"},"response":[],"_postman_id":"8726ea30-53e6-4678-8c0f-3fe3cf8831e4"},{"name":"update","id":"ea483d37-da74-468d-8112-92448f9c8992","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"uuid\": \"bcace8df-b401-4392-bbc0-1a6ea261cf2d\",\n\t\"title\":\"Mac Cafe Group updated\"\n}"},"url":"http://localhost/api/groups/v1/group"},"response":[],"_postman_id":"ea483d37-da74-468d-8112-92448f9c8992"},{"name":"view","id":"095fdc32-cc92-4bca-a012-c704e6aadb15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"OPTIONS","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"c4cc066d-295d-47c7-affa-6502ec56cfcd\"\n}"},"url":"http://localhost/api/groups/v1/group"},"response":[],"_postman_id":"095fdc32-cc92-4bca-a012-c704e6aadb15"},{"name":"delete","id":"10ae415d-7b54-4a97-8559-4d08ae3237c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"uuid\": \"bcace8df-b401-4392-bbc0-1a6ea261cf2d\"\n\n}"},"url":"http://localhost/api/groups/v1/group"},"response":[],"_postman_id":"10ae415d-7b54-4a97-8559-4d08ae3237c3"}],"id":"78d89928-158e-4e0e-a3ad-3d77ed8ce2ca","_postman_id":"78d89928-158e-4e0e-a3ad-3d77ed8ce2ca"},{"name":"Invoices","item":[{"name":"Splitting","item":[{"name":"split items with users","id":"015184b4-8347-47f0-9816-5abfe12beb97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item_uuid\": \"0db58198-21f3-4971-9150-315acfc882f4\",\n    \"invoice_uuid\": \"52ab106c-9677-44d3-838b-09446188e62f\",\n\t\"group_uuid\":\"ffb6a521-213c-4976-8b3c-e47580da386f\",\n    \"users\": [\n        {\n            \"user_uuid\": \"f4b48a7d-01e1-46c8-937d-23545d5daec5\",\n            \"quantity\":2\n        }\n    ]\n}"},"url":"http://localhost/api/invoices/v1/item/users"},"response":[],"_postman_id":"015184b4-8347-47f0-9816-5abfe12beb97"},{"name":"Remove user from split","id":"af4ab4c7-e613-4840-861f-78b637127269","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item_uuid\": \"0db58198-21f3-4971-9150-315acfc882f4\",\n    \"invoice_uuid\": \"52ab106c-9677-44d3-838b-09446188e62f\",\n    \"group_uuid\": \"ffb6a521-213c-4976-8b3c-e47580da386f\",\n    \"user_uuid\": \"f4b48a7d-01e1-46c8-937d-23545d5daec5\"\n}"},"url":"http://localhost/api/invoices/v1/item/users"},"response":[],"_postman_id":"af4ab4c7-e613-4840-861f-78b637127269"},{"name":"split total invoice","id":"f8587520-e9db-4c0e-8f42-d60ee5156147","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"item_uuid\": \"0db58198-21f3-4971-9150-315acfc882f4\",\n    \"invoice_uuid\": \"52ab106c-9677-44d3-838b-09446188e62f\",\n\t\"group_uuid\":\"ffb6a521-213c-4976-8b3c-e47580da386f\",\n    \"users\": [\n        {\n            \"user_uuid\": \"f4b48a7d-01e1-46c8-937d-23545d5daec5\",\n            \"quantity\":2\n        }\n    ]\n}"},"url":"http://localhost/api/invoices/v1/invoice/users/split"},"response":[],"_postman_id":"f8587520-e9db-4c0e-8f42-d60ee5156147"},{"name":"split manually","id":"82b7eb27-46be-4454-a1ee-e5d7550501f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"invoice_uuid\": \"52ab106c-9677-44d3-838b-09446188e62f\",\n\t\"group_uuid\":\"ffb6a521-213c-4976-8b3c-e47580da386f\",\n    \"users\": [\n        {\n            \"user_uuid\": \"f4b48a7d-01e1-46c8-937d-23545d5daec5\",\n            \"price\":20\n        }\n    ]\n}"},"url":"http://localhost/api/invoices/v1/invoice/users/split-manually"},"response":[],"_postman_id":"82b7eb27-46be-4454-a1ee-e5d7550501f2"},{"name":"list of users","id":"01b6a975-f1b9-465a-88bd-ffa71c7af031","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n        \"item_uuid\": \"0db58198-21f3-4971-9150-315acfc882f4\",\n    \"invoice_uuid\": \"52ab106c-9677-44d3-838b-09446188e62f\",\n\t\"group_uuid\":\"ffb6a521-213c-4976-8b3c-e47580da386f\"\n}"},"url":"http://localhost/api/invoices/v1/item/users"},"response":[],"_postman_id":"01b6a975-f1b9-465a-88bd-ffa71c7af031"}],"id":"a2013f10-adbc-4dc3-901d-26b2b22fe101","_postman_id":"a2013f10-adbc-4dc3-901d-26b2b22fe101"},{"name":"Items","item":[{"name":"create","id":"246aca2e-eae3-4f7e-8ab9-8e91e8c51e3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"invoice_uuid\": \"52ab106c-9677-44d3-838b-09446188e62f\",\n\t\"group_uuid\":\"ffb6a521-213c-4976-8b3c-e47580da386f\",\n\t\"name\":\"MilkShake\",\n\t\"price\":20,\n\t\"quantity\":2\n}"},"url":"http://localhost/api/invoices/v1/item"},"response":[],"_postman_id":"246aca2e-eae3-4f7e-8ab9-8e91e8c51e3d"},{"name":"search","id":"30d04517-f2cc-4b22-848c-443293b799b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key\":\"milk\"\n}"},"url":"http://localhost/api/invoices/v1/item/search"},"response":[],"_postman_id":"30d04517-f2cc-4b22-848c-443293b799b7"},{"name":"update","id":"9073ae8c-c15b-481a-84fa-d9b2d119d6eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"uuid\":\"e9c65883-75ed-4d11-943d-bdc1d1e7f1f1\",\n\t\t\"group_uuid\":\"16797f5d-0ef2-4421-92ec-1645c651b116\",\n  \"invoice_uuid\": \"c3823f68-db0d-4832-b96b-93c2fe1ecbf4\",\n  \t\"name\":\"MilkShake\",\n\t\"price\":35,\n\t\"quantity\":4\n}"},"url":"http://localhost/api/invoices/v1/item"},"response":[],"_postman_id":"9073ae8c-c15b-481a-84fa-d9b2d119d6eb"},{"name":"view","id":"86eb2de7-5a3c-48a4-86aa-a93bd16501b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"OPTIONS","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"e9c65883-75ed-4d11-943d-bdc1d1e7f1f1\",\n    \"group_uuid\": \"16797f5d-0ef2-4421-92ec-1645c651b116\",\n    \"invoice_uuid\": \"c3823f68-db0d-4832-b96b-93c2fe1ecbf4\"\n}"},"url":"http://localhost/api/invoices/v1/item"},"response":[],"_postman_id":"86eb2de7-5a3c-48a4-86aa-a93bd16501b6"},{"name":"list","id":"c1879c8b-0106-4b1a-9cf7-312920d790f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t    \"invoice_uuid\": \"52ab106c-9677-44d3-838b-09446188e62f\",\n\t\"group_uuid\":\"ffb6a521-213c-4976-8b3c-e47580da386f\"\n\n}"},"url":"http://localhost/api/invoices/v1/item"},"response":[],"_postman_id":"c1879c8b-0106-4b1a-9cf7-312920d790f0"},{"name":"delete","id":"4f51d1d6-fad0-4faf-87bf-de2b62cc304b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"5c7df840-e060-472d-8f3a-b947133d3ec5\",\n    \"group_uuid\": \"ae2bc440-e2e8-4276-b647-fc070ec0270c\"\n}"},"url":"http://localhost/api/invoices/v1/item"},"response":[],"_postman_id":"4f51d1d6-fad0-4faf-87bf-de2b62cc304b"}],"id":"19ddf73c-941f-486a-a378-6456c9aa5fea","_postman_id":"19ddf73c-941f-486a-a378-6456c9aa5fea"},{"name":"list","id":"4cd88f9b-249c-4f57-b269-000e17247631","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"GET","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"group_uuid\":\"ffb6a521-213c-4976-8b3c-e47580da386f\"\n}"},"url":"http://localhost/api/invoices/v1/invoice"},"response":[],"_postman_id":"4cd88f9b-249c-4f57-b269-000e17247631"},{"name":"create","id":"8665ff22-30a8-4c79-85e9-ee4dfddb74aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"Birthday Cake\",\n\t\"image_uuid\":null,\n\t\"group_uuid\":\"c4cc066d-295d-47c7-affa-6502ec56cfcd\",\n\t\"total_balance\": 125,\n\t\"status\":0 \n}\n\n"},"url":"http://localhost/api/invoices/v1/invoice"},"response":[{"id":"cba357d4-5668-4b04-8748-f27532bdcbdd","name":"create","originalRequest":{"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\":\"Birthday Cake\",\n\t\"image_uuid\":null,\n\t\"group_uuid\":\"c4cc066d-295d-47c7-affa-6502ec56cfcd\",\n\t\"total\": 125,\n\t\"status\":0 \n}\n\n"},"url":"http://localhost/api/invoices/v1/invoice"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/7.2.29"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 11 Apr 2020 10:54:30 GMT"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Referrer-Policy","value":"no-referrer-when-downgrade"},{"key":"Content-Security-Policy","value":"default-src 'self' http: https: data: blob: 'unsafe-inline'"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"merchant_name\": [\n            \"The merchant name field is required.\"\n        ]\n    }\n}"}],"_postman_id":"8665ff22-30a8-4c79-85e9-ee4dfddb74aa"},{"name":"search","id":"03c957d2-03c1-498f-84eb-0e4308e1c493","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"key\":\"MilkShake\"\n}"},"url":"http://localhost/api/invoices/v1/invoice/search"},"response":[],"_postman_id":"03c957d2-03c1-498f-84eb-0e4308e1c493"},{"name":"recurring","id":"77b9e7f5-d3fc-472b-a6ac-1f833bd1a005","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"invoice_uuid\": \"66cb1e48-78fb-4d3b-b756-ecdbf104bc3d\",\n\t\"group_uuid\":\"c4cc066d-295d-47c7-affa-6502ec56cfcd\",\n\t\"is_recurring\":false,\n\t\"recurring_type\":3,\n\t\"recurring\":\"22/03\"\n}"},"url":"http://localhost/api/invoices/v1/invoice/recurring"},"response":[],"_postman_id":"77b9e7f5-d3fc-472b-a6ac-1f833bd1a005"},{"name":"update","id":"e356ccd9-3a76-4d3d-a690-b0d1ed199d4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"PUT","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"uuid\": \"52ab106c-9677-44d3-838b-09446188e62f\",\n\t\"group_uuid\":\"ffb6a521-213c-4976-8b3c-e47580da386f\",\n\t\"name\":\"MilkShake new branch\",\n\t\"merchant_name\":\"7 Cafe\",\n\t\"image_uuid\":null,\n\t\"total_balance\":200,\n\t\"tip\":2,\n\t\"tax\":3\n}"},"url":"http://localhost/api/invoices/v1/invoice"},"response":[],"_postman_id":"e356ccd9-3a76-4d3d-a690-b0d1ed199d4f"},{"name":"view","id":"b8a29e0b-4d90-4bc6-86c2-73d915f867f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"OPTIONS","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"group_uuid\":\"16797f5d-0ef2-4421-92ec-1645c651b116\",\n  \"uuid\": \"c3823f68-db0d-4832-b96b-93c2fe1ecbf4\"\n\t\n}"},"url":"http://localhost/api/invoices/v1/invoice"},"response":[],"_postman_id":"b8a29e0b-4d90-4bc6-86c2-73d915f867f1"},{"name":"delete","id":"fc62b7b5-d71e-4dac-bc94-36048039dae8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"DELETE","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"uuid\": \"9f327395-f56d-4b58-a93d-10a7a9a18822\",\n\t\"group_uuid\":\"61ba3deb-19ec-4187-ae10-b535fb57aaa3\"\n\t\n}"},"url":"http://localhost/api/invoices/v1/invoice"},"response":[],"_postman_id":"fc62b7b5-d71e-4dac-bc94-36048039dae8"}],"id":"872de787-6315-46fd-9272-8e4be0412e62","_postman_id":"872de787-6315-46fd-9272-8e4be0412e62"},{"name":"Payments","item":[{"name":"Create Bank Card","id":"ce09bdcd-5bc3-406e-987b-209322eb0890","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"provider_uuid\" :\"\",\n\t\"bank_number\":\"\",\n\t\"ccv\":234,\n\t\"expiry\":\"12/20\",\n\t\"is_default\": true\n}"},"url":"http://localhost/api/payment/v1/bank_card"},"response":[],"_postman_id":"ce09bdcd-5bc3-406e-987b-209322eb0890"},{"name":"Decline Request","id":"29e046ac-9d75-4235-ad3c-7d3bcacba6dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"item_uuid\":\"\",\n\t\"balance\":\"\"\n}"},"url":"http://localhost/api/payment/v1/decline"},"response":[],"_postman_id":"29e046ac-9d75-4235-ad3c-7d3bcacba6dd"},{"name":"Approve","id":"867ceed6-c245-4a11-8dfc-0ed0f78f088e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"item_uuid\":\"\"\n}"},"url":"http://localhost/api/payment/v1/approve"},"response":[],"_postman_id":"867ceed6-c245-4a11-8dfc-0ed0f78f088e"},{"name":"pay after approve","id":"1050573c-40e2-4a66-a5a9-005f05bafa3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"item_uuid\":\"\",\n\t\"type\":1\n}"},"url":"http://localhost/api/payment/v1/pay"},"response":[],"_postman_id":"1050573c-40e2-4a66-a5a9-005f05bafa3f"},{"name":"cancel payment","id":"9e55a899-a1f6-4149-bf02-8a34824046b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"invoice_uuid\":\"\"\n}"},"url":"http://localhost/api/payment/v1/cancel"},"response":[],"_postman_id":"9e55a899-a1f6-4149-bf02-8a34824046b4"},{"name":"pay_share","id":"9af4784c-fd19-45ac-a85d-c50ebd90cc63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"invoice_uuid\":\"\"\n}"},"url":"http://localhost/api/payment/v1/pay_share"},"response":[],"_postman_id":"9af4784c-fd19-45ac-a85d-c50ebd90cc63"},{"name":"pay_bill","id":"7aa5c7f6-6df8-447c-acdd-9f3c73d50994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"{{token}}"}},"method":"POST","header":[{"key":"Accept","type":"text","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"invoice_uuid\":\"\"\n}"},"url":"http://localhost/api/payment/v1/pay_bill"},"response":[],"_postman_id":"7aa5c7f6-6df8-447c-acdd-9f3c73d50994"}],"id":"014d9434-b6b3-4e96-bc65-c274182e5923","_postman_id":"014d9434-b6b3-4e96-bc65-c274182e5923"}]}