{ "info": { "_postman_id": "86bd54b3-ae29-443d-9b03-efc1149610c3", "name": "Infobip OpenAPI Specification", "description": "OpenAPI Specification that contains all public endpoints and webhooks.\n\nContact Support:\n Name: Infobip support\n Email: support@infobip.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:00:39.000Z", "updatedAt": "2026-07-28T02:00:39.000Z", "lastUpdatedBy": "35240", "uid": "35240-86bd54b3-ae29-443d-9b03-efc1149610c3" }, "item": [ { "name": "viber", "item": [ { "name": "2", "item": [ { "name": "messages", "item": [ { "name": "Send Viber messages", "id": "6294ca32-352c-4ca4-b347-991cac1e45aa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"IMAGE\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"WEDNESDAY\",\n \"TUESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"trackingData\": \"\",\n \"label\": \"PROMOTIONAL\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"activationCheck\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n },\n {\n \"content\": {\n \"type\": \"CAROUSEL\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"MONDAY\",\n \"SATURDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"trackingData\": \"\",\n \"label\": \"TRANSACTIONAL\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"activationCheck\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n },\n \"tracking\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/2/messages", "host": [ "{{baseUrl}}" ], "path": [ "viber", "2", "messages" ] }, "description": "Send text, image, video or file messages to a multiple recipients." }, "response": [ { "id": "a9c2916f-ee7c-487f-afcd-dc635ce2c984", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"IMAGE\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"WEDNESDAY\",\n \"TUESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"trackingData\": \"\",\n \"label\": \"PROMOTIONAL\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"activationCheck\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n },\n {\n \"content\": {\n \"type\": \"CAROUSEL\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"MONDAY\",\n \"SATURDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"trackingData\": \"\",\n \"label\": \"TRANSACTIONAL\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"activationCheck\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n },\n \"tracking\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/2/messages", "host": [ "{{baseUrl}}" ], "path": [ "viber", "2", "messages" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"messages\": [\n {\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"UNDELIVERABLE\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"destination\": \"\",\n \"details\": {}\n },\n {\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"PENDING\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"destination\": \"\",\n \"details\": {}\n }\n ],\n \"bulkId\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-a9c2916f-ee7c-487f-afcd-dc635ce2c984" }, { "id": "3bed03fb-3add-4b42-b73f-a5eeba39de7e", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"IMAGE\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"WEDNESDAY\",\n \"TUESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"trackingData\": \"\",\n \"label\": \"PROMOTIONAL\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"activationCheck\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n },\n {\n \"content\": {\n \"type\": \"CAROUSEL\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"MONDAY\",\n \"SATURDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"trackingData\": \"\",\n \"label\": \"TRANSACTIONAL\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"activationCheck\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n },\n \"tracking\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/2/messages", "host": [ "{{baseUrl}}" ], "path": [ "viber", "2", "messages" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-3bed03fb-3add-4b42-b73f-a5eeba39de7e" }, { "id": "06db9dbf-d280-43aa-9053-5caafc4e6447", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"IMAGE\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"WEDNESDAY\",\n \"TUESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"trackingData\": \"\",\n \"label\": \"PROMOTIONAL\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"activationCheck\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n },\n {\n \"content\": {\n \"type\": \"CAROUSEL\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"MONDAY\",\n \"SATURDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"trackingData\": \"\",\n \"label\": \"TRANSACTIONAL\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"activationCheck\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n },\n \"tracking\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/2/messages", "host": [ "{{baseUrl}}" ], "path": [ "viber", "2", "messages" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-06db9dbf-d280-43aa-9053-5caafc4e6447" }, { "id": "8745027b-6cc6-4c0d-9795-a5d6b52635a5", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"IMAGE\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"WEDNESDAY\",\n \"TUESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"trackingData\": \"\",\n \"label\": \"PROMOTIONAL\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"activationCheck\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n },\n {\n \"content\": {\n \"type\": \"CAROUSEL\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"MONDAY\",\n \"SATURDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"trackingData\": \"\",\n \"label\": \"TRANSACTIONAL\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"activationCheck\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n },\n \"tracking\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/2/messages", "host": [ "{{baseUrl}}" ], "path": [ "viber", "2", "messages" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-8745027b-6cc6-4c0d-9795-a5d6b52635a5" }, { "id": "f2f2aac6-0aeb-4248-9de6-cbeebd195773", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"IMAGE\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"WEDNESDAY\",\n \"TUESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"trackingData\": \"\",\n \"label\": \"PROMOTIONAL\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"activationCheck\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n },\n {\n \"content\": {\n \"type\": \"CAROUSEL\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"MONDAY\",\n \"SATURDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"trackingData\": \"\",\n \"label\": \"TRANSACTIONAL\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"activationCheck\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n },\n \"tracking\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/2/messages", "host": [ "{{baseUrl}}" ], "path": [ "viber", "2", "messages" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-f2f2aac6-0aeb-4248-9de6-cbeebd195773" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-6294ca32-352c-4ca4-b347-991cac1e45aa" } ], "id": "17e51545-5e50-47a2-8d5a-e19ca3bef73b", "createdAt": "2026-07-28T02:00:39.000Z", "updatedAt": "2026-07-28T02:00:39.000Z", "uid": "35240-17e51545-5e50-47a2-8d5a-e19ca3bef73b" }, { "name": "reports", "item": [ { "name": "Get Viber delivery reports", "id": "7c33d92d-2026-4ec9-9e0c-b29041881c79", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/viber/2/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "viber", "2", "reports" ], "query": [ { "description": "The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.", "key": "bulkId", "value": "" }, { "description": "The ID that uniquely identifies the message sent.", "key": "messageId", "value": "" }, { "description": "Maximum number of delivery reports to be returned. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access reports for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] }, "description": "If you are unable to receive real-time delivery reports towards your endpoint for various reasons, we offer you an API method to fetch batches of delivery reports to confirm whether specific messages have been delivered. Each request towards this endpoint will return batches of the latest delivery reports. Please note they will be returned only once." }, "response": [ { "id": "3c99ea39-87e5-4243-8f71-22f512793936", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/2/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "viber", "2", "reports" ], "query": [ { "description": "The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.", "key": "bulkId", "value": "" }, { "description": "The ID that uniquely identifies the message sent.", "key": "messageId", "value": "" }, { "description": "Maximum number of delivery reports to be returned. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access reports for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"bulkId\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"DELIVERED\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"error\": {\n \"groupId\": \"\",\n \"groupName\": \"OPERATOR_ERRORS\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"permanent\": \"\"\n },\n \"messageId\": \"\",\n \"to\": \"\",\n \"sender\": \"\",\n \"sentAt\": \"\",\n \"doneAt\": \"\",\n \"messageCount\": \"\",\n \"mccMnc\": \"\",\n \"callbackData\": \"\",\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"campaignReferenceId\": \"\"\n },\n {\n \"bulkId\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"ACCEPTED\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"error\": {\n \"groupId\": \"\",\n \"groupName\": \"USER_ERRORS\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"permanent\": \"\"\n },\n \"messageId\": \"\",\n \"to\": \"\",\n \"sender\": \"\",\n \"sentAt\": \"\",\n \"doneAt\": \"\",\n \"messageCount\": \"\",\n \"mccMnc\": \"\",\n \"callbackData\": \"\",\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"campaignReferenceId\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-3c99ea39-87e5-4243-8f71-22f512793936" }, { "id": "f6d0de64-e967-4b6b-b520-5e13be2227c8", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/2/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "viber", "2", "reports" ], "query": [ { "description": "The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.", "key": "bulkId", "value": "" }, { "description": "The ID that uniquely identifies the message sent.", "key": "messageId", "value": "" }, { "description": "Maximum number of delivery reports to be returned. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access reports for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-f6d0de64-e967-4b6b-b520-5e13be2227c8" }, { "id": "e795e30d-da61-4418-aaa8-b02afb98fb2e", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/2/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "viber", "2", "reports" ], "query": [ { "description": "The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.", "key": "bulkId", "value": "" }, { "description": "The ID that uniquely identifies the message sent.", "key": "messageId", "value": "" }, { "description": "Maximum number of delivery reports to be returned. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access reports for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-e795e30d-da61-4418-aaa8-b02afb98fb2e" }, { "id": "eb295415-053d-4a4f-9b28-019700c5ce66", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/2/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "viber", "2", "reports" ], "query": [ { "description": "The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.", "key": "bulkId", "value": "" }, { "description": "The ID that uniquely identifies the message sent.", "key": "messageId", "value": "" }, { "description": "Maximum number of delivery reports to be returned. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access reports for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-eb295415-053d-4a4f-9b28-019700c5ce66" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-7c33d92d-2026-4ec9-9e0c-b29041881c79" } ], "id": "2e59cae2-fa6b-491f-9008-d51a9f4681e0", "createdAt": "2026-07-28T02:00:39.000Z", "updatedAt": "2026-07-28T02:00:39.000Z", "uid": "35240-2e59cae2-fa6b-491f-9008-d51a9f4681e0" }, { "name": "logs", "item": [ { "name": "Get Viber message logs", "id": "4cc607a6-e60d-4948-b8a5-9885d8cc7a96", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/viber/2/logs?sender=&destination=&bulkId=&bulkId=&messageId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "viber", "2", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "ACCEPTED" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] }, "description": "Use this method for displaying logs for example in the user interface. Available are the logs for the last 48 hours." }, "response": [ { "id": "03d0632e-a50f-4936-8f3b-2b500ea68fec", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/2/logs?sender=&destination=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "viber", "2", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "ACCEPTED" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"sender\": \"\",\n \"destination\": \"\",\n \"bulkId\": \"\",\n \"messageId\": \"\",\n \"sentAt\": \"\",\n \"doneAt\": \"\",\n \"messageCount\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"UNDELIVERABLE\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"error\": {\n \"groupId\": \"\",\n \"groupName\": \"OPERATOR_ERRORS\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"permanent\": \"\"\n },\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"content\": {\n \"type\": \"LIST\"\n },\n \"campaignReferenceId\": \"\"\n },\n {\n \"sender\": \"\",\n \"destination\": \"\",\n \"bulkId\": \"\",\n \"messageId\": \"\",\n \"sentAt\": \"\",\n \"doneAt\": \"\",\n \"messageCount\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"UNDELIVERABLE\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"error\": {\n \"groupId\": \"\",\n \"groupName\": \"OPERATOR_ERRORS\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"permanent\": \"\"\n },\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"content\": {\n \"type\": \"IMAGE\"\n },\n \"campaignReferenceId\": \"\"\n }\n ],\n \"cursor\": {\n \"limit\": \"\",\n \"nextCursor\": \"\"\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-03d0632e-a50f-4936-8f3b-2b500ea68fec" }, { "id": "4d7170dd-a454-4a6c-a215-8c5b89bf9b52", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/2/logs?sender=&destination=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "viber", "2", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "ACCEPTED" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-4d7170dd-a454-4a6c-a215-8c5b89bf9b52" }, { "id": "222ee7bf-7fc2-4779-9f91-2a51c71029f6", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/2/logs?sender=&destination=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "viber", "2", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "ACCEPTED" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-222ee7bf-7fc2-4779-9f91-2a51c71029f6" }, { "id": "5c78f56d-a427-4dab-b936-1fe060620cc6", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/2/logs?sender=&destination=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "viber", "2", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "ACCEPTED" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-5c78f56d-a427-4dab-b936-1fe060620cc6" }, { "id": "03b710ce-df22-4b09-8eee-854247e8ef1c", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/2/logs?sender=&destination=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "viber", "2", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "ACCEPTED" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-03b710ce-df22-4b09-8eee-854247e8ef1c" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-4cc607a6-e60d-4948-b8a5-9885d8cc7a96" } ], "id": "1d91a0a8-9755-494e-bb17-ade2a8b967fd", "createdAt": "2026-07-28T02:00:39.000Z", "updatedAt": "2026-07-28T02:00:39.000Z", "uid": "35240-1d91a0a8-9755-494e-bb17-ade2a8b967fd" } ], "id": "fd5c4eb4-513f-48ce-86b3-745ac3df8045", "createdAt": "2026-07-28T02:00:39.000Z", "updatedAt": "2026-07-28T02:00:39.000Z", "uid": "35240-fd5c4eb4-513f-48ce-86b3-745ac3df8045" }, { "name": "1", "item": [ { "name": "message", "item": [ { "name": "text", "item": [ { "name": "Send Viber text message(s)", "id": "00bea351-0018-4891-a647-0ca88826048f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"text\": \"\",\n \"button\": {\n \"action\": \"\",\n \"title\": \"\"\n }\n },\n \"from\": \"\",\n \"to\": \"59\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"label\": \"TRANSACTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n {\n \"content\": {\n \"text\": \"\",\n \"button\": {\n \"action\": \"\",\n \"title\": \"\"\n }\n },\n \"from\": \"\",\n \"to\": \"60440603266\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"label\": \"PROMOTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n ],\n \"bulkId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/text", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "text" ] }, "description": "Send one or many text message(s) possibly to multiple recipients." }, "response": [ { "id": "c42a93e3-beea-45c3-8f9e-093455e85052", "name": "Messages accepted for delivery.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"text\": \"\",\n \"button\": {\n \"action\": \"\",\n \"title\": \"\"\n }\n },\n \"from\": \"\",\n \"to\": \"59\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"label\": \"TRANSACTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n {\n \"content\": {\n \"text\": \"\",\n \"button\": {\n \"action\": \"\",\n \"title\": \"\"\n }\n },\n \"from\": \"\",\n \"to\": \"60440603266\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"label\": \"PROMOTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n ],\n \"bulkId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/text", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "text" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"messages\": [\n {\n \"to\": \"\",\n \"messageCount\": \"\",\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n }\n },\n {\n \"to\": \"\",\n \"messageCount\": \"\",\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n }\n }\n ],\n \"bulkId\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-c42a93e3-beea-45c3-8f9e-093455e85052" }, { "id": "7ebffeb1-b328-4108-8ab1-49da55a7f139", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"text\": \"\",\n \"button\": {\n \"action\": \"\",\n \"title\": \"\"\n }\n },\n \"from\": \"\",\n \"to\": \"59\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"label\": \"TRANSACTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n {\n \"content\": {\n \"text\": \"\",\n \"button\": {\n \"action\": \"\",\n \"title\": \"\"\n }\n },\n \"from\": \"\",\n \"to\": \"60440603266\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"label\": \"PROMOTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n ],\n \"bulkId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/text", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "text" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"officia4a\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-7ebffeb1-b328-4108-8ab1-49da55a7f139" }, { "id": "508119fe-7e6d-4b53-8655-a5ed361f2773", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"text\": \"\",\n \"button\": {\n \"action\": \"\",\n \"title\": \"\"\n }\n },\n \"from\": \"\",\n \"to\": \"59\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"label\": \"TRANSACTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n {\n \"content\": {\n \"text\": \"\",\n \"button\": {\n \"action\": \"\",\n \"title\": \"\"\n }\n },\n \"from\": \"\",\n \"to\": \"60440603266\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"label\": \"PROMOTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n ],\n \"bulkId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/text", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "text" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"officia4a\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-508119fe-7e6d-4b53-8655-a5ed361f2773" }, { "id": "20688395-68fc-4a09-82d8-a1d8f49f146a", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"text\": \"\",\n \"button\": {\n \"action\": \"\",\n \"title\": \"\"\n }\n },\n \"from\": \"\",\n \"to\": \"59\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"label\": \"TRANSACTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n {\n \"content\": {\n \"text\": \"\",\n \"button\": {\n \"action\": \"\",\n \"title\": \"\"\n }\n },\n \"from\": \"\",\n \"to\": \"60440603266\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"label\": \"PROMOTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n ],\n \"bulkId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/text", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "text" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"officia4a\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-20688395-68fc-4a09-82d8-a1d8f49f146a" }, { "id": "d8688508-8eb7-4236-9878-ab4a8e0a508c", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"text\": \"\",\n \"button\": {\n \"action\": \"\",\n \"title\": \"\"\n }\n },\n \"from\": \"\",\n \"to\": \"59\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"label\": \"TRANSACTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n {\n \"content\": {\n \"text\": \"\",\n \"button\": {\n \"action\": \"\",\n \"title\": \"\"\n }\n },\n \"from\": \"\",\n \"to\": \"60440603266\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"label\": \"PROMOTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n ],\n \"bulkId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/text", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "text" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"officia4a\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-d8688508-8eb7-4236-9878-ab4a8e0a508c" }, { "id": "51b97952-b393-473f-acb6-41ec9a61ce66", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"text\": \"\",\n \"button\": {\n \"action\": \"\",\n \"title\": \"\"\n }\n },\n \"from\": \"\",\n \"to\": \"59\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"label\": \"TRANSACTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n {\n \"content\": {\n \"text\": \"\",\n \"button\": {\n \"action\": \"\",\n \"title\": \"\"\n }\n },\n \"from\": \"\",\n \"to\": \"60440603266\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"toPrimaryDeviceOnly\": \"\",\n \"label\": \"PROMOTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n ],\n \"bulkId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/text", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "text" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"officia4a\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-51b97952-b393-473f-acb6-41ec9a61ce66" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-00bea351-0018-4891-a647-0ca88826048f" } ], "id": "49829e73-74e8-4017-80cf-2e47354d3ebb", "createdAt": "2026-07-28T02:00:39.000Z", "updatedAt": "2026-07-28T02:00:39.000Z", "uid": "35240-49829e73-74e8-4017-80cf-2e47354d3ebb" }, { "name": "image", "item": [ { "name": "Send Viber image message", "id": "62b8e1ac-c48f-4cf0-9a98-ea16ec21510d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"mediaUrl\": \"\",\n \"text\": \"\",\n \"button\": {\n \"action\": \"\",\n \"title\": \"\"\n }\n },\n \"from\": \"\",\n \"to\": \"6373176523\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"label\": \"TRANSACTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/image", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "image" ] }, "description": "Send an image message to a single recipient." }, "response": [ { "id": "2f637fcf-482f-4eb2-a054-ea23ce759fb5", "name": "Message accepted for delivery.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"mediaUrl\": \"\",\n \"text\": \"\",\n \"button\": {\n \"action\": \"\",\n \"title\": \"\"\n }\n },\n \"from\": \"\",\n \"to\": \"6373176523\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"label\": \"TRANSACTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/image", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "image" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"to\": \"\",\n \"messageCount\": \"\",\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-2f637fcf-482f-4eb2-a054-ea23ce759fb5" }, { "id": "74db611b-425b-4639-ba48-6f3a8629aaf8", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"mediaUrl\": \"\",\n \"text\": \"\",\n \"button\": {\n \"action\": \"\",\n \"title\": \"\"\n }\n },\n \"from\": \"\",\n \"to\": \"6373176523\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"label\": \"TRANSACTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/image", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "image" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"officia4a\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-74db611b-425b-4639-ba48-6f3a8629aaf8" }, { "id": "19df938b-708b-4e24-8fc0-632d111f1053", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"mediaUrl\": \"\",\n \"text\": \"\",\n \"button\": {\n \"action\": \"\",\n \"title\": \"\"\n }\n },\n \"from\": \"\",\n \"to\": \"6373176523\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"label\": \"TRANSACTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/image", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "image" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"officia4a\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-19df938b-708b-4e24-8fc0-632d111f1053" }, { "id": "52e9cc29-70a3-4a4d-be56-2fd64498cacf", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"mediaUrl\": \"\",\n \"text\": \"\",\n \"button\": {\n \"action\": \"\",\n \"title\": \"\"\n }\n },\n \"from\": \"\",\n \"to\": \"6373176523\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"label\": \"TRANSACTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/image", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "image" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"officia4a\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-52e9cc29-70a3-4a4d-be56-2fd64498cacf" }, { "id": "51f3e027-6590-4926-bcd1-2c4581f6d831", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"mediaUrl\": \"\",\n \"text\": \"\",\n \"button\": {\n \"action\": \"\",\n \"title\": \"\"\n }\n },\n \"from\": \"\",\n \"to\": \"6373176523\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"label\": \"TRANSACTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/image", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "image" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"officia4a\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-51f3e027-6590-4926-bcd1-2c4581f6d831" }, { "id": "a6a318ec-63be-4c3b-8c8f-3bc6cc17843e", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"mediaUrl\": \"\",\n \"text\": \"\",\n \"button\": {\n \"action\": \"\",\n \"title\": \"\"\n }\n },\n \"from\": \"\",\n \"to\": \"6373176523\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"label\": \"TRANSACTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/image", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "image" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"officia4a\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-a6a318ec-63be-4c3b-8c8f-3bc6cc17843e" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-62b8e1ac-c48f-4cf0-9a98-ea16ec21510d" } ], "id": "339a7e49-5633-4a9c-884c-8dfbfd7bbfc9", "createdAt": "2026-07-28T02:00:39.000Z", "updatedAt": "2026-07-28T02:00:39.000Z", "uid": "35240-339a7e49-5633-4a9c-884c-8dfbfd7bbfc9" }, { "name": "file", "item": [ { "name": "Send Viber file message", "id": "abb908c3-e8ac-46c8-a8cf-75a35265036c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"filename\": \"$! [XO.dot\",\n \"mediaUrl\": \"\"\n },\n \"from\": \"\",\n \"to\": \"2274996811\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"label\": \"PROMOTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/file", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "file" ] }, "description": "Send a file message to a single recipient." }, "response": [ { "id": "cb859ba4-2f11-4e75-8303-e87a73877eb7", "name": "Message accepted for delivery.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"filename\": \"$! [XO.dot\",\n \"mediaUrl\": \"\"\n },\n \"from\": \"\",\n \"to\": \"2274996811\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"label\": \"PROMOTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/file", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "file" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"to\": \"\",\n \"messageCount\": \"\",\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-cb859ba4-2f11-4e75-8303-e87a73877eb7" }, { "id": "eada2083-4151-4135-b4e0-3d13c7f32fa7", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"filename\": \"$! [XO.dot\",\n \"mediaUrl\": \"\"\n },\n \"from\": \"\",\n \"to\": \"2274996811\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"label\": \"PROMOTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/file", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "file" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"officia4a\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-eada2083-4151-4135-b4e0-3d13c7f32fa7" }, { "id": "55df5c7d-d8cb-4c86-a0ba-3a9f9a867f72", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"filename\": \"$! [XO.dot\",\n \"mediaUrl\": \"\"\n },\n \"from\": \"\",\n \"to\": \"2274996811\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"label\": \"PROMOTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/file", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "file" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"officia4a\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-55df5c7d-d8cb-4c86-a0ba-3a9f9a867f72" }, { "id": "34a830ea-b1bd-46c3-8f21-e547b5701f00", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"filename\": \"$! [XO.dot\",\n \"mediaUrl\": \"\"\n },\n \"from\": \"\",\n \"to\": \"2274996811\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"label\": \"PROMOTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/file", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "file" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"officia4a\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-34a830ea-b1bd-46c3-8f21-e547b5701f00" }, { "id": "890bd733-291f-432e-8272-ebf4577eb8ae", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"filename\": \"$! [XO.dot\",\n \"mediaUrl\": \"\"\n },\n \"from\": \"\",\n \"to\": \"2274996811\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"label\": \"PROMOTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/file", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "file" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"officia4a\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-890bd733-291f-432e-8272-ebf4577eb8ae" }, { "id": "a2ee9aa9-e633-41cf-af4b-9de2761a611f", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"filename\": \"$! [XO.dot\",\n \"mediaUrl\": \"\"\n },\n \"from\": \"\",\n \"to\": \"2274996811\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"applySessionRate\": \"\",\n \"label\": \"PROMOTIONAL\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/file", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "file" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"officia4a\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-a2ee9aa9-e633-41cf-af4b-9de2761a611f" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-abb908c3-e8ac-46c8-a8cf-75a35265036c" } ], "id": "bc10fad4-91e7-4c6e-96f3-ca686eafd7c4", "createdAt": "2026-07-28T02:00:39.000Z", "updatedAt": "2026-07-28T02:00:39.000Z", "uid": "35240-bc10fad4-91e7-4c6e-96f3-ca686eafd7c4" }, { "name": "video", "item": [ { "name": "Send Viber video message", "id": "329ddc0d-d83f-4953-ba8e-489a7e70d47f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"mediaDuration\": \"\",\n \"mediaUrl\": \"\",\n \"thumbnailUrl\": \"\",\n \"text\": \"\",\n \"buttonTitle\": \"\"\n },\n \"from\": \"\",\n \"to\": \"8361489373\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/video", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "video" ] }, "description": "Send a video message to a single recipient." }, "response": [ { "id": "5c116e3f-1fee-428d-a2f0-630386607822", "name": "Message accepted for delivery.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"mediaDuration\": \"\",\n \"mediaUrl\": \"\",\n \"thumbnailUrl\": \"\",\n \"text\": \"\",\n \"buttonTitle\": \"\"\n },\n \"from\": \"\",\n \"to\": \"8361489373\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/video", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "video" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"to\": \"\",\n \"messageCount\": \"\",\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-5c116e3f-1fee-428d-a2f0-630386607822" }, { "id": "82c0824c-3ec7-413e-b216-41f6fa4f9727", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"mediaDuration\": \"\",\n \"mediaUrl\": \"\",\n \"thumbnailUrl\": \"\",\n \"text\": \"\",\n \"buttonTitle\": \"\"\n },\n \"from\": \"\",\n \"to\": \"8361489373\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/video", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "video" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"officia4a\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-82c0824c-3ec7-413e-b216-41f6fa4f9727" }, { "id": "6b8b93bb-be57-4633-ac49-fc16c9604fa6", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"mediaDuration\": \"\",\n \"mediaUrl\": \"\",\n \"thumbnailUrl\": \"\",\n \"text\": \"\",\n \"buttonTitle\": \"\"\n },\n \"from\": \"\",\n \"to\": \"8361489373\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/video", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "video" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"officia4a\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-6b8b93bb-be57-4633-ac49-fc16c9604fa6" }, { "id": "28338469-5ef4-4d16-9062-4ea32bbe0029", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"mediaDuration\": \"\",\n \"mediaUrl\": \"\",\n \"thumbnailUrl\": \"\",\n \"text\": \"\",\n \"buttonTitle\": \"\"\n },\n \"from\": \"\",\n \"to\": \"8361489373\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/video", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "video" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"officia4a\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-28338469-5ef4-4d16-9062-4ea32bbe0029" }, { "id": "6328e0b4-2bf8-4daa-b149-95a25c610c25", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"mediaDuration\": \"\",\n \"mediaUrl\": \"\",\n \"thumbnailUrl\": \"\",\n \"text\": \"\",\n \"buttonTitle\": \"\"\n },\n \"from\": \"\",\n \"to\": \"8361489373\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/video", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "video" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"officia4a\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-6328e0b4-2bf8-4daa-b149-95a25c610c25" }, { "id": "1ed5875b-c26d-4772-8da4-762b7204d70f", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"mediaDuration\": \"\",\n \"mediaUrl\": \"\",\n \"thumbnailUrl\": \"\",\n \"text\": \"\",\n \"buttonTitle\": \"\"\n },\n \"from\": \"\",\n \"to\": \"8361489373\",\n \"messageId\": \"\",\n \"callbackData\": \"\",\n \"trackingData\": \"\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"MINUTES\"\n },\n \"notifyUrl\": \"\",\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/message/video", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "message", "video" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"officia4a\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-1ed5875b-c26d-4772-8da4-762b7204d70f" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-329ddc0d-d83f-4953-ba8e-489a7e70d47f" } ], "id": "b8614c3e-f542-4faf-b7ed-1032174fb515", "createdAt": "2026-07-28T02:00:39.000Z", "updatedAt": "2026-07-28T02:00:39.000Z", "uid": "35240-b8614c3e-f542-4faf-b7ed-1032174fb515" } ], "id": "5d743c0d-ee03-41cc-94dc-8258d5932c8d", "createdAt": "2026-07-28T02:00:39.000Z", "updatedAt": "2026-07-28T02:00:39.000Z", "uid": "35240-5d743c0d-ee03-41cc-94dc-8258d5932c8d" }, { "name": "senders", "item": [ { "name": "{sender}", "item": [ { "name": "templates", "item": [ { "name": "{templateId}", "item": [ { "name": "Get Viber template", "id": "2ba71ba0-5995-4dee-9397-1caea75ec1d2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates/:templateId", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates", ":templateId" ], "variable": [ { "id": "793073c6-e478-4a63-a896-0d4ef311c906", "key": "sender", "value": "", "description": "(Required) Sender id." }, { "id": "2008fe76-0c01-4938-bea5-73bfd3f7dbb7", "key": "templateId", "value": "", "description": "(Required) Id of existing template." } ] }, "description": "Retrieve details of a specific Viber template by its ID and associated sender." }, "response": [ { "id": "549d5b99-e212-42f6-89d4-bc70ae3264c3", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates/:templateId", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates", ":templateId" ], "variable": [ { "key": "sender" }, { "key": "templateId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"templateId\": \"\",\n \"version\": \"\",\n \"sender\": \"\",\n \"createdAt\": \"\",\n \"category\": \"TRANSACTIONAL\",\n \"status\": \"DECLINED\",\n \"lastModified\": \"\",\n \"params\": [\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n }\n ],\n \"body\": [\n {\n \"language\": \"th\",\n \"template\": \"\"\n },\n {\n \"language\": \"it\",\n \"template\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-549d5b99-e212-42f6-89d4-bc70ae3264c3" }, { "id": "cdcff910-49b1-4ae4-beab-39acd1d5f248", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates/:templateId", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates", ":templateId" ], "variable": [ { "key": "sender" }, { "key": "templateId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-cdcff910-49b1-4ae4-beab-39acd1d5f248" }, { "id": "831b502f-1cb0-4047-a5fb-d7e9de802b7e", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates/:templateId", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates", ":templateId" ], "variable": [ { "key": "sender" }, { "key": "templateId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-831b502f-1cb0-4047-a5fb-d7e9de802b7e" }, { "id": "cca1ba33-5a47-4380-b6e3-5806909e6302", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates/:templateId", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates", ":templateId" ], "variable": [ { "key": "sender" }, { "key": "templateId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-cca1ba33-5a47-4380-b6e3-5806909e6302" }, { "id": "ac43e7c5-fb5a-4dd9-9e1f-5d9ee709117a", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates/:templateId", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates", ":templateId" ], "variable": [ { "key": "sender" }, { "key": "templateId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-ac43e7c5-fb5a-4dd9-9e1f-5d9ee709117a" }, { "id": "697f09c0-93f5-4f1f-a67e-04ea0b11391b", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates/:templateId", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates", ":templateId" ], "variable": [ { "key": "sender" }, { "key": "templateId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-697f09c0-93f5-4f1f-a67e-04ea0b11391b" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-2ba71ba0-5995-4dee-9397-1caea75ec1d2" }, { "name": "Delete Viber template", "id": "8a638206-736c-40e3-bc92-cffd2898cbf2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates/:templateId", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates", ":templateId" ], "variable": [ { "id": "f42abac9-b27e-4315-92f4-df100f27cb34", "key": "sender", "value": "", "description": "(Required) Sender id." }, { "id": "26e80f7a-bf5e-43a7-af93-4b27489aa47b", "key": "templateId", "value": "", "description": "(Required) Id of existing template." } ] }, "description": "Delete a specific Viber template. Deleted templates can no longer be used for sending messages." }, "response": [ { "id": "406eafcf-cead-465a-b90e-36a11968184a", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates/:templateId", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates", ":templateId" ], "variable": [ { "key": "sender" }, { "key": "templateId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-406eafcf-cead-465a-b90e-36a11968184a" }, { "id": "08abc64f-1ad9-405c-9a5c-36df105e8f6b", "name": "Unauthorized", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates/:templateId", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates", ":templateId" ], "variable": [ { "key": "sender" }, { "key": "templateId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-08abc64f-1ad9-405c-9a5c-36df105e8f6b" }, { "id": "7ddb4e1e-dfcc-494d-87b0-cc8fe4ce38f0", "name": "Forbidden", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates/:templateId", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates", ":templateId" ], "variable": [ { "key": "sender" }, { "key": "templateId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-7ddb4e1e-dfcc-494d-87b0-cc8fe4ce38f0" }, { "id": "0883c813-bc12-48da-b254-9c46ac7a3328", "name": "Not Found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates/:templateId", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates", ":templateId" ], "variable": [ { "key": "sender" }, { "key": "templateId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-0883c813-bc12-48da-b254-9c46ac7a3328" }, { "id": "f8956c42-e710-4430-b527-3b69602ce7f2", "name": "Too Many Requests", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates/:templateId", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates", ":templateId" ], "variable": [ { "key": "sender" }, { "key": "templateId" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-f8956c42-e710-4430-b527-3b69602ce7f2" }, { "id": "56e23d3b-3411-428f-9f0c-db8077bdda30", "name": "Internal Server Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates/:templateId", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates", ":templateId" ], "variable": [ { "key": "sender" }, { "key": "templateId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-56e23d3b-3411-428f-9f0c-db8077bdda30" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-8a638206-736c-40e3-bc92-cffd2898cbf2" } ], "id": "de149f09-8bf6-4586-8d5c-beb92de0b177", "createdAt": "2026-07-28T02:00:39.000Z", "updatedAt": "2026-07-28T02:00:39.000Z", "uid": "35240-de149f09-8bf6-4586-8d5c-beb92de0b177" }, { "name": "Get Viber templates", "id": "7ba7b864-957f-471c-ba11-451f7d36f6f8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates?page=0&size=20&orderBy=createdAt,ASC", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates" ], "query": [ { "description": "Current page number.", "key": "page", "value": "0" }, { "description": "Number of items per page.", "key": "size", "value": "20" }, { "description": "Sorting criteria in the format `property,direction`. Can be ascending (ASC) or descending (DESC). Available properties: id, sender, channel, templateId, name, createdAt.", "key": "orderBy", "value": "createdAt,ASC" } ], "variable": [ { "id": "13b56173-8348-4a9d-a102-e8799774065e", "key": "sender", "value": "", "description": "(Required) Sender id." } ] }, "description": "Retrieve Viber templates available for specific sender." }, "response": [ { "id": "d6186357-b699-48fc-a143-0b0b05c9a0da", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates?page=0&size=20&orderBy=createdAt,ASC", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates" ], "query": [ { "description": "Current page number.", "key": "page", "value": "0" }, { "description": "Number of items per page.", "key": "size", "value": "20" }, { "description": "Sorting criteria in the format `property,direction`. Can be ascending (ASC) or descending (DESC). Available properties: id, sender, channel, templateId, name, createdAt.", "key": "orderBy", "value": "createdAt,ASC" } ], "variable": [ { "key": "sender" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"templates\": [\n {\n \"templateId\": \"\",\n \"version\": \"\",\n \"sender\": \"\",\n \"category\": \"TRANSACTIONAL\",\n \"status\": \"PENDING\",\n \"params\": [\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n }\n ],\n \"body\": [\n {\n \"language\": \"cs\",\n \"template\": \"\"\n },\n {\n \"language\": \"bs\",\n \"template\": \"\"\n }\n ]\n },\n {\n \"templateId\": \"\",\n \"version\": \"\",\n \"sender\": \"\",\n \"category\": \"OTP\",\n \"status\": \"APPROVED\",\n \"params\": [\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n }\n ],\n \"body\": [\n {\n \"language\": \"ka\",\n \"template\": \"\"\n },\n {\n \"language\": \"ru\",\n \"template\": \"\"\n }\n ]\n }\n ],\n \"paging\": {\n \"page\": \"\",\n \"size\": \"\",\n \"totalPages\": \"\",\n \"totalResults\": \"\"\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-d6186357-b699-48fc-a143-0b0b05c9a0da" }, { "id": "362b476e-43af-4c72-80b4-361eed317764", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates?page=0&size=20&orderBy=createdAt,ASC", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates" ], "query": [ { "description": "Current page number.", "key": "page", "value": "0" }, { "description": "Number of items per page.", "key": "size", "value": "20" }, { "description": "Sorting criteria in the format `property,direction`. Can be ascending (ASC) or descending (DESC). Available properties: id, sender, channel, templateId, name, createdAt.", "key": "orderBy", "value": "createdAt,ASC" } ], "variable": [ { "key": "sender" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-362b476e-43af-4c72-80b4-361eed317764" }, { "id": "75c49691-78e5-4baf-bf1b-4723a98d209f", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates?page=0&size=20&orderBy=createdAt,ASC", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates" ], "query": [ { "description": "Current page number.", "key": "page", "value": "0" }, { "description": "Number of items per page.", "key": "size", "value": "20" }, { "description": "Sorting criteria in the format `property,direction`. Can be ascending (ASC) or descending (DESC). Available properties: id, sender, channel, templateId, name, createdAt.", "key": "orderBy", "value": "createdAt,ASC" } ], "variable": [ { "key": "sender" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-75c49691-78e5-4baf-bf1b-4723a98d209f" }, { "id": "86d5a5c9-af57-4428-a5bd-d28837371fa9", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates?page=0&size=20&orderBy=createdAt,ASC", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates" ], "query": [ { "description": "Current page number.", "key": "page", "value": "0" }, { "description": "Number of items per page.", "key": "size", "value": "20" }, { "description": "Sorting criteria in the format `property,direction`. Can be ascending (ASC) or descending (DESC). Available properties: id, sender, channel, templateId, name, createdAt.", "key": "orderBy", "value": "createdAt,ASC" } ], "variable": [ { "key": "sender" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-86d5a5c9-af57-4428-a5bd-d28837371fa9" }, { "id": "9b54a3ed-93d9-43ee-98f8-42e1fd661062", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates?page=0&size=20&orderBy=createdAt,ASC", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates" ], "query": [ { "description": "Current page number.", "key": "page", "value": "0" }, { "description": "Number of items per page.", "key": "size", "value": "20" }, { "description": "Sorting criteria in the format `property,direction`. Can be ascending (ASC) or descending (DESC). Available properties: id, sender, channel, templateId, name, createdAt.", "key": "orderBy", "value": "createdAt,ASC" } ], "variable": [ { "key": "sender" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-9b54a3ed-93d9-43ee-98f8-42e1fd661062" }, { "id": "6d3a4b56-27c4-45cc-8c21-e4a5f80f458a", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates?page=0&size=20&orderBy=createdAt,ASC", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates" ], "query": [ { "description": "Current page number.", "key": "page", "value": "0" }, { "description": "Number of items per page.", "key": "size", "value": "20" }, { "description": "Sorting criteria in the format `property,direction`. Can be ascending (ASC) or descending (DESC). Available properties: id, sender, channel, templateId, name, createdAt.", "key": "orderBy", "value": "createdAt,ASC" } ], "variable": [ { "key": "sender" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-6d3a4b56-27c4-45cc-8c21-e4a5f80f458a" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-7ba7b864-957f-471c-ba11-451f7d36f6f8" }, { "name": "Create Viber template", "id": "79aada57-6633-4618-802b-9309218b0860", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"body\": [\n {\n \"language\": \"en\",\n \"template\": \"\"\n }\n ],\n \"category\": \"TRANSACTIONAL\",\n \"params\": [\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates" ], "variable": [ { "id": "b86a0680-5880-4779-9599-d51246a2dfc7", "key": "sender", "value": "", "description": "(Required) Sender id." } ] }, "description": "Create a new Viber template for a given sender. Templates must be approved by Viber before they can be used for sending messages." }, "response": [ { "id": "1cc86cf9-4ab1-42c7-bbf7-74cbbf3fcf2c", "name": "Created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"body\": [\n {\n \"language\": \"en\",\n \"template\": \"\"\n }\n ],\n \"category\": \"TRANSACTIONAL\",\n \"params\": [\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates" ], "variable": [ { "key": "sender" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"templateId\": \"\",\n \"version\": \"\",\n \"sender\": \"\",\n \"createdAt\": \"\",\n \"category\": \"TRANSACTIONAL\",\n \"status\": \"DECLINED\",\n \"lastModified\": \"\",\n \"params\": [\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n }\n ],\n \"body\": [\n {\n \"language\": \"th\",\n \"template\": \"\"\n },\n {\n \"language\": \"it\",\n \"template\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-1cc86cf9-4ab1-42c7-bbf7-74cbbf3fcf2c" }, { "id": "d630aa62-d520-48e1-94d0-1b580360b543", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"body\": [\n {\n \"language\": \"en\",\n \"template\": \"\"\n }\n ],\n \"category\": \"TRANSACTIONAL\",\n \"params\": [\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates" ], "variable": [ { "key": "sender" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-d630aa62-d520-48e1-94d0-1b580360b543" }, { "id": "a47f4d1b-684b-4a4b-b6c6-44d78e0917c1", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"body\": [\n {\n \"language\": \"en\",\n \"template\": \"\"\n }\n ],\n \"category\": \"TRANSACTIONAL\",\n \"params\": [\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates" ], "variable": [ { "key": "sender" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-a47f4d1b-684b-4a4b-b6c6-44d78e0917c1" }, { "id": "ab0671dc-12aa-4e1b-808b-0a84c18a5328", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"body\": [\n {\n \"language\": \"en\",\n \"template\": \"\"\n }\n ],\n \"category\": \"TRANSACTIONAL\",\n \"params\": [\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates" ], "variable": [ { "key": "sender" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-ab0671dc-12aa-4e1b-808b-0a84c18a5328" }, { "id": "b6434873-d2b6-4de0-965b-815e9bd386c0", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"body\": [\n {\n \"language\": \"en\",\n \"template\": \"\"\n }\n ],\n \"category\": \"TRANSACTIONAL\",\n \"params\": [\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates" ], "variable": [ { "key": "sender" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-b6434873-d2b6-4de0-965b-815e9bd386c0" }, { "id": "6ae731b3-5e6d-4938-a416-371c05bd3a23", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"body\": [\n {\n \"language\": \"en\",\n \"template\": \"\"\n }\n ],\n \"category\": \"TRANSACTIONAL\",\n \"params\": [\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates" ], "variable": [ { "key": "sender" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-6ae731b3-5e6d-4938-a416-371c05bd3a23" }, { "id": "d9635df2-e872-4133-884d-19d5347dcdc8", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"body\": [\n {\n \"language\": \"en\",\n \"template\": \"\"\n }\n ],\n \"category\": \"TRANSACTIONAL\",\n \"params\": [\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n },\n {\n \"example\": \"\",\n \"name\": \"\",\n \"type\": \"TEXT\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber/1/senders/:sender/templates", "host": [ "{{baseUrl}}" ], "path": [ "viber", "1", "senders", ":sender", "templates" ], "variable": [ { "key": "sender" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-d9635df2-e872-4133-884d-19d5347dcdc8" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-79aada57-6633-4618-802b-9309218b0860" } ], "id": "368c60f6-66db-492d-901d-5ca798fbf9c2", "createdAt": "2026-07-28T02:00:39.000Z", "updatedAt": "2026-07-28T02:00:39.000Z", "uid": "35240-368c60f6-66db-492d-901d-5ca798fbf9c2" } ], "id": "77c9a8ed-9af1-481f-92e9-81394366ffbc", "createdAt": "2026-07-28T02:00:39.000Z", "updatedAt": "2026-07-28T02:00:39.000Z", "uid": "35240-77c9a8ed-9af1-481f-92e9-81394366ffbc" } ], "id": "6e085a1e-123a-431f-801e-5bb36e060fba", "createdAt": "2026-07-28T02:00:39.000Z", "updatedAt": "2026-07-28T02:00:39.000Z", "uid": "35240-6e085a1e-123a-431f-801e-5bb36e060fba" } ], "id": "38c98007-f148-4ac9-a5fb-5247483cfe27", "createdAt": "2026-07-28T02:00:39.000Z", "updatedAt": "2026-07-28T02:00:39.000Z", "uid": "35240-38c98007-f148-4ac9-a5fb-5247483cfe27" } ], "id": "a68b5270-5a7b-4771-be7f-129b8bb825e8", "createdAt": "2026-07-28T02:00:39.000Z", "updatedAt": "2026-07-28T02:00:39.000Z", "uid": "35240-a68b5270-5a7b-4771-be7f-129b8bb825e8" }, { "name": "viber-bot", "item": [ { "name": "1", "item": [ { "name": "messages", "item": [ { "name": "Send a Viber Bot message", "id": "29281d94-322f-43eb-b82f-3fb13c079b33", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"CAROUSEL\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"SUNDAY\",\n \"WEDNESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n },\n {\n \"content\": {\n \"type\": \"STICKER\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"TUESDAY\",\n \"SUNDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber-bot/1/messages", "host": [ "{{baseUrl}}" ], "path": [ "viber-bot", "1", "messages" ] }, "description": "Send one or more messages to multiple recipients." }, "response": [ { "id": "01eb1741-cf81-4699-9077-4b061b4dbfd5", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"CAROUSEL\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"SUNDAY\",\n \"WEDNESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n },\n {\n \"content\": {\n \"type\": \"STICKER\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"TUESDAY\",\n \"SUNDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber-bot/1/messages", "host": [ "{{baseUrl}}" ], "path": [ "viber-bot", "1", "messages" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"messages\": [\n {\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"UNDELIVERABLE\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"destination\": \"\",\n \"details\": {}\n },\n {\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"PENDING\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"destination\": \"\",\n \"details\": {}\n }\n ],\n \"bulkId\": \"\"\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-01eb1741-cf81-4699-9077-4b061b4dbfd5" }, { "id": "98f52d72-528e-4991-8fd5-f1db96b09c7a", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"CAROUSEL\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"SUNDAY\",\n \"WEDNESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n },\n {\n \"content\": {\n \"type\": \"STICKER\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"TUESDAY\",\n \"SUNDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber-bot/1/messages", "host": [ "{{baseUrl}}" ], "path": [ "viber-bot", "1", "messages" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-98f52d72-528e-4991-8fd5-f1db96b09c7a" }, { "id": "cc588cb6-5f93-4466-a032-cea3c16e1909", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"CAROUSEL\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"SUNDAY\",\n \"WEDNESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n },\n {\n \"content\": {\n \"type\": \"STICKER\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"TUESDAY\",\n \"SUNDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber-bot/1/messages", "host": [ "{{baseUrl}}" ], "path": [ "viber-bot", "1", "messages" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-cc588cb6-5f93-4466-a032-cea3c16e1909" }, { "id": "457fa744-66ed-496c-b3f0-8d03f27faa9c", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"CAROUSEL\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"SUNDAY\",\n \"WEDNESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n },\n {\n \"content\": {\n \"type\": \"STICKER\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"TUESDAY\",\n \"SUNDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber-bot/1/messages", "host": [ "{{baseUrl}}" ], "path": [ "viber-bot", "1", "messages" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-457fa744-66ed-496c-b3f0-8d03f27faa9c" }, { "id": "e33a90b9-e7d8-4426-9ab5-b0d5affb3d55", "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: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"CAROUSEL\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"SUNDAY\",\n \"WEDNESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n },\n {\n \"content\": {\n \"type\": \"STICKER\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"TUESDAY\",\n \"SUNDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n },\n \"destinationMatching\": [\n {\n \"failover\": \"\",\n \"initial\": \"\"\n },\n {\n \"failover\": \"\",\n \"initial\": \"\"\n }\n ]\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/viber-bot/1/messages", "host": [ "{{baseUrl}}" ], "path": [ "viber-bot", "1", "messages" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-e33a90b9-e7d8-4426-9ab5-b0d5affb3d55" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-29281d94-322f-43eb-b82f-3fb13c079b33" } ], "id": "6972c7dd-b629-4166-9e0d-6ce94c788724", "createdAt": "2026-07-28T02:00:39.000Z", "updatedAt": "2026-07-28T02:00:39.000Z", "uid": "35240-6972c7dd-b629-4166-9e0d-6ce94c788724" }, { "name": "logs", "item": [ { "name": "Get outbound Viber bot message logs", "id": "2089582d-0fad-452f-ad2d-87d3c7663b3c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/viber-bot/1/logs?sender=&destination=&bulkId=&bulkId=&messageId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "viber-bot", "1", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "ACCEPTED" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] }, "description": "Use this method for displaying logs for example in the user interface. Available are the logs for the last 48 hours." }, "response": [ { "id": "10b2f749-b100-4fa3-a12e-f3ea6880cd8f", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber-bot/1/logs?sender=&destination=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "viber-bot", "1", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "ACCEPTED" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"sender\": \"\",\n \"destination\": \"\",\n \"bulkId\": \"\",\n \"messageId\": \"\",\n \"sentAt\": \"\",\n \"doneAt\": \"\",\n \"messageCount\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"EXPIRED\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"error\": {\n \"groupId\": \"\",\n \"groupName\": \"USER_ERRORS\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"permanent\": \"\"\n },\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"content\": {\n \"type\": \"STICKER\"\n },\n \"campaignReferenceId\": \"\"\n },\n {\n \"sender\": \"\",\n \"destination\": \"\",\n \"bulkId\": \"\",\n \"messageId\": \"\",\n \"sentAt\": \"\",\n \"doneAt\": \"\",\n \"messageCount\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"REJECTED\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"error\": {\n \"groupId\": \"\",\n \"groupName\": \"USER_ERRORS\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"permanent\": \"\"\n },\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"content\": {\n \"type\": \"IMAGE\"\n },\n \"campaignReferenceId\": \"\"\n }\n ],\n \"cursor\": {\n \"limit\": \"\",\n \"nextCursor\": \"\"\n }\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-10b2f749-b100-4fa3-a12e-f3ea6880cd8f" }, { "id": "eb600d5e-0b11-40b3-9c40-50a127508e0a", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber-bot/1/logs?sender=&destination=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "viber-bot", "1", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "ACCEPTED" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-eb600d5e-0b11-40b3-9c40-50a127508e0a" }, { "id": "6c8ee5ea-b954-4960-8628-ddb34fed9443", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber-bot/1/logs?sender=&destination=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "viber-bot", "1", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "ACCEPTED" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-6c8ee5ea-b954-4960-8628-ddb34fed9443" }, { "id": "943480ef-f4ff-4bbe-b5c6-aacd31421bd0", "name": "Too Many Requests", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber-bot/1/logs?sender=&destination=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "viber-bot", "1", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "ACCEPTED" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-943480ef-f4ff-4bbe-b5c6-aacd31421bd0" }, { "id": "21c03279-9283-40b0-84ee-cdb07f148eb3", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber-bot/1/logs?sender=&destination=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "viber-bot", "1", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "ACCEPTED" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-21c03279-9283-40b0-84ee-cdb07f148eb3" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-2089582d-0fad-452f-ad2d-87d3c7663b3c" } ], "id": "dfbcfad5-180c-4dc5-8835-41da3d6a78fe", "createdAt": "2026-07-28T02:00:39.000Z", "updatedAt": "2026-07-28T02:00:39.000Z", "uid": "35240-dfbcfad5-180c-4dc5-8835-41da3d6a78fe" }, { "name": "reports", "item": [ { "name": "Get Viber Bot delivery reports", "id": "f9fc44d5-a549-4444-b7fc-3b8f99750fbb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/viber-bot/1/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "viber-bot", "1", "reports" ], "query": [ { "description": "The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.", "key": "bulkId", "value": "" }, { "description": "The ID that uniquely identifies the message sent.", "key": "messageId", "value": "" }, { "description": "Maximum number of delivery reports to be returned. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access reports for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] }, "description": "If you are unable to receive real-time delivery reports towards your endpoint for various reasons, we offer you an API method to fetch batches of delivery reports to confirm whether specific messages have been delivered. Each request towards this endpoint will return batches of the latest delivery reports. Please note they will be returned only once." }, "response": [ { "id": "c135042b-db78-426a-af8e-f586c00c4d97", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber-bot/1/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "viber-bot", "1", "reports" ], "query": [ { "description": "The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.", "key": "bulkId", "value": "" }, { "description": "The ID that uniquely identifies the message sent.", "key": "messageId", "value": "" }, { "description": "Maximum number of delivery reports to be returned. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access reports for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"bulkId\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"DELIVERED\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"error\": {\n \"groupId\": \"\",\n \"groupName\": \"OPERATOR_ERRORS\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"permanent\": \"\"\n },\n \"messageId\": \"\",\n \"to\": \"\",\n \"sender\": \"\",\n \"sentAt\": \"\",\n \"doneAt\": \"\",\n \"messageCount\": \"\",\n \"mccMnc\": \"\",\n \"callbackData\": \"\",\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"campaignReferenceId\": \"\"\n },\n {\n \"bulkId\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"ACCEPTED\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"error\": {\n \"groupId\": \"\",\n \"groupName\": \"USER_ERRORS\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"permanent\": \"\"\n },\n \"messageId\": \"\",\n \"to\": \"\",\n \"sender\": \"\",\n \"sentAt\": \"\",\n \"doneAt\": \"\",\n \"messageCount\": \"\",\n \"mccMnc\": \"\",\n \"callbackData\": \"\",\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"campaignReferenceId\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-c135042b-db78-426a-af8e-f586c00c4d97" }, { "id": "43eeb0bf-1f1f-4419-a6db-645b37fec7e7", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber-bot/1/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "viber-bot", "1", "reports" ], "query": [ { "description": "The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.", "key": "bulkId", "value": "" }, { "description": "The ID that uniquely identifies the message sent.", "key": "messageId", "value": "" }, { "description": "Maximum number of delivery reports to be returned. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access reports for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-43eeb0bf-1f1f-4419-a6db-645b37fec7e7" }, { "id": "9b3cf05c-0fe3-4ef9-9ec6-4bc342d70291", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber-bot/1/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "viber-bot", "1", "reports" ], "query": [ { "description": "The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.", "key": "bulkId", "value": "" }, { "description": "The ID that uniquely identifies the message sent.", "key": "messageId", "value": "" }, { "description": "Maximum number of delivery reports to be returned. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access reports for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-9b3cf05c-0fe3-4ef9-9ec6-4bc342d70291" }, { "id": "907ecf8e-0d8f-4d87-9553-52621d272a25", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/viber-bot/1/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "viber-bot", "1", "reports" ], "query": [ { "description": "The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.", "key": "bulkId", "value": "" }, { "description": "The ID that uniquely identifies the message sent.", "key": "messageId", "value": "" }, { "description": "Maximum number of delivery reports to be returned. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access reports for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-907ecf8e-0d8f-4d87-9553-52621d272a25" } ], "createdAt": "2026-07-28T02:00:40.000Z", "updatedAt": "2026-07-28T02:00:40.000Z", "uid": "35240-f9fc44d5-a549-4444-b7fc-3b8f99750fbb" } ], "id": "3515a38b-0a6c-4ffb-84dc-9af396e77ad5", "createdAt": "2026-07-28T02:00:39.000Z", "updatedAt": "2026-07-28T02:00:39.000Z", "uid": "35240-3515a38b-0a6c-4ffb-84dc-9af396e77ad5" } ], "id": "93eb9406-0b84-4140-81cc-92cf11ebb8dc", "createdAt": "2026-07-28T02:00:39.000Z", "updatedAt": "2026-07-28T02:00:39.000Z", "uid": "35240-93eb9406-0b84-4140-81cc-92cf11ebb8dc" } ], "id": "29a42cfd-b1b2-4a5c-a3c7-bcc8f36c4815", "createdAt": "2026-07-28T02:00:39.000Z", "updatedAt": "2026-07-28T02:00:39.000Z", "uid": "35240-29a42cfd-b1b2-4a5c-a3c7-bcc8f36c4815" } ], "variable": [ { "key": "baseUrl", "value": "/" } ] }