{ "info": { "_postman_id": "aaa44abc-3788-47d4-9a27-4f114d1b5674", "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:32.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "lastUpdatedBy": "35240", "uid": "35240-aaa44abc-3788-47d4-9a27-4f114d1b5674" }, "item": [ { "name": "sms", "item": [ { "name": "3", "item": [ { "name": "messages", "item": [ { "name": "Send SMS message", "id": "e128156e-41dd-49f5-9a2d-b583aefe0519", "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 \"transliteration\": \"SERBIAN_CYRILLIC\",\n \"language\": {\n \"languageCode\": \"PT\",\n \"singleShift\": false,\n \"lockingShift\": false\n }\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\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 \"TUESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\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 \"flash\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\"\n }\n },\n {\n \"content\": {\n \"text\": \"\",\n \"transliteration\": \"NON_UNICODE\",\n \"language\": {\n \"languageCode\": \"TR\",\n \"singleShift\": false,\n \"lockingShift\": false\n }\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\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 \"FRIDAY\",\n \"FRIDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\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 \"flash\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\"\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 \"includeSmsCountInResponse\": false,\n \"conversionTracking\": {\n \"useConversionTracking\": \"\",\n \"conversionTrackingName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/3/messages", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "messages" ] }, "description": "With this API method, you can do anything from sending a basic message to one person, all the way to sending customized messages to thousands of recipients in one go. It comes with a range of useful features like transliteration, scheduling, and tracking in a unified way.\\\nIf utilizing Message Delivery Reports webhook, please consult the documentation provided at [Receive outbound SMS message reports](#channels/sms/receive-outbound-sms-message-report-v3).\\\nThis endpoint is the successor of [Send SMS message](#channels/sms/send-sms-message) and [Send binary SMS message](#channels/sms/send-binary-sms-message)." }, "response": [ { "id": "b2d19c00-8e71-407e-945f-80c64f734949", "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 \"text\": \"\",\n \"transliteration\": \"SERBIAN_CYRILLIC\",\n \"language\": {\n \"languageCode\": \"PT\",\n \"singleShift\": false,\n \"lockingShift\": false\n }\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\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 \"TUESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\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 \"flash\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\"\n }\n },\n {\n \"content\": {\n \"text\": \"\",\n \"transliteration\": \"NON_UNICODE\",\n \"language\": {\n \"languageCode\": \"TR\",\n \"singleShift\": false,\n \"lockingShift\": false\n }\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\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 \"FRIDAY\",\n \"FRIDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\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 \"flash\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\"\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 \"includeSmsCountInResponse\": false,\n \"conversionTracking\": {\n \"useConversionTracking\": \"\",\n \"conversionTrackingName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/3/messages", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "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\": \"ACCEPTED\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"destination\": \"\",\n \"details\": {\n \"messageCount\": \"\"\n }\n },\n {\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"REJECTED\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"destination\": \"\",\n \"details\": {\n \"messageCount\": \"\"\n }\n }\n ],\n \"bulkId\": \"\"\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-b2d19c00-8e71-407e-945f-80c64f734949" }, { "id": "a5e7dcac-fc09-4036-af13-f98f93de369c", "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 \"transliteration\": \"SERBIAN_CYRILLIC\",\n \"language\": {\n \"languageCode\": \"PT\",\n \"singleShift\": false,\n \"lockingShift\": false\n }\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\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 \"TUESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\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 \"flash\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\"\n }\n },\n {\n \"content\": {\n \"text\": \"\",\n \"transliteration\": \"NON_UNICODE\",\n \"language\": {\n \"languageCode\": \"TR\",\n \"singleShift\": false,\n \"lockingShift\": false\n }\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\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 \"FRIDAY\",\n \"FRIDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\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 \"flash\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\"\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 \"includeSmsCountInResponse\": false,\n \"conversionTracking\": {\n \"useConversionTracking\": \"\",\n \"conversionTrackingName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/3/messages", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-a5e7dcac-fc09-4036-af13-f98f93de369c" }, { "id": "728eca39-6ef0-4899-8020-8210cb104746", "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 \"transliteration\": \"SERBIAN_CYRILLIC\",\n \"language\": {\n \"languageCode\": \"PT\",\n \"singleShift\": false,\n \"lockingShift\": false\n }\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\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 \"TUESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\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 \"flash\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\"\n }\n },\n {\n \"content\": {\n \"text\": \"\",\n \"transliteration\": \"NON_UNICODE\",\n \"language\": {\n \"languageCode\": \"TR\",\n \"singleShift\": false,\n \"lockingShift\": false\n }\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\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 \"FRIDAY\",\n \"FRIDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\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 \"flash\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\"\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 \"includeSmsCountInResponse\": false,\n \"conversionTracking\": {\n \"useConversionTracking\": \"\",\n \"conversionTrackingName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/3/messages", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-728eca39-6ef0-4899-8020-8210cb104746" }, { "id": "8590df02-e229-4ce2-b30d-e3301c7c3c13", "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 \"transliteration\": \"SERBIAN_CYRILLIC\",\n \"language\": {\n \"languageCode\": \"PT\",\n \"singleShift\": false,\n \"lockingShift\": false\n }\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\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 \"TUESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\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 \"flash\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\"\n }\n },\n {\n \"content\": {\n \"text\": \"\",\n \"transliteration\": \"NON_UNICODE\",\n \"language\": {\n \"languageCode\": \"TR\",\n \"singleShift\": false,\n \"lockingShift\": false\n }\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\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 \"FRIDAY\",\n \"FRIDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\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 \"flash\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\"\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 \"includeSmsCountInResponse\": false,\n \"conversionTracking\": {\n \"useConversionTracking\": \"\",\n \"conversionTrackingName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/3/messages", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-8590df02-e229-4ce2-b30d-e3301c7c3c13" }, { "id": "7a4cd724-d96c-4820-8964-03063349661d", "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 \"transliteration\": \"SERBIAN_CYRILLIC\",\n \"language\": {\n \"languageCode\": \"PT\",\n \"singleShift\": false,\n \"lockingShift\": false\n }\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\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 \"TUESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\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 \"flash\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\"\n }\n },\n {\n \"content\": {\n \"text\": \"\",\n \"transliteration\": \"NON_UNICODE\",\n \"language\": {\n \"languageCode\": \"TR\",\n \"singleShift\": false,\n \"lockingShift\": false\n }\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\",\n \"networkId\": \"\"\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 \"FRIDAY\",\n \"FRIDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\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 \"flash\": \"\"\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\"\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 \"includeSmsCountInResponse\": false,\n \"conversionTracking\": {\n \"useConversionTracking\": \"\",\n \"conversionTrackingName\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/3/messages", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-7a4cd724-d96c-4820-8964-03063349661d" } ], "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-e128156e-41dd-49f5-9a2d-b583aefe0519" } ], "id": "d5dd9fc1-86c7-49b9-a794-c4a0f5fab646", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-d5dd9fc1-86c7-49b9-a794-c4a0f5fab646" }, { "name": "text", "item": [ { "name": "query", "item": [ { "name": "Send SMS message over query parameters", "id": "0114eb5a-2a66-464d-b86e-b07a89de8b68", "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}}/sms/3/text/query?bulkId=&from=&to=&to=&text=&flash=&transliteration=&languageCode=&intermediateReport=¬ifyUrl=¬ifyContentType=&callbackData=&validityPeriod=&sendAt=&includeSmsCountInResponse=&trackingUrl=&trackingType=&indiaDltContentTemplateId=&indiaDltPrincipalEntityId=&indiaDltTelemarketerId=&turkeyIysBrandCode=&turkeyIysRecipientType=&southKoreaResellerCode=&southKoreaTitle=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "text", "query" ], "query": [ { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" }, { "description": "The sender ID which can be alphanumeric or numeric (e.g., `CompanyName`).", "key": "from", "value": "" }, { "description": "(Required) List of message recipients.", "key": "to", "value": "" }, { "description": "(Required) List of message recipients.", "key": "to", "value": "" }, { "description": "(Required) Content of the message being sent.", "key": "text", "value": "" }, { "description": "Sends a [flash SMS](https://www.infobip.com/docs/sms/message-types#flash-sms) if set to true.", "key": "flash", "value": "" }, { "description": "Conversion of a message text from one script to another.", "key": "transliteration", "value": "" }, { "description": "Code for language character set of a message content.", "key": "languageCode", "value": "" }, { "description": "Use a [real-time intermediate delivery report](#channels/sms/receive-outbound-sms-message-report-v3) that will be sent on your callback server.", "key": "intermediateReport", "value": "" }, { "description": "The URL on your call back server on to which a delivery report will be sent.", "key": "notifyUrl", "value": "" }, { "description": "Preferred delivery report content type, `application/json` or `application/xml`.", "key": "notifyContentType", "value": "" }, { "description": "Additional data that can be used for identifying, managing, or monitoring a message. Data included here will also be automatically included in the message [Delivery Report](#channels/sms/get-outbound-sms-message-delivery-reports-v3). The maximum value is 4000 characters.", "key": "callbackData", "value": "" }, { "description": "The message validity period in minutes. When the period expires, it will not be allowed for the message to be sent. Validity period longer than 48h is not supported. Any bigger value will automatically default back to `2880`.", "key": "validityPeriod", "value": "" }, { "description": "Date and time when the message is to be sent. Used for [scheduled SMS](#channels/sms/get-scheduled-sms-messages). Has the following format: `yyyy-MM-dd'T'HH:mm:ss.SSSZ`. Must be sooner than 180 days from now.", "key": "sendAt", "value": "" }, { "description": "Set to true to return smsCount in the response. Default is false. smsCount is the total count of SMS submitted in the request. SMS messages have a character limit and messages longer than that limit will be split into multiple SMS and reflected in the total count of SMS submitted. ", "key": "includeSmsCountInResponse", "value": "" }, { "description": "The URL of your callback server on to which the Click report will be sent.", "key": "trackingUrl", "value": "" }, { "description": "Sets a custom conversion type naming convention, e.g. ONE_TIME_PIN, SOCIAL_INVITES, etc.", "key": "trackingType", "value": "" }, { "description": "The ID of your registered DLT (Distributed Ledger Technology) content template.", "key": "indiaDltContentTemplateId", "value": "" }, { "description": "Your DLT (Distributed Ledger Technology) entity id.", "key": "indiaDltPrincipalEntityId", "value": "" }, { "description": "Your assigned Telemarketer ID. (required for Aggregators)", "key": "indiaDltTelemarketerId", "value": "" }, { "description": "Brand code is an ID of the company based on a company VAT number. If not provided in request, default value is used from your Infobip account.", "key": "turkeyIysBrandCode", "value": "" }, { "description": "Recipient Type must be TACIR or BIREYSEL", "key": "turkeyIysRecipientType", "value": "" }, { "description": "Reseller identification code: 9-digit registration number in the business registration certificate for South Korea. Resellers should submit this when sending.", "key": "southKoreaResellerCode", "value": "" }, { "description": "Title of the message.", "key": "southKoreaTitle", "value": "" } ] }, "description": "All message parameters of the message can be defined in the query string. Use this method only if [Send SMS message](#channels/sms/send-sms-messages) is not an option for your use case!
**Note:** Make sure that special characters are properly encoded. Use a [URL encoding reference](https://www.w3schools.com/tags/ref_urlencode.asp) as a guide. This endpoint is the successor of [Send SMS message over query parameters](#channels/sms/send-sms-message-over-query-parameters)." }, "response": [ { "id": "1adac487-11bb-4f02-aa48-0e74f473ebd1", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/sms/3/text/query?bulkId=&from=&to=&text=&flash=&transliteration=&languageCode=&intermediateReport=¬ifyUrl=¬ifyContentType=&callbackData=&validityPeriod=&sendAt=&includeSmsCountInResponse=&trackingUrl=&trackingType=&indiaDltContentTemplateId=&indiaDltPrincipalEntityId=&indiaDltTelemarketerId=&turkeyIysBrandCode=&turkeyIysRecipientType=&southKoreaResellerCode=&southKoreaTitle=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "text", "query" ], "query": [ { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" }, { "description": "The sender ID which can be alphanumeric or numeric (e.g., `CompanyName`).", "key": "from", "value": "" }, { "description": "(Required) List of message recipients.", "key": "to", "value": "" }, { "description": "(Required) Content of the message being sent.", "key": "text", "value": "" }, { "description": "Sends a [flash SMS](https://www.infobip.com/docs/sms/message-types#flash-sms) if set to true.", "key": "flash", "value": "" }, { "description": "Conversion of a message text from one script to another.", "key": "transliteration", "value": "" }, { "description": "Code for language character set of a message content.", "key": "languageCode", "value": "" }, { "description": "Use a [real-time intermediate delivery report](#channels/sms/receive-outbound-sms-message-report-v3) that will be sent on your callback server.", "key": "intermediateReport", "value": "" }, { "description": "The URL on your call back server on to which a delivery report will be sent.", "key": "notifyUrl", "value": "" }, { "description": "Preferred delivery report content type, `application/json` or `application/xml`.", "key": "notifyContentType", "value": "" }, { "description": "Additional data that can be used for identifying, managing, or monitoring a message. Data included here will also be automatically included in the message [Delivery Report](#channels/sms/get-outbound-sms-message-delivery-reports-v3). The maximum value is 4000 characters.", "key": "callbackData", "value": "" }, { "description": "The message validity period in minutes. When the period expires, it will not be allowed for the message to be sent. Validity period longer than 48h is not supported. Any bigger value will automatically default back to `2880`.", "key": "validityPeriod", "value": "" }, { "description": "Date and time when the message is to be sent. Used for [scheduled SMS](#channels/sms/get-scheduled-sms-messages). Has the following format: `yyyy-MM-dd'T'HH:mm:ss.SSSZ`. Must be sooner than 180 days from now.", "key": "sendAt", "value": "" }, { "description": "Set to true to return smsCount in the response. Default is false. smsCount is the total count of SMS submitted in the request. SMS messages have a character limit and messages longer than that limit will be split into multiple SMS and reflected in the total count of SMS submitted. ", "key": "includeSmsCountInResponse", "value": "" }, { "description": "The URL of your callback server on to which the Click report will be sent.", "key": "trackingUrl", "value": "" }, { "description": "Sets a custom conversion type naming convention, e.g. ONE_TIME_PIN, SOCIAL_INVITES, etc.", "key": "trackingType", "value": "" }, { "description": "The ID of your registered DLT (Distributed Ledger Technology) content template.", "key": "indiaDltContentTemplateId", "value": "" }, { "description": "Your DLT (Distributed Ledger Technology) entity id.", "key": "indiaDltPrincipalEntityId", "value": "" }, { "description": "Your assigned Telemarketer ID. (required for Aggregators)", "key": "indiaDltTelemarketerId", "value": "" }, { "description": "Brand code is an ID of the company based on a company VAT number. If not provided in request, default value is used from your Infobip account.", "key": "turkeyIysBrandCode", "value": "" }, { "description": "Recipient Type must be TACIR or BIREYSEL", "key": "turkeyIysRecipientType", "value": "" }, { "description": "Reseller identification code: 9-digit registration number in the business registration certificate for South Korea. Resellers should submit this when sending.", "key": "southKoreaResellerCode", "value": "" }, { "description": "Title of the message.", "key": "southKoreaTitle", "value": "" } ] } }, "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\": \"ACCEPTED\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"destination\": \"\",\n \"details\": {\n \"messageCount\": \"\"\n }\n },\n {\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"REJECTED\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"destination\": \"\",\n \"details\": {\n \"messageCount\": \"\"\n }\n }\n ],\n \"bulkId\": \"\"\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-1adac487-11bb-4f02-aa48-0e74f473ebd1" }, { "id": "ec4be2c6-c83e-4b2c-96cf-42d26bbd0fc6", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/sms/3/text/query?bulkId=&from=&to=&text=&flash=&transliteration=&languageCode=&intermediateReport=¬ifyUrl=¬ifyContentType=&callbackData=&validityPeriod=&sendAt=&includeSmsCountInResponse=&trackingUrl=&trackingType=&indiaDltContentTemplateId=&indiaDltPrincipalEntityId=&indiaDltTelemarketerId=&turkeyIysBrandCode=&turkeyIysRecipientType=&southKoreaResellerCode=&southKoreaTitle=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "text", "query" ], "query": [ { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" }, { "description": "The sender ID which can be alphanumeric or numeric (e.g., `CompanyName`).", "key": "from", "value": "" }, { "description": "(Required) List of message recipients.", "key": "to", "value": "" }, { "description": "(Required) Content of the message being sent.", "key": "text", "value": "" }, { "description": "Sends a [flash SMS](https://www.infobip.com/docs/sms/message-types#flash-sms) if set to true.", "key": "flash", "value": "" }, { "description": "Conversion of a message text from one script to another.", "key": "transliteration", "value": "" }, { "description": "Code for language character set of a message content.", "key": "languageCode", "value": "" }, { "description": "Use a [real-time intermediate delivery report](#channels/sms/receive-outbound-sms-message-report-v3) that will be sent on your callback server.", "key": "intermediateReport", "value": "" }, { "description": "The URL on your call back server on to which a delivery report will be sent.", "key": "notifyUrl", "value": "" }, { "description": "Preferred delivery report content type, `application/json` or `application/xml`.", "key": "notifyContentType", "value": "" }, { "description": "Additional data that can be used for identifying, managing, or monitoring a message. Data included here will also be automatically included in the message [Delivery Report](#channels/sms/get-outbound-sms-message-delivery-reports-v3). The maximum value is 4000 characters.", "key": "callbackData", "value": "" }, { "description": "The message validity period in minutes. When the period expires, it will not be allowed for the message to be sent. Validity period longer than 48h is not supported. Any bigger value will automatically default back to `2880`.", "key": "validityPeriod", "value": "" }, { "description": "Date and time when the message is to be sent. Used for [scheduled SMS](#channels/sms/get-scheduled-sms-messages). Has the following format: `yyyy-MM-dd'T'HH:mm:ss.SSSZ`. Must be sooner than 180 days from now.", "key": "sendAt", "value": "" }, { "description": "Set to true to return smsCount in the response. Default is false. smsCount is the total count of SMS submitted in the request. SMS messages have a character limit and messages longer than that limit will be split into multiple SMS and reflected in the total count of SMS submitted. ", "key": "includeSmsCountInResponse", "value": "" }, { "description": "The URL of your callback server on to which the Click report will be sent.", "key": "trackingUrl", "value": "" }, { "description": "Sets a custom conversion type naming convention, e.g. ONE_TIME_PIN, SOCIAL_INVITES, etc.", "key": "trackingType", "value": "" }, { "description": "The ID of your registered DLT (Distributed Ledger Technology) content template.", "key": "indiaDltContentTemplateId", "value": "" }, { "description": "Your DLT (Distributed Ledger Technology) entity id.", "key": "indiaDltPrincipalEntityId", "value": "" }, { "description": "Your assigned Telemarketer ID. (required for Aggregators)", "key": "indiaDltTelemarketerId", "value": "" }, { "description": "Brand code is an ID of the company based on a company VAT number. If not provided in request, default value is used from your Infobip account.", "key": "turkeyIysBrandCode", "value": "" }, { "description": "Recipient Type must be TACIR or BIREYSEL", "key": "turkeyIysRecipientType", "value": "" }, { "description": "Reseller identification code: 9-digit registration number in the business registration certificate for South Korea. Resellers should submit this when sending.", "key": "southKoreaResellerCode", "value": "" }, { "description": "Title of the message.", "key": "southKoreaTitle", "value": "" } ] } }, "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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-ec4be2c6-c83e-4b2c-96cf-42d26bbd0fc6" }, { "id": "f0d1da4a-d69b-4eee-be40-9a71e266e61d", "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}}/sms/3/text/query?bulkId=&from=&to=&text=&flash=&transliteration=&languageCode=&intermediateReport=¬ifyUrl=¬ifyContentType=&callbackData=&validityPeriod=&sendAt=&includeSmsCountInResponse=&trackingUrl=&trackingType=&indiaDltContentTemplateId=&indiaDltPrincipalEntityId=&indiaDltTelemarketerId=&turkeyIysBrandCode=&turkeyIysRecipientType=&southKoreaResellerCode=&southKoreaTitle=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "text", "query" ], "query": [ { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" }, { "description": "The sender ID which can be alphanumeric or numeric (e.g., `CompanyName`).", "key": "from", "value": "" }, { "description": "(Required) List of message recipients.", "key": "to", "value": "" }, { "description": "(Required) Content of the message being sent.", "key": "text", "value": "" }, { "description": "Sends a [flash SMS](https://www.infobip.com/docs/sms/message-types#flash-sms) if set to true.", "key": "flash", "value": "" }, { "description": "Conversion of a message text from one script to another.", "key": "transliteration", "value": "" }, { "description": "Code for language character set of a message content.", "key": "languageCode", "value": "" }, { "description": "Use a [real-time intermediate delivery report](#channels/sms/receive-outbound-sms-message-report-v3) that will be sent on your callback server.", "key": "intermediateReport", "value": "" }, { "description": "The URL on your call back server on to which a delivery report will be sent.", "key": "notifyUrl", "value": "" }, { "description": "Preferred delivery report content type, `application/json` or `application/xml`.", "key": "notifyContentType", "value": "" }, { "description": "Additional data that can be used for identifying, managing, or monitoring a message. Data included here will also be automatically included in the message [Delivery Report](#channels/sms/get-outbound-sms-message-delivery-reports-v3). The maximum value is 4000 characters.", "key": "callbackData", "value": "" }, { "description": "The message validity period in minutes. When the period expires, it will not be allowed for the message to be sent. Validity period longer than 48h is not supported. Any bigger value will automatically default back to `2880`.", "key": "validityPeriod", "value": "" }, { "description": "Date and time when the message is to be sent. Used for [scheduled SMS](#channels/sms/get-scheduled-sms-messages). Has the following format: `yyyy-MM-dd'T'HH:mm:ss.SSSZ`. Must be sooner than 180 days from now.", "key": "sendAt", "value": "" }, { "description": "Set to true to return smsCount in the response. Default is false. smsCount is the total count of SMS submitted in the request. SMS messages have a character limit and messages longer than that limit will be split into multiple SMS and reflected in the total count of SMS submitted. ", "key": "includeSmsCountInResponse", "value": "" }, { "description": "The URL of your callback server on to which the Click report will be sent.", "key": "trackingUrl", "value": "" }, { "description": "Sets a custom conversion type naming convention, e.g. ONE_TIME_PIN, SOCIAL_INVITES, etc.", "key": "trackingType", "value": "" }, { "description": "The ID of your registered DLT (Distributed Ledger Technology) content template.", "key": "indiaDltContentTemplateId", "value": "" }, { "description": "Your DLT (Distributed Ledger Technology) entity id.", "key": "indiaDltPrincipalEntityId", "value": "" }, { "description": "Your assigned Telemarketer ID. (required for Aggregators)", "key": "indiaDltTelemarketerId", "value": "" }, { "description": "Brand code is an ID of the company based on a company VAT number. If not provided in request, default value is used from your Infobip account.", "key": "turkeyIysBrandCode", "value": "" }, { "description": "Recipient Type must be TACIR or BIREYSEL", "key": "turkeyIysRecipientType", "value": "" }, { "description": "Reseller identification code: 9-digit registration number in the business registration certificate for South Korea. Resellers should submit this when sending.", "key": "southKoreaResellerCode", "value": "" }, { "description": "Title of the message.", "key": "southKoreaTitle", "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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-f0d1da4a-d69b-4eee-be40-9a71e266e61d" }, { "id": "b5845ed6-aebc-46be-8af8-4848f47cb598", "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}}/sms/3/text/query?bulkId=&from=&to=&text=&flash=&transliteration=&languageCode=&intermediateReport=¬ifyUrl=¬ifyContentType=&callbackData=&validityPeriod=&sendAt=&includeSmsCountInResponse=&trackingUrl=&trackingType=&indiaDltContentTemplateId=&indiaDltPrincipalEntityId=&indiaDltTelemarketerId=&turkeyIysBrandCode=&turkeyIysRecipientType=&southKoreaResellerCode=&southKoreaTitle=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "text", "query" ], "query": [ { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" }, { "description": "The sender ID which can be alphanumeric or numeric (e.g., `CompanyName`).", "key": "from", "value": "" }, { "description": "(Required) List of message recipients.", "key": "to", "value": "" }, { "description": "(Required) Content of the message being sent.", "key": "text", "value": "" }, { "description": "Sends a [flash SMS](https://www.infobip.com/docs/sms/message-types#flash-sms) if set to true.", "key": "flash", "value": "" }, { "description": "Conversion of a message text from one script to another.", "key": "transliteration", "value": "" }, { "description": "Code for language character set of a message content.", "key": "languageCode", "value": "" }, { "description": "Use a [real-time intermediate delivery report](#channels/sms/receive-outbound-sms-message-report-v3) that will be sent on your callback server.", "key": "intermediateReport", "value": "" }, { "description": "The URL on your call back server on to which a delivery report will be sent.", "key": "notifyUrl", "value": "" }, { "description": "Preferred delivery report content type, `application/json` or `application/xml`.", "key": "notifyContentType", "value": "" }, { "description": "Additional data that can be used for identifying, managing, or monitoring a message. Data included here will also be automatically included in the message [Delivery Report](#channels/sms/get-outbound-sms-message-delivery-reports-v3). The maximum value is 4000 characters.", "key": "callbackData", "value": "" }, { "description": "The message validity period in minutes. When the period expires, it will not be allowed for the message to be sent. Validity period longer than 48h is not supported. Any bigger value will automatically default back to `2880`.", "key": "validityPeriod", "value": "" }, { "description": "Date and time when the message is to be sent. Used for [scheduled SMS](#channels/sms/get-scheduled-sms-messages). Has the following format: `yyyy-MM-dd'T'HH:mm:ss.SSSZ`. Must be sooner than 180 days from now.", "key": "sendAt", "value": "" }, { "description": "Set to true to return smsCount in the response. Default is false. smsCount is the total count of SMS submitted in the request. SMS messages have a character limit and messages longer than that limit will be split into multiple SMS and reflected in the total count of SMS submitted. ", "key": "includeSmsCountInResponse", "value": "" }, { "description": "The URL of your callback server on to which the Click report will be sent.", "key": "trackingUrl", "value": "" }, { "description": "Sets a custom conversion type naming convention, e.g. ONE_TIME_PIN, SOCIAL_INVITES, etc.", "key": "trackingType", "value": "" }, { "description": "The ID of your registered DLT (Distributed Ledger Technology) content template.", "key": "indiaDltContentTemplateId", "value": "" }, { "description": "Your DLT (Distributed Ledger Technology) entity id.", "key": "indiaDltPrincipalEntityId", "value": "" }, { "description": "Your assigned Telemarketer ID. (required for Aggregators)", "key": "indiaDltTelemarketerId", "value": "" }, { "description": "Brand code is an ID of the company based on a company VAT number. If not provided in request, default value is used from your Infobip account.", "key": "turkeyIysBrandCode", "value": "" }, { "description": "Recipient Type must be TACIR or BIREYSEL", "key": "turkeyIysRecipientType", "value": "" }, { "description": "Reseller identification code: 9-digit registration number in the business registration certificate for South Korea. Resellers should submit this when sending.", "key": "southKoreaResellerCode", "value": "" }, { "description": "Title of the message.", "key": "southKoreaTitle", "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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-b5845ed6-aebc-46be-8af8-4848f47cb598" }, { "id": "79715183-43df-400e-8c52-b49e26308212", "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}}/sms/3/text/query?bulkId=&from=&to=&text=&flash=&transliteration=&languageCode=&intermediateReport=¬ifyUrl=¬ifyContentType=&callbackData=&validityPeriod=&sendAt=&includeSmsCountInResponse=&trackingUrl=&trackingType=&indiaDltContentTemplateId=&indiaDltPrincipalEntityId=&indiaDltTelemarketerId=&turkeyIysBrandCode=&turkeyIysRecipientType=&southKoreaResellerCode=&southKoreaTitle=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "text", "query" ], "query": [ { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" }, { "description": "The sender ID which can be alphanumeric or numeric (e.g., `CompanyName`).", "key": "from", "value": "" }, { "description": "(Required) List of message recipients.", "key": "to", "value": "" }, { "description": "(Required) Content of the message being sent.", "key": "text", "value": "" }, { "description": "Sends a [flash SMS](https://www.infobip.com/docs/sms/message-types#flash-sms) if set to true.", "key": "flash", "value": "" }, { "description": "Conversion of a message text from one script to another.", "key": "transliteration", "value": "" }, { "description": "Code for language character set of a message content.", "key": "languageCode", "value": "" }, { "description": "Use a [real-time intermediate delivery report](#channels/sms/receive-outbound-sms-message-report-v3) that will be sent on your callback server.", "key": "intermediateReport", "value": "" }, { "description": "The URL on your call back server on to which a delivery report will be sent.", "key": "notifyUrl", "value": "" }, { "description": "Preferred delivery report content type, `application/json` or `application/xml`.", "key": "notifyContentType", "value": "" }, { "description": "Additional data that can be used for identifying, managing, or monitoring a message. Data included here will also be automatically included in the message [Delivery Report](#channels/sms/get-outbound-sms-message-delivery-reports-v3). The maximum value is 4000 characters.", "key": "callbackData", "value": "" }, { "description": "The message validity period in minutes. When the period expires, it will not be allowed for the message to be sent. Validity period longer than 48h is not supported. Any bigger value will automatically default back to `2880`.", "key": "validityPeriod", "value": "" }, { "description": "Date and time when the message is to be sent. Used for [scheduled SMS](#channels/sms/get-scheduled-sms-messages). Has the following format: `yyyy-MM-dd'T'HH:mm:ss.SSSZ`. Must be sooner than 180 days from now.", "key": "sendAt", "value": "" }, { "description": "Set to true to return smsCount in the response. Default is false. smsCount is the total count of SMS submitted in the request. SMS messages have a character limit and messages longer than that limit will be split into multiple SMS and reflected in the total count of SMS submitted. ", "key": "includeSmsCountInResponse", "value": "" }, { "description": "The URL of your callback server on to which the Click report will be sent.", "key": "trackingUrl", "value": "" }, { "description": "Sets a custom conversion type naming convention, e.g. ONE_TIME_PIN, SOCIAL_INVITES, etc.", "key": "trackingType", "value": "" }, { "description": "The ID of your registered DLT (Distributed Ledger Technology) content template.", "key": "indiaDltContentTemplateId", "value": "" }, { "description": "Your DLT (Distributed Ledger Technology) entity id.", "key": "indiaDltPrincipalEntityId", "value": "" }, { "description": "Your assigned Telemarketer ID. (required for Aggregators)", "key": "indiaDltTelemarketerId", "value": "" }, { "description": "Brand code is an ID of the company based on a company VAT number. If not provided in request, default value is used from your Infobip account.", "key": "turkeyIysBrandCode", "value": "" }, { "description": "Recipient Type must be TACIR or BIREYSEL", "key": "turkeyIysRecipientType", "value": "" }, { "description": "Reseller identification code: 9-digit registration number in the business registration certificate for South Korea. Resellers should submit this when sending.", "key": "southKoreaResellerCode", "value": "" }, { "description": "Title of the message.", "key": "southKoreaTitle", "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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-79715183-43df-400e-8c52-b49e26308212" } ], "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-0114eb5a-2a66-464d-b86e-b07a89de8b68" } ], "id": "34c7d66c-20a1-4268-826c-70d44bac38f2", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-34c7d66c-20a1-4268-826c-70d44bac38f2" } ], "id": "8887520d-5735-4c43-904e-fe67def81c60", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-8887520d-5735-4c43-904e-fe67def81c60" }, { "name": "reports", "item": [ { "name": "Get outbound SMS message delivery reports", "id": "ff49baa2-15c6-405e-8686-84af9085678e", "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}}/sms/3/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "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 message delivery reports towards your endpoint for various reasons, we offer you an API method to fetch batches of message reports to confirm whether specific messages have been delivered. Each request towards this endpoint returns batches of the latest message reports. The API returns each report only once. If the message status changes again after retrieval, the endpoint returns a new report for the updated status on the next request." }, "response": [ { "id": "a94ee6a4-6868-4fda-94c4-0acceffa6ee3", "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}}/sms/3/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "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\": \"UNDELIVERABLE\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"error\": {\n \"groupId\": \"\",\n \"groupName\": \"HANDSET_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\": \"REJECTED\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"error\": {\n \"groupId\": \"\",\n \"groupName\": \"OK\",\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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-a94ee6a4-6868-4fda-94c4-0acceffa6ee3" }, { "id": "ef1971c9-3814-483d-ae20-fda218f6278a", "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}}/sms/3/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-ef1971c9-3814-483d-ae20-fda218f6278a" }, { "id": "7271ddeb-6b25-4b3a-bae7-08ab4693695f", "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}}/sms/3/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-7271ddeb-6b25-4b3a-bae7-08ab4693695f" }, { "id": "6b89da3a-b785-4c50-887f-1c6788dd3c61", "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}}/sms/3/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-6b89da3a-b785-4c50-887f-1c6788dd3c61" } ], "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-ff49baa2-15c6-405e-8686-84af9085678e" } ], "id": "c6e4d8bc-c721-42bf-8956-476ef96d96a4", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-c6e4d8bc-c721-42bf-8956-476ef96d96a4" }, { "name": "logs", "item": [ { "name": "Get outbound SMS message logs", "id": "2ffee42a-c11a-4691-9f7f-4831f5891ffa", "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}}/sms/3/logs?mcc=&mnc=&sender=&destination=&bulkId=&bulkId=&messageId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "logs" ], "query": [ { "description": "Mobile Country Code.", "key": "mcc", "value": "" }, { "description": "Mobile Network Code. Mobile Country Code is required if this property is used.", "key": "mnc", "value": "" }, { "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 to obtain the logs associated with outbound messages. The available logs are limited to those generated in the last 48 hours, and you can retrieve a maximum of only 1000 logs per call. See [message delivery reports](#channels/sms/get-outbound-sms-message-delivery-reports-v3) if your use case is to verify message delivery." }, "response": [ { "id": "dfbc1e7e-2111-46a0-8467-a20151d9fe97", "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}}/sms/3/logs?mcc=&mnc=&sender=&destination=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "logs" ], "query": [ { "description": "Mobile Country Code.", "key": "mcc", "value": "" }, { "description": "Mobile Network Code. Mobile Country Code is required if this property is used.", "key": "mnc", "value": "" }, { "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\": \"DELIVERED\",\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 \"text\": \"\",\n \"transliteration\": \"CYRILLIC\",\n \"language\": {\n \"languageCode\": \"TR\",\n \"singleShift\": false,\n \"lockingShift\": false\n }\n },\n \"campaignReferenceId\": \"\",\n \"mccMnc\": \"\"\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\": \"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 \"text\": \"\",\n \"transliteration\": \"NONE\",\n \"language\": {\n \"languageCode\": \"ES\",\n \"singleShift\": false,\n \"lockingShift\": false\n }\n },\n \"campaignReferenceId\": \"\",\n \"mccMnc\": \"\"\n }\n ],\n \"cursor\": {\n \"limit\": \"\",\n \"nextCursor\": \"\"\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-dfbc1e7e-2111-46a0-8467-a20151d9fe97" }, { "id": "5492d96b-0319-4548-9f35-b92f53f654e9", "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}}/sms/3/logs?mcc=&mnc=&sender=&destination=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "logs" ], "query": [ { "description": "Mobile Country Code.", "key": "mcc", "value": "" }, { "description": "Mobile Network Code. Mobile Country Code is required if this property is used.", "key": "mnc", "value": "" }, { "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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-5492d96b-0319-4548-9f35-b92f53f654e9" }, { "id": "7531db94-0665-4aed-951e-d0b961e4e88a", "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}}/sms/3/logs?mcc=&mnc=&sender=&destination=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "logs" ], "query": [ { "description": "Mobile Country Code.", "key": "mcc", "value": "" }, { "description": "Mobile Network Code. Mobile Country Code is required if this property is used.", "key": "mnc", "value": "" }, { "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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-7531db94-0665-4aed-951e-d0b961e4e88a" }, { "id": "b349664b-285e-4ec7-9c96-14f7b1d88855", "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}}/sms/3/logs?mcc=&mnc=&sender=&destination=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "logs" ], "query": [ { "description": "Mobile Country Code.", "key": "mcc", "value": "" }, { "description": "Mobile Network Code. Mobile Country Code is required if this property is used.", "key": "mnc", "value": "" }, { "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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-b349664b-285e-4ec7-9c96-14f7b1d88855" }, { "id": "8f27ed2e-3ead-4485-b76f-781d99fa279c", "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}}/sms/3/logs?mcc=&mnc=&sender=&destination=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "3", "logs" ], "query": [ { "description": "Mobile Country Code.", "key": "mcc", "value": "" }, { "description": "Mobile Network Code. Mobile Country Code is required if this property is used.", "key": "mnc", "value": "" }, { "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:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-8f27ed2e-3ead-4485-b76f-781d99fa279c" } ], "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-2ffee42a-c11a-4691-9f7f-4831f5891ffa" } ], "id": "e7546d66-7fb1-4f48-a31e-a54407766240", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-e7546d66-7fb1-4f48-a31e-a54407766240" } ], "id": "2ba1320d-d7b9-414d-b5dc-77989ca815a0", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-2ba1320d-d7b9-414d-b5dc-77989ca815a0" }, { "name": "1", "item": [ { "name": "text", "item": [ { "name": "query", "item": [ { "name": "Send SMS message over query parameters", "id": "fd14aa5a-b4dc-4df1-9ae3-3deda35302d2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sms/1/text/query?username=&password=&bulkId=&from=&to=&to=&text=&flash=&transliteration=&languageCode=&intermediateReport=¬ifyUrl=¬ifyContentType=&callbackData=&validityPeriod=&sendAt=&track=&processKey=&trackingType=&indiaDltContentTemplateId=&indiaDltPrincipalEntityId=&indiaDltTelemarketerId=&turkeyIysBrandCode=&turkeyIysRecipientType=&southKoreaResellerCode=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "text", "query" ], "query": [ { "description": "(Required) Username for authentication.", "key": "username", "value": "" }, { "description": "(Required) Password for authentication.", "key": "password", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. Anything above 100 characters passed in the request will be clipped during processing and returned in response, reports and logs.", "key": "bulkId", "value": "" }, { "description": "The sender ID which can be alphanumeric or numeric (e.g., `CompanyName`).", "key": "from", "value": "" }, { "description": "(Required) List of message recipients.", "key": "to", "value": "" }, { "description": "(Required) List of message recipients.", "key": "to", "value": "" }, { "description": "Content of the message being sent.", "key": "text", "value": "" }, { "description": "Sends a [flash SMS](https://www.infobip.com/docs/sms/message-types#flash-sms) if set to true.", "key": "flash", "value": "" }, { "description": "Conversion of a message text from one script to another.", "key": "transliteration", "value": "" }, { "description": "Code for language character set of a message content.", "key": "languageCode", "value": "" }, { "description": "Use a [real-time intermediate delivery report](#channels/sms/receive-outbound-sms-message-report) that will be sent on your callback server.", "key": "intermediateReport", "value": "" }, { "description": "The URL on your call back server on to which a delivery report will be sent.", "key": "notifyUrl", "value": "" }, { "description": "Preferred delivery report content type, `application/json` or `application/xml`.", "key": "notifyContentType", "value": "" }, { "description": "Additional data that can be used for identifying, managing, or monitoring a message. Data included here will also be automatically included in the message [Delivery Report](#channels/sms/get-outbound-sms-message-delivery-reports). The maximum value is 4000 characters.", "key": "callbackData", "value": "" }, { "description": "The message validity period in minutes. When the period expires, it will not be allowed for the message to be sent. Validity period longer than 48h is not supported. Any bigger value will automatically default back to `2880`.", "key": "validityPeriod", "value": "" }, { "description": "Date and time when the message is to be sent. Used for [scheduled SMS](#channels/sms/get-scheduled-sms-messages). Has the following format: `yyyy-MM-dd'T'HH:mm:ss.SSSZ`. Must be sooner than 180 days from now.", "key": "sendAt", "value": "" }, { "description": "Sets the conversion element to be tracked. Possible values: `SMS` and `URL`. For more details on SMS Conversion, see: [Track Conversion](https://www.infobip.com/docs/sms/api#track-conversion).", "key": "track", "value": "" }, { "description": "The process key which uniquely identifies conversion tracking.", "key": "processKey", "value": "" }, { "description": "Sets a custom conversion type naming convention, e.g. ONE_TIME_PIN, SOCIAL_INVITES, etc.", "key": "trackingType", "value": "" }, { "description": "The ID of your registered DLT (Distributed Ledger Technology) content template.", "key": "indiaDltContentTemplateId", "value": "" }, { "description": "Your DLT (Distributed Ledger Technology) entity id.", "key": "indiaDltPrincipalEntityId", "value": "" }, { "description": "Your assigned Telemarketer ID. (required for Aggregators)", "key": "indiaDltTelemarketerId", "value": "" }, { "description": "Brand code is an ID of the company based on a company VAT number. If not provided in request, default value is used from your Infobip account.", "key": "turkeyIysBrandCode", "value": "" }, { "description": "Recipient Type must be TACIR or BIREYSEL", "key": "turkeyIysRecipientType", "value": "" }, { "description": "Reseller identification code: 9-digit registration number in the business registration certificate for South Korea. Resellers should submit this when sending.", "key": "southKoreaResellerCode", "value": "" } ] }, "description": "All message parameters of the message can be defined in the query string. Use this method only if [Send SMS message](#channels/sms/send-sms-message) is not an option for your use case!
**Note:** Make sure that special characters and user credentials are properly encoded. Use a [URL encoding reference](https://www.w3schools.com/tags/ref_urlencode.asp) as a guide." }, "response": [ { "id": "d8eae66b-9ced-4e34-ad3a-60d53d3dbe32", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sms/1/text/query?username=&password=&bulkId=&from=&to=&text=&flash=&transliteration=&languageCode=&intermediateReport=¬ifyUrl=¬ifyContentType=&callbackData=&validityPeriod=&sendAt=&track=&processKey=&trackingType=&indiaDltContentTemplateId=&indiaDltPrincipalEntityId=&indiaDltTelemarketerId=&turkeyIysBrandCode=&turkeyIysRecipientType=&southKoreaResellerCode=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "text", "query" ], "query": [ { "description": "(Required) Username for authentication.", "key": "username", "value": "" }, { "description": "(Required) Password for authentication.", "key": "password", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. Anything above 100 characters passed in the request will be clipped during processing and returned in response, reports and logs.", "key": "bulkId", "value": "" }, { "description": "The sender ID which can be alphanumeric or numeric (e.g., `CompanyName`).", "key": "from", "value": "" }, { "description": "(Required) List of message recipients.", "key": "to", "value": "" }, { "description": "Content of the message being sent.", "key": "text", "value": "" }, { "description": "Sends a [flash SMS](https://www.infobip.com/docs/sms/message-types#flash-sms) if set to true.", "key": "flash", "value": "" }, { "description": "Conversion of a message text from one script to another.", "key": "transliteration", "value": "" }, { "description": "Code for language character set of a message content.", "key": "languageCode", "value": "" }, { "description": "Use a [real-time intermediate delivery report](#channels/sms/receive-outbound-sms-message-report) that will be sent on your callback server.", "key": "intermediateReport", "value": "" }, { "description": "The URL on your call back server on to which a delivery report will be sent.", "key": "notifyUrl", "value": "" }, { "description": "Preferred delivery report content type, `application/json` or `application/xml`.", "key": "notifyContentType", "value": "" }, { "description": "Additional data that can be used for identifying, managing, or monitoring a message. Data included here will also be automatically included in the message [Delivery Report](#channels/sms/get-outbound-sms-message-delivery-reports). The maximum value is 4000 characters.", "key": "callbackData", "value": "" }, { "description": "The message validity period in minutes. When the period expires, it will not be allowed for the message to be sent. Validity period longer than 48h is not supported. Any bigger value will automatically default back to `2880`.", "key": "validityPeriod", "value": "" }, { "description": "Date and time when the message is to be sent. Used for [scheduled SMS](#channels/sms/get-scheduled-sms-messages). Has the following format: `yyyy-MM-dd'T'HH:mm:ss.SSSZ`. Must be sooner than 180 days from now.", "key": "sendAt", "value": "" }, { "description": "Sets the conversion element to be tracked. Possible values: `SMS` and `URL`. For more details on SMS Conversion, see: [Track Conversion](https://www.infobip.com/docs/sms/api#track-conversion).", "key": "track", "value": "" }, { "description": "The process key which uniquely identifies conversion tracking.", "key": "processKey", "value": "" }, { "description": "Sets a custom conversion type naming convention, e.g. ONE_TIME_PIN, SOCIAL_INVITES, etc.", "key": "trackingType", "value": "" }, { "description": "The ID of your registered DLT (Distributed Ledger Technology) content template.", "key": "indiaDltContentTemplateId", "value": "" }, { "description": "Your DLT (Distributed Ledger Technology) entity id.", "key": "indiaDltPrincipalEntityId", "value": "" }, { "description": "Your assigned Telemarketer ID. (required for Aggregators)", "key": "indiaDltTelemarketerId", "value": "" }, { "description": "Brand code is an ID of the company based on a company VAT number. If not provided in request, default value is used from your Infobip account.", "key": "turkeyIysBrandCode", "value": "" }, { "description": "Recipient Type must be TACIR or BIREYSEL", "key": "turkeyIysRecipientType", "value": "" }, { "description": "Reseller identification code: 9-digit registration number in the business registration certificate for South Korea. Resellers should submit this when sending.", "key": "southKoreaResellerCode", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bulkId\": \"\",\n \"messages\": [\n {\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"to\": \"\",\n \"smsCount\": \"\"\n },\n {\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"to\": \"\",\n \"smsCount\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-d8eae66b-9ced-4e34-ad3a-60d53d3dbe32" }, { "id": "3f9b9aec-72b0-4442-ae8a-eba4f931e74e", "name": "Error responses", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sms/1/text/query?username=&password=&bulkId=&from=&to=&text=&flash=&transliteration=&languageCode=&intermediateReport=¬ifyUrl=¬ifyContentType=&callbackData=&validityPeriod=&sendAt=&track=&processKey=&trackingType=&indiaDltContentTemplateId=&indiaDltPrincipalEntityId=&indiaDltTelemarketerId=&turkeyIysBrandCode=&turkeyIysRecipientType=&southKoreaResellerCode=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "text", "query" ], "query": [ { "description": "(Required) Username for authentication.", "key": "username", "value": "" }, { "description": "(Required) Password for authentication.", "key": "password", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. Anything above 100 characters passed in the request will be clipped during processing and returned in response, reports and logs.", "key": "bulkId", "value": "" }, { "description": "The sender ID which can be alphanumeric or numeric (e.g., `CompanyName`).", "key": "from", "value": "" }, { "description": "(Required) List of message recipients.", "key": "to", "value": "" }, { "description": "Content of the message being sent.", "key": "text", "value": "" }, { "description": "Sends a [flash SMS](https://www.infobip.com/docs/sms/message-types#flash-sms) if set to true.", "key": "flash", "value": "" }, { "description": "Conversion of a message text from one script to another.", "key": "transliteration", "value": "" }, { "description": "Code for language character set of a message content.", "key": "languageCode", "value": "" }, { "description": "Use a [real-time intermediate delivery report](#channels/sms/receive-outbound-sms-message-report) that will be sent on your callback server.", "key": "intermediateReport", "value": "" }, { "description": "The URL on your call back server on to which a delivery report will be sent.", "key": "notifyUrl", "value": "" }, { "description": "Preferred delivery report content type, `application/json` or `application/xml`.", "key": "notifyContentType", "value": "" }, { "description": "Additional data that can be used for identifying, managing, or monitoring a message. Data included here will also be automatically included in the message [Delivery Report](#channels/sms/get-outbound-sms-message-delivery-reports). The maximum value is 4000 characters.", "key": "callbackData", "value": "" }, { "description": "The message validity period in minutes. When the period expires, it will not be allowed for the message to be sent. Validity period longer than 48h is not supported. Any bigger value will automatically default back to `2880`.", "key": "validityPeriod", "value": "" }, { "description": "Date and time when the message is to be sent. Used for [scheduled SMS](#channels/sms/get-scheduled-sms-messages). Has the following format: `yyyy-MM-dd'T'HH:mm:ss.SSSZ`. Must be sooner than 180 days from now.", "key": "sendAt", "value": "" }, { "description": "Sets the conversion element to be tracked. Possible values: `SMS` and `URL`. For more details on SMS Conversion, see: [Track Conversion](https://www.infobip.com/docs/sms/api#track-conversion).", "key": "track", "value": "" }, { "description": "The process key which uniquely identifies conversion tracking.", "key": "processKey", "value": "" }, { "description": "Sets a custom conversion type naming convention, e.g. ONE_TIME_PIN, SOCIAL_INVITES, etc.", "key": "trackingType", "value": "" }, { "description": "The ID of your registered DLT (Distributed Ledger Technology) content template.", "key": "indiaDltContentTemplateId", "value": "" }, { "description": "Your DLT (Distributed Ledger Technology) entity id.", "key": "indiaDltPrincipalEntityId", "value": "" }, { "description": "Your assigned Telemarketer ID. (required for Aggregators)", "key": "indiaDltTelemarketerId", "value": "" }, { "description": "Brand code is an ID of the company based on a company VAT number. If not provided in request, default value is used from your Infobip account.", "key": "turkeyIysBrandCode", "value": "" }, { "description": "Recipient Type must be TACIR or BIREYSEL", "key": "turkeyIysRecipientType", "value": "" }, { "description": "Reseller identification code: 9-digit registration number in the business registration certificate for South Korea. Resellers should submit this when sending.", "key": "southKoreaResellerCode", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-3f9b9aec-72b0-4442-ae8a-eba4f931e74e" }, { "id": "7dcb75e9-e686-4520-81f6-6a58635a780e", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/sms/1/text/query?username=&password=&bulkId=&from=&to=&text=&flash=&transliteration=&languageCode=&intermediateReport=¬ifyUrl=¬ifyContentType=&callbackData=&validityPeriod=&sendAt=&track=&processKey=&trackingType=&indiaDltContentTemplateId=&indiaDltPrincipalEntityId=&indiaDltTelemarketerId=&turkeyIysBrandCode=&turkeyIysRecipientType=&southKoreaResellerCode=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "text", "query" ], "query": [ { "description": "(Required) Username for authentication.", "key": "username", "value": "" }, { "description": "(Required) Password for authentication.", "key": "password", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. Anything above 100 characters passed in the request will be clipped during processing and returned in response, reports and logs.", "key": "bulkId", "value": "" }, { "description": "The sender ID which can be alphanumeric or numeric (e.g., `CompanyName`).", "key": "from", "value": "" }, { "description": "(Required) List of message recipients.", "key": "to", "value": "" }, { "description": "Content of the message being sent.", "key": "text", "value": "" }, { "description": "Sends a [flash SMS](https://www.infobip.com/docs/sms/message-types#flash-sms) if set to true.", "key": "flash", "value": "" }, { "description": "Conversion of a message text from one script to another.", "key": "transliteration", "value": "" }, { "description": "Code for language character set of a message content.", "key": "languageCode", "value": "" }, { "description": "Use a [real-time intermediate delivery report](#channels/sms/receive-outbound-sms-message-report) that will be sent on your callback server.", "key": "intermediateReport", "value": "" }, { "description": "The URL on your call back server on to which a delivery report will be sent.", "key": "notifyUrl", "value": "" }, { "description": "Preferred delivery report content type, `application/json` or `application/xml`.", "key": "notifyContentType", "value": "" }, { "description": "Additional data that can be used for identifying, managing, or monitoring a message. Data included here will also be automatically included in the message [Delivery Report](#channels/sms/get-outbound-sms-message-delivery-reports). The maximum value is 4000 characters.", "key": "callbackData", "value": "" }, { "description": "The message validity period in minutes. When the period expires, it will not be allowed for the message to be sent. Validity period longer than 48h is not supported. Any bigger value will automatically default back to `2880`.", "key": "validityPeriod", "value": "" }, { "description": "Date and time when the message is to be sent. Used for [scheduled SMS](#channels/sms/get-scheduled-sms-messages). Has the following format: `yyyy-MM-dd'T'HH:mm:ss.SSSZ`. Must be sooner than 180 days from now.", "key": "sendAt", "value": "" }, { "description": "Sets the conversion element to be tracked. Possible values: `SMS` and `URL`. For more details on SMS Conversion, see: [Track Conversion](https://www.infobip.com/docs/sms/api#track-conversion).", "key": "track", "value": "" }, { "description": "The process key which uniquely identifies conversion tracking.", "key": "processKey", "value": "" }, { "description": "Sets a custom conversion type naming convention, e.g. ONE_TIME_PIN, SOCIAL_INVITES, etc.", "key": "trackingType", "value": "" }, { "description": "The ID of your registered DLT (Distributed Ledger Technology) content template.", "key": "indiaDltContentTemplateId", "value": "" }, { "description": "Your DLT (Distributed Ledger Technology) entity id.", "key": "indiaDltPrincipalEntityId", "value": "" }, { "description": "Your assigned Telemarketer ID. (required for Aggregators)", "key": "indiaDltTelemarketerId", "value": "" }, { "description": "Brand code is an ID of the company based on a company VAT number. If not provided in request, default value is used from your Infobip account.", "key": "turkeyIysBrandCode", "value": "" }, { "description": "Recipient Type must be TACIR or BIREYSEL", "key": "turkeyIysRecipientType", "value": "" }, { "description": "Reseller identification code: 9-digit registration number in the business registration certificate for South Korea. Resellers should submit this when sending.", "key": "southKoreaResellerCode", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-7dcb75e9-e686-4520-81f6-6a58635a780e" } ], "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-fd14aa5a-b4dc-4df1-9ae3-3deda35302d2" } ], "id": "17b048a4-a844-4771-8fd7-807aa3527ac6", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-17b048a4-a844-4771-8fd7-807aa3527ac6" } ], "id": "49442bb9-5dd2-41d4-9b8e-09754491413f", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-49442bb9-5dd2-41d4-9b8e-09754491413f" }, { "name": "preview", "item": [ { "name": "Preview SMS message", "id": "93698ca7-1690-45f8-9110-83b00946704c", "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 \"text\": \"\",\n \"languageCode\": \"AUTODETECT\",\n \"transliteration\": \"BULGARIAN_CYRILLIC\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/1/preview", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "preview" ] }, "description": "Avoid unpleasant surprises and check how different message configurations will affect your message text, number of characters and message parts." }, "response": [ { "id": "8d7369d0-fe00-491d-87d2-93fd944e6db9", "name": "successful response", "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 \"text\": \"\",\n \"languageCode\": \"AUTODETECT\",\n \"transliteration\": \"BULGARIAN_CYRILLIC\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/1/preview", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "preview" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"originalText\": \"\",\n \"previews\": [\n {\n \"textPreview\": \"\",\n \"messageCount\": \"\",\n \"charactersRemaining\": \"\",\n \"configuration\": {\n \"language\": {\n \"languageCode\": \"\"\n },\n \"transliteration\": \"\"\n }\n },\n {\n \"textPreview\": \"\",\n \"messageCount\": \"\",\n \"charactersRemaining\": \"\",\n \"configuration\": {\n \"language\": {\n \"languageCode\": \"\"\n },\n \"transliteration\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-8d7369d0-fe00-491d-87d2-93fd944e6db9" }, { "id": "56d1b7f0-fc0d-4e67-a829-c8a928693949", "name": "Error responses", "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 \"text\": \"\",\n \"languageCode\": \"AUTODETECT\",\n \"transliteration\": \"BULGARIAN_CYRILLIC\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/1/preview", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "preview" ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-56d1b7f0-fc0d-4e67-a829-c8a928693949" }, { "id": "a06d327c-09e5-4782-a103-1137004e2d16", "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 \"text\": \"\",\n \"languageCode\": \"AUTODETECT\",\n \"transliteration\": \"BULGARIAN_CYRILLIC\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/1/preview", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "preview" ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-a06d327c-09e5-4782-a103-1137004e2d16" }, { "id": "f8487d7c-63fe-43da-a782-c2469d1658eb", "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 \"text\": \"\",\n \"languageCode\": \"AUTODETECT\",\n \"transliteration\": \"BULGARIAN_CYRILLIC\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/1/preview", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "preview" ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-f8487d7c-63fe-43da-a782-c2469d1658eb" }, { "id": "524947dc-7ce5-4b67-a029-a5fcacd63a03", "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 \"text\": \"\",\n \"languageCode\": \"AUTODETECT\",\n \"transliteration\": \"BULGARIAN_CYRILLIC\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/1/preview", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "preview" ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-524947dc-7ce5-4b67-a029-a5fcacd63a03" } ], "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-93698ca7-1690-45f8-9110-83b00946704c" } ], "id": "89ff44ae-c68a-4bc0-89b6-b49e1560bbec", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-89ff44ae-c68a-4bc0-89b6-b49e1560bbec" }, { "name": "bulks", "item": [ { "name": "status", "item": [ { "name": "Get scheduled SMS messages status", "id": "c2e93127-f59a-47a7-8714-7656de0c245c", "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}}/sms/1/bulks/status?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks", "status" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] }, "description": "See the status of [scheduled messages](https://www.infobip.com/docs/sms/sms-over-api#schedule-sms). To schedule a message, use the `sendAt` field when [sending a message](#channels/sms/sms-messaging/outbound-sms/send-sms-messages)." }, "response": [ { "id": "4dae3aec-ad18-4cee-8f4f-65a58c827c30", "name": "successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/sms/1/bulks/status?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks", "status" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bulkId\": \"\",\n \"status\": \"CANCELED\"\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-4dae3aec-ad18-4cee-8f4f-65a58c827c30" }, { "id": "00f348f4-7f66-4e5d-a463-e839c06e999e", "name": "Error responses", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/sms/1/bulks/status?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks", "status" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-00f348f4-7f66-4e5d-a463-e839c06e999e" }, { "id": "fb627756-f4f9-4ed1-9169-dde791ac3a2d", "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}}/sms/1/bulks/status?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks", "status" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-fb627756-f4f9-4ed1-9169-dde791ac3a2d" }, { "id": "1f904ffb-c3a5-41f7-afd3-3e2c0611c8ba", "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}}/sms/1/bulks/status?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks", "status" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-1f904ffb-c3a5-41f7-afd3-3e2c0611c8ba" }, { "id": "e534e675-3275-4592-839f-e95cb04d56f1", "name": "Bulk not found responses", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/sms/1/bulks/status?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks", "status" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "status": "Not Found", "code": 404, "_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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-e534e675-3275-4592-839f-e95cb04d56f1" }, { "id": "c79f2714-c0d2-476e-bebf-b3d6917d0ac9", "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}}/sms/1/bulks/status?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks", "status" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-c79f2714-c0d2-476e-bebf-b3d6917d0ac9" } ], "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-c2e93127-f59a-47a7-8714-7656de0c245c" }, { "name": "Update scheduled SMS messages status", "id": "ed3c4b43-304a-4586-b9fa-9b56ce78f4a2", "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": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"status\": \"FAILED\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/1/bulks/status?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks", "status" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] }, "description": "Change the status or completely cancel sending of [scheduled messages](https://www.infobip.com/docs/sms/sms-over-api#schedule-sms). To schedule a message, use the `sendAt` field when [sending a message](#channels/sms/sms-messaging/outbound-sms/send-sms-messages)." }, "response": [ { "id": "c2dee40a-5c15-478a-8721-8c6951432608", "name": "successful response", "originalRequest": { "method": "PUT", "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 \"status\": \"FAILED\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/1/bulks/status?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks", "status" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bulkId\": \"\",\n \"status\": \"CANCELED\"\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-c2dee40a-5c15-478a-8721-8c6951432608" }, { "id": "0296d603-f0ac-4bbf-bac1-ca7559ef1d95", "name": "Error responses", "originalRequest": { "method": "PUT", "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 \"status\": \"FAILED\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/1/bulks/status?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks", "status" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-0296d603-f0ac-4bbf-bac1-ca7559ef1d95" }, { "id": "77ed4c5d-ad03-43eb-9eb4-ca736ba0fb66", "name": "Unauthorized", "originalRequest": { "method": "PUT", "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 \"status\": \"FAILED\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/1/bulks/status?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks", "status" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-77ed4c5d-ad03-43eb-9eb4-ca736ba0fb66" }, { "id": "bcea7471-994c-4244-b125-16890451cfb9", "name": "Forbidden", "originalRequest": { "method": "PUT", "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 \"status\": \"FAILED\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/1/bulks/status?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks", "status" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-bcea7471-994c-4244-b125-16890451cfb9" }, { "id": "f35ce51b-01a8-4ac6-ad67-3390513af910", "name": "Bulk not found responses", "originalRequest": { "method": "PUT", "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 \"status\": \"FAILED\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/1/bulks/status?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks", "status" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "status": "Not Found", "code": 404, "_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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-f35ce51b-01a8-4ac6-ad67-3390513af910" }, { "id": "f7863056-2361-428e-a95e-3c89e6bc5812", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "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 \"status\": \"FAILED\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/1/bulks/status?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks", "status" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-f7863056-2361-428e-a95e-3c89e6bc5812" } ], "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-ed3c4b43-304a-4586-b9fa-9b56ce78f4a2" } ], "id": "1204b978-e0c7-47e9-8bff-a811bc55072c", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-1204b978-e0c7-47e9-8bff-a811bc55072c" }, { "name": "Get scheduled SMS messages", "id": "a0a0569d-c136-4328-bc8d-1714e7c8c6c4", "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}}/sms/1/bulks?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] }, "description": "See all [scheduled messages](https://www.infobip.com/docs/sms/sms-over-api#schedule-sms) and their scheduled date and time. To schedule a message, use the `sendAt` field when [sending a message](#channels/sms/sms-messaging/outbound-sms/send-sms-messages)." }, "response": [ { "id": "bc232d2f-d1e2-4dc4-bb14-8e05e10fa58e", "name": "successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/sms/1/bulks?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bulkId\": \"\",\n \"sendAt\": \"\"\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-bc232d2f-d1e2-4dc4-bb14-8e05e10fa58e" }, { "id": "84769601-ff3a-4f4f-8f7d-1951f298552f", "name": "Error responses", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/sms/1/bulks?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-84769601-ff3a-4f4f-8f7d-1951f298552f" }, { "id": "862067cf-935f-4bc0-b85a-4b5e2d0dfafa", "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}}/sms/1/bulks?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-862067cf-935f-4bc0-b85a-4b5e2d0dfafa" }, { "id": "ab60849e-ed86-4a7a-9640-57d67771ef4f", "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}}/sms/1/bulks?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-ab60849e-ed86-4a7a-9640-57d67771ef4f" }, { "id": "8da7f545-4aa8-4276-9720-a71b755af706", "name": "Bulk not found responses", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/sms/1/bulks?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "status": "Not Found", "code": 404, "_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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-8da7f545-4aa8-4276-9720-a71b755af706" }, { "id": "f4e16689-fb5c-4584-8314-11476b2df0de", "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}}/sms/1/bulks?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-f4e16689-fb5c-4584-8314-11476b2df0de" } ], "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-a0a0569d-c136-4328-bc8d-1714e7c8c6c4" }, { "name": "Reschedule SMS messages", "id": "9fa5a02a-9e73-4bc4-bd5e-e2a7877adf75", "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": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"sendAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/1/bulks?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] }, "description": "Change the date and time of already [scheduled messages](https://www.infobip.com/docs/sms/sms-over-api#schedule-sms). To schedule a message, use the `sendAt` field when [sending a message](#channels/sms/sms-messaging/outbound-sms/send-sms-messages)." }, "response": [ { "id": "28e1b01d-a42b-4ea5-bbd0-b31d078c4f7f", "name": "successful response", "originalRequest": { "method": "PUT", "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 \"sendAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/1/bulks?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bulkId\": \"\",\n \"sendAt\": \"\"\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-28e1b01d-a42b-4ea5-bbd0-b31d078c4f7f" }, { "id": "aadcbebd-46f9-4577-bef4-bffe50da46c5", "name": "Error responses", "originalRequest": { "method": "PUT", "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 \"sendAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/1/bulks?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-aadcbebd-46f9-4577-bef4-bffe50da46c5" }, { "id": "2f0500d3-110e-405e-ba07-1cc74d81df00", "name": "Unauthorized", "originalRequest": { "method": "PUT", "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 \"sendAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/1/bulks?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-2f0500d3-110e-405e-ba07-1cc74d81df00" }, { "id": "ad135776-928b-43d1-a357-62896b6b477e", "name": "Forbidden", "originalRequest": { "method": "PUT", "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 \"sendAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/1/bulks?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-ad135776-928b-43d1-a357-62896b6b477e" }, { "id": "14a3f069-387f-4db7-ad93-2141da0add11", "name": "Bulk not found responses", "originalRequest": { "method": "PUT", "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 \"sendAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/1/bulks?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "status": "Not Found", "code": 404, "_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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-14a3f069-387f-4db7-ad93-2141da0add11" }, { "id": "13bdbe19-1684-480d-9121-a6ea5dbcd69d", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "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 \"sendAt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/1/bulks?bulkId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "bulks" ], "query": [ { "description": "(Required) Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-13bdbe19-1684-480d-9121-a6ea5dbcd69d" } ], "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-9fa5a02a-9e73-4bc4-bd5e-e2a7877adf75" } ], "id": "5e368652-0475-4acf-a1f2-af60290ed158", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-5e368652-0475-4acf-a1f2-af60290ed158" }, { "name": "inbox", "item": [ { "name": "reports", "item": [ { "name": "Get inbound SMS messages", "id": "44340545-bb9f-4212-949a-095532ba673c", "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}}/sms/1/inbox/reports?limit=&applicationId=&entityId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "inbox", "reports" ], "query": [ { "description": "Maximum number of messages to be returned in a response. If not set, the latest 50 records are returned. Maximum limit value is `1000` and you can only access messages for the last 48h.", "key": "limit", "value": "" }, { "description": "Application id that the message is linked to. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "Entity id that the message is linked to. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] }, "description": "If you are unable to receive incoming SMS to the endpoint of your choice in real-time, you can use this API call to fetch messages. Each request will return a batch of received messages, only once. The API request will only return new messages that arrived since the last API request. To use this method, you\u2019d need to:
  1. Buy a number capable of receiving SMS traffic.
  2. Specify a forwarding endpoint for the number and optionally configure other inbound settings.
" }, "response": [ { "id": "8c672f36-e861-4edc-8f98-be619e4e06dd", "name": "successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/sms/1/inbox/reports?limit=&applicationId=&entityId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "inbox", "reports" ], "query": [ { "description": "Maximum number of messages to be returned in a response. If not set, the latest 50 records are returned. Maximum limit value is `1000` and you can only access messages for the last 48h.", "key": "limit", "value": "" }, { "description": "Application id that the message is linked to. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "Entity id that the message is linked to. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "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 \"applicationId\": \"\",\n \"messageId\": \"\",\n \"from\": \"\",\n \"to\": \"\",\n \"text\": \"\",\n \"cleanText\": \"\",\n \"keyword\": \"\",\n \"receivedAt\": \"\",\n \"smsCount\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"callbackData\": \"\",\n \"entityId\": \"\",\n \"campaignReferenceId\": \"\"\n },\n {\n \"applicationId\": \"\",\n \"messageId\": \"\",\n \"from\": \"\",\n \"to\": \"\",\n \"text\": \"\",\n \"cleanText\": \"\",\n \"keyword\": \"\",\n \"receivedAt\": \"\",\n \"smsCount\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"callbackData\": \"\",\n \"entityId\": \"\",\n \"campaignReferenceId\": \"\"\n }\n ],\n \"messageCount\": \"\",\n \"pendingMessageCount\": \"\"\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-8c672f36-e861-4edc-8f98-be619e4e06dd" }, { "id": "6d74d0fe-5350-491d-b810-1b620c20b30d", "name": "Error responses", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/sms/1/inbox/reports?limit=&applicationId=&entityId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "inbox", "reports" ], "query": [ { "description": "Maximum number of messages to be returned in a response. If not set, the latest 50 records are returned. Maximum limit value is `1000` and you can only access messages for the last 48h.", "key": "limit", "value": "" }, { "description": "Application id that the message is linked to. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "Entity id that the message is linked to. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-6d74d0fe-5350-491d-b810-1b620c20b30d" }, { "id": "dc68a472-1853-44f2-9c27-6965dc406889", "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}}/sms/1/inbox/reports?limit=&applicationId=&entityId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "inbox", "reports" ], "query": [ { "description": "Maximum number of messages to be returned in a response. If not set, the latest 50 records are returned. Maximum limit value is `1000` and you can only access messages for the last 48h.", "key": "limit", "value": "" }, { "description": "Application id that the message is linked to. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "Entity id that the message is linked to. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "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 \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-dc68a472-1853-44f2-9c27-6965dc406889" }, { "id": "857e404a-f912-4def-bef1-c5321ebf3a26", "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}}/sms/1/inbox/reports?limit=&applicationId=&entityId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "inbox", "reports" ], "query": [ { "description": "Maximum number of messages to be returned in a response. If not set, the latest 50 records are returned. Maximum limit value is `1000` and you can only access messages for the last 48h.", "key": "limit", "value": "" }, { "description": "Application id that the message is linked to. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "Entity id that the message is linked to. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "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 \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-857e404a-f912-4def-bef1-c5321ebf3a26" }, { "id": "817ff277-26d4-4f4f-85d1-1d6bfcd4d862", "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}}/sms/1/inbox/reports?limit=&applicationId=&entityId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "inbox", "reports" ], "query": [ { "description": "Maximum number of messages to be returned in a response. If not set, the latest 50 records are returned. Maximum limit value is `1000` and you can only access messages for the last 48h.", "key": "limit", "value": "" }, { "description": "Application id that the message is linked to. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "Entity id that the message is linked to. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "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 \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-817ff277-26d4-4f4f-85d1-1d6bfcd4d862" } ], "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-44340545-bb9f-4212-949a-095532ba673c" } ], "id": "cf6a613f-e07d-489e-8ced-ddf9ef78ec49", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-cf6a613f-e07d-489e-8ced-ddf9ef78ec49" } ], "id": "a2be6c02-2c08-4958-9392-61c83575b490", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-a2be6c02-2c08-4958-9392-61c83575b490" }, { "name": "reports", "item": [ { "name": "Get outbound SMS message delivery reports", "id": "794b12e5-58bd-48c9-8504-177590936542", "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}}/sms/1/reports?bulkId=&messageId=&limit=50&applicationId=&entityId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "reports" ], "query": [ { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a report is requested.", "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": "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": "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": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] }, "description": "If you are for any reason unable to receive real-time delivery reports on your endpoint, you can use this API method to learn if and when the message has been delivered to the recipient. Each request will return a batch of delivery reports - only once. The following API request will return only new reports that arrived since the last API request in the last 48 hours." }, "response": [ { "id": "f1e1866d-226c-4d36-9e70-62ffeff55065", "name": "successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/sms/1/reports?bulkId=&messageId=&limit=50&applicationId=&entityId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "reports" ], "query": [ { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a report is requested.", "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": "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": "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": "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 \"messageId\": \"\",\n \"to\": \"\",\n \"from\": \"\",\n \"sentAt\": \"\",\n \"doneAt\": \"\",\n \"smsCount\": \"\",\n \"mccMnc\": \"\",\n \"callbackData\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"error\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"permanent\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n },\n {\n \"bulkId\": \"\",\n \"messageId\": \"\",\n \"to\": \"\",\n \"from\": \"\",\n \"sentAt\": \"\",\n \"doneAt\": \"\",\n \"smsCount\": \"\",\n \"mccMnc\": \"\",\n \"callbackData\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"error\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"permanent\": \"\"\n },\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-f1e1866d-226c-4d36-9e70-62ffeff55065" }, { "id": "51973b02-ce98-4b3f-a603-59dab151693e", "name": "Error responses", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/sms/1/reports?bulkId=&messageId=&limit=50&applicationId=&entityId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "reports" ], "query": [ { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a report is requested.", "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": "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": "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": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-51973b02-ce98-4b3f-a603-59dab151693e" }, { "id": "a44fbd20-f977-4a49-9d72-0efe9a8e6398", "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}}/sms/1/reports?bulkId=&messageId=&limit=50&applicationId=&entityId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "reports" ], "query": [ { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a report is requested.", "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": "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": "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": "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 \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-a44fbd20-f977-4a49-9d72-0efe9a8e6398" }, { "id": "f8ddc4e4-a052-42ba-8cf8-3e55cb39d2d6", "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}}/sms/1/reports?bulkId=&messageId=&limit=50&applicationId=&entityId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "reports" ], "query": [ { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a report is requested.", "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": "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": "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": "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 \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-f8ddc4e4-a052-42ba-8cf8-3e55cb39d2d6" }, { "id": "31c6f8fd-efce-449a-b734-ef9a20ccdf2d", "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}}/sms/1/reports?bulkId=&messageId=&limit=50&applicationId=&entityId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "reports" ], "query": [ { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a report is requested.", "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": "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": "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": "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 \"requestError\": {\n \"serviceException\": {\n \"messageId\": \"\",\n \"text\": \"\",\n \"validationErrors\": {\n \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-31c6f8fd-efce-449a-b734-ef9a20ccdf2d" } ], "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-794b12e5-58bd-48c9-8504-177590936542" } ], "id": "d8428d7d-9264-4f21-b277-5c341e250f4d", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-d8428d7d-9264-4f21-b277-5c341e250f4d" }, { "name": "logs", "item": [ { "name": "Get outbound SMS message logs", "id": "9d56a070-fb3e-4336-85ee-5454bd0ddd02", "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}}/sms/1/logs?from=&to=&bulkId=&bulkId=&messageId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=&mcc=&mnc=&applicationId=&entityId=&campaignReferenceId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "from", "value": "" }, { "description": "Message destination address.", "key": "to", "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": "" }, { "description": "Sent [message status](https://www.infobip.com/docs/essentials/response-status-and-error-codes#api-status-codes).", "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": "" }, { "description": "Mobile Country Code.", "key": "mcc", "value": "" }, { "description": "Mobile Network Code. Mobile Country Code is required if this property is used. ", "key": "mnc", "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": "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": "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": "Use this method for displaying logs for example in the user interface. Available are the logs for the last 48 hours and you can only retrieve maximum of 1000 logs per call. See [message delivery reports](#channels/sms/get-outbound-sms-message-delivery-reports) if your use case is to verify message delivery." }, "response": [ { "id": "bcbe0d06-205d-4891-bbf1-87ddffb2f6b8", "name": "Successful response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/sms/1/logs?from=&to=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=&mcc=&mnc=&applicationId=&entityId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "from", "value": "" }, { "description": "Message destination address.", "key": "to", "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": "Sent [message status](https://www.infobip.com/docs/essentials/response-status-and-error-codes#api-status-codes).", "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": "" }, { "description": "Mobile Country Code.", "key": "mcc", "value": "" }, { "description": "Mobile Network Code. Mobile Country Code is required if this property is used. ", "key": "mnc", "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": "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": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "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 \"messageId\": \"\",\n \"to\": \"\",\n \"from\": \"\",\n \"text\": \"\",\n \"sentAt\": \"\",\n \"doneAt\": \"\",\n \"smsCount\": \"\",\n \"mccMnc\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"error\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"permanent\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"campaignReferenceId\": \"\"\n },\n {\n \"bulkId\": \"\",\n \"messageId\": \"\",\n \"to\": \"\",\n \"from\": \"\",\n \"text\": \"\",\n \"sentAt\": \"\",\n \"doneAt\": \"\",\n \"smsCount\": \"\",\n \"mccMnc\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"error\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"permanent\": \"\"\n },\n \"applicationId\": \"\",\n \"entityId\": \"\",\n \"campaignReferenceId\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-bcbe0d06-205d-4891-bbf1-87ddffb2f6b8" }, { "id": "8c08db60-b367-4a53-ab68-638ec328b9ba", "name": "Error responses", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/sms/1/logs?from=&to=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=&mcc=&mnc=&applicationId=&entityId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "from", "value": "" }, { "description": "Message destination address.", "key": "to", "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": "Sent [message status](https://www.infobip.com/docs/essentials/response-status-and-error-codes#api-status-codes).", "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": "" }, { "description": "Mobile Country Code.", "key": "mcc", "value": "" }, { "description": "Mobile Network Code. Mobile Country Code is required if this property is used. ", "key": "mnc", "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": "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": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-8c08db60-b367-4a53-ab68-638ec328b9ba" }, { "id": "704af6aa-8ad8-4a82-8193-7c7253a9954b", "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}}/sms/1/logs?from=&to=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=&mcc=&mnc=&applicationId=&entityId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "from", "value": "" }, { "description": "Message destination address.", "key": "to", "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": "Sent [message status](https://www.infobip.com/docs/essentials/response-status-and-error-codes#api-status-codes).", "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": "" }, { "description": "Mobile Country Code.", "key": "mcc", "value": "" }, { "description": "Mobile Network Code. Mobile Country Code is required if this property is used. ", "key": "mnc", "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": "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": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-704af6aa-8ad8-4a82-8193-7c7253a9954b" }, { "id": "a4cc9bc4-0a47-4ad0-af03-c8c616bb49c2", "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}}/sms/1/logs?from=&to=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=&mcc=&mnc=&applicationId=&entityId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "from", "value": "" }, { "description": "Message destination address.", "key": "to", "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": "Sent [message status](https://www.infobip.com/docs/essentials/response-status-and-error-codes#api-status-codes).", "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": "" }, { "description": "Mobile Country Code.", "key": "mcc", "value": "" }, { "description": "Mobile Network Code. Mobile Country Code is required if this property is used. ", "key": "mnc", "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": "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": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-a4cc9bc4-0a47-4ad0-af03-c8c616bb49c2" }, { "id": "cc1b3e6e-08ba-4ce6-a0a0-cae0d78be654", "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}}/sms/1/logs?from=&to=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=&mcc=&mnc=&applicationId=&entityId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "from", "value": "" }, { "description": "Message destination address.", "key": "to", "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": "Sent [message status](https://www.infobip.com/docs/essentials/response-status-and-error-codes#api-status-codes).", "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": "" }, { "description": "Mobile Country Code.", "key": "mcc", "value": "" }, { "description": "Mobile Network Code. Mobile Country Code is required if this property is used. ", "key": "mnc", "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": "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": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-cc1b3e6e-08ba-4ce6-a0a0-cae0d78be654" }, { "id": "9d514fde-1136-45cf-86d0-d2a2175990da", "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}}/sms/1/logs?from=&to=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=&mcc=&mnc=&applicationId=&entityId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "sms", "1", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "from", "value": "" }, { "description": "Message destination address.", "key": "to", "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": "Sent [message status](https://www.infobip.com/docs/essentials/response-status-and-error-codes#api-status-codes).", "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": "" }, { "description": "Mobile Country Code.", "key": "mcc", "value": "" }, { "description": "Mobile Network Code. Mobile Country Code is required if this property is used. ", "key": "mnc", "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": "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": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-9d514fde-1136-45cf-86d0-d2a2175990da" } ], "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-9d56a070-fb3e-4336-85ee-5454bd0ddd02" } ], "id": "f2566ae4-b112-4c92-aac5-348f8fe8076b", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-f2566ae4-b112-4c92-aac5-348f8fe8076b" } ], "id": "67a6580a-3ad0-4b10-88e5-f136f95671e7", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-67a6580a-3ad0-4b10-88e5-f136f95671e7" }, { "name": "2", "item": [ { "name": "text", "item": [ { "name": "advanced", "item": [ { "name": "Send SMS message", "id": "ea8c36b2-ce35-474e-a611-ddb2818f3afe", "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 \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"WEDNESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": false,\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"language\": {\n \"languageCode\": \"\"\n },\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"text\": \"\",\n \"transliteration\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n },\n {\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"SUNDAY\",\n \"SATURDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": false,\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"language\": {\n \"languageCode\": \"\"\n },\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"text\": \"\",\n \"transliteration\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n }\n ],\n \"bulkId\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n },\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"tracking\": {\n \"baseUrl\": \"\",\n \"processKey\": \"\",\n \"track\": \"\",\n \"type\": \"\"\n },\n \"includeSmsCountInResponse\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/2/text/advanced", "host": [ "{{baseUrl}}" ], "path": [ "sms", "2", "text", "advanced" ] }, "description": "Use this endpoint to send an SMS and set up a rich set of features, such as batch sending with a single API request, scheduling, URL tracking, language and transliteration configuration, etc. The API response will not contain the final delivery status, use [Delivery Reports](https://www.infobip.com/docs/api/channels/sms/sms-messaging/logs-and-status-reports/receive-outbound-sms-message-report) instead.\\\nIn light of improved features, this endpoint has been superseded. Please visit [Send SMS message](#channels/sms/send-sms-messages) for the next version." }, "response": [ { "id": "3243c274-d973-425c-b4b5-c193e9973c8c", "name": "successful response", "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 \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"WEDNESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": false,\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"language\": {\n \"languageCode\": \"\"\n },\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"text\": \"\",\n \"transliteration\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n },\n {\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"SUNDAY\",\n \"SATURDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": false,\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"language\": {\n \"languageCode\": \"\"\n },\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"text\": \"\",\n \"transliteration\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n }\n ],\n \"bulkId\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n },\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"tracking\": {\n \"baseUrl\": \"\",\n \"processKey\": \"\",\n \"track\": \"\",\n \"type\": \"\"\n },\n \"includeSmsCountInResponse\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/2/text/advanced", "host": [ "{{baseUrl}}" ], "path": [ "sms", "2", "text", "advanced" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bulkId\": \"\",\n \"messages\": [\n {\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"to\": \"\",\n \"smsCount\": \"\"\n },\n {\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"to\": \"\",\n \"smsCount\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-3243c274-d973-425c-b4b5-c193e9973c8c" }, { "id": "c0c50705-c805-4eb2-a36a-4ed683ca842c", "name": "Error responses", "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 \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"WEDNESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": false,\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"language\": {\n \"languageCode\": \"\"\n },\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"text\": \"\",\n \"transliteration\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n },\n {\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"SUNDAY\",\n \"SATURDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": false,\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"language\": {\n \"languageCode\": \"\"\n },\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"text\": \"\",\n \"transliteration\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n }\n ],\n \"bulkId\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n },\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"tracking\": {\n \"baseUrl\": \"\",\n \"processKey\": \"\",\n \"track\": \"\",\n \"type\": \"\"\n },\n \"includeSmsCountInResponse\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/2/text/advanced", "host": [ "{{baseUrl}}" ], "path": [ "sms", "2", "text", "advanced" ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-c0c50705-c805-4eb2-a36a-4ed683ca842c" }, { "id": "d63def5f-ffd7-4867-bdd2-360c3c61c9f6", "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 \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"WEDNESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": false,\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"language\": {\n \"languageCode\": \"\"\n },\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"text\": \"\",\n \"transliteration\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n },\n {\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"SUNDAY\",\n \"SATURDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": false,\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"language\": {\n \"languageCode\": \"\"\n },\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"text\": \"\",\n \"transliteration\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n }\n ],\n \"bulkId\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n },\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"tracking\": {\n \"baseUrl\": \"\",\n \"processKey\": \"\",\n \"track\": \"\",\n \"type\": \"\"\n },\n \"includeSmsCountInResponse\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/2/text/advanced", "host": [ "{{baseUrl}}" ], "path": [ "sms", "2", "text", "advanced" ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-d63def5f-ffd7-4867-bdd2-360c3c61c9f6" }, { "id": "b2d63c55-7b1f-4235-984e-f8d27cd5e2cb", "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 \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"WEDNESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": false,\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"language\": {\n \"languageCode\": \"\"\n },\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"text\": \"\",\n \"transliteration\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n },\n {\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"SUNDAY\",\n \"SATURDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": false,\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"language\": {\n \"languageCode\": \"\"\n },\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"text\": \"\",\n \"transliteration\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n }\n ],\n \"bulkId\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n },\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"tracking\": {\n \"baseUrl\": \"\",\n \"processKey\": \"\",\n \"track\": \"\",\n \"type\": \"\"\n },\n \"includeSmsCountInResponse\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/2/text/advanced", "host": [ "{{baseUrl}}" ], "path": [ "sms", "2", "text", "advanced" ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-b2d63c55-7b1f-4235-984e-f8d27cd5e2cb" }, { "id": "0942619c-691f-4559-8c08-067fb314f2d0", "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 \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"WEDNESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": false,\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"language\": {\n \"languageCode\": \"\"\n },\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"text\": \"\",\n \"transliteration\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n },\n {\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"SUNDAY\",\n \"SATURDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": false,\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"language\": {\n \"languageCode\": \"\"\n },\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"text\": \"\",\n \"transliteration\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n }\n ],\n \"bulkId\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n },\n \"urlOptions\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"tracking\": {\n \"baseUrl\": \"\",\n \"processKey\": \"\",\n \"track\": \"\",\n \"type\": \"\"\n },\n \"includeSmsCountInResponse\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/2/text/advanced", "host": [ "{{baseUrl}}" ], "path": [ "sms", "2", "text", "advanced" ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-0942619c-691f-4559-8c08-067fb314f2d0" } ], "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-ea8c36b2-ce35-474e-a611-ddb2818f3afe" } ], "id": "c4949b9c-ce6d-4f6e-a9ad-057aebebaa8b", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-c4949b9c-ce6d-4f6e-a9ad-057aebebaa8b" } ], "id": "2d49f388-603d-4ee2-bd1c-52a7a209f1bd", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-2d49f388-603d-4ee2-bd1c-52a7a209f1bd" }, { "name": "binary", "item": [ { "name": "advanced", "item": [ { "name": "Send binary SMS message", "id": "2cb6987f-e879-4c7a-83fd-f67d727f3185", "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 \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"binary\": {\n \"hex\": \"\",\n \"dataCoding\": \"\",\n \"esmClass\": \"\"\n },\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"WEDNESDAY\",\n \"MONDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": \"\",\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n },\n {\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"binary\": {\n \"hex\": \"\",\n \"dataCoding\": \"\",\n \"esmClass\": \"\"\n },\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"SUNDAY\",\n \"THURSDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": \"\",\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n }\n ],\n \"bulkId\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/2/binary/advanced", "host": [ "{{baseUrl}}" ], "path": [ "sms", "2", "binary", "advanced" ] }, "description": "Send single or multiple binary messages to one or more destination address. The API response will not contain the final delivery status, use [Delivery Reports](https://www.infobip.com/docs/api/channels/sms/sms-messaging/logs-and-status-reports/receive-outbound-sms-message-report) instead.\\\nIn light of improved features, this endpoint has been superseded. Please visit [Send SMS message](#channels/sms/send-sms-messages) for the next version." }, "response": [ { "id": "5e8fd374-8115-4504-a6d5-69273b5f9d93", "name": "successful response", "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 \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"binary\": {\n \"hex\": \"\",\n \"dataCoding\": \"\",\n \"esmClass\": \"\"\n },\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"WEDNESDAY\",\n \"MONDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": \"\",\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n },\n {\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"binary\": {\n \"hex\": \"\",\n \"dataCoding\": \"\",\n \"esmClass\": \"\"\n },\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"SUNDAY\",\n \"THURSDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": \"\",\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n }\n ],\n \"bulkId\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/2/binary/advanced", "host": [ "{{baseUrl}}" ], "path": [ "sms", "2", "binary", "advanced" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bulkId\": \"\",\n \"messages\": [\n {\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"to\": \"\",\n \"smsCount\": \"\"\n },\n {\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"to\": \"\",\n \"smsCount\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-5e8fd374-8115-4504-a6d5-69273b5f9d93" }, { "id": "afbf9ad2-52b5-4a45-98a6-7ea1e0f94303", "name": "Error responses", "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 \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"binary\": {\n \"hex\": \"\",\n \"dataCoding\": \"\",\n \"esmClass\": \"\"\n },\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"WEDNESDAY\",\n \"MONDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": \"\",\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n },\n {\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"binary\": {\n \"hex\": \"\",\n \"dataCoding\": \"\",\n \"esmClass\": \"\"\n },\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"SUNDAY\",\n \"THURSDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": \"\",\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n }\n ],\n \"bulkId\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/2/binary/advanced", "host": [ "{{baseUrl}}" ], "path": [ "sms", "2", "binary", "advanced" ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-afbf9ad2-52b5-4a45-98a6-7ea1e0f94303" }, { "id": "0ea5c23d-fd9a-47dc-bf72-164b911e1958", "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 \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"binary\": {\n \"hex\": \"\",\n \"dataCoding\": \"\",\n \"esmClass\": \"\"\n },\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"WEDNESDAY\",\n \"MONDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": \"\",\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n },\n {\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"binary\": {\n \"hex\": \"\",\n \"dataCoding\": \"\",\n \"esmClass\": \"\"\n },\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"SUNDAY\",\n \"THURSDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": \"\",\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n }\n ],\n \"bulkId\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/2/binary/advanced", "host": [ "{{baseUrl}}" ], "path": [ "sms", "2", "binary", "advanced" ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-0ea5c23d-fd9a-47dc-bf72-164b911e1958" }, { "id": "c405538b-677c-47f3-a0db-b95a18846e85", "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 \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"binary\": {\n \"hex\": \"\",\n \"dataCoding\": \"\",\n \"esmClass\": \"\"\n },\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"WEDNESDAY\",\n \"MONDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": \"\",\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n },\n {\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"binary\": {\n \"hex\": \"\",\n \"dataCoding\": \"\",\n \"esmClass\": \"\"\n },\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"SUNDAY\",\n \"THURSDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": \"\",\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n }\n ],\n \"bulkId\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/2/binary/advanced", "host": [ "{{baseUrl}}" ], "path": [ "sms", "2", "binary", "advanced" ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-c405538b-677c-47f3-a0db-b95a18846e85" }, { "id": "78f21300-e94d-4fbc-912c-065246ec2cb9", "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 \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"binary\": {\n \"hex\": \"\",\n \"dataCoding\": \"\",\n \"esmClass\": \"\"\n },\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"WEDNESDAY\",\n \"MONDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": \"\",\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n },\n {\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"binary\": {\n \"hex\": \"\",\n \"dataCoding\": \"\",\n \"esmClass\": \"\"\n },\n \"callbackData\": \"\",\n \"deliveryTimeWindow\": {\n \"days\": [\n \"SUNDAY\",\n \"THURSDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"flash\": \"\",\n \"from\": \"\",\n \"intermediateReport\": \"\",\n \"notifyContentType\": \"\",\n \"notifyUrl\": \"\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"resellerCode\": \"\",\n \"title\": \"\"\n }\n },\n \"sendAt\": \"\",\n \"validityPeriod\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\",\n \"campaignReferenceId\": \"\"\n }\n ],\n \"bulkId\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/sms/2/binary/advanced", "host": [ "{{baseUrl}}" ], "path": [ "sms", "2", "binary", "advanced" ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-78f21300-e94d-4fbc-912c-065246ec2cb9" } ], "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-2cb6987f-e879-4c7a-83fd-f67d727f3185" } ], "id": "d153bfb9-7efa-4a5e-93e2-fd90b134de6e", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-d153bfb9-7efa-4a5e-93e2-fd90b134de6e" } ], "id": "32321e27-a75b-49f7-b125-ed3d280fb5ce", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-32321e27-a75b-49f7-b125-ed3d280fb5ce" } ], "id": "aa290613-92f6-452b-9e7e-068ba50bf52d", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-aa290613-92f6-452b-9e7e-068ba50bf52d" } ], "id": "ac398c41-6519-4d54-9762-ac6ab4836c55", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-ac398c41-6519-4d54-9762-ac6ab4836c55" }, { "name": "ct", "item": [ { "name": "1", "item": [ { "name": "log", "item": [ { "name": "end", "item": [ { "name": "{messageId}", "item": [ { "name": "Confirm conversion", "id": "b68de23c-7f88-4ac4-abc2-1fe62f1e1497", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "basic", "basic": [ { "key": "username", "value": "{{basicAuthUsername}}", "type": "string" }, { "key": "password", "value": "{{basicAuthPassword}}", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/ct/1/log/end/:messageId", "host": [ "{{baseUrl}}" ], "path": [ "ct", "1", "log", "end", ":messageId" ], "variable": [ { "id": "c4f7697a-8eee-45bd-bd41-7e4de68f1a1c", "key": "messageId", "value": "", "description": "(Required) ID of a converted message." } ] }, "description": "Use this endpoint to inform the Infobip platform about the successful conversion on your side. Infobip will use this information to monitor SMS performance and provide you with better service. To enable Conversion Tracking, set up the \u201ctracking\u201d object to \u201cSMS\u201d when [sending a message](https://www.infobip.com/docs/api/channels/sms/sms-messaging/outbound-sms) over HTTP API.\nFor more information, see: [Tracking Conversion](https://www.infobip.com/docs/sms/api#track-conversion)." }, "response": [ { "id": "ef9b068b-98e2-4507-83d5-2ec003b6986a", "name": "successful response", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/ct/1/log/end/:messageId", "host": [ "{{baseUrl}}" ], "path": [ "ct", "1", "log", "end", ":messageId" ], "variable": [ { "key": "messageId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"processKey\": \"\"\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-ef9b068b-98e2-4507-83d5-2ec003b6986a" }, { "id": "f7534faa-8322-472d-9ea2-0badf3cc5c70", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/ct/1/log/end/:messageId", "host": [ "{{baseUrl}}" ], "path": [ "ct", "1", "log", "end", ":messageId" ], "variable": [ { "key": "messageId" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-f7534faa-8322-472d-9ea2-0badf3cc5c70" }, { "id": "099be150-0ac1-45bb-a946-02d488d0611c", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/ct/1/log/end/:messageId", "host": [ "{{baseUrl}}" ], "path": [ "ct", "1", "log", "end", ":messageId" ], "variable": [ { "key": "messageId" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-099be150-0ac1-45bb-a946-02d488d0611c" }, { "id": "69194ba8-ad00-46a3-8e4d-68283a026f51", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/ct/1/log/end/:messageId", "host": [ "{{baseUrl}}" ], "path": [ "ct", "1", "log", "end", ":messageId" ], "variable": [ { "key": "messageId" } ] } }, "status": "Not Found", "code": 404, "_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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-69194ba8-ad00-46a3-8e4d-68283a026f51" }, { "id": "07649a76-10e4-466a-ba6d-c151f73f0a29", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/ct/1/log/end/:messageId", "host": [ "{{baseUrl}}" ], "path": [ "ct", "1", "log", "end", ":messageId" ], "variable": [ { "key": "messageId" } ] } }, "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 \"eiusmod_a9e\": [\n \"\",\n \"\"\n ],\n \"officiadb\": [\n \"\",\n \"\"\n ],\n \"Ut_21\": [\n \"\",\n \"\"\n ],\n \"laborum_e\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-07649a76-10e4-466a-ba6d-c151f73f0a29" }, { "id": "e988d72d-b682-4e35-9696-31308b5e6079", "name": "Error responses", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/ct/1/log/end/:messageId", "host": [ "{{baseUrl}}" ], "path": [ "ct", "1", "log", "end", ":messageId" ], "variable": [ { "key": "messageId" } ] } }, "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 }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-e988d72d-b682-4e35-9696-31308b5e6079" }, { "id": "2ef47862-66ca-4c1f-b8ee-72f87efcde23", "name": "Error responses", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/ct/1/log/end/:messageId", "host": [ "{{baseUrl}}" ], "path": [ "ct", "1", "log", "end", ":messageId" ], "variable": [ { "key": "messageId" } ] } }, "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 }\n }\n}", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-2ef47862-66ca-4c1f-b8ee-72f87efcde23" } ], "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-b68de23c-7f88-4ac4-abc2-1fe62f1e1497" } ], "id": "ad850619-a78e-43b8-9325-b46a05b31439", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-ad850619-a78e-43b8-9325-b46a05b31439" } ], "id": "0fba0509-e854-405d-b76d-aea633318dd8", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-0fba0509-e854-405d-b76d-aea633318dd8" } ], "id": "3549e48a-1482-466c-869a-ebc712444ff5", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-3549e48a-1482-466c-869a-ebc712444ff5" } ], "id": "cfe08044-6d8a-4d33-ba40-c57e443e54aa", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-cfe08044-6d8a-4d33-ba40-c57e443e54aa" } ], "id": "e7b7504d-9ad5-45be-b02f-8ab41741e2e5", "createdAt": "2026-07-28T02:00:33.000Z", "updatedAt": "2026-07-28T02:00:33.000Z", "uid": "35240-e7b7504d-9ad5-45be-b02f-8ab41741e2e5" } ], "variable": [ { "key": "baseUrl", "value": "/" } ] }