{ "info": { "_postman_id": "acec25cc-2ca1-4fd5-b2b4-df67eaca3214", "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-28T01:59:47.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "lastUpdatedBy": "35240", "uid": "35240-acec25cc-2ca1-4fd5-b2b4-df67eaca3214" }, "item": [ { "name": "rcs", "item": [ { "name": "2", "item": [ { "name": "messages", "item": [ { "name": "Send RCS messages", "id": "107d1070-311a-4f91-9f79-47e3e5e09c28", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"PROVIDER_TEMPLATE\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"SUNDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"mmsFailover\": {\n \"content\": {\n \"messageSegments\": [\n {\n \"type\": \"SMIL\"\n },\n {\n \"type\": \"SMIL\"\n }\n ],\n \"title\": \"\"\n },\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n }\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n },\n {\n \"content\": {\n \"type\": \"CARD\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"TUESDAY\",\n \"THURSDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"mmsFailover\": {\n \"content\": {\n \"messageSegments\": [\n {\n \"type\": \"TEXT\"\n },\n {\n \"type\": \"SMIL\"\n }\n ],\n \"title\": \"\"\n },\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n }\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n },\n \"tracking\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"messageOrdering\": {\n \"respectOrder\": true,\n \"stopOnFailure\": true\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/2/messages", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "messages" ] }, "description": "Send RCS messages or RCS template messages to multiple recipients. Maximum request size is 10MB. Including some fields will affect [billing type](https://www.infobip.com/docs/rcs/billing-types)." }, "response": [ { "id": "58e2b6eb-0fd5-4f63-a145-0b5feabcde20", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"PROVIDER_TEMPLATE\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"SUNDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"mmsFailover\": {\n \"content\": {\n \"messageSegments\": [\n {\n \"type\": \"SMIL\"\n },\n {\n \"type\": \"SMIL\"\n }\n ],\n \"title\": \"\"\n },\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n }\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n },\n {\n \"content\": {\n \"type\": \"CARD\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"TUESDAY\",\n \"THURSDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"mmsFailover\": {\n \"content\": {\n \"messageSegments\": [\n {\n \"type\": \"TEXT\"\n },\n {\n \"type\": \"SMIL\"\n }\n ],\n \"title\": \"\"\n },\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n }\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n },\n \"tracking\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"messageOrdering\": {\n \"respectOrder\": true,\n \"stopOnFailure\": true\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/2/messages", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "messages" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"messages\": [\n {\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"REJECTED\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"destination\": \"\",\n \"details\": {}\n },\n {\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"PENDING\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"destination\": \"\",\n \"details\": {}\n }\n ],\n \"bulkId\": \"\"\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-58e2b6eb-0fd5-4f63-a145-0b5feabcde20" }, { "id": "36a59288-dbfc-457f-99a0-069e150c1d82", "name": "Bad Request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"PROVIDER_TEMPLATE\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"SUNDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"mmsFailover\": {\n \"content\": {\n \"messageSegments\": [\n {\n \"type\": \"SMIL\"\n },\n {\n \"type\": \"SMIL\"\n }\n ],\n \"title\": \"\"\n },\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n }\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n },\n {\n \"content\": {\n \"type\": \"CARD\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"TUESDAY\",\n \"THURSDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"mmsFailover\": {\n \"content\": {\n \"messageSegments\": [\n {\n \"type\": \"TEXT\"\n },\n {\n \"type\": \"SMIL\"\n }\n ],\n \"title\": \"\"\n },\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n }\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n },\n \"tracking\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"messageOrdering\": {\n \"respectOrder\": true,\n \"stopOnFailure\": true\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/2/messages", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "messages" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-36a59288-dbfc-457f-99a0-069e150c1d82" }, { "id": "f9af0afb-cd71-4d6c-bdc4-675d570d85b2", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"PROVIDER_TEMPLATE\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"SUNDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"mmsFailover\": {\n \"content\": {\n \"messageSegments\": [\n {\n \"type\": \"SMIL\"\n },\n {\n \"type\": \"SMIL\"\n }\n ],\n \"title\": \"\"\n },\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n }\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n },\n {\n \"content\": {\n \"type\": \"CARD\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"TUESDAY\",\n \"THURSDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"mmsFailover\": {\n \"content\": {\n \"messageSegments\": [\n {\n \"type\": \"TEXT\"\n },\n {\n \"type\": \"SMIL\"\n }\n ],\n \"title\": \"\"\n },\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n }\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n },\n \"tracking\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"messageOrdering\": {\n \"respectOrder\": true,\n \"stopOnFailure\": true\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/2/messages", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "messages" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-f9af0afb-cd71-4d6c-bdc4-675d570d85b2" }, { "id": "47cabd4b-9f33-4561-bde7-110a55367e07", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"PROVIDER_TEMPLATE\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"SUNDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"mmsFailover\": {\n \"content\": {\n \"messageSegments\": [\n {\n \"type\": \"SMIL\"\n },\n {\n \"type\": \"SMIL\"\n }\n ],\n \"title\": \"\"\n },\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n }\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n },\n {\n \"content\": {\n \"type\": \"CARD\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"TUESDAY\",\n \"THURSDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"mmsFailover\": {\n \"content\": {\n \"messageSegments\": [\n {\n \"type\": \"TEXT\"\n },\n {\n \"type\": \"SMIL\"\n }\n ],\n \"title\": \"\"\n },\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n }\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n },\n \"tracking\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"messageOrdering\": {\n \"respectOrder\": true,\n \"stopOnFailure\": true\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/2/messages", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "messages" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-47cabd4b-9f33-4561-bde7-110a55367e07" }, { "id": "fdd8c0df-acbd-48b2-92e4-6aa46f3d08b6", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"PROVIDER_TEMPLATE\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"SUNDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"TACIR\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"mmsFailover\": {\n \"content\": {\n \"messageSegments\": [\n {\n \"type\": \"SMIL\"\n },\n {\n \"type\": \"SMIL\"\n }\n ],\n \"title\": \"\"\n },\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n }\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n },\n {\n \"content\": {\n \"type\": \"CARD\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"TUESDAY\",\n \"THURSDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n },\n \"campaignReferenceId\": \"\",\n \"smsFailover\": {\n \"text\": \"\",\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n },\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\",\n \"telemarketerId\": \"\"\n },\n \"turkeyIys\": {\n \"recipientType\": \"BIREYSEL\",\n \"brandCode\": \"\"\n },\n \"southKorea\": {\n \"title\": \"\",\n \"resellerCode\": \"\"\n }\n }\n },\n \"mmsFailover\": {\n \"content\": {\n \"messageSegments\": [\n {\n \"type\": \"TEXT\"\n },\n {\n \"type\": \"SMIL\"\n }\n ],\n \"title\": \"\"\n },\n \"sender\": \"\",\n \"validityPeriod\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTES\"\n }\n }\n },\n \"webhooks\": {\n \"delivery\": {\n \"url\": \"\",\n \"intermediateReport\": \"\",\n \"notify\": \"\",\n \"receiveTriggeredFailoverReports\": \"\"\n },\n \"contentType\": \"\",\n \"callbackData\": \"\",\n \"seen\": {\n \"url\": \"\"\n }\n }\n }\n ],\n \"options\": {\n \"schedule\": {\n \"bulkId\": \"\",\n \"sendAt\": \"\",\n \"sendingSpeedLimit\": {\n \"amount\": \"\",\n \"timeUnit\": \"MINUTE\"\n }\n },\n \"tracking\": {\n \"shortenUrl\": true,\n \"trackClicks\": true,\n \"trackingUrl\": \"\",\n \"removeProtocol\": false,\n \"customDomain\": \"\"\n },\n \"messageOrdering\": {\n \"respectOrder\": true,\n \"stopOnFailure\": true\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/2/messages", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "messages" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-fdd8c0df-acbd-48b2-92e4-6aa46f3d08b6" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-107d1070-311a-4f91-9f79-47e3e5e09c28" } ], "id": "7c07b06e-c869-4d51-8f1c-0320f4ddeaef", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-7c07b06e-c869-4d51-8f1c-0320f4ddeaef" }, { "name": "reports", "item": [ { "name": "Get RCS delivery reports", "id": "3ce888e7-fae2-46f8-940d-538495467dd9", "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}}/rcs/2/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "reports" ], "query": [ { "description": "The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.", "key": "bulkId", "value": "" }, { "description": "The ID that uniquely identifies the message sent.", "key": "messageId", "value": "" }, { "description": "Maximum number of delivery reports to be returned. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access reports for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] }, "description": "If you are unable to receive real-time delivery reports towards your endpoint for various reasons, we offer you an API method to fetch batches of delivery reports to confirm whether specific messages have been delivered. Each request towards this endpoint will return batches of the latest delivery reports. Please note they will be returned only once." }, "response": [ { "id": "04be3c5e-8c0b-48df-9d78-9945854a66d5", "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}}/rcs/2/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "reports" ], "query": [ { "description": "The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.", "key": "bulkId", "value": "" }, { "description": "The ID that uniquely identifies the message sent.", "key": "messageId", "value": "" }, { "description": "Maximum number of delivery reports to be returned. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access reports for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"bulkId\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"PENDING\",\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 \"bulkId\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"PENDING\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"error\": {\n \"groupId\": \"\",\n \"groupName\": \"USER_ERRORS\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"permanent\": \"\"\n },\n \"messageId\": \"\",\n \"to\": \"\",\n \"sender\": \"\",\n \"sentAt\": \"\",\n \"doneAt\": \"\",\n \"messageCount\": \"\",\n \"mccMnc\": \"\",\n \"callbackData\": \"\",\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"campaignReferenceId\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-04be3c5e-8c0b-48df-9d78-9945854a66d5" }, { "id": "1d5313e2-13d3-434c-a82a-4b0ba8d3923b", "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}}/rcs/2/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "reports" ], "query": [ { "description": "The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.", "key": "bulkId", "value": "" }, { "description": "The ID that uniquely identifies the message sent.", "key": "messageId", "value": "" }, { "description": "Maximum number of delivery reports to be returned. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access reports for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-1d5313e2-13d3-434c-a82a-4b0ba8d3923b" }, { "id": "287080be-75e6-4309-ba53-db5d7dc08b8b", "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}}/rcs/2/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "reports" ], "query": [ { "description": "The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.", "key": "bulkId", "value": "" }, { "description": "The ID that uniquely identifies the message sent.", "key": "messageId", "value": "" }, { "description": "Maximum number of delivery reports to be returned. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access reports for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-287080be-75e6-4309-ba53-db5d7dc08b8b" }, { "id": "d7ffb437-42d7-479f-99e9-b37a3d188902", "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}}/rcs/2/reports?bulkId=&messageId=&limit=50&entityId=&applicationId=&campaignReferenceId=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "reports" ], "query": [ { "description": "The ID that uniquely identifies the request. Bulk ID will be received only when you send a message to more than one destination address.", "key": "bulkId", "value": "" }, { "description": "The ID that uniquely identifies the message sent.", "key": "messageId", "value": "" }, { "description": "Maximum number of delivery reports to be returned. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access reports for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message.", "key": "campaignReferenceId", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-d7ffb437-42d7-479f-99e9-b37a3d188902" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-3ce888e7-fae2-46f8-940d-538495467dd9" } ], "id": "b07ab208-e52b-43e7-aaf5-fe39e9c14e8a", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-b07ab208-e52b-43e7-aaf5-fe39e9c14e8a" }, { "name": "logs", "item": [ { "name": "Get RCS message logs", "id": "694ee6ab-f34a-4c54-a6c2-52e00a6a111b", "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}}/rcs/2/logs?sender=&destination=&bulkId=&bulkId=&messageId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "ACCEPTED" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] }, "description": "Use this method for displaying logs for example in the user interface. Available are the logs for the last 48 hours." }, "response": [ { "id": "661f877a-412c-4630-abc6-a134a300032e", "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}}/rcs/2/logs?sender=&destination=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "ACCEPTED" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"sender\": \"\",\n \"destination\": \"\",\n \"bulkId\": \"\",\n \"messageId\": \"\",\n \"sentAt\": \"\",\n \"doneAt\": \"\",\n \"messageCount\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"DELIVERED\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"error\": {\n \"groupId\": \"\",\n \"groupName\": \"OPERATOR_ERRORS\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"permanent\": \"\"\n },\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"content\": {\n \"type\": \"FILE\"\n },\n \"campaignReferenceId\": \"\"\n },\n {\n \"sender\": \"\",\n \"destination\": \"\",\n \"bulkId\": \"\",\n \"messageId\": \"\",\n \"sentAt\": \"\",\n \"doneAt\": \"\",\n \"messageCount\": \"\",\n \"price\": {\n \"pricePerMessage\": \"\",\n \"currency\": \"\"\n },\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"ACCEPTED\",\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 \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"content\": {\n \"type\": \"CARD\"\n },\n \"campaignReferenceId\": \"\"\n }\n ],\n \"cursor\": {\n \"limit\": \"\",\n \"nextCursor\": \"\"\n }\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-661f877a-412c-4630-abc6-a134a300032e" }, { "id": "c23205f8-0833-43a6-9bb4-f733b75ed4a5", "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}}/rcs/2/logs?sender=&destination=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "ACCEPTED" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-c23205f8-0833-43a6-9bb4-f733b75ed4a5" }, { "id": "224b7ab5-f076-406c-9f2e-466bef5b9ab0", "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}}/rcs/2/logs?sender=&destination=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "ACCEPTED" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-224b7ab5-f076-406c-9f2e-466bef5b9ab0" }, { "id": "60151e5e-44ce-490b-bf48-687b855a325a", "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}}/rcs/2/logs?sender=&destination=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "ACCEPTED" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-60151e5e-44ce-490b-bf48-687b855a325a" }, { "id": "b27e84e7-d719-4aeb-a4c9-d5a46a1aa431", "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}}/rcs/2/logs?sender=&destination=&bulkId=&messageId=&generalStatus=ACCEPTED&sentSince=&sentUntil=&limit=50&entityId=&applicationId=&campaignReferenceId=&useCursor=&cursor=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "logs" ], "query": [ { "description": "The sender ID which can be alphanumeric or numeric.", "key": "sender", "value": "" }, { "description": "Message destination address.", "key": "destination", "value": "" }, { "description": "Unique ID assigned to the request if messaging multiple recipients or sending multiple messages via a single API request. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "bulkId", "value": "" }, { "description": "Unique message ID for which a log is requested. May contain multiple comma-separated values. Maximum length 2048 characters.", "key": "messageId", "value": "" }, { "key": "generalStatus", "value": "ACCEPTED" }, { "description": "The logs will only include messages sent after this date. Use it alongside sentUntil to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentSince", "value": "" }, { "description": "The logs will only include messages sent before this date. Use it alongside sentSince to specify a time range for the logs, but only up to the maximum limit of 1000 logs per call. Has the following format: yyyy-MM-dd'T'HH:mm:ss.SSSZ.", "key": "sentUntil", "value": "" }, { "description": "Maximum number of messages to include in logs. If not set, the latest 50 records are returned. Maximum limit value is 1000 and you can only access logs for the last 48h.", "key": "limit", "value": "50" }, { "description": "Entity id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "entityId", "value": "" }, { "description": "Application id used to send the message. For more details, see our [documentation](https://www.infobip.com/docs/cpaas-x/application-and-entity-management).", "key": "applicationId", "value": "" }, { "description": "ID of a campaign that was sent in the message. May contain multiple comma-separated values.", "key": "campaignReferenceId", "value": "" }, { "description": "Flag used to enable cursor-based pagination. When set to true, the system will use the cursor to fetch the next set of logs.", "key": "useCursor", "value": "" }, { "description": "Value which represents the current position in the data set. For the first request, this field shouldn't be defined. In subsequent requests, use the `nextCursor` value returned from the previous response to continue fetching data.", "key": "cursor", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-b27e84e7-d719-4aeb-a4c9-d5a46a1aa431" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-694ee6ab-f34a-4c54-a6c2-52e00a6a111b" } ], "id": "a47e89d5-c182-46ac-9542-7b81879a5386", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-a47e89d5-c182-46ac-9542-7b81879a5386" }, { "name": "capability-check", "item": [ { "name": "query", "item": [ { "name": "Check RCS capability", "id": "94f6683b-a38d-4147-a2e5-15b8c08a33e0", "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 \"phoneNumbers\": [\n \"\"\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/2/capability-check/query", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "capability-check", "query" ] }, "description": "Use this endpoint to verify whether the phone numbers in a given list can receive RCS messages from the specified sender. You can check up to 500 phone numbers in a single request; however, for improved efficiency, performance, and response time, we recommend using smaller batches of 1 to 10 numbers in a single request. This synchronous API is typically used for routing purposes when verifying a number\u2019s RCS capability immediately before sending a message. This API supports up to a 100 requests per second. For bulk database cleanup, we recommend to use the asynchronous Capability Check (CapCheck) API.\n\nThe response will provide the list of capability statuses for each phone number individually. Ensure the sender is configured and launched on the mobile network/carrier that manages the phone numbers being tested for RCS capability. If the sender is not launched on the network, the capability check request will always return a negative status for the tested phone numbers." }, "response": [ { "id": "434b4aa1-b083-4eff-bbd0-42019e41a401", "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 \"phoneNumbers\": [\n \"\"\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/2/capability-check/query", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "capability-check", "query" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"capabilityCheckResults\": [\n {\n \"code\": \"REQUEST_FAILED\",\n \"messageId\": \"\",\n \"phoneNumber\": \"\"\n },\n {\n \"code\": \"UNREACHABLE\",\n \"messageId\": \"\",\n \"phoneNumber\": \"\"\n }\n ],\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n }\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-434b4aa1-b083-4eff-bbd0-42019e41a401" }, { "id": "acacb0b3-dc81-48ae-9668-730fe4b26bfc", "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 \"phoneNumbers\": [\n \"\"\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/2/capability-check/query", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "capability-check", "query" ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-acacb0b3-dc81-48ae-9668-730fe4b26bfc" }, { "id": "1378372a-9cbc-49d9-a29f-aa031ab1d294", "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 \"phoneNumbers\": [\n \"\"\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/2/capability-check/query", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "capability-check", "query" ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-1378372a-9cbc-49d9-a29f-aa031ab1d294" }, { "id": "750d34e9-4bde-4e55-92eb-632334c88a27", "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 \"phoneNumbers\": [\n \"\"\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/2/capability-check/query", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "capability-check", "query" ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-750d34e9-4bde-4e55-92eb-632334c88a27" }, { "id": "fd36a2c9-7832-4aa0-b088-7dc15776e8c6", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumbers\": [\n \"\"\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/2/capability-check/query", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "capability-check", "query" ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-fd36a2c9-7832-4aa0-b088-7dc15776e8c6" }, { "id": "bdd83f05-c50e-4e6b-a196-cac4783e5416", "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 \"phoneNumbers\": [\n \"\"\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/2/capability-check/query", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "capability-check", "query" ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-bdd83f05-c50e-4e6b-a196-cac4783e5416" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-94f6683b-a38d-4147-a2e5-15b8c08a33e0" } ], "id": "e890fb79-4464-4c0a-baba-c433cae0192f", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-e890fb79-4464-4c0a-baba-c433cae0192f" }, { "name": "notify", "item": [ { "name": "Check RCS capability (async)", "id": "bf1d2313-6d65-4203-b5cc-ffe9fbc67fe9", "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 \"phoneNumbers\": [\n \"\"\n ],\n \"sender\": \"\",\n \"notifyUrl\": \"\",\n \"notifyContentType\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/2/capability-check/notify", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "capability-check", "notify" ] }, "description": "Use this endpoint to verify whether the phone numbers in a given list can receive RCS messages from the specified sender. You can check up to 10,000 phone numbers in a single request. The [Capability Check result](#channels/rcs/receive-capability-check-result) returns asynchronously and provides the capability status for each phone number individually.\n\nEnsure the sender is configured and launched on the mobile network/carrier that manages the phone numbers being tested for RCS capability. If the sender is not launched on the network, the capability check request will always return a negative status for the tested phone numbers." }, "response": [ { "id": "11f030a8-ade5-48be-8a05-b8d0eef452f9", "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 \"phoneNumbers\": [\n \"\"\n ],\n \"sender\": \"\",\n \"notifyUrl\": \"\",\n \"notifyContentType\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/2/capability-check/notify", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "capability-check", "notify" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bulkId\": \"\",\n \"capabilityCheckRequestStates\": [\n {\n \"messageId\": \"\",\n \"phoneNumber\": \"\",\n \"status\": \"REJECTED_SMPP_SESSION_CLOSED\"\n },\n {\n \"messageId\": \"\",\n \"phoneNumber\": \"\",\n \"status\": \"REJECTED_INVALID_UDH\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-11f030a8-ade5-48be-8a05-b8d0eef452f9" }, { "id": "26b86792-4445-4814-aa56-87a061a7c275", "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 \"phoneNumbers\": [\n \"\"\n ],\n \"sender\": \"\",\n \"notifyUrl\": \"\",\n \"notifyContentType\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/2/capability-check/notify", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "capability-check", "notify" ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-26b86792-4445-4814-aa56-87a061a7c275" }, { "id": "f704696f-d639-49c4-a2c2-1417201e36bd", "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 \"phoneNumbers\": [\n \"\"\n ],\n \"sender\": \"\",\n \"notifyUrl\": \"\",\n \"notifyContentType\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/2/capability-check/notify", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "capability-check", "notify" ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-f704696f-d639-49c4-a2c2-1417201e36bd" }, { "id": "dc139e25-2c2d-4d79-ac93-7e94f1ee655e", "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 \"phoneNumbers\": [\n \"\"\n ],\n \"sender\": \"\",\n \"notifyUrl\": \"\",\n \"notifyContentType\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/2/capability-check/notify", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "capability-check", "notify" ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-dc139e25-2c2d-4d79-ac93-7e94f1ee655e" }, { "id": "7a31623b-337b-4ed7-83fa-cba20de590f2", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"phoneNumbers\": [\n \"\"\n ],\n \"sender\": \"\",\n \"notifyUrl\": \"\",\n \"notifyContentType\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/2/capability-check/notify", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "capability-check", "notify" ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-7a31623b-337b-4ed7-83fa-cba20de590f2" }, { "id": "6e56ddbb-2d8f-4c2e-8913-a05594b4a080", "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 \"phoneNumbers\": [\n \"\"\n ],\n \"sender\": \"\",\n \"notifyUrl\": \"\",\n \"notifyContentType\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/2/capability-check/notify", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "2", "capability-check", "notify" ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-6e56ddbb-2d8f-4c2e-8913-a05594b4a080" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-bf1d2313-6d65-4203-b5cc-ffe9fbc67fe9" } ], "id": "38850059-c602-4395-be0e-d4237046e488", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-38850059-c602-4395-be0e-d4237046e488" } ], "id": "ec3470af-be75-4b8e-a2a2-5d458645441b", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-ec3470af-be75-4b8e-a2a2-5d458645441b" } ], "id": "6acc509d-493f-4466-be21-b34d86a3a08a", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-6acc509d-493f-4466-be21-b34d86a3a08a" }, { "name": "1", "item": [ { "name": "events", "item": [ { "name": "Send RCS events", "id": "3b77ed91-ddca-45ff-a733-41a2941e7a39", "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 \"events\": [\n {\n \"content\": {\n \"type\": \"SEEN\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"SATURDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n }\n }\n },\n {\n \"content\": {\n \"type\": \"SEEN\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"WEDNESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/events", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "events" ] }, "description": "Send RCS events to multiple recipients. Maximum request size is 10MB." }, "response": [ { "id": "2b162aa1-5146-45a8-aa79-6c3c5c30b0d9", "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 \"events\": [\n {\n \"content\": {\n \"type\": \"SEEN\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"SATURDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n }\n }\n },\n {\n \"content\": {\n \"type\": \"SEEN\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"WEDNESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/events", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "events" ] } }, "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\": \"REJECTED\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"destination\": \"\",\n \"details\": {}\n },\n {\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"PENDING\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n },\n \"destination\": \"\",\n \"details\": {}\n }\n ],\n \"bulkId\": \"\"\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-2b162aa1-5146-45a8-aa79-6c3c5c30b0d9" }, { "id": "ea6a0f73-62b8-4609-945b-3137f2237a85", "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 \"events\": [\n {\n \"content\": {\n \"type\": \"SEEN\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"SATURDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n }\n }\n },\n {\n \"content\": {\n \"type\": \"SEEN\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"WEDNESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/events", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "events" ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-ea6a0f73-62b8-4609-945b-3137f2237a85" }, { "id": "0f968763-68d9-4179-bb73-e6f746ae28b9", "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 \"events\": [\n {\n \"content\": {\n \"type\": \"SEEN\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"SATURDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n }\n }\n },\n {\n \"content\": {\n \"type\": \"SEEN\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"WEDNESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/events", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "events" ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-0f968763-68d9-4179-bb73-e6f746ae28b9" }, { "id": "e149c1d7-c76b-4ec9-9a8f-520325a1aad5", "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 \"events\": [\n {\n \"content\": {\n \"type\": \"SEEN\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"SATURDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n }\n }\n },\n {\n \"content\": {\n \"type\": \"SEEN\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"WEDNESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/events", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "events" ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-e149c1d7-c76b-4ec9-9a8f-520325a1aad5" }, { "id": "6659dabc-e538-45cc-b980-e78906b491aa", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"events\": [\n {\n \"content\": {\n \"type\": \"SEEN\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"SATURDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n }\n }\n },\n {\n \"content\": {\n \"type\": \"SEEN\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"WEDNESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/events", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "events" ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-6659dabc-e538-45cc-b980-e78906b491aa" }, { "id": "ef9100ab-b78a-436c-97f3-1449df13833d", "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 \"events\": [\n {\n \"content\": {\n \"type\": \"SEEN\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"SATURDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n }\n }\n },\n {\n \"content\": {\n \"type\": \"SEEN\"\n },\n \"destinations\": [\n {\n \"to\": \"\",\n \"messageId\": \"\"\n },\n {\n \"to\": \"\",\n \"messageId\": \"\"\n }\n ],\n \"sender\": \"\",\n \"options\": {\n \"platform\": {\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n \"deliveryTimeWindow\": {\n \"days\": [\n \"THURSDAY\",\n \"WEDNESDAY\"\n ],\n \"from\": {\n \"hour\": \"\",\n \"minute\": \"\"\n },\n \"to\": {\n \"hour\": \"\",\n \"minute\": \"\"\n }\n }\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/events", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "events" ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-ef9100ab-b78a-436c-97f3-1449df13833d" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-3b77ed91-ddca-45ff-a733-41a2941e7a39" } ], "id": "3fef4f62-2ba5-441c-8598-4a0858027044", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-3fef4f62-2ba5-441c-8598-4a0858027044" }, { "name": "senders", "item": [ { "name": "{senderName}", "item": [ { "name": "platform-parameters", "item": [ { "name": "Update RCS sender platform parameters", "id": "86f34663-8669-461a-a0e9-6f51eb847beb", "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": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/platform-parameters", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "platform-parameters" ], "variable": [ { "id": "3473800a-a43a-4a51-813a-b4702305191e", "key": "senderName", "value": "", "description": "(Required) Sender identifier." } ] }, "description": "Update platform parameters associated with RCS sender. These parameters can be edited at any point of time." }, "response": [ { "id": "6c7697c4-4f86-4e29-abe6-5c6a2c9f117f", "name": "Request has been accepted and result of update sender operation will be sent to webhook", "originalRequest": { "method": "PATCH", "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 \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/platform-parameters", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "platform-parameters" ], "variable": [ { "key": "senderName" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"senderName\": \"\",\n \"senderStatus\": \"READY_FOR_TESTING\"\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-6c7697c4-4f86-4e29-abe6-5c6a2c9f117f" }, { "id": "2f9db11b-365b-4d7d-83b1-d543272da79e", "name": "Bad request", "originalRequest": { "method": "PATCH", "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 \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/platform-parameters", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "platform-parameters" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-2f9db11b-365b-4d7d-83b1-d543272da79e" }, { "id": "b7e8028a-324a-4e57-bc69-65d8faaf46f4", "name": "Unauthorized", "originalRequest": { "method": "PATCH", "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 \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/platform-parameters", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "platform-parameters" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-b7e8028a-324a-4e57-bc69-65d8faaf46f4" }, { "id": "fe453763-842d-4ed3-ab36-a8692e147a1b", "name": "Forbidden", "originalRequest": { "method": "PATCH", "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 \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/platform-parameters", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "platform-parameters" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-fe453763-842d-4ed3-ab36-a8692e147a1b" }, { "id": "1c5ae0d5-8d8d-4892-8841-037fbfe156fb", "name": "Not Found", "originalRequest": { "method": "PATCH", "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 \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/platform-parameters", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "platform-parameters" ], "variable": [ { "key": "senderName" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-1c5ae0d5-8d8d-4892-8841-037fbfe156fb" }, { "id": "affaa6eb-563e-447c-ba73-b5e6a5874591", "name": "Too Many Requests", "originalRequest": { "method": "PATCH", "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 \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/platform-parameters", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "platform-parameters" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-affaa6eb-563e-447c-ba73-b5e6a5874591" }, { "id": "8bc16655-4c89-40f8-9425-39ebd1f8ba4e", "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "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 \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/platform-parameters", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "platform-parameters" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-8bc16655-4c89-40f8-9425-39ebd1f8ba4e" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-86f34663-8669-461a-a0e9-6f51eb847beb" } ], "id": "d5e1bec8-c78d-4231-82d5-94526ef92977", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-d5e1bec8-c78d-4231-82d5-94526ef92977" }, { "name": "launch-status", "item": [ { "name": "Get RCS sender launch status", "id": "c24dc18b-0f2a-4556-862d-4742d2812843", "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}}/rcs/1/senders/:senderName/launch-status", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "launch-status" ], "variable": [ { "id": "70d6645a-b6ad-411c-adb0-06c9404cfb7f", "key": "senderName", "value": "", "description": "(Required) Sender identifier." } ] }, "description": "Get detailed launch status information for an RCS sender, including coverage details by country and provider. This endpoint provides granular information about the launch progress across different carriers and regions." }, "response": [ { "id": "5a96d2e7-5627-46c7-bb5e-3ebe86c8a87b", "name": "RCS sender launch status with coverage details", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/launch-status", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "launch-status" ], "variable": [ { "key": "senderName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"coverage\": [\n {\n \"countryCode\": \"\",\n \"providers\": [\n {\n \"name\": \"\",\n \"status\": \"PENDING\",\n \"updatedAt\": \"\",\n \"rejectionReason\": \"\"\n },\n {\n \"name\": \"\",\n \"status\": \"NOT_REQUESTED\",\n \"updatedAt\": \"\",\n \"rejectionReason\": \"\"\n }\n ]\n },\n {\n \"countryCode\": \"\",\n \"providers\": [\n {\n \"name\": \"\",\n \"status\": \"COMPLETED\",\n \"updatedAt\": \"\",\n \"rejectionReason\": \"\"\n },\n {\n \"name\": \"\",\n \"status\": \"IN_PROGRESS\",\n \"updatedAt\": \"\",\n \"rejectionReason\": \"\"\n }\n ]\n }\n ],\n \"event\": \"\",\n \"senderName\": \"\",\n \"senderStatus\": \"PENDING\",\n \"updatedAt\": \"\",\n \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-5a96d2e7-5627-46c7-bb5e-3ebe86c8a87b" }, { "id": "1a775fe5-3aba-4fb9-a970-24be665befba", "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}}/rcs/1/senders/:senderName/launch-status", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "launch-status" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-1a775fe5-3aba-4fb9-a970-24be665befba" }, { "id": "60671e36-4913-4343-85d0-4e2bd2091aa0", "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}}/rcs/1/senders/:senderName/launch-status", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "launch-status" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-60671e36-4913-4343-85d0-4e2bd2091aa0" }, { "id": "51dea5fd-fc31-4352-830d-a6545e9c32c9", "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}}/rcs/1/senders/:senderName/launch-status", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "launch-status" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-51dea5fd-fc31-4352-830d-a6545e9c32c9" }, { "id": "ec080064-8954-4e70-9c78-e43eee54bd9b", "name": "Sender not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/launch-status", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "launch-status" ], "variable": [ { "key": "senderName" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-ec080064-8954-4e70-9c78-e43eee54bd9b" }, { "id": "90635827-a981-484a-bd9b-3f4fabcbcb17", "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}}/rcs/1/senders/:senderName/launch-status", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "launch-status" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-90635827-a981-484a-bd9b-3f4fabcbcb17" }, { "id": "042b22f2-6650-4393-a43f-1160b6c55b24", "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}}/rcs/1/senders/:senderName/launch-status", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "launch-status" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-042b22f2-6650-4393-a43f-1160b6c55b24" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-c24dc18b-0f2a-4556-862d-4742d2812843" } ], "id": "57bb8f30-312e-4d4c-be49-5d16ad51414a", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-57bb8f30-312e-4d4c-be49-5d16ad51414a" }, { "name": "test-numbers", "item": [ { "name": "{testNumber}", "item": [ { "name": "refresh", "item": [ { "name": "Refresh RCS test number", "id": "1e271cdc-071d-4a7b-b996-0eabf5c65a80", "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": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers/:testNumber/refresh", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber", "refresh" ], "variable": [ { "id": "c60bc49a-5329-4498-bc3d-ae3e4e4c50dd", "key": "senderName", "value": "", "description": "(Required) Identifier of a sender for which test number is requested." }, { "id": "7896ae1f-36d4-4dec-96f9-ac6b79924145", "key": "testNumber", "value": "", "description": "(Required) Full number in E.164 format, e.g. +1234567890. Leading '+' is optional." } ] }, "description": "Status of RCS test number is automatically refreshed for 24 hours after it was added. If user does not accept invitation to become a tester in that period, test number will be marked as EXPIRED. Use this endpoint in order to start new 24 hours cycle in which system will periodically check if user has accepted to become a tester." }, "response": [ { "id": "fb1d5331-bd80-4c32-9d50-5c1784a4385f", "name": "Request has been accepted and result of refresh test number operation will be sent to webhook", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers/:testNumber/refresh", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber", "refresh" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"senderName\": \"\",\n \"status\": \"WAITING_FOR_TESTER_ACCEPTANCE\",\n \"testNumber\": \"\"\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-fb1d5331-bd80-4c32-9d50-5c1784a4385f" }, { "id": "ab97ed02-6a07-4174-a83c-135d61f5d97c", "name": "Bad request", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers/:testNumber/refresh", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber", "refresh" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-ab97ed02-6a07-4174-a83c-135d61f5d97c" }, { "id": "bbd7bdda-de32-4074-a6c1-9d6cff873ac8", "name": "Unauthorized", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers/:testNumber/refresh", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber", "refresh" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-bbd7bdda-de32-4074-a6c1-9d6cff873ac8" }, { "id": "9c26f155-2565-45eb-bb8d-43aef26949ef", "name": "Forbidden", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers/:testNumber/refresh", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber", "refresh" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-9c26f155-2565-45eb-bb8d-43aef26949ef" }, { "id": "41f51249-0d8d-4a40-8c70-4364c5e28ce4", "name": "Not Found", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers/:testNumber/refresh", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber", "refresh" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-41f51249-0d8d-4a40-8c70-4364c5e28ce4" }, { "id": "0816542f-39cb-4444-b702-e661b96cdc10", "name": "Conflict", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers/:testNumber/refresh", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber", "refresh" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "status": "Conflict", "code": 409, "_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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-0816542f-39cb-4444-b702-e661b96cdc10" }, { "id": "542dc4a3-19d7-4139-b398-69abe1650463", "name": "Too Many Requests", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers/:testNumber/refresh", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber", "refresh" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-542dc4a3-19d7-4139-b398-69abe1650463" }, { "id": "98079527-69de-4ba0-914c-ec02986bcb9a", "name": "Internal Server Error", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers/:testNumber/refresh", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber", "refresh" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-98079527-69de-4ba0-914c-ec02986bcb9a" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-1e271cdc-071d-4a7b-b996-0eabf5c65a80" } ], "id": "bc597a17-4572-47d7-8a00-47b247bba2ba", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-bc597a17-4572-47d7-8a00-47b247bba2ba" }, { "name": "Get RCS test number", "id": "538937fe-2827-4975-aabc-7468fad19062", "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}}/rcs/1/senders/:senderName/test-numbers/:testNumber", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber" ], "variable": [ { "id": "a946a209-0432-4f94-8ced-65819df45be5", "key": "senderName", "value": "", "description": "(Required) Identifier of a sender for which test number is requested." }, { "id": "6ec8c264-03ea-4a2d-97a5-f36418540bd6", "key": "testNumber", "value": "", "description": "(Required) Full number in E.164 format, e.g. +1234567890. Leading '+' is optional." } ] }, "description": "Get RCS test number. This operation will check current status of given test number and return most up to date result." }, "response": [ { "id": "7b654525-c7b3-4bd4-9189-3771d6f0011d", "name": "RCS test number", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers/:testNumber", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"primary\": \"\",\n \"status\": \"APPROVED\",\n \"testNumber\": \"\",\n \"updatedAt\": \"\"\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-7b654525-c7b3-4bd4-9189-3771d6f0011d" }, { "id": "6446341d-ff44-4211-8dfe-399525666603", "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}}/rcs/1/senders/:senderName/test-numbers/:testNumber", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-6446341d-ff44-4211-8dfe-399525666603" }, { "id": "ceec5fa0-6356-48da-813b-e8128859ac86", "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}}/rcs/1/senders/:senderName/test-numbers/:testNumber", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-ceec5fa0-6356-48da-813b-e8128859ac86" }, { "id": "70fbf888-e5d1-40c0-86d6-0294e000f536", "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}}/rcs/1/senders/:senderName/test-numbers/:testNumber", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-70fbf888-e5d1-40c0-86d6-0294e000f536" }, { "id": "3a1b67d3-1dee-467e-abda-ea6a51eadc02", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers/:testNumber", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-3a1b67d3-1dee-467e-abda-ea6a51eadc02" }, { "id": "b19cf75c-3846-4c99-94c9-b7d4e69677dc", "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}}/rcs/1/senders/:senderName/test-numbers/:testNumber", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-b19cf75c-3846-4c99-94c9-b7d4e69677dc" }, { "id": "6ee07b62-defa-47b2-ba7d-602541e94560", "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}}/rcs/1/senders/:senderName/test-numbers/:testNumber", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-6ee07b62-defa-47b2-ba7d-602541e94560" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-538937fe-2827-4975-aabc-7468fad19062" }, { "name": "Update primary flag of RCS test number", "id": "ae818e12-8174-426f-b6c6-1fd10f3c035c", "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": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"primary\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers/:testNumber", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber" ], "variable": [ { "id": "a753c03a-d7f2-4c58-8375-041b519dfee4", "key": "senderName", "value": "", "description": "(Required) Identifier of a sender for which test number is requested." }, { "id": "4df8fbc0-c6cf-4b52-b224-817b1e525862", "key": "testNumber", "value": "", "description": "(Required) Full number in E.164 format, e.g. +1234567890. Leading '+' is optional." } ] }, "description": "Update primary flag of RCS test number." }, "response": [ { "id": "5d5829c5-d8eb-43b5-a72d-563859b41d6c", "name": "RCS test number", "originalRequest": { "method": "PATCH", "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 \"primary\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers/:testNumber", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"primary\": \"\",\n \"status\": \"APPROVED\",\n \"testNumber\": \"\",\n \"updatedAt\": \"\"\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-5d5829c5-d8eb-43b5-a72d-563859b41d6c" }, { "id": "d33e2124-a63f-416d-bf67-08a76b6980d7", "name": "Bad request", "originalRequest": { "method": "PATCH", "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 \"primary\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers/:testNumber", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-d33e2124-a63f-416d-bf67-08a76b6980d7" }, { "id": "24057735-1724-4ba5-ac42-de2fbc8ca0ea", "name": "Unauthorized", "originalRequest": { "method": "PATCH", "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 \"primary\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers/:testNumber", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-24057735-1724-4ba5-ac42-de2fbc8ca0ea" }, { "id": "6520c17e-4128-4c8a-8a6e-b12f41b10c3e", "name": "Forbidden", "originalRequest": { "method": "PATCH", "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 \"primary\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers/:testNumber", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-6520c17e-4128-4c8a-8a6e-b12f41b10c3e" }, { "id": "80a061f4-4596-444e-b7bb-01dd40d09203", "name": "Not Found", "originalRequest": { "method": "PATCH", "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 \"primary\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers/:testNumber", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-80a061f4-4596-444e-b7bb-01dd40d09203" }, { "id": "9cf94869-1746-415d-8d5b-acdd912219f9", "name": "Too Many Requests", "originalRequest": { "method": "PATCH", "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 \"primary\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers/:testNumber", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-9cf94869-1746-415d-8d5b-acdd912219f9" }, { "id": "8f044e09-8d96-4483-b781-e65fbc29e7c9", "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "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 \"primary\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers/:testNumber", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers", ":testNumber" ], "variable": [ { "key": "senderName" }, { "key": "testNumber" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-8f044e09-8d96-4483-b781-e65fbc29e7c9" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-ae818e12-8174-426f-b6c6-1fd10f3c035c" } ], "id": "4c373b90-9a8f-4996-84a5-9a87b3d919c5", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-4c373b90-9a8f-4996-84a5-9a87b3d919c5" }, { "name": "Get RCS test numbers", "id": "f0d74720-89ac-42da-a868-d1393d4c92db", "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}}/rcs/1/senders/:senderName/test-numbers?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (1..100). The default value is 20.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is descending by 'updatedAt'. Sortable Properties: 'updatedAt'.", "key": "sort", "value": "" } ], "variable": [ { "id": "ef5ffecf-9e69-443e-8552-5fb0a0f366a9", "key": "senderName", "value": "", "description": "(Required) Identifier of a sender for which test number is requested." } ] }, "description": "Get RCS test numbers for given sender. Please note that information about status of test number was correct at the moment when test number was last time updated. If latest status for some test number is needed, [Get RCS test number](#channels/rcs/get-rcs-test-number) operation can be used." }, "response": [ { "id": "1f5771c0-7e71-4b16-9521-603689c31034", "name": "List of RCS test numbers", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (1..100). The default value is 20.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is descending by 'updatedAt'. Sortable Properties: 'updatedAt'.", "key": "sort", "value": "" } ], "variable": [ { "key": "senderName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"paging\": {\n \"page\": \"\",\n \"size\": \"\",\n \"totalPages\": \"\",\n \"totalResults\": \"\"\n },\n \"results\": [\n {\n \"primary\": \"\",\n \"status\": \"PENDING\",\n \"testNumber\": \"\",\n \"updatedAt\": \"\"\n },\n {\n \"primary\": \"\",\n \"status\": \"FAILED\",\n \"testNumber\": \"\",\n \"updatedAt\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-1f5771c0-7e71-4b16-9521-603689c31034" }, { "id": "e389c154-d268-475a-9f8e-d084796fc1f9", "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}}/rcs/1/senders/:senderName/test-numbers?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (1..100). The default value is 20.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is descending by 'updatedAt'. Sortable Properties: 'updatedAt'.", "key": "sort", "value": "" } ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-e389c154-d268-475a-9f8e-d084796fc1f9" }, { "id": "a4204e45-0bc2-4556-8317-8fab731300c0", "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}}/rcs/1/senders/:senderName/test-numbers?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (1..100). The default value is 20.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is descending by 'updatedAt'. Sortable Properties: 'updatedAt'.", "key": "sort", "value": "" } ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-a4204e45-0bc2-4556-8317-8fab731300c0" }, { "id": "4bb37609-5c8d-4866-98b2-17ac6f39a15c", "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}}/rcs/1/senders/:senderName/test-numbers?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (1..100). The default value is 20.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is descending by 'updatedAt'. Sortable Properties: 'updatedAt'.", "key": "sort", "value": "" } ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-4bb37609-5c8d-4866-98b2-17ac6f39a15c" }, { "id": "5844d4fc-fab6-4b1e-85ab-d9466e175d99", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (1..100). The default value is 20.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is descending by 'updatedAt'. Sortable Properties: 'updatedAt'.", "key": "sort", "value": "" } ], "variable": [ { "key": "senderName" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-5844d4fc-fab6-4b1e-85ab-d9466e175d99" }, { "id": "4fcb38a8-dbad-411e-b91c-ea8859e4e2f9", "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}}/rcs/1/senders/:senderName/test-numbers?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (1..100). The default value is 20.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is descending by 'updatedAt'. Sortable Properties: 'updatedAt'.", "key": "sort", "value": "" } ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-4fcb38a8-dbad-411e-b91c-ea8859e4e2f9" }, { "id": "80e00b34-cf35-4731-985a-667fc76709de", "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}}/rcs/1/senders/:senderName/test-numbers?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (1..100). The default value is 20.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is descending by 'updatedAt'. Sortable Properties: 'updatedAt'.", "key": "sort", "value": "" } ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-80e00b34-cf35-4731-985a-667fc76709de" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-f0d74720-89ac-42da-a868-d1393d4c92db" }, { "name": "Add RCS test number", "id": "931cca98-5438-44db-8c14-121e25637ba0", "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 \"testNumber\": \"65\",\n \"primary\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers" ], "variable": [ { "id": "07fb36fa-501c-4328-a4be-82e3889308ea", "key": "senderName", "value": "", "description": "(Required) Identifier of a sender for which test number is requested." } ] }, "description": "Add test number for given RCS sender. Invitation to become tester will be sent to given number and once user accepts invitation it will be possible to send test traffic to given test number using given sender. Please note that following limits will apply when adding test number for RCS sender:\n* It is allowed to add up to 20 test numbers per sender per day.\n* It is allowed to add up to 200 test number per sender in total." }, "response": [ { "id": "7db856df-6a46-4d3d-9df0-573702b16856", "name": "Request has been accepted and result of add test number operation will be sent to webhook", "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 \"testNumber\": \"65\",\n \"primary\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers" ], "variable": [ { "key": "senderName" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"senderName\": \"\",\n \"status\": \"WAITING_FOR_TESTER_ACCEPTANCE\",\n \"testNumber\": \"\"\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-7db856df-6a46-4d3d-9df0-573702b16856" }, { "id": "5c7ab9c4-7e70-4171-a359-6ae656920057", "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 \"testNumber\": \"65\",\n \"primary\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-5c7ab9c4-7e70-4171-a359-6ae656920057" }, { "id": "eebcf7e3-6b33-4796-a52b-9ec617ddbf85", "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 \"testNumber\": \"65\",\n \"primary\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-eebcf7e3-6b33-4796-a52b-9ec617ddbf85" }, { "id": "f6d2c02b-deed-46c3-ade9-8c40293da7e2", "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 \"testNumber\": \"65\",\n \"primary\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-f6d2c02b-deed-46c3-ade9-8c40293da7e2" }, { "id": "c19e953c-1334-4fef-be06-6b25c6e90204", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"testNumber\": \"65\",\n \"primary\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers" ], "variable": [ { "key": "senderName" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-c19e953c-1334-4fef-be06-6b25c6e90204" }, { "id": "ad7afd41-ae3f-4ac5-bed9-bb6168c65b57", "name": "Conflict", "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 \"testNumber\": \"65\",\n \"primary\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers" ], "variable": [ { "key": "senderName" } ] } }, "status": "Conflict", "code": 409, "_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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-ad7afd41-ae3f-4ac5-bed9-bb6168c65b57" }, { "id": "7608df47-e195-4a67-959a-157baf4d5764", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"testNumber\": \"65\",\n \"primary\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-7608df47-e195-4a67-959a-157baf4d5764" }, { "id": "01db1745-c5f0-407d-b91e-4b2705bf6b1f", "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 \"testNumber\": \"65\",\n \"primary\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName/test-numbers", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName", "test-numbers" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-01db1745-c5f0-407d-b91e-4b2705bf6b1f" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-931cca98-5438-44db-8c14-121e25637ba0" } ], "id": "e1ba215f-898e-43e7-8b5a-667066198101", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-e1ba215f-898e-43e7-8b5a-667066198101" }, { "name": "Get RCS sender", "id": "a11d1b27-da73-42cd-b79d-f15ab2707143", "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}}/rcs/1/senders/:senderName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName" ], "variable": [ { "id": "7cf78c72-dc67-4c3a-bdf3-9b4382a04a12", "key": "senderName", "value": "", "description": "(Required) Sender identifier." } ] }, "description": "Get a single RCS sender by sender name." }, "response": [ { "id": "2afa51b2-a471-48a7-9959-13da025eedf0", "name": "RCS sender", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName" ], "variable": [ { "key": "senderName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"bannerUrl\": \"\",\n \"billingCategory\": \"NON_CONVERSATIONAL\",\n \"brand\": {\n \"brandName\": \"\"\n },\n \"color\": \"\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"hostingRegion\": \"EUROPE\",\n \"logoUrl\": \"\",\n \"privacy\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"senderName\": \"\",\n \"senderStatus\": \"DRAFT\",\n \"termsOfService\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"updatedAt\": \"\",\n \"useCase\": \"OTP\",\n \"googleAgentId\": \"\",\n \"phones\": [\n {\n \"label\": \"\",\n \"phoneNumber\": \" 4)7(0(6608).267998-( 3) 2.2((\"\n },\n {\n \"label\": \"\",\n \"phoneNumber\": \"9)4 11.4-0 4(0)58(436-5-.\"\n }\n ],\n \"emails\": [\n {\n \"address\": \"\",\n \"label\": \"\"\n },\n {\n \"address\": \"\",\n \"label\": \"\"\n }\n ],\n \"websites\": [\n {\n \"label\": \"\",\n \"url\": \"\"\n },\n {\n \"label\": \"\",\n \"url\": \"\"\n }\n ],\n \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-2afa51b2-a471-48a7-9959-13da025eedf0" }, { "id": "7d48014a-8270-4628-8bfd-84030f6ac42b", "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}}/rcs/1/senders/:senderName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-7d48014a-8270-4628-8bfd-84030f6ac42b" }, { "id": "f3563e85-ad6e-445d-ba1f-ce2b360dea46", "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}}/rcs/1/senders/:senderName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-f3563e85-ad6e-445d-ba1f-ce2b360dea46" }, { "id": "463e560d-c571-4bb9-b0bd-c68c1ba4eadf", "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}}/rcs/1/senders/:senderName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-463e560d-c571-4bb9-b0bd-c68c1ba4eadf" }, { "id": "0bec1667-5e08-4c3a-8ade-beccb775f39a", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName" ], "variable": [ { "key": "senderName" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-0bec1667-5e08-4c3a-8ade-beccb775f39a" }, { "id": "482b1d51-a600-4506-82f6-89b196ac3267", "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}}/rcs/1/senders/:senderName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-482b1d51-a600-4506-82f6-89b196ac3267" }, { "id": "96f79d99-ea7a-41fa-b5da-87ebf02d62ba", "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}}/rcs/1/senders/:senderName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-96f79d99-ea7a-41fa-b5da-87ebf02d62ba" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-a11d1b27-da73-42cd-b79d-f15ab2707143" }, { "name": "Update an RCS sender", "id": "bc4b3327-6dfb-481c-bf60-527f5412ba8a", "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 \"bannerUrl\": \"\",\n \"billingCategory\": \"NON_CONVERSATIONAL\",\n \"color\": \"a36713\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"logoUrl\": \"\",\n \"privacy\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"termsOfService\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"useCase\": \"TRANSACTIONAL\",\n \"phones\": [\n {\n \"label\": \"\",\n \"phoneNumber\": \"+92874 5467 0)-8(...65.0255\"\n },\n {\n \"label\": \"\",\n \"phoneNumber\": \"41\"\n }\n ],\n \"emails\": [\n {\n \"address\": \"\",\n \"label\": \"\"\n },\n {\n \"address\": \"\",\n \"label\": \"\"\n }\n ],\n \"websites\": [\n {\n \"label\": \"\",\n \"url\": \"\"\n },\n {\n \"label\": \"\",\n \"url\": \"\"\n }\n ],\n \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName" ], "variable": [ { "id": "db7039b2-1971-4924-ba34-7ff39090ce76", "key": "senderName", "value": "", "description": "(Required) Sender identifier." } ] }, "description": "Update an RCS sender. Please note that once sender is locked, it's not possible to update sender data anymore." }, "response": [ { "id": "08baecf9-a2a8-4ef7-aab0-8a8cf81220b7", "name": "Request has been accepted and result of update sender operation will be sent to webhook", "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 \"bannerUrl\": \"\",\n \"billingCategory\": \"NON_CONVERSATIONAL\",\n \"color\": \"a36713\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"logoUrl\": \"\",\n \"privacy\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"termsOfService\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"useCase\": \"TRANSACTIONAL\",\n \"phones\": [\n {\n \"label\": \"\",\n \"phoneNumber\": \"+92874 5467 0)-8(...65.0255\"\n },\n {\n \"label\": \"\",\n \"phoneNumber\": \"41\"\n }\n ],\n \"emails\": [\n {\n \"address\": \"\",\n \"label\": \"\"\n },\n {\n \"address\": \"\",\n \"label\": \"\"\n }\n ],\n \"websites\": [\n {\n \"label\": \"\",\n \"url\": \"\"\n },\n {\n \"label\": \"\",\n \"url\": \"\"\n }\n ],\n \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName" ], "variable": [ { "key": "senderName" } ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"senderName\": \"\",\n \"senderStatus\": \"READY_FOR_TESTING\"\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-08baecf9-a2a8-4ef7-aab0-8a8cf81220b7" }, { "id": "57d7878e-6c49-4fe9-b2f3-816568685d3f", "name": "Bad request", "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 \"bannerUrl\": \"\",\n \"billingCategory\": \"NON_CONVERSATIONAL\",\n \"color\": \"a36713\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"logoUrl\": \"\",\n \"privacy\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"termsOfService\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"useCase\": \"TRANSACTIONAL\",\n \"phones\": [\n {\n \"label\": \"\",\n \"phoneNumber\": \"+92874 5467 0)-8(...65.0255\"\n },\n {\n \"label\": \"\",\n \"phoneNumber\": \"41\"\n }\n ],\n \"emails\": [\n {\n \"address\": \"\",\n \"label\": \"\"\n },\n {\n \"address\": \"\",\n \"label\": \"\"\n }\n ],\n \"websites\": [\n {\n \"label\": \"\",\n \"url\": \"\"\n },\n {\n \"label\": \"\",\n \"url\": \"\"\n }\n ],\n \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-57d7878e-6c49-4fe9-b2f3-816568685d3f" }, { "id": "21efb969-9a2c-4c28-a34c-5791af0c5d31", "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 \"bannerUrl\": \"\",\n \"billingCategory\": \"NON_CONVERSATIONAL\",\n \"color\": \"a36713\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"logoUrl\": \"\",\n \"privacy\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"termsOfService\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"useCase\": \"TRANSACTIONAL\",\n \"phones\": [\n {\n \"label\": \"\",\n \"phoneNumber\": \"+92874 5467 0)-8(...65.0255\"\n },\n {\n \"label\": \"\",\n \"phoneNumber\": \"41\"\n }\n ],\n \"emails\": [\n {\n \"address\": \"\",\n \"label\": \"\"\n },\n {\n \"address\": \"\",\n \"label\": \"\"\n }\n ],\n \"websites\": [\n {\n \"label\": \"\",\n \"url\": \"\"\n },\n {\n \"label\": \"\",\n \"url\": \"\"\n }\n ],\n \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-21efb969-9a2c-4c28-a34c-5791af0c5d31" }, { "id": "648d45f9-5946-451a-89ae-22ee58ef1d09", "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 \"bannerUrl\": \"\",\n \"billingCategory\": \"NON_CONVERSATIONAL\",\n \"color\": \"a36713\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"logoUrl\": \"\",\n \"privacy\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"termsOfService\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"useCase\": \"TRANSACTIONAL\",\n \"phones\": [\n {\n \"label\": \"\",\n \"phoneNumber\": \"+92874 5467 0)-8(...65.0255\"\n },\n {\n \"label\": \"\",\n \"phoneNumber\": \"41\"\n }\n ],\n \"emails\": [\n {\n \"address\": \"\",\n \"label\": \"\"\n },\n {\n \"address\": \"\",\n \"label\": \"\"\n }\n ],\n \"websites\": [\n {\n \"label\": \"\",\n \"url\": \"\"\n },\n {\n \"label\": \"\",\n \"url\": \"\"\n }\n ],\n \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-648d45f9-5946-451a-89ae-22ee58ef1d09" }, { "id": "ccdcf9cf-49cf-47ab-8db7-86fe7df9c421", "name": "Not Found", "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 \"bannerUrl\": \"\",\n \"billingCategory\": \"NON_CONVERSATIONAL\",\n \"color\": \"a36713\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"logoUrl\": \"\",\n \"privacy\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"termsOfService\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"useCase\": \"TRANSACTIONAL\",\n \"phones\": [\n {\n \"label\": \"\",\n \"phoneNumber\": \"+92874 5467 0)-8(...65.0255\"\n },\n {\n \"label\": \"\",\n \"phoneNumber\": \"41\"\n }\n ],\n \"emails\": [\n {\n \"address\": \"\",\n \"label\": \"\"\n },\n {\n \"address\": \"\",\n \"label\": \"\"\n }\n ],\n \"websites\": [\n {\n \"label\": \"\",\n \"url\": \"\"\n },\n {\n \"label\": \"\",\n \"url\": \"\"\n }\n ],\n \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName" ], "variable": [ { "key": "senderName" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-ccdcf9cf-49cf-47ab-8db7-86fe7df9c421" }, { "id": "4f4100d4-b2fc-489b-b281-e11ad2136b8e", "name": "Conflict", "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 \"bannerUrl\": \"\",\n \"billingCategory\": \"NON_CONVERSATIONAL\",\n \"color\": \"a36713\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"logoUrl\": \"\",\n \"privacy\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"termsOfService\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"useCase\": \"TRANSACTIONAL\",\n \"phones\": [\n {\n \"label\": \"\",\n \"phoneNumber\": \"+92874 5467 0)-8(...65.0255\"\n },\n {\n \"label\": \"\",\n \"phoneNumber\": \"41\"\n }\n ],\n \"emails\": [\n {\n \"address\": \"\",\n \"label\": \"\"\n },\n {\n \"address\": \"\",\n \"label\": \"\"\n }\n ],\n \"websites\": [\n {\n \"label\": \"\",\n \"url\": \"\"\n },\n {\n \"label\": \"\",\n \"url\": \"\"\n }\n ],\n \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName" ], "variable": [ { "key": "senderName" } ] } }, "status": "Conflict", "code": 409, "_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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-4f4100d4-b2fc-489b-b281-e11ad2136b8e" }, { "id": "8ab81186-21a7-4885-b61c-292383d36bf6", "name": "Too Many Requests", "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 \"bannerUrl\": \"\",\n \"billingCategory\": \"NON_CONVERSATIONAL\",\n \"color\": \"a36713\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"logoUrl\": \"\",\n \"privacy\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"termsOfService\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"useCase\": \"TRANSACTIONAL\",\n \"phones\": [\n {\n \"label\": \"\",\n \"phoneNumber\": \"+92874 5467 0)-8(...65.0255\"\n },\n {\n \"label\": \"\",\n \"phoneNumber\": \"41\"\n }\n ],\n \"emails\": [\n {\n \"address\": \"\",\n \"label\": \"\"\n },\n {\n \"address\": \"\",\n \"label\": \"\"\n }\n ],\n \"websites\": [\n {\n \"label\": \"\",\n \"url\": \"\"\n },\n {\n \"label\": \"\",\n \"url\": \"\"\n }\n ],\n \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-8ab81186-21a7-4885-b61c-292383d36bf6" }, { "id": "ff602ce8-6290-4e33-9b46-3b270cf760c8", "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 \"bannerUrl\": \"\",\n \"billingCategory\": \"NON_CONVERSATIONAL\",\n \"color\": \"a36713\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"logoUrl\": \"\",\n \"privacy\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"termsOfService\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"useCase\": \"TRANSACTIONAL\",\n \"phones\": [\n {\n \"label\": \"\",\n \"phoneNumber\": \"+92874 5467 0)-8(...65.0255\"\n },\n {\n \"label\": \"\",\n \"phoneNumber\": \"41\"\n }\n ],\n \"emails\": [\n {\n \"address\": \"\",\n \"label\": \"\"\n },\n {\n \"address\": \"\",\n \"label\": \"\"\n }\n ],\n \"websites\": [\n {\n \"label\": \"\",\n \"url\": \"\"\n },\n {\n \"label\": \"\",\n \"url\": \"\"\n }\n ],\n \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:senderName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":senderName" ], "variable": [ { "key": "senderName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-ff602ce8-6290-4e33-9b46-3b270cf760c8" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-bc4b3327-6dfb-481c-bf60-527f5412ba8a" } ], "id": "2eb18a14-3d70-43ef-b7fb-a2ebca2c7855", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-2eb18a14-3d70-43ef-b7fb-a2ebca2c7855" }, { "name": "providers", "item": [ { "name": "Get RCS available providers", "id": "bc321ab8-f740-4ede-882d-2ba3dd2939c5", "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}}/rcs/1/senders/providers?countryCode=&page=0&pageSize=20&sortDirection=ASC", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", "providers" ], "query": [ { "description": "Country code in two-letter ISO 3166-1 alpha 2 standard. If set, only providers available in the specified country will be returned.", "key": "countryCode", "value": "" }, { "description": "Results page you want to retrieve (0..N).", "key": "page", "value": "0" }, { "description": "Number of records per page (1..200).", "key": "pageSize", "value": "20" }, { "description": "Sorting order by property 'countryCode'. Sorting orders: ASC, DESC.", "key": "sortDirection", "value": "ASC" } ] }, "description": "Retrieve a list of RCS available providers specified by countries." }, "response": [ { "id": "755a6012-3f20-44e1-8a56-be49a7d64b2e", "name": "List of RCS available providers", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/providers?countryCode=&page=0&pageSize=20&sortDirection=ASC", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", "providers" ], "query": [ { "description": "Country code in two-letter ISO 3166-1 alpha 2 standard. If set, only providers available in the specified country will be returned.", "key": "countryCode", "value": "" }, { "description": "Results page you want to retrieve (0..N).", "key": "page", "value": "0" }, { "description": "Number of records per page (1..200).", "key": "pageSize", "value": "20" }, { "description": "Sorting order by property 'countryCode'. Sorting orders: ASC, DESC.", "key": "sortDirection", "value": "ASC" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"paging\": {\n \"page\": \"\",\n \"size\": \"\",\n \"totalPages\": \"\",\n \"totalResults\": \"\"\n },\n \"results\": [\n {\n \"countryCode\": \"\",\n \"providers\": [\n \"\",\n \"\"\n ]\n },\n {\n \"countryCode\": \"\",\n \"providers\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-755a6012-3f20-44e1-8a56-be49a7d64b2e" }, { "id": "283f3fa7-82fd-4f52-ba1d-4218ff222c14", "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}}/rcs/1/senders/providers?countryCode=&page=0&pageSize=20&sortDirection=ASC", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", "providers" ], "query": [ { "description": "Country code in two-letter ISO 3166-1 alpha 2 standard. If set, only providers available in the specified country will be returned.", "key": "countryCode", "value": "" }, { "description": "Results page you want to retrieve (0..N).", "key": "page", "value": "0" }, { "description": "Number of records per page (1..200).", "key": "pageSize", "value": "20" }, { "description": "Sorting order by property 'countryCode'. Sorting orders: ASC, DESC.", "key": "sortDirection", "value": "ASC" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-283f3fa7-82fd-4f52-ba1d-4218ff222c14" }, { "id": "eabd1360-72e0-4d60-9adf-b48292a34c1a", "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}}/rcs/1/senders/providers?countryCode=&page=0&pageSize=20&sortDirection=ASC", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", "providers" ], "query": [ { "description": "Country code in two-letter ISO 3166-1 alpha 2 standard. If set, only providers available in the specified country will be returned.", "key": "countryCode", "value": "" }, { "description": "Results page you want to retrieve (0..N).", "key": "page", "value": "0" }, { "description": "Number of records per page (1..200).", "key": "pageSize", "value": "20" }, { "description": "Sorting order by property 'countryCode'. Sorting orders: ASC, DESC.", "key": "sortDirection", "value": "ASC" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-eabd1360-72e0-4d60-9adf-b48292a34c1a" }, { "id": "c8277a53-4a3c-4393-ba93-120d2b5fdeaa", "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}}/rcs/1/senders/providers?countryCode=&page=0&pageSize=20&sortDirection=ASC", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", "providers" ], "query": [ { "description": "Country code in two-letter ISO 3166-1 alpha 2 standard. If set, only providers available in the specified country will be returned.", "key": "countryCode", "value": "" }, { "description": "Results page you want to retrieve (0..N).", "key": "page", "value": "0" }, { "description": "Number of records per page (1..200).", "key": "pageSize", "value": "20" }, { "description": "Sorting order by property 'countryCode'. Sorting orders: ASC, DESC.", "key": "sortDirection", "value": "ASC" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-c8277a53-4a3c-4393-ba93-120d2b5fdeaa" }, { "id": "53d92d4c-053e-4567-b1e5-f245774b5808", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/providers?countryCode=&page=0&pageSize=20&sortDirection=ASC", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", "providers" ], "query": [ { "description": "Country code in two-letter ISO 3166-1 alpha 2 standard. If set, only providers available in the specified country will be returned.", "key": "countryCode", "value": "" }, { "description": "Results page you want to retrieve (0..N).", "key": "page", "value": "0" }, { "description": "Number of records per page (1..200).", "key": "pageSize", "value": "20" }, { "description": "Sorting order by property 'countryCode'. Sorting orders: ASC, DESC.", "key": "sortDirection", "value": "ASC" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-53d92d4c-053e-4567-b1e5-f245774b5808" }, { "id": "8eaa9639-364e-4878-b8db-6e25e61a4d41", "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}}/rcs/1/senders/providers?countryCode=&page=0&pageSize=20&sortDirection=ASC", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", "providers" ], "query": [ { "description": "Country code in two-letter ISO 3166-1 alpha 2 standard. If set, only providers available in the specified country will be returned.", "key": "countryCode", "value": "" }, { "description": "Results page you want to retrieve (0..N).", "key": "page", "value": "0" }, { "description": "Number of records per page (1..200).", "key": "pageSize", "value": "20" }, { "description": "Sorting order by property 'countryCode'. Sorting orders: ASC, DESC.", "key": "sortDirection", "value": "ASC" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-8eaa9639-364e-4878-b8db-6e25e61a4d41" }, { "id": "9026f6ac-17fd-457d-8b95-1e8db8b252d7", "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}}/rcs/1/senders/providers?countryCode=&page=0&pageSize=20&sortDirection=ASC", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", "providers" ], "query": [ { "description": "Country code in two-letter ISO 3166-1 alpha 2 standard. If set, only providers available in the specified country will be returned.", "key": "countryCode", "value": "" }, { "description": "Results page you want to retrieve (0..N).", "key": "page", "value": "0" }, { "description": "Number of records per page (1..200).", "key": "pageSize", "value": "20" }, { "description": "Sorting order by property 'countryCode'. Sorting orders: ASC, DESC.", "key": "sortDirection", "value": "ASC" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-9026f6ac-17fd-457d-8b95-1e8db8b252d7" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-bc321ab8-f740-4ede-882d-2ba3dd2939c5" } ], "id": "6660fed7-0074-4a84-bbde-9d2438e59f91", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-6660fed7-0074-4a84-bbde-9d2438e59f91" }, { "name": "{sender}", "item": [ { "name": "templates", "item": [ { "name": "{templateName}", "item": [ { "name": "status", "item": [ { "name": "Get RCS template status", "id": "01c4b748-10c0-4b19-bfd0-9789e2344cfb", "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}}/rcs/1/senders/:sender/templates/:templateName/status", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName", "status" ], "variable": [ { "id": "e9934c1e-ca56-4110-8239-7038a55e4f06", "key": "sender", "value": "", "description": "(Required) The sender whose template status will be retrieved." }, { "id": "5dfa9786-f006-4324-ada0-5729cd114564", "key": "templateName", "value": "", "description": "(Required) The unique name of the template for which the status will be retrieved." } ] }, "description": "Retrieve the detailed status of a specified RCS template for a given sender. Available only for senders that support templates." }, "response": [ { "id": "fd31f484-eabe-405c-aabe-35b53d83ae98", "name": "RCS Template Status", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName/status", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName", "status" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"coverage\": [\n {\n \"countryCode\": \"\",\n \"providers\": [\n {\n \"providerName\": \"\",\n \"status\": \"REJECTED\",\n \"updatedAt\": \"\"\n },\n {\n \"providerName\": \"\",\n \"status\": \"REJECTED\",\n \"updatedAt\": \"\"\n }\n ]\n },\n {\n \"countryCode\": \"\",\n \"providers\": [\n {\n \"providerName\": \"\",\n \"status\": \"SUSPENDED\",\n \"updatedAt\": \"\"\n },\n {\n \"providerName\": \"\",\n \"status\": \"SUSPENDED\",\n \"updatedAt\": \"\"\n }\n ]\n }\n ],\n \"name\": \"\",\n \"status\": \"APPROVED_PARTIALLY\"\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-fd31f484-eabe-405c-aabe-35b53d83ae98" }, { "id": "27f81856-357d-46b1-9bb7-e2cb779cd93a", "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}}/rcs/1/senders/:sender/templates/:templateName/status", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName", "status" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-27f81856-357d-46b1-9bb7-e2cb779cd93a" }, { "id": "67cb5d63-a79e-4611-a1bf-aa62286bd1cd", "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}}/rcs/1/senders/:sender/templates/:templateName/status", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName", "status" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-67cb5d63-a79e-4611-a1bf-aa62286bd1cd" }, { "id": "5aaaf459-9081-42af-8ffd-8f7be34980d2", "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}}/rcs/1/senders/:sender/templates/:templateName/status", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName", "status" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-5aaaf459-9081-42af-8ffd-8f7be34980d2" }, { "id": "5bf94b3d-65bd-4b96-95fa-d4d17834cfa1", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName/status", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName", "status" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-5bf94b3d-65bd-4b96-95fa-d4d17834cfa1" }, { "id": "6834cb09-f353-4864-92bb-57d0cf9f72bd", "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}}/rcs/1/senders/:sender/templates/:templateName/status", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName", "status" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-6834cb09-f353-4864-92bb-57d0cf9f72bd" }, { "id": "35b1b24e-e137-45c5-a881-f900c1ab5525", "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}}/rcs/1/senders/:sender/templates/:templateName/status", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName", "status" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-35b1b24e-e137-45c5-a881-f900c1ab5525" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-01c4b748-10c0-4b19-bfd0-9789e2344cfb" } ], "id": "62c88446-adf0-4c7e-addd-8c2fa2611c0d", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-62c88446-adf0-4c7e-addd-8c2fa2611c0d" }, { "name": "register", "item": [ { "name": "Register an RCS template", "id": "16f7b0e4-7ea9-4845-b422-c130024aaa8c", "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": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"providers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName/register", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName", "register" ], "variable": [ { "id": "16253183-393f-4600-b232-725a5c672cec", "key": "sender", "value": "", "description": "(Required) The sender whose template should be registered with additional providers." }, { "id": "f00a3461-1de0-4069-abc2-342387b66d65", "key": "templateName", "value": "", "description": "(Required) The unique name of the template that should be registered with additional providers." } ] }, "description": "Registers an RCS template with additional providers. Available only for senders that support templates." }, "response": [ { "id": "6a55283e-751e-4ef7-812a-9b5d845f6fc9", "name": "RCS template registered successfully", "originalRequest": { "method": "PATCH", "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 \"providers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName/register", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName", "register" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": {\n \"type\": \"TEXT\"\n },\n \"lastUpdate\": \"\",\n \"name\": \"\",\n \"status\": \"APPROVED_PARTIALLY\",\n \"type\": \"TEXT_WITH_PDF\"\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-6a55283e-751e-4ef7-812a-9b5d845f6fc9" }, { "id": "04690ade-0ccd-497d-8ee0-7ef26f885a88", "name": "Bad request", "originalRequest": { "method": "PATCH", "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 \"providers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName/register", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName", "register" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-04690ade-0ccd-497d-8ee0-7ef26f885a88" }, { "id": "729ef1a2-116d-4e24-af0b-cd2fbc5630b5", "name": "Unauthorized", "originalRequest": { "method": "PATCH", "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 \"providers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName/register", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName", "register" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-729ef1a2-116d-4e24-af0b-cd2fbc5630b5" }, { "id": "2f0f936b-958a-4f51-afb8-ed5283e31aab", "name": "Forbidden", "originalRequest": { "method": "PATCH", "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 \"providers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName/register", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName", "register" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-2f0f936b-958a-4f51-afb8-ed5283e31aab" }, { "id": "f2a07383-db27-44a6-8c57-dc305869806f", "name": "Not Found", "originalRequest": { "method": "PATCH", "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 \"providers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName/register", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName", "register" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-f2a07383-db27-44a6-8c57-dc305869806f" }, { "id": "faa03515-fd5d-4898-b5a2-4a74abbfb95e", "name": "Too Many Requests", "originalRequest": { "method": "PATCH", "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 \"providers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName/register", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName", "register" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-faa03515-fd5d-4898-b5a2-4a74abbfb95e" }, { "id": "51d96365-85ea-4c5a-8dc7-f36b99d7115a", "name": "Internal Server Error", "originalRequest": { "method": "PATCH", "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 \"providers\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName/register", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName", "register" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-51d96365-85ea-4c5a-8dc7-f36b99d7115a" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-16f7b0e4-7ea9-4845-b422-c130024aaa8c" } ], "id": "42be8262-2550-428f-b119-f284a1a0721d", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-42be8262-2550-428f-b119-f284a1a0721d" }, { "name": "Get RCS template", "id": "d2e9649b-b44d-4b0d-999a-a3dd4d2c3c47", "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}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "id": "76fa5358-96b5-461c-8d62-474fb935cd72", "key": "sender", "value": "", "description": "(Required) The sender whose specific template will be retrieved." }, { "id": "b72459b6-31fa-4c6c-b356-47f1fb6b66e8", "key": "templateName", "value": "", "description": "(Required) The unique name of the template that will be retrieved for the specified sender." } ] }, "description": "Retrieve a single RCS template with its status for a given sender and template name. Available only for senders that support templates." }, "response": [ { "id": "ccf243ef-622a-4123-aff9-70f2f395c350", "name": "Template details for the given sender and template name.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": {\n \"type\": \"TEXT\"\n },\n \"lastUpdate\": \"\",\n \"name\": \"\",\n \"status\": \"APPROVED_PARTIALLY\",\n \"type\": \"TEXT_WITH_PDF\"\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-ccf243ef-622a-4123-aff9-70f2f395c350" }, { "id": "543f37f5-e70a-4a7e-9d74-4943505a02c6", "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}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-543f37f5-e70a-4a7e-9d74-4943505a02c6" }, { "id": "2811f3dc-84b9-4190-8b98-28b401fface5", "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}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-2811f3dc-84b9-4190-8b98-28b401fface5" }, { "id": "ae3e8cff-c414-4acc-bccb-607df69294c1", "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}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-ae3e8cff-c414-4acc-bccb-607df69294c1" }, { "id": "4b32fea9-8e4d-4261-ab14-d8c5bae75fee", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-4b32fea9-8e4d-4261-ab14-d8c5bae75fee" }, { "id": "e05eecec-a504-4f42-a391-eb068ea6be6f", "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}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-e05eecec-a504-4f42-a391-eb068ea6be6f" }, { "id": "54442f80-ef3c-4e4f-97b6-2d2b6c7da1d3", "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}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-54442f80-ef3c-4e4f-97b6-2d2b6c7da1d3" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-d2e9649b-b44d-4b0d-999a-a3dd4d2c3c47" }, { "name": "Edit an RCS template", "id": "abe5b1a6-d384-4dce-b5c1-9faef98ca645", "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 \"type\": \"TEXT\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "id": "563a9a1e-0be3-47ee-ab18-f7e12297925a", "key": "sender", "value": "", "description": "(Required) The sender whose template will be updated." }, { "id": "552e8849-2dbd-4d52-a2e9-d969e9ef6dcc", "key": "templateName", "value": "", "description": "(Required) The unique name of the template that will be updated for the specified sender." } ] }, "description": "Edit an RCS template. Only PENDING, SUSPENDED or REJECTED templates can be edited. APPROVED templates cannot be modified. Available only for senders that support templates.." }, "response": [ { "id": "ebb1a0d7-1307-4df4-84f5-8c50a9786e38", "name": "RCS template edited successfully", "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 \"type\": \"TEXT\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": {\n \"type\": \"TEXT\"\n },\n \"lastUpdate\": \"\",\n \"name\": \"\",\n \"status\": \"APPROVED_PARTIALLY\",\n \"type\": \"TEXT_WITH_PDF\"\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-ebb1a0d7-1307-4df4-84f5-8c50a9786e38" }, { "id": "12678efd-95c7-4af5-ad61-87042fee79ed", "name": "Bad request", "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 \"type\": \"TEXT\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-12678efd-95c7-4af5-ad61-87042fee79ed" }, { "id": "92e89c01-ec85-479a-bc7f-65c63973a1ba", "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 \"type\": \"TEXT\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-92e89c01-ec85-479a-bc7f-65c63973a1ba" }, { "id": "7a4b5b56-4d18-40c4-a0f6-0b0d79b5a69a", "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 \"type\": \"TEXT\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-7a4b5b56-4d18-40c4-a0f6-0b0d79b5a69a" }, { "id": "84bd8fd2-ff74-4023-9bce-928d253df900", "name": "Not Found", "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 \"type\": \"TEXT\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-84bd8fd2-ff74-4023-9bce-928d253df900" }, { "id": "4e94da5e-c756-49bc-ab9d-564ff4a6b0a9", "name": "Too Many Requests", "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 \"type\": \"TEXT\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-4e94da5e-c756-49bc-ab9d-564ff4a6b0a9" }, { "id": "1076a265-07a9-4118-a7e0-020299c20d67", "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 \"type\": \"TEXT\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-1076a265-07a9-4118-a7e0-020299c20d67" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-abe5b1a6-d384-4dce-b5c1-9faef98ca645" }, { "name": "Create an RCS template", "id": "b53f76d1-4ab0-4a1c-adbf-b6a869896b55", "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 \"type\": \"TEXT\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "id": "04b2a72b-d114-4f82-8ae4-4bbabed2da57", "key": "sender", "value": "", "description": "(Required) The sender for whom the template will be created." }, { "id": "686009eb-71b5-403b-bfe7-441c3ae224a0", "key": "templateName", "value": "", "description": "(Required) The unique name of the template that will be created for the specified sender. Must contain only alphanumeric characters and underscores." } ] }, "description": "Create an RCS template for a specified sender. The template will be submitted for review and approval. Once approved, the template can be used for messaging. Available only for senders that support templates. Please note that this endpoint is deprecated and will be removed in future versions." }, "response": [ { "id": "f6a2cf04-852b-4ba1-b8ca-e630d7f563b6", "name": "RCS template created successfully", "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 \"type\": \"TEXT\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": {\n \"type\": \"TEXT\"\n },\n \"lastUpdate\": \"\",\n \"name\": \"\",\n \"status\": \"APPROVED_PARTIALLY\",\n \"type\": \"TEXT_WITH_PDF\"\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-f6a2cf04-852b-4ba1-b8ca-e630d7f563b6" }, { "id": "c885ad30-4345-4708-b9bc-3340966e168f", "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 \"type\": \"TEXT\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-c885ad30-4345-4708-b9bc-3340966e168f" }, { "id": "3a14f5b2-553a-4c17-8047-74a66dd4d37d", "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 \"type\": \"TEXT\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-3a14f5b2-553a-4c17-8047-74a66dd4d37d" }, { "id": "4dacd46c-23cb-438a-925c-905d16c0910f", "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 \"type\": \"TEXT\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-4dacd46c-23cb-438a-925c-905d16c0910f" }, { "id": "55a9daaa-81a8-4479-bfb0-f01d2bb248b9", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"TEXT\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-55a9daaa-81a8-4479-bfb0-f01d2bb248b9" }, { "id": "6cf6ae00-3f40-4b1f-856d-05995567c781", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"TEXT\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-6cf6ae00-3f40-4b1f-856d-05995567c781" }, { "id": "6ea1ab6c-ada9-41db-ae31-b1769acaf8db", "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 \"type\": \"TEXT\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-6ea1ab6c-ada9-41db-ae31-b1769acaf8db" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-b53f76d1-4ab0-4a1c-adbf-b6a869896b55" }, { "name": "Delete an RCS template", "id": "62c29a40-e08b-4a8f-9207-1af537d43b3d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "id": "854fd6b3-b04d-43f8-b399-db5b03ebfc4e", "key": "sender", "value": "", "description": "(Required) The sender whose template will be deleted." }, { "id": "2adb3bc4-c933-4663-99bf-5dcb6fcff656", "key": "templateName", "value": "", "description": "(Required) The unique name of the template that will be deleted for the specified sender." } ] }, "description": "Delete an RCS template. Any messages sent using a deleted template will be rejected. Available only for senders that support templates." }, "response": [ { "id": "a1ef979c-3a3a-4ed9-ad66-33e60543679c", "name": "RCS template deleted successfully", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-a1ef979c-3a3a-4ed9-ad66-33e60543679c" }, { "id": "52c1dccd-174e-46b0-9706-5991aa815604", "name": "Bad request", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-52c1dccd-174e-46b0-9706-5991aa815604" }, { "id": "9f215336-476c-414a-91fc-c2910f3401a4", "name": "Unauthorized", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-9f215336-476c-414a-91fc-c2910f3401a4" }, { "id": "de7ed807-0e61-4086-b817-49b392f4bee8", "name": "Forbidden", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-de7ed807-0e61-4086-b817-49b392f4bee8" }, { "id": "07742b32-dfc5-464a-bbb6-674c75447067", "name": "Not Found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-07742b32-dfc5-464a-bbb6-674c75447067" }, { "id": "e9a7c2cd-c1aa-410e-8937-65344b1e410a", "name": "Too Many Requests", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-e9a7c2cd-c1aa-410e-8937-65344b1e410a" }, { "id": "aa43d073-138f-4014-b5f7-45e2e33fba0d", "name": "Internal Server Error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates/:templateName", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates", ":templateName" ], "variable": [ { "key": "sender" }, { "key": "templateName" } ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-aa43d073-138f-4014-b5f7-45e2e33fba0d" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-62c29a40-e08b-4a8f-9207-1af537d43b3d" } ], "id": "9fe60c31-f031-4876-a938-166f4b8f6ecf", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-9fe60c31-f031-4876-a938-166f4b8f6ecf" }, { "name": "Get RCS templates", "id": "49320587-10b8-4b68-bb72-62cce8270ba9", "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}}/rcs/1/senders/:sender/templates?status=SUSPENDED", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates" ], "query": [ { "description": "The status used to filter and retrieve templates with the specified state. If the status is not specified, all templates are returned.", "key": "status", "value": "SUSPENDED" } ], "variable": [ { "id": "88870b5d-7dbd-4d38-85ff-f216949e2cc6", "key": "sender", "value": "", "description": "(Required) The sender whose templates will be retrieved." } ] }, "description": "Retrieve all RCS templates and their statuses for a specified sender. Available only for senders that support templates." }, "response": [ { "id": "b0fc49f1-dcbe-47ce-9746-0517080e7402", "name": "List of all templates with status for the given sender.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates?status=SUSPENDED", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates" ], "query": [ { "description": "The status used to filter and retrieve templates with the specified state. If the status is not specified, all templates are returned.", "key": "status", "value": "SUSPENDED" } ], "variable": [ { "key": "sender" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"lastUpdate\": \"\",\n \"name\": \"\",\n \"status\": \"APPROVED_PARTIALLY\",\n \"type\": \"CARD\"\n },\n {\n \"lastUpdate\": \"\",\n \"name\": \"\",\n \"status\": \"APPROVED_IN_PROGRESS\",\n \"type\": \"CARD\"\n }\n]", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-b0fc49f1-dcbe-47ce-9746-0517080e7402" }, { "id": "83453bc4-0de1-4090-a495-d3f0a7588ae7", "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}}/rcs/1/senders/:sender/templates?status=SUSPENDED", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates" ], "query": [ { "description": "The status used to filter and retrieve templates with the specified state. If the status is not specified, all templates are returned.", "key": "status", "value": "SUSPENDED" } ], "variable": [ { "key": "sender" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-83453bc4-0de1-4090-a495-d3f0a7588ae7" }, { "id": "b402cd00-b804-4224-9c23-5a03be27e6dd", "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}}/rcs/1/senders/:sender/templates?status=SUSPENDED", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates" ], "query": [ { "description": "The status used to filter and retrieve templates with the specified state. If the status is not specified, all templates are returned.", "key": "status", "value": "SUSPENDED" } ], "variable": [ { "key": "sender" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-b402cd00-b804-4224-9c23-5a03be27e6dd" }, { "id": "6947252b-97b9-47c9-9cfa-e31e8b4eb1bc", "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}}/rcs/1/senders/:sender/templates?status=SUSPENDED", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates" ], "query": [ { "description": "The status used to filter and retrieve templates with the specified state. If the status is not specified, all templates are returned.", "key": "status", "value": "SUSPENDED" } ], "variable": [ { "key": "sender" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-6947252b-97b9-47c9-9cfa-e31e8b4eb1bc" }, { "id": "69161a8b-8cf3-480a-8723-83608a2a8bd9", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates?status=SUSPENDED", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates" ], "query": [ { "description": "The status used to filter and retrieve templates with the specified state. If the status is not specified, all templates are returned.", "key": "status", "value": "SUSPENDED" } ], "variable": [ { "key": "sender" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-69161a8b-8cf3-480a-8723-83608a2a8bd9" }, { "id": "f58f6f5a-578c-43e2-a33d-86a654f2d821", "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}}/rcs/1/senders/:sender/templates?status=SUSPENDED", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates" ], "query": [ { "description": "The status used to filter and retrieve templates with the specified state. If the status is not specified, all templates are returned.", "key": "status", "value": "SUSPENDED" } ], "variable": [ { "key": "sender" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-f58f6f5a-578c-43e2-a33d-86a654f2d821" }, { "id": "8d91c784-bf7f-44dd-b889-1dd3235e90c9", "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}}/rcs/1/senders/:sender/templates?status=SUSPENDED", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates" ], "query": [ { "description": "The status used to filter and retrieve templates with the specified state. If the status is not specified, all templates are returned.", "key": "status", "value": "SUSPENDED" } ], "variable": [ { "key": "sender" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-8d91c784-bf7f-44dd-b889-1dd3235e90c9" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-49320587-10b8-4b68-bb72-62cce8270ba9" }, { "name": "Create an RCS template", "id": "15fa5645-e2bb-4a0d-bf02-2bfded5e122c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"type\": \"CARD\"\n },\n \"providers\": [],\n \"templateName\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates" ], "variable": [ { "id": "b4a27726-6f8f-4fb1-8b9d-dfa7c2cb77ee", "key": "sender", "value": "", "description": "(Required) The sender for whom the template will be created." } ] }, "description": "Create an RCS template for a specified sender. The template will be submitted for review and approval. Once approved, the template can be used for messaging. Available only for senders that support templates." }, "response": [ { "id": "d300fc8e-9cc8-4b5b-8fe5-a16328fb50d5", "name": "RCS template created successfully", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"type\": \"CARD\"\n },\n \"providers\": [],\n \"templateName\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates" ], "variable": [ { "key": "sender" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": {\n \"type\": \"TEXT\"\n },\n \"lastUpdate\": \"\",\n \"name\": \"\",\n \"status\": \"APPROVED_PARTIALLY\",\n \"type\": \"TEXT_WITH_PDF\"\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-d300fc8e-9cc8-4b5b-8fe5-a16328fb50d5" }, { "id": "d3706a7e-7bd2-4737-b26a-8db0a89c8a3d", "name": "Bad request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"type\": \"CARD\"\n },\n \"providers\": [],\n \"templateName\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates" ], "variable": [ { "key": "sender" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-d3706a7e-7bd2-4737-b26a-8db0a89c8a3d" }, { "id": "874f92d4-6b8e-4904-adc7-3b668af69764", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"type\": \"CARD\"\n },\n \"providers\": [],\n \"templateName\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates" ], "variable": [ { "key": "sender" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-874f92d4-6b8e-4904-adc7-3b668af69764" }, { "id": "0aec6890-3439-4e0c-a5f2-123508b0d7d5", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"type\": \"CARD\"\n },\n \"providers\": [],\n \"templateName\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates" ], "variable": [ { "key": "sender" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-0aec6890-3439-4e0c-a5f2-123508b0d7d5" }, { "id": "ade9302b-6a4e-4732-9f4c-84a0ee147554", "name": "Not Found", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"type\": \"CARD\"\n },\n \"providers\": [],\n \"templateName\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates" ], "variable": [ { "key": "sender" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-ade9302b-6a4e-4732-9f4c-84a0ee147554" }, { "id": "4b83f284-1c6e-447f-a5b4-1a49a5cdf86d", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"type\": \"CARD\"\n },\n \"providers\": [],\n \"templateName\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates" ], "variable": [ { "key": "sender" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-4b83f284-1c6e-447f-a5b4-1a49a5cdf86d" }, { "id": "044ba2ca-071a-4dd3-bd2a-4233d251a00d", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"type\": \"CARD\"\n },\n \"providers\": [],\n \"templateName\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders/:sender/templates", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders", ":sender", "templates" ], "variable": [ { "key": "sender" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"action\": \"\",\n \"description\": \"\",\n \"errorCode\": \"\",\n \"resources\": [\n {\n \"name\": \"\",\n \"url\": \"\"\n },\n {\n \"name\": \"\",\n \"url\": \"\"\n }\n ],\n \"violations\": [\n {\n \"property\": \"\",\n \"violation\": \"\"\n },\n {\n \"property\": \"\",\n \"violation\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-044ba2ca-071a-4dd3-bd2a-4233d251a00d" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-15fa5645-e2bb-4a0d-bf02-2bfded5e122c" } ], "id": "97d065c6-2cb0-447f-a93f-f59fb9b49067", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-97d065c6-2cb0-447f-a93f-f59fb9b49067" } ], "id": "81e26dc1-6c0f-42c3-8585-0c487a16ab8a", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-81e26dc1-6c0f-42c3-8585-0c487a16ab8a" }, { "name": "Get RCS senders", "id": "8e2f4cac-5837-4930-80ac-8f30431848bf", "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}}/rcs/1/senders?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (1..100). The default value is 20.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is descending by 'updatedAt'. Sortable Properties: 'updatedAt', 'senderName'.", "key": "sort", "value": "" } ] }, "description": "Retrieve list of RCS senders." }, "response": [ { "id": "b4f8c1d3-b055-44df-ac24-9ca4be948089", "name": "List of RCS senders", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/senders?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (1..100). The default value is 20.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is descending by 'updatedAt'. Sortable Properties: 'updatedAt', 'senderName'.", "key": "sort", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"paging\": {\n \"page\": \"\",\n \"size\": \"\",\n \"totalPages\": \"\",\n \"totalResults\": \"\"\n },\n \"results\": [\n {\n \"bannerUrl\": \"\",\n \"billingCategory\": \"NON_CONVERSATIONAL\",\n \"brand\": {\n \"brandName\": \"\"\n },\n \"color\": \"\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"hostingRegion\": \"NORTH_AMERICA\",\n \"logoUrl\": \"\",\n \"senderName\": \"\",\n \"senderStatus\": \"SENDER_UPDATE_REQUIRED\",\n \"updatedAt\": \"\",\n \"useCase\": \"PROMOTIONAL\",\n \"googleAgentId\": \"\"\n },\n {\n \"bannerUrl\": \"\",\n \"billingCategory\": \"NON_CONVERSATIONAL\",\n \"brand\": {\n \"brandName\": \"\"\n },\n \"color\": \"\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"hostingRegion\": \"ASIA_PACIFIC\",\n \"logoUrl\": \"\",\n \"senderName\": \"\",\n \"senderStatus\": \"SENDER_UPDATE_REQUIRED\",\n \"updatedAt\": \"\",\n \"useCase\": \"OTP\",\n \"googleAgentId\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-b4f8c1d3-b055-44df-ac24-9ca4be948089" }, { "id": "ef94cb5c-597a-4053-9a0b-4175fa025342", "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}}/rcs/1/senders?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (1..100). The default value is 20.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is descending by 'updatedAt'. Sortable Properties: 'updatedAt', 'senderName'.", "key": "sort", "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-ef94cb5c-597a-4053-9a0b-4175fa025342" }, { "id": "2c2b5234-8ed2-4349-aee4-c0fb0690e80a", "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}}/rcs/1/senders?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (1..100). The default value is 20.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is descending by 'updatedAt'. Sortable Properties: 'updatedAt', 'senderName'.", "key": "sort", "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-2c2b5234-8ed2-4349-aee4-c0fb0690e80a" }, { "id": "bd702090-b22d-45e9-97eb-ad6561ad5610", "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}}/rcs/1/senders?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (1..100). The default value is 20.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is descending by 'updatedAt'. Sortable Properties: 'updatedAt', 'senderName'.", "key": "sort", "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-bd702090-b22d-45e9-97eb-ad6561ad5610" }, { "id": "749e5ee8-0a10-4c1a-b238-389d34a0db6b", "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}}/rcs/1/senders?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (1..100). The default value is 20.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is descending by 'updatedAt'. Sortable Properties: 'updatedAt', 'senderName'.", "key": "sort", "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-749e5ee8-0a10-4c1a-b238-389d34a0db6b" }, { "id": "3a87438b-743d-4e11-a2a9-8545be28d49f", "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}}/rcs/1/senders?page=&size=&sort=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders" ], "query": [ { "description": "Results page you want to retrieve (0..N). The default value is 0.", "key": "page", "value": "" }, { "description": "Number of records per page (1..100). The default value is 20.", "key": "size", "value": "" }, { "description": "Sorting criteria in the format: property(,asc|desc). Default sort order is descending by 'updatedAt'. Sortable Properties: 'updatedAt', 'senderName'.", "key": "sort", "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-3a87438b-743d-4e11-a2a9-8545be28d49f" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-8e2f4cac-5837-4930-80ac-8f30431848bf" }, { "name": "Create an RCS sender", "id": "a22076bf-b6f4-4c53-8a25-f4596448cadc", "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 \"bannerUrl\": \"\",\n \"billingCategory\": \"CONVERSATIONAL\",\n \"brand\": {\n \"brandName\": \"\"\n },\n \"color\": \"#9dfaDe\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"hostingRegion\": \"ASIA_PACIFIC\",\n \"logoUrl\": \"\",\n \"privacy\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"senderName\": \"-HrnBklG\",\n \"termsOfService\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"useCase\": \"OTP\",\n \"phones\": [\n {\n \"label\": \"\",\n \"phoneNumber\": \"03)778989(\"\n },\n {\n \"label\": \"\",\n \"phoneNumber\": \"309(11(..98(438126)30() .78 3\"\n }\n ],\n \"emails\": [\n {\n \"address\": \"\",\n \"label\": \"\"\n },\n {\n \"address\": \"\",\n \"label\": \"\"\n }\n ],\n \"websites\": [\n {\n \"label\": \"\",\n \"url\": \"\"\n },\n {\n \"label\": \"\",\n \"url\": \"\"\n }\n ],\n \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders" ] }, "description": "Create an RCS sender. Created RCS sender can immediately be used to send test messages to test numbers. See [Add RCS test number](#channels/rcs/add-rcs-test-number) operation for more details about adding test numbers for sender. Please note that following limits will apply when creating RCS sender:\n* It is allowed to add up to 10 senders in total.\n\nPlease contact your account manager if you need to add more senders." }, "response": [ { "id": "4fe8fe25-4de1-41a8-bf30-c3b2da753299", "name": "Request has been accepted and result of create sender operation will be sent to webhook", "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 \"bannerUrl\": \"\",\n \"billingCategory\": \"CONVERSATIONAL\",\n \"brand\": {\n \"brandName\": \"\"\n },\n \"color\": \"#9dfaDe\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"hostingRegion\": \"ASIA_PACIFIC\",\n \"logoUrl\": \"\",\n \"privacy\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"senderName\": \"-HrnBklG\",\n \"termsOfService\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"useCase\": \"OTP\",\n \"phones\": [\n {\n \"label\": \"\",\n \"phoneNumber\": \"03)778989(\"\n },\n {\n \"label\": \"\",\n \"phoneNumber\": \"309(11(..98(438126)30() .78 3\"\n }\n ],\n \"emails\": [\n {\n \"address\": \"\",\n \"label\": \"\"\n },\n {\n \"address\": \"\",\n \"label\": \"\"\n }\n ],\n \"websites\": [\n {\n \"label\": \"\",\n \"url\": \"\"\n },\n {\n \"label\": \"\",\n \"url\": \"\"\n }\n ],\n \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"senderName\": \"\",\n \"senderStatus\": \"READY_FOR_TESTING\"\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-4fe8fe25-4de1-41a8-bf30-c3b2da753299" }, { "id": "66f3a5ad-2b78-4115-856f-fb21a1cac6f6", "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 \"bannerUrl\": \"\",\n \"billingCategory\": \"CONVERSATIONAL\",\n \"brand\": {\n \"brandName\": \"\"\n },\n \"color\": \"#9dfaDe\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"hostingRegion\": \"ASIA_PACIFIC\",\n \"logoUrl\": \"\",\n \"privacy\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"senderName\": \"-HrnBklG\",\n \"termsOfService\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"useCase\": \"OTP\",\n \"phones\": [\n {\n \"label\": \"\",\n \"phoneNumber\": \"03)778989(\"\n },\n {\n \"label\": \"\",\n \"phoneNumber\": \"309(11(..98(438126)30() .78 3\"\n }\n ],\n \"emails\": [\n {\n \"address\": \"\",\n \"label\": \"\"\n },\n {\n \"address\": \"\",\n \"label\": \"\"\n }\n ],\n \"websites\": [\n {\n \"label\": \"\",\n \"url\": \"\"\n },\n {\n \"label\": \"\",\n \"url\": \"\"\n }\n ],\n \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders" ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-66f3a5ad-2b78-4115-856f-fb21a1cac6f6" }, { "id": "b25b4602-bfea-4e54-9a47-d6b17d814d00", "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 \"bannerUrl\": \"\",\n \"billingCategory\": \"CONVERSATIONAL\",\n \"brand\": {\n \"brandName\": \"\"\n },\n \"color\": \"#9dfaDe\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"hostingRegion\": \"ASIA_PACIFIC\",\n \"logoUrl\": \"\",\n \"privacy\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"senderName\": \"-HrnBklG\",\n \"termsOfService\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"useCase\": \"OTP\",\n \"phones\": [\n {\n \"label\": \"\",\n \"phoneNumber\": \"03)778989(\"\n },\n {\n \"label\": \"\",\n \"phoneNumber\": \"309(11(..98(438126)30() .78 3\"\n }\n ],\n \"emails\": [\n {\n \"address\": \"\",\n \"label\": \"\"\n },\n {\n \"address\": \"\",\n \"label\": \"\"\n }\n ],\n \"websites\": [\n {\n \"label\": \"\",\n \"url\": \"\"\n },\n {\n \"label\": \"\",\n \"url\": \"\"\n }\n ],\n \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders" ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-b25b4602-bfea-4e54-9a47-d6b17d814d00" }, { "id": "cbb8e548-f8d8-445f-9ece-3a67030f5403", "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 \"bannerUrl\": \"\",\n \"billingCategory\": \"CONVERSATIONAL\",\n \"brand\": {\n \"brandName\": \"\"\n },\n \"color\": \"#9dfaDe\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"hostingRegion\": \"ASIA_PACIFIC\",\n \"logoUrl\": \"\",\n \"privacy\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"senderName\": \"-HrnBklG\",\n \"termsOfService\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"useCase\": \"OTP\",\n \"phones\": [\n {\n \"label\": \"\",\n \"phoneNumber\": \"03)778989(\"\n },\n {\n \"label\": \"\",\n \"phoneNumber\": \"309(11(..98(438126)30() .78 3\"\n }\n ],\n \"emails\": [\n {\n \"address\": \"\",\n \"label\": \"\"\n },\n {\n \"address\": \"\",\n \"label\": \"\"\n }\n ],\n \"websites\": [\n {\n \"label\": \"\",\n \"url\": \"\"\n },\n {\n \"label\": \"\",\n \"url\": \"\"\n }\n ],\n \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders" ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-cbb8e548-f8d8-445f-9ece-3a67030f5403" }, { "id": "96a698b8-6c85-494c-8744-fb0a94a26970", "name": "Conflict", "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 \"bannerUrl\": \"\",\n \"billingCategory\": \"CONVERSATIONAL\",\n \"brand\": {\n \"brandName\": \"\"\n },\n \"color\": \"#9dfaDe\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"hostingRegion\": \"ASIA_PACIFIC\",\n \"logoUrl\": \"\",\n \"privacy\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"senderName\": \"-HrnBklG\",\n \"termsOfService\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"useCase\": \"OTP\",\n \"phones\": [\n {\n \"label\": \"\",\n \"phoneNumber\": \"03)778989(\"\n },\n {\n \"label\": \"\",\n \"phoneNumber\": \"309(11(..98(438126)30() .78 3\"\n }\n ],\n \"emails\": [\n {\n \"address\": \"\",\n \"label\": \"\"\n },\n {\n \"address\": \"\",\n \"label\": \"\"\n }\n ],\n \"websites\": [\n {\n \"label\": \"\",\n \"url\": \"\"\n },\n {\n \"label\": \"\",\n \"url\": \"\"\n }\n ],\n \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders" ] } }, "status": "Conflict", "code": 409, "_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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-96a698b8-6c85-494c-8744-fb0a94a26970" }, { "id": "12669c11-878c-47d5-99ee-493a4ef275ee", "name": "Too Many Requests", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"bannerUrl\": \"\",\n \"billingCategory\": \"CONVERSATIONAL\",\n \"brand\": {\n \"brandName\": \"\"\n },\n \"color\": \"#9dfaDe\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"hostingRegion\": \"ASIA_PACIFIC\",\n \"logoUrl\": \"\",\n \"privacy\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"senderName\": \"-HrnBklG\",\n \"termsOfService\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"useCase\": \"OTP\",\n \"phones\": [\n {\n \"label\": \"\",\n \"phoneNumber\": \"03)778989(\"\n },\n {\n \"label\": \"\",\n \"phoneNumber\": \"309(11(..98(438126)30() .78 3\"\n }\n ],\n \"emails\": [\n {\n \"address\": \"\",\n \"label\": \"\"\n },\n {\n \"address\": \"\",\n \"label\": \"\"\n }\n ],\n \"websites\": [\n {\n \"label\": \"\",\n \"url\": \"\"\n },\n {\n \"label\": \"\",\n \"url\": \"\"\n }\n ],\n \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders" ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-12669c11-878c-47d5-99ee-493a4ef275ee" }, { "id": "0cc375aa-f6c4-4425-b2cd-7714c091bc1e", "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 \"bannerUrl\": \"\",\n \"billingCategory\": \"CONVERSATIONAL\",\n \"brand\": {\n \"brandName\": \"\"\n },\n \"color\": \"#9dfaDe\",\n \"description\": \"\",\n \"displayName\": \"\",\n \"hostingRegion\": \"ASIA_PACIFIC\",\n \"logoUrl\": \"\",\n \"privacy\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"senderName\": \"-HrnBklG\",\n \"termsOfService\": {\n \"url\": \"\",\n \"label\": \"\"\n },\n \"useCase\": \"OTP\",\n \"phones\": [\n {\n \"label\": \"\",\n \"phoneNumber\": \"03)778989(\"\n },\n {\n \"label\": \"\",\n \"phoneNumber\": \"309(11(..98(438126)30() .78 3\"\n }\n ],\n \"emails\": [\n {\n \"address\": \"\",\n \"label\": \"\"\n },\n {\n \"address\": \"\",\n \"label\": \"\"\n }\n ],\n \"websites\": [\n {\n \"label\": \"\",\n \"url\": \"\"\n },\n {\n \"label\": \"\",\n \"url\": \"\"\n }\n ],\n \"platform\": {\n \"applicationId\": \"\",\n \"entityId\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/rcs/1/senders", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "senders" ] } }, "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-0cc375aa-f6c4-4425-b2cd-7714c091bc1e" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-a22076bf-b6f4-4c53-8a25-f4596448cadc" } ], "id": "d618ca3d-61c5-4f22-9fa4-aa1a71e00903", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-d618ca3d-61c5-4f22-9fa4-aa1a71e00903" }, { "name": "templates", "item": [ { "name": "template-providers", "item": [ { "name": "Get RCS template providers", "id": "07cc3a57-70f0-4e1b-8124-7c2254188de9", "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}}/rcs/1/templates/template-providers?sender=&countryCode=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "templates", "template-providers" ], "query": [ { "description": "The sender for which the list of available template providers should be retrieved.", "key": "sender", "value": "" }, { "description": "Country code in two-letter ISO standard. If set, only providers available in the specified country will be returned.", "key": "countryCode", "value": "" } ] }, "description": "Get list of available template providers. List can be filtered by sender and country code." }, "response": [ { "id": "f6b468a0-439d-4d7e-85eb-2784a632638d", "name": "RCS template providers list fetched successfully", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/rcs/1/templates/template-providers?sender=&countryCode=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "templates", "template-providers" ], "query": [ { "description": "The sender for which the list of available template providers should be retrieved.", "key": "sender", "value": "" }, { "description": "Country code in two-letter ISO standard. If set, only providers available in the specified country will be returned.", "key": "countryCode", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"providers\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-f6b468a0-439d-4d7e-85eb-2784a632638d" }, { "id": "786a7b95-bae7-47ac-8440-db6e1f91de87", "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}}/rcs/1/templates/template-providers?sender=&countryCode=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "templates", "template-providers" ], "query": [ { "description": "The sender for which the list of available template providers should be retrieved.", "key": "sender", "value": "" }, { "description": "Country code in two-letter ISO standard. If set, only providers available in the specified country will be returned.", "key": "countryCode", "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-786a7b95-bae7-47ac-8440-db6e1f91de87" }, { "id": "23a58824-02de-4a5f-8549-958e32ea2a63", "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}}/rcs/1/templates/template-providers?sender=&countryCode=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "templates", "template-providers" ], "query": [ { "description": "The sender for which the list of available template providers should be retrieved.", "key": "sender", "value": "" }, { "description": "Country code in two-letter ISO standard. If set, only providers available in the specified country will be returned.", "key": "countryCode", "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-23a58824-02de-4a5f-8549-958e32ea2a63" }, { "id": "c2049d4f-5aa0-4e2a-8f96-45627a9e877c", "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}}/rcs/1/templates/template-providers?sender=&countryCode=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "templates", "template-providers" ], "query": [ { "description": "The sender for which the list of available template providers should be retrieved.", "key": "sender", "value": "" }, { "description": "Country code in two-letter ISO standard. If set, only providers available in the specified country will be returned.", "key": "countryCode", "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-c2049d4f-5aa0-4e2a-8f96-45627a9e877c" }, { "id": "525105dc-1aa9-43a7-abe6-18d35a7ba15e", "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}}/rcs/1/templates/template-providers?sender=&countryCode=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "templates", "template-providers" ], "query": [ { "description": "The sender for which the list of available template providers should be retrieved.", "key": "sender", "value": "" }, { "description": "Country code in two-letter ISO standard. If set, only providers available in the specified country will be returned.", "key": "countryCode", "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-525105dc-1aa9-43a7-abe6-18d35a7ba15e" }, { "id": "8c4a5b16-7480-4a53-b1c3-53ca96c24b62", "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}}/rcs/1/templates/template-providers?sender=&countryCode=", "host": [ "{{baseUrl}}" ], "path": [ "rcs", "1", "templates", "template-providers" ], "query": [ { "description": "The sender for which the list of available template providers should be retrieved.", "key": "sender", "value": "" }, { "description": "Country code in two-letter ISO standard. If set, only providers available in the specified country will be returned.", "key": "countryCode", "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-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-8c4a5b16-7480-4a53-b1c3-53ca96c24b62" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-07cc3a57-70f0-4e1b-8124-7c2254188de9" } ], "id": "90518235-8d46-4857-b627-1cfe2dffc0c8", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-90518235-8d46-4857-b627-1cfe2dffc0c8" } ], "id": "46018e52-4f56-497f-821a-5b0d75e0bd1e", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-46018e52-4f56-497f-821a-5b0d75e0bd1e" } ], "id": "6a3c8987-b5b6-4eee-9daa-3a54414c37c8", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-6a3c8987-b5b6-4eee-9daa-3a54414c37c8" } ], "id": "d6c1f0b6-640d-4832-921b-a145bfffee57", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-d6c1f0b6-640d-4832-921b-a145bfffee57" }, { "name": "ott", "item": [ { "name": "rcs", "item": [ { "name": "1", "item": [ { "name": "message", "item": [ { "name": "bulk", "item": [ { "name": "Send bulk RCS message", "id": "169f15af-b7ee-4a15-acc9-00f240221f50", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"TEXT\"\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n {\n \"content\": {\n \"type\": \"CAROUSEL\"\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message/bulk", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message", "bulk" ] }, "description": "Used for sending bulk RCS messages" }, "response": [ { "id": "b1a584ad-73da-4c20-81a8-2035e204e664", "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 \"content\": {\n \"type\": \"TEXT\"\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n {\n \"content\": {\n \"type\": \"CAROUSEL\"\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message/bulk", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message", "bulk" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"messages\": [\n {\n \"to\": \"\",\n \"messageCount\": \"\",\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n }\n },\n {\n \"to\": \"\",\n \"messageCount\": \"\",\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-b1a584ad-73da-4c20-81a8-2035e204e664" }, { "id": "df29b394-e05c-4ebb-843a-954aa7b42678", "name": "Bad request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"TEXT\"\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n {\n \"content\": {\n \"type\": \"CAROUSEL\"\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message/bulk", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message", "bulk" ] } }, "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 \"adipisicing_6\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-df29b394-e05c-4ebb-843a-954aa7b42678" }, { "id": "b3db59c2-5048-4a54-a502-e87ecc9e9692", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"TEXT\"\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n {\n \"content\": {\n \"type\": \"CAROUSEL\"\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message/bulk", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message", "bulk" ] } }, "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 \"adipisicing_6\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-b3db59c2-5048-4a54-a502-e87ecc9e9692" }, { "id": "f11fb757-a1ee-47e4-93c9-0e73b92af4af", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"TEXT\"\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n {\n \"content\": {\n \"type\": \"CAROUSEL\"\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message/bulk", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message", "bulk" ] } }, "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 \"adipisicing_6\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-f11fb757-a1ee-47e4-93c9-0e73b92af4af" }, { "id": "2cf937fa-e2e1-443b-a3e0-ac92a49cfb01", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"messages\": [\n {\n \"content\": {\n \"type\": \"TEXT\"\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n {\n \"content\": {\n \"type\": \"CAROUSEL\"\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message/bulk", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message", "bulk" ] } }, "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 \"adipisicing_6\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-2cf937fa-e2e1-443b-a3e0-ac92a49cfb01" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-169f15af-b7ee-4a15-acc9-00f240221f50" } ], "id": "d634796d-8af9-48b5-9f9e-712b8b46cad1", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-d634796d-8af9-48b5-9f9e-712b8b46cad1" }, { "name": "template", "item": [ { "name": "bulk", "item": [ { "name": "Send bulk RCS template message", "id": "e6250d1a-775b-4eb8-9758-d7c6e3a995f4", "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 \"templateName\": \"\",\n \"templateData\": {\n \"exercitation0bc\": \"\"\n }\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n {\n \"content\": {\n \"templateName\": \"\",\n \"templateData\": {\n \"Loremd\": \"\",\n \"velite\": \"\",\n \"Lorem_b0\": \"\"\n }\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"DAYS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message/template/bulk", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message", "template", "bulk" ] }, "description": "Used for sending bulk RCS template messages (only for Vodafone Idea Limited, India)" }, "response": [ { "id": "f56e4f29-87cd-41c4-9dae-7482e959e674", "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 \"content\": {\n \"templateName\": \"\",\n \"templateData\": {\n \"exercitation0bc\": \"\"\n }\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n {\n \"content\": {\n \"templateName\": \"\",\n \"templateData\": {\n \"Loremd\": \"\",\n \"velite\": \"\",\n \"Lorem_b0\": \"\"\n }\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"DAYS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message/template/bulk", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message", "template", "bulk" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"messages\": [\n {\n \"to\": \"\",\n \"messageCount\": \"\",\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n }\n },\n {\n \"to\": \"\",\n \"messageCount\": \"\",\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-f56e4f29-87cd-41c4-9dae-7482e959e674" }, { "id": "d2d5aa86-6684-441a-bf5a-c34992d3b025", "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 \"templateName\": \"\",\n \"templateData\": {\n \"exercitation0bc\": \"\"\n }\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n {\n \"content\": {\n \"templateName\": \"\",\n \"templateData\": {\n \"Loremd\": \"\",\n \"velite\": \"\",\n \"Lorem_b0\": \"\"\n }\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"DAYS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message/template/bulk", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message", "template", "bulk" ] } }, "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 \"adipisicing_6\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-d2d5aa86-6684-441a-bf5a-c34992d3b025" }, { "id": "166bc303-e540-4651-bcab-fb39854474b2", "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 \"templateName\": \"\",\n \"templateData\": {\n \"exercitation0bc\": \"\"\n }\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n {\n \"content\": {\n \"templateName\": \"\",\n \"templateData\": {\n \"Loremd\": \"\",\n \"velite\": \"\",\n \"Lorem_b0\": \"\"\n }\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"DAYS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message/template/bulk", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message", "template", "bulk" ] } }, "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 \"adipisicing_6\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-166bc303-e540-4651-bcab-fb39854474b2" }, { "id": "35f81e35-98e8-4cd8-9d26-86db6dfa2ec6", "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 \"templateName\": \"\",\n \"templateData\": {\n \"exercitation0bc\": \"\"\n }\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n {\n \"content\": {\n \"templateName\": \"\",\n \"templateData\": {\n \"Loremd\": \"\",\n \"velite\": \"\",\n \"Lorem_b0\": \"\"\n }\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"DAYS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message/template/bulk", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message", "template", "bulk" ] } }, "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 \"adipisicing_6\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-35f81e35-98e8-4cd8-9d26-86db6dfa2ec6" }, { "id": "20d93153-0986-49ca-94f5-0eae893c5679", "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 \"templateName\": \"\",\n \"templateData\": {\n \"exercitation0bc\": \"\"\n }\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n },\n {\n \"content\": {\n \"templateName\": \"\",\n \"templateData\": {\n \"Loremd\": \"\",\n \"velite\": \"\",\n \"Lorem_b0\": \"\"\n }\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"DAYS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message/template/bulk", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message", "template", "bulk" ] } }, "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 \"adipisicing_6\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-20d93153-0986-49ca-94f5-0eae893c5679" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-e6250d1a-775b-4eb8-9758-d7c6e3a995f4" } ], "id": "048746cc-1191-4ca8-8910-206920352abf", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-048746cc-1191-4ca8-8910-206920352abf" }, { "name": "Send RCS template message", "id": "492f55ad-db4a-4392-a784-c3d4bcda20f2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"templateName\": \"\",\n \"templateData\": {\n \"consectetur4\": \"\",\n \"Excepteurea5\": \"\"\n }\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"DAYS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"DAYS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message/template", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message", "template" ] }, "description": "Used for sending single RCS template messages (only for Vodafone Idea Limited, India)" }, "response": [ { "id": "269d7a17-d7af-4374-96ab-4337db05fb27", "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 \"content\": {\n \"templateName\": \"\",\n \"templateData\": {\n \"consectetur4\": \"\",\n \"Excepteurea5\": \"\"\n }\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"DAYS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"DAYS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message/template", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message", "template" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"messages\": [\n {\n \"to\": \"\",\n \"messageCount\": \"\",\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n }\n },\n {\n \"to\": \"\",\n \"messageCount\": \"\",\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-269d7a17-d7af-4374-96ab-4337db05fb27" }, { "id": "b2bd654a-07d9-4bd5-9fb9-80dbbf4c3206", "name": "Bad request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"templateName\": \"\",\n \"templateData\": {\n \"consectetur4\": \"\",\n \"Excepteurea5\": \"\"\n }\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"DAYS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"DAYS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message/template", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message", "template" ] } }, "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 \"adipisicing_6\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-b2bd654a-07d9-4bd5-9fb9-80dbbf4c3206" }, { "id": "2716f756-6554-407a-8839-b9d970610ff8", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"templateName\": \"\",\n \"templateData\": {\n \"consectetur4\": \"\",\n \"Excepteurea5\": \"\"\n }\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"DAYS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"DAYS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message/template", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message", "template" ] } }, "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 \"adipisicing_6\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-2716f756-6554-407a-8839-b9d970610ff8" }, { "id": "903b1385-5e15-4006-bec7-b84e0f842c4d", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"templateName\": \"\",\n \"templateData\": {\n \"consectetur4\": \"\",\n \"Excepteurea5\": \"\"\n }\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"DAYS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"DAYS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message/template", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message", "template" ] } }, "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 \"adipisicing_6\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-903b1385-5e15-4006-bec7-b84e0f842c4d" }, { "id": "3278f997-85e0-45c1-89e8-d9b7d2e16fb3", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"templateName\": \"\",\n \"templateData\": {\n \"consectetur4\": \"\",\n \"Excepteurea5\": \"\"\n }\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"DAYS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"DAYS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message/template", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message", "template" ] } }, "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 \"adipisicing_6\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-3278f997-85e0-45c1-89e8-d9b7d2e16fb3" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-492f55ad-db4a-4392-a784-c3d4bcda20f2" } ], "id": "7f63f79c-ab08-4260-91f1-96e799005489", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-7f63f79c-ab08-4260-91f1-96e799005489" }, { "name": "Send RCS message", "id": "2b519895-3c5d-49fc-bf33-e1b389459c1c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"type\": \"FILE\"\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message" ] }, "description": "Used for sending single RCS messages" }, "response": [ { "id": "0c59c04e-f4e8-4534-a1df-c60e6e40cd91", "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 \"content\": {\n \"type\": \"FILE\"\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"messages\": [\n {\n \"to\": \"\",\n \"messageCount\": \"\",\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n }\n },\n {\n \"to\": \"\",\n \"messageCount\": \"\",\n \"messageId\": \"\",\n \"status\": {\n \"groupId\": \"\",\n \"groupName\": \"\",\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"action\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-0c59c04e-f4e8-4534-a1df-c60e6e40cd91" }, { "id": "43608178-78f5-4ce6-b6df-33a1e76c69fa", "name": "Bad request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"type\": \"FILE\"\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message" ] } }, "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 \"adipisicing_6\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-43608178-78f5-4ce6-b6df-33a1e76c69fa" }, { "id": "5f0b71bc-6a8c-4d18-9d89-155f1775b8ef", "name": "Unauthorized", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"type\": \"FILE\"\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message" ] } }, "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 \"adipisicing_6\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-5f0b71bc-6a8c-4d18-9d89-155f1775b8ef" }, { "id": "6f71a1ad-e8e1-4b4c-9468-bd589be8134b", "name": "Forbidden", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"type\": \"FILE\"\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message" ] } }, "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 \"adipisicing_6\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-6f71a1ad-e8e1-4b4c-9468-bd589be8134b" }, { "id": "7a37343a-9090-47e7-80c6-b9c55c5bff55", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": {\n \"type\": \"FILE\"\n },\n \"to\": \"\",\n \"from\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"HOURS\",\n \"smsFailover\": {\n \"from\": \"\",\n \"text\": \"\",\n \"validityPeriod\": \"\",\n \"validityPeriodTimeUnit\": \"SECONDS\",\n \"regional\": {\n \"indiaDlt\": {\n \"principalEntityId\": \"\",\n \"contentTemplateId\": \"\"\n }\n }\n },\n \"notifyUrl\": \"\",\n \"callbackData\": \"\",\n \"messageId\": \"\",\n \"entityId\": \"\",\n \"applicationId\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/ott/rcs/1/message", "host": [ "{{baseUrl}}" ], "path": [ "ott", "rcs", "1", "message" ] } }, "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 \"adipisicing_6\": [\n \"\",\n \"\"\n ]\n }\n }\n }\n}", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-7a37343a-9090-47e7-80c6-b9c55c5bff55" } ], "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-2b519895-3c5d-49fc-bf33-e1b389459c1c" } ], "id": "a7f04e69-eb51-4c0d-9a26-3bd2714a283d", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-a7f04e69-eb51-4c0d-9a26-3bd2714a283d" } ], "id": "8c1ce54c-cfc1-45b5-94c3-68493cc42f23", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-8c1ce54c-cfc1-45b5-94c3-68493cc42f23" } ], "id": "53173695-080a-4b80-bb06-3182132fc5b3", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-53173695-080a-4b80-bb06-3182132fc5b3" } ], "id": "2561f9d3-a017-4423-a0d3-1182c18ca200", "createdAt": "2026-07-28T01:59:48.000Z", "updatedAt": "2026-07-28T01:59:48.000Z", "uid": "35240-2561f9d3-a017-4423-a0d3-1182c18ca200" } ], "variable": [ { "key": "baseUrl", "value": "/" } ] }