{"info":{"_postman_id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","name":"WappSync WhatsApp Messaging API v1","description":"<html><head></head><body><p>API to send WhatsApp messages with account authentication and usage validation.</p>\n<p>To use the API, get an account first at <a href=\"https://wappsync.com\">WappSync.com</a>.</p>\n<p>You can get your Bearer Token at: <a href=\"https://wappsync.com/myapi\">WappSync My API</a>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13800412","collectionId":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","publishedId":"2sB3QRm6Kj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-10-21T05:30:55.000Z"},"item":[{"name":"SendMessage","item":[{"name":"Send a WhatsApp message","id":"85c114b9-27ce-4592-a074-12109751be15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chatId\": \"string\",\n  \"message\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://wappsync.com/api/SendMessage","description":"<p>Sends a WhatsApp message to a specified chatId or groupId with message content. The chatId may be an individual phone number or a group ID (e.g., ************@g.us).</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","name":"WappSync WhatsApp Messaging API v1","type":"collection"}},"urlObject":{"path":["SendMessage"],"host":["https://wappsync.com/api"],"query":[],"variable":[]}},"response":[{"id":"6a26ed78-1bf9-4f4c-b7c7-a17e935e7d9e","name":"Message successfully sent.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"chatId\": \"string\",\n  \"message\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://wappsync.com/api/SendMessage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"string\",\n  \"instanceId\": \"string\",\n  \"messageId\": \"string\",\n  \"messageBody\": \"string\",\n  \"timestamp\": \"1968-09-03T22:20:36.609Z\"\n}"},{"id":"2228e8f0-06e8-41b9-a647-6f4b73be1424","name":"Bad request due to missing or invalid parameters.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"chatId\": \"string\",\n  \"message\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://wappsync.com/api/SendMessage"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"},{"id":"99913e31-39eb-4c6b-a209-6e240bab3f4c","name":"Unauthorized access due to invalid or missing authentication.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"chatId\": \"string\",\n  \"message\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://wappsync.com/api/SendMessage"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"}],"_postman_id":"85c114b9-27ce-4592-a074-12109751be15"}],"id":"6b64a71a-da8c-40f9-bc78-0cb41a43c871","_postman_id":"6b64a71a-da8c-40f9-bc78-0cb41a43c871","description":"","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","name":"WappSync WhatsApp Messaging API v1","type":"collection"}}},{"name":"SendMediaUrl","item":[{"name":"Send a WhatsApp media message using a media URL","id":"f4c85b24-3831-47e1-ab98-6771c009fd4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chatId\": \"string\",\n  \"mediaUrl\": \"string\",\n  \"mediaName\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://wappsync.com/api/SendMediaUrl","description":"<p>Sends a WhatsApp message containing media (e.g., image, video, file) to a specified chatId or groupId using a direct media URL instead of Base64 data. The chatId may be an individual phone number or a group ID (e.g., ************@g.us).</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","name":"WappSync WhatsApp Messaging API v1","type":"collection"}},"urlObject":{"path":["SendMediaUrl"],"host":["https://wappsync.com/api"],"query":[],"variable":[]}},"response":[{"id":"2f657e7c-6fc0-44cd-a66a-10051eba3825","name":"Media message successfully sent.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"chatId\": \"string\",\n  \"mediaUrl\": \"string\",\n  \"mediaName\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://wappsync.com/api/SendMediaUrl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"string\",\n  \"instanceId\": \"string\",\n  \"messageId\": \"string\",\n  \"messageBody\": \"string\",\n  \"timestamp\": \"2025-02-03T10:19:48.267Z\"\n}"},{"id":"353462bc-c996-4ee9-9a10-769398892a7a","name":"Bad request due to missing or invalid parameters.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"chatId\": \"string\",\n  \"mediaUrl\": \"string\",\n  \"mediaName\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://wappsync.com/api/SendMediaUrl"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"},{"id":"3daf1345-6f6f-4748-b33a-fc0f5d4aedff","name":"Unauthorized access due to invalid or missing authentication.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"chatId\": \"string\",\n  \"mediaUrl\": \"string\",\n  \"mediaName\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://wappsync.com/api/SendMediaUrl"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"}],"_postman_id":"f4c85b24-3831-47e1-ab98-6771c009fd4d"}],"id":"6c828d69-caa8-4b89-924d-a25fbb3f4896","_postman_id":"6c828d69-caa8-4b89-924d-a25fbb3f4896","description":"","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","name":"WappSync WhatsApp Messaging API v1","type":"collection"}}},{"name":"InstanceStatus","item":[{"name":"Get the client status for a specific instance.","id":"6e423247-1832-45d9-bcb3-6211c28dad49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://wappsync.com/api/InstanceStatus","description":"<p>Retrieves the status of a client instance if the account has a valid instance with an active plan.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","name":"WappSync WhatsApp Messaging API v1","type":"collection"}},"urlObject":{"path":["InstanceStatus"],"host":["https://wappsync.com/api"],"query":[],"variable":[]}},"response":[{"id":"d75784a5-e3ce-4177-ab7c-cdbb1d303783","name":"Successfully retrieved the client status.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://wappsync.com/api/InstanceStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"active\",\n  \"instanceId\": 12345,\n  \"instanceStatus\": \"online\"\n}"},{"id":"3dc12156-8f64-4210-bc79-b3bbfcf8771b","name":"Bad request.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://wappsync.com/api/InstanceStatus"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"},{"id":"9c70075d-67eb-4913-991b-37fec494594d","name":"Unauthorized.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://wappsync.com/api/InstanceStatus"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"},{"id":"34a5b2f5-e8a7-4057-97e0-519829e951fe","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://wappsync.com/api/InstanceStatus"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"}],"_postman_id":"6e423247-1832-45d9-bcb3-6211c28dad49"}],"id":"07d16c58-8279-4d7d-87b9-89c54a5f5fec","_postman_id":"07d16c58-8279-4d7d-87b9-89c54a5f5fec","description":"","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","name":"WappSync WhatsApp Messaging API v1","type":"collection"}}},{"name":"IsRegisteredUser","item":[{"name":"Check if a WhatsApp user is registered.","id":"d1c8c5d2-1f61-4269-8c4f-a8adf6316d4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"contactId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://wappsync.com/api/IsRegisteredUser","description":"<p>Checks whether a given contact ID corresponds to a registered WhatsApp user.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","name":"WappSync WhatsApp Messaging API v1","type":"collection"}},"urlObject":{"path":["IsRegisteredUser"],"host":["https://wappsync.com/api"],"query":[],"variable":[]}},"response":[{"id":"512bd228-5fc4-4070-95f9-42dd2e8320b1","name":"Successfully checked the registration status.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"contactId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://wappsync.com/api/IsRegisteredUser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"isRegisteredUser\": true\n}"},{"id":"c8205b5b-9d83-4dc1-9b58-bbb769e17bad","name":"Bad request.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"contactId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://wappsync.com/api/IsRegisteredUser"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"},{"id":"65918e3b-e26f-419e-8a7d-9e5b36f6ea21","name":"Unauthorized.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"contactId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://wappsync.com/api/IsRegisteredUser"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"},{"id":"0af66c91-a712-4bc1-b77d-f58d48054806","name":"Internal server error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"contactId\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://wappsync.com/api/IsRegisteredUser"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"}],"_postman_id":"d1c8c5d2-1f61-4269-8c4f-a8adf6316d4e"}],"id":"e959c249-b2d9-4518-82ac-53e83730543d","_postman_id":"e959c249-b2d9-4518-82ac-53e83730543d","description":"","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","name":"WappSync WhatsApp Messaging API v1","type":"collection"}}},{"name":"GetGroups","item":[{"name":"Retrieve WhatsApp groups for the connected instance","id":"086f00dd-66e4-46d0-874b-39a60474b9e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://wappsync.com/api/GetGroups","description":"<p>Returns a list of all WhatsApp groups associated with the authenticated instance.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","name":"WappSync WhatsApp Messaging API v1","type":"collection"}},"urlObject":{"path":["GetGroups"],"host":["https://wappsync.com/api"],"query":[],"variable":[]}},"response":[{"id":"bc031a53-d166-4f79-856b-8a09fce31af7","name":"Groups retrieved successfully.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://wappsync.com/api/GetGroups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"data\": {\n    \"status\": \"success\",\n    \"instanceId\": 1003000,\n    \"data\": [\n      {\n        \"JID\": \"************@g.us\",\n        \"Name\": \"Group Name\",\n        \"OwnerJID\": \"**********@lid\",\n        \"OwnerPN\": \"***********@s.whatsapp.net\",\n        \"GroupCreated\": \"1974-03-13T14:30:53.094Z\",\n        \"IsLocked\": false,\n        \"IsAnnounce\": false,\n        \"IsEphemeral\": true,\n        \"Participants\": [\n          {\n            \"JID\": \"string\",\n            \"PhoneNumber\": \"string\",\n            \"IsAdmin\": false,\n            \"IsSuperAdmin\": false\n          },\n          {\n            \"JID\": \"string\",\n            \"PhoneNumber\": \"string\",\n            \"IsAdmin\": true,\n            \"IsSuperAdmin\": true\n          }\n        ]\n      },\n      {\n        \"JID\": \"************@g.us\",\n        \"Name\": \"Group Name\",\n        \"OwnerJID\": \"**********@lid\",\n        \"OwnerPN\": \"***********@s.whatsapp.net\",\n        \"GroupCreated\": \"1991-01-25T12:49:35.723Z\",\n        \"IsLocked\": true,\n        \"IsAnnounce\": true,\n        \"IsEphemeral\": true,\n        \"Participants\": [\n          {\n            \"JID\": \"string\",\n            \"PhoneNumber\": \"string\",\n            \"IsAdmin\": false,\n            \"IsSuperAdmin\": false\n          },\n          {\n            \"JID\": \"string\",\n            \"PhoneNumber\": \"string\",\n            \"IsAdmin\": false,\n            \"IsSuperAdmin\": false\n          }\n        ]\n      }\n    ]\n  }\n}"},{"id":"ee12e81a-db11-427f-809b-b9161abcb7ed","name":"Unauthorized access.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://wappsync.com/api/GetGroups"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"},{"id":"5e53edf1-b1ed-40ea-9682-14eaa9498cd8","name":"Internal server error.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://wappsync.com/api/GetGroups"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"}],"_postman_id":"086f00dd-66e4-46d0-874b-39a60474b9e9"}],"id":"3e38819a-3944-4a47-a593-72982f3a5c81","_postman_id":"3e38819a-3944-4a47-a593-72982f3a5c81","description":"","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","name":"WappSync WhatsApp Messaging API v1","type":"collection"}}},{"name":"UpdateContact","item":[{"name":"Update a WhatsApp contact's profile information","id":"f30034a7-2def-4020-8411-de4b766401c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"chatId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://wappsync.com/api/UpdateContact","description":"<p>Updates the saved contact information (first name, last name) for a given WhatsApp chat ID.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","name":"WappSync WhatsApp Messaging API v1","type":"collection"}},"urlObject":{"path":["UpdateContact"],"host":["https://wappsync.com/api"],"query":[],"variable":[]}},"response":[{"id":"291f36a9-b859-4e01-b2f6-1369eb338eee","name":"Contact successfully updated.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"chatId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://wappsync.com/api/UpdateContact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": \"success\",\n  \"instanceId\": \"1003001\",\n  \"data\": {}\n}"},{"id":"913a8116-b5ea-4017-8bed-a9d59b024610","name":"Bad request due to missing or invalid parameters.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"chatId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://wappsync.com/api/UpdateContact"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"},{"id":"61a822ae-7960-4fa0-9e9a-b25d08892715","name":"Unauthorized due to missing or invalid token.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"chatId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://wappsync.com/api/UpdateContact"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"},{"id":"23e9a3c6-5ad0-4074-89f6-7013f90e785e","name":"Internal server error.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"chatId\": \"string\",\n  \"firstName\": \"string\",\n  \"lastName\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://wappsync.com/api/UpdateContact"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\"\n}"}],"_postman_id":"f30034a7-2def-4020-8411-de4b766401c1"}],"id":"d5e0f993-b443-44c1-b522-2b65cb75f3f6","_postman_id":"d5e0f993-b443-44c1-b522-2b65cb75f3f6","description":"","auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"},"isInherited":true,"source":{"_postman_id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","id":"a9e06f5d-8f0d-4b6d-919a-cc8122b14f4e","name":"WappSync WhatsApp Messaging API v1","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"token":"{{bearerToken}}"}},"variable":[{"key":"baseUrl","value":"https://wappsync.com/api"}]}