{"info":{"_postman_id":"26cc2cdc-1ae7-4909-aad4-887328350b83","name":"APIs","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"41721726","collectionId":"26cc2cdc-1ae7-4909-aad4-887328350b83","publishedId":"2sBXirkUVe","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-09T18:01:26.000Z"},"item":[{"name":"Send Message","id":"83886c11-b99e-49f0-b7aa-b6f7250ac77a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // optional from phone number id is not given it will use default phone number id\n    \"from_phone_number_id\": \"\",\n    \"phone_number\": \"918856066529\",\n    \"message_body\": \"your message body\",\n    // if you want to create contact if it does not exist\n    \"contact\": {\n        \"first_name\" : \"Johan\",\n        \"last_name\" : \"Doe\",\n        \"email\" : \"johndoe@doamin.com\",\n        \"country\" : \"india\",\n        \"language_code\" : \"en\",\n        \"groups\" : \"examplegroup1,examplegroup2\",\n        \"custom_fields\" : {\n            \"BDay\" : \"2025-09-04\"\n        }\n\n    }\n}","options":{"raw":{"language":"json"}}},"url":"//contact/send-message","description":"<p>Send Message</p>\n","urlObject":{"path":["","contact","send-message"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"83886c11-b99e-49f0-b7aa-b6f7250ac77a"},{"name":"Send Media Message","id":"dd169a4a-8451-4190-8ba4-3e6f34eef0aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // optional from phone number id is not given it will use default phone number id\n    \"from_phone_number_id\": \"\",\n    \"phone_number\" : \"918856066529\",\n    \"media_type\" : \"document\",\n    \"media_url\" : \"https://images.pexels.com/photos/276267/pexels-photo-276267.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2\",\n    \"caption\" : \"your capation for image or video media types\",\n    \"file_name\" : \"your file name for document\",\n    // if you want to create contact if it does not exist\n    \"contact\": {\n        \"first_name\" : \"Johan\",\n        \"last_name\" : \"Doe\",\n        \"email\" : \"johndoe@doamin.com\",\n        \"country\" : \"india\",\n        \"language_code\" : \"en\",\n        \"groups\" : \"examplegroup1,examplegroup2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"//contact/send-media-message","description":"<p>Send Message</p>\n","urlObject":{"path":["","contact","send-media-message"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"dd169a4a-8451-4190-8ba4-3e6f34eef0aa"},{"name":"Send Template Message","id":"7c306d8b-1521-44bd-b3b5-cf95ff1afce5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // optional from phone number id is not given it will use default phone number id\n    \"from_phone_number_id\": \"{{fromPhoneNumberId}}\",\n    \"phone_number\": \"\",\n    \"template_name\" : \"your_template_name\",\n    \"template_language\" : \"en\",\n    \"header_image\" : \"https://cdn.pixabay.com/photo/2015/01/07/15/51/woman-591576_1280.jpg\",\n    \"header_video\" : \"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerEscapes.mp4\",\n    \"header_document\" : \"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerEscapes.mp4\",\n    \"header_document_name\" : \"{full_name}\",\n    \"header_field_1\" : \"{full_name}\",\n    \"location_latitude\" : \"22.22\",\n    \"location_longitude\" : \"22.22\",\n    \"location_name\" : \"{first_name}\",\n    \"location_address\" : \"{country}\",\n    \"field_1\" : \"{Age}\",\n    \"field_2\" : \"{full_name}\",\n    \"field_3\" : \"{first_name}\",\n    \"field_4\" : \"{last_name}\",\n    \"button_0\" : \"{email}\",\n    \"button_1\" : \"{phone_number}\",\n    \"copy_code\" : \"YourCode\",\n    // if you want to create contact if it does not exist\n    \"contact\": {\n        \"first_name\" : \"Johan\",\n        \"last_name\" : \"Doe\",\n        \"email\" : \"johndoe@doamin.com\",\n        \"country\" : \"india\",\n        \"language_code\" : \"en\",\n        \"groups\" : \"examplegroup1,examplegroup2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"//contact/send-template-message","urlObject":{"path":["","contact","send-template-message"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"7c306d8b-1521-44bd-b3b5-cf95ff1afce5"},{"name":"Get Template List","id":"72561a4d-180a-4051-a1f5-4b79df278cef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"//contact/template-list","urlObject":{"path":["","contact","template-list"],"host":[""],"query":[{"disabled":true,"key":"page","value":"2"},{"disabled":true,"key":"page_size","value":"5"},{"disabled":true,"key":"search_term","value":"APPROVED"}],"variable":[]}},"response":[],"_postman_id":"72561a4d-180a-4051-a1f5-4b79df278cef"},{"name":"Send Carousel Template Message","id":"c8ce4cdb-7444-4a55-b6a2-5f99939709fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"\n{\n    // optional from phone number id is not given it will use default phone number id\n    \"from_phone_number_id\": \"669217672941135\",\n    \"phone_number\": \"\",\n    \"template_name\" : \"carsoule_template_131\",\n    \"template_language\" : \"en_us\",\n    // If the carousel body contains a variable, include it. If not, omit it from the payload.\n    \"field_1\" : \"{Age}\",\n    \"field_2\" : \"{full_name}\",\n    \"field_3\" : \"{last_name}\",\n    // Atleast minimum 2 cards are required, maximum 10.\n    // The sequence of cards and buttons will remain the same as defined in the created template\n    \"carousel_templates\": [\n        {\n            \"media_type\": \"IMAGE\",\n            \"media_url\": \"https://cdn.pixabay.com/photo/2015/01/07/15/51/woman-591576_1280.jpg\",\n            // If the card body contains a variable, include it. If not, omit it from the payload.\n            // At least 1 button required, maximum 2; button types can be mixed\n            // \"body_example_fields\": [\n            //     \"first name\",\n            //     \"last name\"\n            // ],\n            \"button_type\": [\n                \"QUICK_REPLY\",\n                \"PHONE_NUMBER\",\n                \"URL\"\n            ]\n        },\n        {\n            \"media_type\": \"IMAGE\",\n            \"media_url\": \"https://cdn.pixabay.com/photo/2015/01/07/15/51/woman-591576_1280.jpg\",\n            // If the card body contains a variable, include it. If not, omit it from the payload.\n            // At least 1 button required, maximum 2; button types can be mixed\n            // \"body_example_fields\": [\n            //     \"Address 1\",\n            //     \"Address 2\"\n            // ],\n            \"button_type\": [\n                \"QUICK_REPLY\",\n                \"PHONE_NUMBER\",\n                \"URL\"\n            ]\n        }\n    ],\n    // if you want to create contact if it does not exist\n    \"contact\": {\n        \"first_name\" : \"Johan\",\n        \"last_name\" : \"Doe\",\n        \"email\" : \"johndoe@doamin.com\",\n        \"country\" : \"india\",\n        \"language_code\" : \"en\",\n        \"groups\" : \"examplegroup1,examplegroup2\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"//contact/send-carousel-template-message","urlObject":{"path":["","contact","send-carousel-template-message"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"c8ce4cdb-7444-4a55-b6a2-5f99939709fb"},{"name":"Create Contact","id":"db5f805c-b62e-429c-84cd-ff14640e976f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone_number\" : \"4885057299\",\n    \"first_name\" : \"ghfdhf\",\n    \"last_name\" : \"jghjghj\",\n    \"email\" : \"cvbcbcvb@doamin.com\",\n    \"country\" : \"india\",\n    \"language_code\" : \"en\",\n    \"groups\" : \"\",\n    \"custom_fields\" : {\n        \"BDay\" : \"2025-09-01\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"//contact/create","description":"<p>Send Message</p>\n","urlObject":{"path":["","contact","create"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"db5f805c-b62e-429c-84cd-ff14640e976f"},{"name":"Create Campaign","id":"0c7d908e-0166-49e0-a3c6-57935ffda61f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // optional from phone number id is not given it will use default phone number id\n    //\"from_phone_number_id\": \"{{fromPhoneNumberId}}\",\n    \"template_name\": \"account_setup_template\",\n    \"template_language\": \"en_US\",\n    \"header_image\": \"https://cdn.pixabay.com/photo/2015/01/07/15/51/woman-591576_1280.jpg\",\n    \"header_video\": \"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerEscapes.mp4\",\n    \"header_document\": \"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerEscapes.mp4\",\n    \"header_document_name\": \"{full_name}\",\n    \"header_field_1\": \"{full_name}\",\n    \"location_latitude\": \"22.22\",\n    \"location_longitude\": \"22.22\",\n    \"location_name\": \"{first_name}\",\n    \"location_address\": \"{country}\",\n    \"field_1\": \"{Age}\",\n    \"field_2\": \"{full_name}\",\n    \"field_3\": \"{first_name}\",\n    \"field_4\": \"{last_name}\",\n    \"button_0\": \"{email}\",\n    \"button_1\": \"{phone_number}\",\n    \"copy_code\": \"YourCode\",\n    // Campaign related section start here\n    \"title\": \"test campaign from API 4\",\n    // contact group - group_name or all_contacts\n    \"contact_group\": [\"all_contacts\"],\n    \"contact_labels\": \"\",\n    \"restrict_by_templated_contact_language\": \"false\",\n    \"timezone\": \"Asia/Kolkata\",\n    \"schedule_at\": \"2026-03-31T12:42\",\n    \"expire_at\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"//campaign/schedule","description":"<p>Send Message</p>\n","urlObject":{"path":["","campaign","schedule"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"0c7d908e-0166-49e0-a3c6-57935ffda61f"},{"name":"Campaign List","id":"a5e90bf9-1cf1-4fac-9ab6-128cecd52bbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"//campaign","description":"<p>Send Message</p>\n","urlObject":{"path":["","campaign"],"host":[""],"query":[{"disabled":true,"key":"page","value":"2"},{"disabled":true,"key":"page_size","value":"5"},{"disabled":true,"key":"search_term","value":"dfgsdfgdfd"}],"variable":[]}},"response":[],"_postman_id":"a5e90bf9-1cf1-4fac-9ab6-128cecd52bbf"},{"name":"Campaign Status","id":"3656fb31-8fe9-4888-aa4a-87e9b2177920","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"//campaign-status/2035045d-17e1-49d2-b4ba-2e4054124d33","description":"<p>Send Message</p>\n","urlObject":{"path":["","campaign-status","2035045d-17e1-49d2-b4ba-2e4054124d33"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"3656fb31-8fe9-4888-aa4a-87e9b2177920"},{"name":"Update Contact","id":"83551c5f-bf62-428e-86c3-de7da797546d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // only send required items to update sending blank values may remove existing values\n    \"first_name\" : \"Johan\",\n    \"last_name\" : \"Doe\",\n    \"email\" : \"nikhil1991@livelyworks.net\",\n    \"country\" : \"91\",\n    \"language_code\" : \"mr\",\n    \"whatsapp_opt_out\" : false,\n    \"enable_ai_bot\": true,\n    \"groups\" : \"examplegroup1,examplegroup9\",\n    \"custom_fields\" : {\n        \"BDay\" : \"2025-09-04\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"//contact/update/","description":"<p>Send Message</p>\n","urlObject":{"path":["","contact","update",""],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"83551c5f-bf62-428e-86c3-de7da797546d"},{"name":"Get Contacts","id":"722a07c9-f316-4170-99db-3c1aa95496b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"//contacts?page_size=5&search_term=vinod","urlObject":{"path":["","contacts"],"host":[""],"query":[{"disabled":true,"key":"page","value":"2"},{"key":"page_size","value":"5"},{"key":"search_term","value":"vinod"}],"variable":[]}},"response":[],"_postman_id":"722a07c9-f316-4170-99db-3c1aa95496b0"},{"name":"Get Single Contact","id":"cc84f02a-f611-4e04-90ff-a94e3ebb7ce4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"url":"//contact?phone_number_or_email=918856066529","urlObject":{"path":["","contact"],"host":[""],"query":[{"key":"phone_number_or_email","value":"918856066529"}],"variable":[]}},"response":[],"_postman_id":"cc84f02a-f611-4e04-90ff-a94e3ebb7ce4"},{"name":"Send Interactive Message","id":"2ab68f36-8614-4507-8aac-67dcb15bbcb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    // optional from phone number id is not given it will use default phone number id\r\n    \"from_phone_number_id\": \"\",\r\n    \"phone_number\" : \"918856066529\",\r\n    \"interactive_type\" : \"button\", // cta_url, list\r\n    \"media_link\": \"\", // When header_type is image, video or document\r\n    \"header_type\": \"text\",\r\n    \"header_text\": \"Interactive Text Header\",\r\n    \"body_text\": \"Interactive bot 1\",\r\n    \"footer_text\": \"footer text\",\r\n    \"buttons\": { // When \"interactive_type\" is \"button\"\r\n        \"1\": \"button 1\",\r\n        \"2\": \"button 2\",\r\n        \"3\": \"button 3\"\r\n    },\r\n    \"cta_url\": { // When \"interactive_type\" is \"cta_url\"\r\n        \"display_text\": \"CTA button Text\",\r\n        \"url\": \"CTA button URL\"\r\n    },\r\n    \"list_data\": { // When \"interactive_type\" is \"list\"\r\n        \"button_text\": \"List Msg Btn Label\",\r\n        \"sections\": {\r\n            \"section_1\": {\r\n                \"title\": \"Section 1\",\r\n                \"id\": \"section_1\",\r\n                \"rows\": {\r\n                    \"row_1\": {\r\n                        \"id\": \"row_1\",\r\n                        \"row_id\": \"1\",\r\n                        \"title\": \"Row 1 title\",\r\n                        \"description\": \"row 1 description\"\r\n                    }\r\n                }\r\n            },\r\n            \"section_2\": {\r\n                \"title\": \"Section 2\",\r\n                \"id\": \"section_2\",\r\n                \"rows\": {\r\n                    \"row_1\": {\r\n                        \"id\": \"row_1\",\r\n                        \"row_id\": \"1\",\r\n                        \"title\": \"row 1 title\",\r\n                        \"description\": \"row 1 description\"\r\n                    }\r\n                }\r\n            }\r\n        }\r\n    },\r\n    // if you want to create contact if it does not exist\r\n    \"contact\": {\r\n        \"first_name\" : \"Johan\",\r\n        \"last_name\" : \"Doe\",\r\n        \"email\" : \"johndoe@doamin.com\",\r\n        \"country\" : \"india\",\r\n        \"language_code\" : \"en\",\r\n        \"groups\" : \"examplegroup1,examplegroup2\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"//contact/send-interactive-message","urlObject":{"path":["","contact","send-interactive-message"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"2ab68f36-8614-4507-8aac-67dcb15bbcb8"},{"name":"Assign Team Member and Enable/Disable AI Bot and Bot Reply","id":"f0879657-0263-4fbe-9ab0-a1542971e056","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // Username or email of team member\n    \"username_or_email\": \"team123@test.com\",\n    \"phone_number\": ,\n    // set 1 for true and 0 for false\n    \"enable_ai_bot\": 0,\n    \"enable_reply_bot\": 0\n}","options":{"raw":{"language":"json"}}},"url":"//contact/assign-team-member","urlObject":{"path":["","contact","assign-team-member"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"f0879657-0263-4fbe-9ab0-a1542971e056"},{"name":"Get Contact Groups","id":"4a2930e3-d69a-42f7-bd0c-33f218fc35ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"//contact/groups?page_size=50","urlObject":{"path":["","contact","groups"],"host":[""],"query":[{"key":"page_size","value":"50"},{"disabled":true,"key":"search_term","value":"examplegr"},{"disabled":true,"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"4a2930e3-d69a-42f7-bd0c-33f218fc35ed"},{"name":"Get Contact Labels and Tags","id":"4734ca7d-4737-4476-a2d1-ec1597851fc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"//contact/labels-tags","urlObject":{"path":["","contact","labels-tags"],"host":[""],"query":[{"disabled":true,"key":"page_size","value":"5"},{"disabled":true,"key":"search_term","value":"2"},{"disabled":true,"key":"page","value":"1"}],"variable":[]}},"response":[],"_postman_id":"4734ca7d-4737-4476-a2d1-ec1597851fc2"},{"name":"Get Message Status","id":"6a50ce31-077f-45ec-ade5-fa93a25566d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"//contact/message-status?wamid=wamid.HBgMOTE4ODU2MDY2NTI5FQIAERgSQkUxODQ2QkU5QTc3QkQ5NzZCAA==","urlObject":{"path":["","contact","message-status"],"host":[""],"query":[{"disabled":true,"key":"log_uid","value":"7f3f1b38-260c-41e9-be1f-4ffb7ffbe834"},{"key":"wamid","value":"wamid.HBgMOTE4ODU2MDY2NTI5FQIAERgSQkUxODQ2QkU5QTc3QkQ5NzZCAA=="}],"variable":[]}},"response":[],"_postman_id":"6a50ce31-077f-45ec-ade5-fa93a25566d6"},{"name":"Assign Groups to Contacts","id":"ba828336-3bd6-4459-bc5f-76170557eef9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"contacts_uid\" : [\"2c3199e8-ba01-4988-b752-a95250cc3ea4\"],\n    \"groups_uid\" : [\n        \"c40921c7-bedb-4c71-97ac-e6368c93a520\", \n        \"d3f1559a-c447-4165-8c39-d929c3691400\", \n        \"053d4c84-991a-4f49-a7f7-5ef213e28138\",\n        \"5245bd84-ff70-4ee9-a0a1-eaf479cd3344\",\n        \"aa8af275-d3eb-411d-ae9d-e9249982c28f\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"//contact/assign-groups","description":"<p>Send Message</p>\n","urlObject":{"path":["","contact","assign-groups"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"ba828336-3bd6-4459-bc5f-76170557eef9"},{"name":"Unassign Groups from Contacts","id":"4a22471c-3bc3-48c1-a809-d1be73db9a99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"contacts_uid\" : [\"2c3199e8-ba01-4988-b752-a95250cc3ea4\", \"333c8ef2-2f92-485b-bf7b-f0106fc10aa6\", \"afaf84ad-e267-4256-b21a-99842a5c80f6\"],\n    \"groups_uid\" : [\n        \"c40921c7-bedb-4c71-97ac-e6368c93a520\", \n        \"d3f1559a-c447-4165-8c39-d929c3691400\", \n        \"053d4c84-991a-4f49-a7f7-5ef213e28138\",\n        \"5245bd84-ff70-4ee9-a0a1-eaf479cd3344\",\n        \"aa8af275-d3eb-411d-ae9d-e9249982c28f\",\n        \"cbc08e5c-5078-40b6-94d3-a4ec48ccdc9d\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"//contact/unassign-groups","description":"<p>Send Message</p>\n","urlObject":{"path":["","contact","unassign-groups"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"4a22471c-3bc3-48c1-a809-d1be73db9a99"},{"name":"Assign Labels to Contacts","id":"607d2f22-e28c-43cd-8476-c94bbf9b54ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"contacts_uid\" : [\"2c3199e8-ba01-4988-b752-a95250cc3ea4\"],\n    \"labels_uid\" : [\n        \"8bcd35b1-5e06-45e3-aa5a-394eda85b344\",\n        \"aae646a0-d635-4d63-8bce-697a9f2d98d2\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"//contact/assign-labels","description":"<p>Send Message</p>\n","urlObject":{"path":["","contact","assign-labels"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"607d2f22-e28c-43cd-8476-c94bbf9b54ae"},{"name":"Unassign Labels to Contacts","id":"27acc4a4-f52e-4a18-aab5-d06604055f64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"contacts_uid\" : [\"2c3199e8-ba01-4988-b752-a95250cc3ea4\"],\n    \"labels_uid\" : [\n        \"8bcd35b1-5e06-45e3-aa5a-394eda85b344\",\n        \"aae646a0-d635-4d63-8bce-697a9f2d98d2\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"//contact/unassign-labels","description":"<p>Send Message</p>\n","urlObject":{"path":["","contact","unassign-labels"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"27acc4a4-f52e-4a18-aab5-d06604055f64"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"4e841f09-9fac-4f80-a1fb-2e0ea70d10f7"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"b87b6dc8-57f5-41cc-91a4-6db6715040d4"}}],"variable":[{"key":"apiBaseUrl","value":""},{"key":"vendorUid","value":""},{"key":"bearerToken","value":""},{"key":"phoneNumber","value":""}]}