{
  "item": [
    {
      "id": "57388514-fb04-4a6e-ae23-15767765d2e5",
      "name": "Programmable SMS",
      "description": {
        "content": "Help increase sales, improve customer engagement, and cut operational costs. Send SMS messages from your applications reliably and securely, and track delivery via the API.<br>Available on a prepaid basis in your <a href=\"https://api-market.kyivstar.ua\" target=\"_blank\">personal account</a>",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "22714be3-c565-4f41-8cfb-08b6d9fdd4c5",
          "name": "Send SMS",
          "request": {
            "name": "Send SMS",
            "description": {
              "content": "Request to send a programmable SMS. Initiates SMS delivery and returns the message identifier, which can be used to retrieve the delivery status.\n\n---\n\nA single SMS message can contain up to 160 characters in the GSM alphabet or up to 70 characters in Unicode. If the length exceeds these limits, the message is automatically split into segments.\n\nFor long SMS messages, the maximum length of a single segment is 153 characters (GSM) or 67 characters (Unicode), because part of the message length is taken up by the service header used to reassemble the message on the recipient's device.\n\nA message can contain up to 6 segments by default. You can limit the number of segments by passing the `maxSegments` parameter in the API request, or by setting the default maximum number of segments for your account in the API product settings.\n\nEach segment is sent and billed as a separate SMS message.\n\n[ Learn more ](https://kyivstar.ua/uk/business/open-api/transactional-sms)\n\n<br> <br> <div style=\"background-color:var(--light-blue); border-radius:4px; padding:16px; color:var(--fg); line-height:24px;\"> **Please note!** <br> To send this request, you need an alpha name. To get one, complete the verification and submit an application in your <a href=\"https://api-market.kyivstar.ua\" target=\"_blank\">personal account</a> in the API product settings. Approval takes **up to 2 weeks**.</div>",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "sms"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"from\": \"<string>\",\n  \"to\": \"<string>\",\n  \"text\": \"<string>\",\n  \"maxSegments\": \"<number>\",\n  \"messageTtlSec\": 86400,\n  \"callbackNumber\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "69f1af96-d700-47df-b147-498f1b76bd49",
              "name": "The call returns a message ID that can be used to check SMS delivery status.",
              "originalRequest": {
                "url": {
                  "path": [
                    "sms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"messagedesk\",\n  \"to\": \"38 (067) 000-02-00\",\n  \"text\": \"Hello World!\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "disabled": false,
                  "key": "X-Reserved-Tarification-Units",
                  "value": "6722.983413949019",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-Rate-Limit-Limit",
                  "value": "6678.65265425448",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-Rate-Limit-Period-Sec",
                  "value": "7278.563844886856",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-Rate-Limit-Remaining",
                  "value": "1291.0024200722248",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-Rate-Limit-Reset",
                  "value": "8590.915911892369",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-Request-Id",
                  "value": "string",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"ad30594292f7959683a410bf1add088e\",\n  \"msgId\": \"20200000-0000-0000-0000-380670000200\",\n  \"reservedSmsSegments\": 1\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "907dcea9-2cb9-4549-ba45-c8f0f99bcdb8",
              "name": "Bad Request. The server cannot or will not process the request due to a client error (e.g. malformed request syntax, missing required parameters, or invalid values).",
              "originalRequest": {
                "url": {
                  "path": [
                    "sms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"messagedesk\",\n  \"to\": \"38 (067) 000-02-00\",\n  \"text\": \"Hello World!\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"911277c61c084fd7c7eaecf3fe9747eb\",\n  \"errorMsg\": \"Error: 'From,To,Text' is incorrect or missing\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "033aa4b8-65cf-4c3a-a87f-7d5574ac11a2",
              "name": "Unauthorized. The request was rejected because the client is not authenticated or the provided credentials are invalid. A valid OAuth 2 token or other authorization credentials are required for access.",
              "originalRequest": {
                "url": {
                  "path": [
                    "sms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"messagedesk\",\n  \"to\": \"38 (067) 000-02-00\",\n  \"text\": \"Hello World!\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": 401,\n    \"status\": \"Unauthorized\",\n    \"request\": \"ad30594292f7959683a410bf1add088e\",\n    \"message\": \"The request could not be authorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "50a38a83-be88-4989-81b3-104c7ac6b855",
              "name": "Forbidden. The request was rejected because the client does not have the required permissions to access the resource. This may happen if the client tries to send a message using an alpha name that has not been approved, or if the client account does not have permission to use a particular API product.",
              "originalRequest": {
                "url": {
                  "path": [
                    "sms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"messagedesk\",\n  \"to\": \"38 (067) 000-02-00\",\n  \"text\": \"Hello World!\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"911277c61c084fd7c7eaecf3fe9747eb\",\n  \"errorCode\": 1001003,\n  \"errorMsg\": \"Unsupported Alpha name\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "29b71e2c-ca7a-4e20-95b2-4a8e2fe05e5e",
              "name": "Payload Too Large. The request was rejected because the request size exceeds the server limit. This may happen if the client tries to send a message that exceeds the configured maximum number of segments.",
              "originalRequest": {
                "url": {
                  "path": [
                    "sms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"messagedesk\",\n  \"to\": \"38 (067) 000-02-00\",\n  \"text\": \"Hello World!\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Request Entity Too Large",
              "code": 413,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"911277c61c084fd7c7eaecf3fe9747eb\",\n  \"errorCode\": 1001004,\n  \"errorMsg\": \"SMS message content length has exceeded limit of 1 segments set up by maxSegment request body parameter\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7524c075-a97f-4a4d-993d-89adb8c6a941",
              "name": "Unprocessable Entity. The server received the request but cannot process it due to errors in the submitted data (e.g. incorrect format or missing required parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "sms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"messagedesk\",\n  \"to\": \"38 (067) 000-02-00\",\n  \"text\": \"Hello World!\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"911277c61c084fd7c7eaecf3fe9747eb\",\n  \"errorCode\": 1002001,\n  \"errorMsg\": \"Can't convert phone number '477' to MSISDN: the string supplied is too short to be a phone number\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "20d7b6f5-259b-401f-9437-8ca6d6ce7c08",
          "name": "Delivery status",
          "request": {
            "name": "Delivery status",
            "description": {
              "content": "Returns the SMS delivery status by message ID, which is included in the response to the send message request.\n\n---\n\n**Possible SMS delivery statuses:**\n- `sending` - the message has been accepted for sending. This is an intermediate status indicating that the message is in the sending queue.\n- `delivered` - the message was successfully delivered to the recipient's device.\n- `undeliverable` - a delivery error occurred; the message is considered permanently undeliverable and no further delivery attempts will be made.\n- `expired` - the message was not delivered because its time-to-live (TTL) expired. Default TTL = 24 hours (86400 seconds).\n- `rejected_spam` - the message was rejected by the SMS center as spam; no delivery attempts were made.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "sms",
                ":msgId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "msgId",
                  "description": "(Required) Unique message identifier"
                },
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET"
          },
          "response": [
            {
              "id": "45597897-bfd6-4161-9f48-d82e684813cf",
              "name": "Message delivery status in RFC3339 format",
              "originalRequest": {
                "url": {
                  "path": [
                    "sms",
                    ":msgId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "msgId",
                      "description": "(Required) Unique message identifier"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "disabled": false,
                  "key": "X-Rate-Limit-Limit",
                  "value": "6678.65265425448",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-Rate-Limit-Period-Sec",
                  "value": "7278.563844886856",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-Rate-Limit-Remaining",
                  "value": "1291.0024200722248",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-Rate-Limit-Reset",
                  "value": "8590.915911892369",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-Request-Id",
                  "value": "string",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"ad30594292f7959683a410bf1add088e\",\n  \"msgId\": \"20200000-0000-0000-0000-380670000200\",\n  \"status\": \"delivered\",\n  \"date\": \"2025-01-01T12:00:00.000Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4dede18b-b791-4ba0-b8bb-bf67943d4af1",
              "name": "Bad Request. The request cannot be processed due to a client error. This may be caused by missing or invalid request parameters.\nThis may be caused by an invalid 'msgId' request parameter.",
              "originalRequest": {
                "url": {
                  "path": [
                    "sms",
                    ":msgId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "msgId",
                      "description": "(Required) Unique message identifier"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"911277c61c084fd7c7eaecf3fe9747eb\",\n  \"errorMsg\": \"Error: 'msgId' is incorrect or missing\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0355426e-27f1-42ee-adc2-0a119e7aed69",
              "name": "Unauthorized. The request was rejected because the client is not authenticated or the provided credentials are invalid. A valid OAuth 2 token or other authorization credentials are required for access.",
              "originalRequest": {
                "url": {
                  "path": [
                    "sms",
                    ":msgId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "msgId",
                      "description": "(Required) Unique message identifier"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": 401,\n    \"status\": \"Unauthorized\",\n    \"request\": \"ad30594292f7959683a410bf1add088e\",\n    \"message\": \"The request could not be authorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e521d24b-e6c8-4b67-b1d0-a4049c9103a1",
          "name": "Send SMS (batch)",
          "request": {
            "name": "Send SMS (batch)",
            "description": {
              "content": "Request to send a batch of SMS messages. Initiates SMS delivery and returns a list of message identifiers that can be used to retrieve delivery statuses.\n\n---\n\nThe request is structured as a Map (key-value), where the key is a unique message identifier that you generate on your side for each message. This makes it easy to match responses to their corresponding requests. The value is an object containing message parameters such as `from`, `to`, `text`, and others.\n\nThe response contains information about each message as a Map (key-value). Response keys correspond to keys passed in the request.\n\nIf a message was successfully accepted for sending, its `msgId` and `reservedSmsSegments` are returned. If a message was not accepted for sending, `errorCode` and `errorMsg` with a description of the error are returned.\n\n<br> <br> <div style=\"background-color:var(--light-blue); border-radius:4px; padding:16px; color:var(--fg); line-height:24px;\"> **Please note!** <br> To send this request, you need an alpha name. To get one, complete the verification and submit an application in your <a href=\"https://api-market.kyivstar.ua\" target=\"_blank\">personal account</a> in the API product settings. Approval takes **up to 2 weeks**.</div>",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "sms",
                "batch"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": {\n    \"key_0\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_1\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_2\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_3\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_4\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_5\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_6\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_7\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_8\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_9\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_10\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_11\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_12\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_13\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_14\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_15\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_16\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_17\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_18\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_19\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_20\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_21\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_22\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_23\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_24\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_25\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_26\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_27\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_28\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_29\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_30\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_31\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_32\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_33\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_34\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_35\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_36\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_37\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_38\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_39\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_40\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_41\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_42\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_43\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_44\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_45\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_46\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_47\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_48\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_49\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_50\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_51\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_52\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_53\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_54\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_55\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_56\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_57\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_58\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_59\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_60\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_61\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_62\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_63\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_64\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_65\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_66\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_67\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_68\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_69\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_70\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_71\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_72\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_73\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_74\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_75\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_76\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_77\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_78\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_79\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_80\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_81\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_82\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_83\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_84\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_85\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_86\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_87\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_88\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_89\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_90\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_91\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_92\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_93\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_94\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_95\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_96\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_97\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_98\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_99\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_100\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_101\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_102\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_103\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_104\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_105\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_106\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_107\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_108\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_109\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_110\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_111\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_112\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_113\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_114\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_115\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_116\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_117\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_118\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_119\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_120\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_121\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_122\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_123\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_124\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_125\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_126\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_127\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_128\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_129\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_130\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_131\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_132\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_133\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_134\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_135\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_136\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_137\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_138\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_139\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_140\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_141\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_142\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_143\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_144\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_145\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_146\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_147\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_148\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_149\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_150\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_151\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_152\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_153\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_154\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_155\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_156\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_157\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_158\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_159\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_160\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_161\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_162\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_163\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_164\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_165\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_166\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_167\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_168\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_169\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_170\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_171\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_172\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_173\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_174\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_175\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_176\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_177\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_178\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_179\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_180\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_181\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_182\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_183\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_184\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_185\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_186\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_187\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_188\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_189\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_190\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_191\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_192\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_193\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_194\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_195\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_196\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_197\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_198\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_199\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_200\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_201\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_202\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_203\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_204\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_205\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_206\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_207\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_208\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_209\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_210\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_211\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_212\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_213\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_214\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_215\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_216\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_217\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_218\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_219\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_220\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_221\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_222\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_223\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_224\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_225\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_226\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_227\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_228\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_229\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_230\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_231\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_232\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_233\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_234\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_235\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_236\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_237\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_238\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_239\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_240\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_241\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_242\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_243\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_244\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_245\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_246\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_247\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_248\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_249\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_250\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_251\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_252\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_253\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_254\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_255\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_256\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_257\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_258\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_259\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_260\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_261\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_262\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_263\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_264\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_265\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_266\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_267\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_268\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_269\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_270\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_271\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_272\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_273\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_274\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_275\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_276\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_277\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_278\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_279\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_280\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_281\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_282\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_283\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_284\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_285\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_286\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_287\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_288\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_289\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_290\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_291\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_292\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_293\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_294\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_295\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_296\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_297\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_298\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_299\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_300\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_301\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_302\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_303\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_304\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_305\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_306\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_307\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_308\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_309\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_310\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_311\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_312\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_313\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_314\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_315\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_316\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_317\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_318\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_319\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_320\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_321\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_322\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_323\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_324\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_325\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_326\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_327\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_328\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_329\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_330\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_331\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_332\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_333\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_334\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_335\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_336\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_337\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_338\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_339\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_340\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_341\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_342\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_343\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_344\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_345\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_346\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_347\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_348\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_349\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_350\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_351\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_352\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_353\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_354\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_355\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_356\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_357\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_358\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_359\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_360\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_361\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_362\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_363\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_364\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_365\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_366\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_367\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_368\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_369\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_370\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_371\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_372\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_373\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_374\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_375\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_376\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_377\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_378\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_379\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_380\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_381\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_382\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_383\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_384\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_385\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_386\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_387\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_388\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_389\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_390\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_391\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_392\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_393\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_394\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_395\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_396\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_397\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_398\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_399\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_400\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_401\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_402\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_403\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_404\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_405\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_406\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_407\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_408\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_409\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_410\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_411\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_412\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_413\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_414\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_415\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_416\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_417\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_418\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_419\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_420\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_421\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_422\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_423\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_424\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_425\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_426\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_427\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_428\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_429\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_430\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_431\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_432\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_433\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_434\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_435\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_436\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_437\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_438\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_439\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_440\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_441\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_442\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_443\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_444\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_445\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_446\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_447\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    },\n    \"key_448\": {\n      \"from\": \"<string>\",\n      \"to\": \"<string>\",\n      \"text\": \"<string>\",\n      \"maxSegments\": \"<number>\",\n      \"messageTtlSec\": 86400,\n      \"callbackNumber\": \"<string>\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "b8b3c005-9dfe-4a2d-83b6-842fe98caa57",
              "name": "The call returns a list of message IDs for checking SMS delivery statuses for messages accepted for sending. If some messages were not accepted for sending, the response will include an error code and description for each of them.",
              "originalRequest": {
                "url": {
                  "path": [
                    "sms",
                    "batch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"uniqueMsgKey1\": {\n      \"from\": \"messagedesk\",\n      \"to\": \"380670000200\",\n      \"text\": \"Hello World!\",\n      \"messageTtlSec\": 7200\n    },\n    \"uniqueMsgKey2\": {\n      \"from\": \"messagedesk\",\n      \"to\": \"380670000201\",\n      \"text\": \"Hello again!\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "disabled": false,
                  "key": "X-Rate-Limit-Limit",
                  "value": "6678.65265425448",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-Rate-Limit-Period-Sec",
                  "value": "7278.563844886856",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-Rate-Limit-Remaining",
                  "value": "1291.0024200722248",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-Rate-Limit-Reset",
                  "value": "8590.915911892369",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-Request-Id",
                  "value": "string",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"f57b32f728056be66cfdb1eee74ea1ac\",\n  \"data\": {\n    \"uniqueMsgKey1\": {\n      \"msgId\": \"20200000-0000-0000-0000-380670000200\",\n      \"reservedSmsSegments\": 1\n    },\n    \"uniqueMsgKey2\": {\n      \"msgId\": \"20200000-0000-0000-0000-380670000201\",\n      \"reservedSmsSegments\": 1\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "82bc42b0-68d3-4166-8e8e-69aa3dada4c2",
              "name": "Bad Request. The server cannot or will not process the request due to a client error (e.g. malformed request syntax, missing required parameters, or invalid values).",
              "originalRequest": {
                "url": {
                  "path": [
                    "sms",
                    "batch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"uniqueMsgKey1\": {\n      \"from\": \"messagedesk\",\n      \"to\": \"380670000200\",\n      \"text\": \"Hello World!\",\n      \"messageTtlSec\": 7200\n    },\n    \"uniqueMsgKey2\": {\n      \"from\": \"messagedesk\",\n      \"to\": \"380670000201\",\n      \"text\": \"Hello again!\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"911277c61c084fd7c7eaecf3fe9747eb\",\n  \"errorMsg\": \"Error: 'Data' is incorrect or missing\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d0ce7ecc-2df8-4c78-94c5-c7b9ce78407b",
              "name": "Unauthorized. The request was rejected because the client is not authenticated or the provided credentials are invalid. A valid OAuth 2 token or other authorization credentials are required for access.",
              "originalRequest": {
                "url": {
                  "path": [
                    "sms",
                    "batch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": {\n    \"uniqueMsgKey1\": {\n      \"from\": \"messagedesk\",\n      \"to\": \"380670000200\",\n      \"text\": \"Hello World!\",\n      \"messageTtlSec\": 7200\n    },\n    \"uniqueMsgKey2\": {\n      \"from\": \"messagedesk\",\n      \"to\": \"380670000201\",\n      \"text\": \"Hello again!\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": 401,\n    \"status\": \"Unauthorized\",\n    \"request\": \"ad30594292f7959683a410bf1add088e\",\n    \"message\": \"The request could not be authorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1badd060-77a0-4de6-8a8c-c3e29ba10091",
          "name": "Delivery status (batch)",
          "request": {
            "name": "Delivery status (batch)",
            "description": {
              "content": "Returns SMS delivery statuses for a list of message IDs.\n\n---\n\n**Possible SMS delivery statuses:**\n- `sending` - the message has been accepted for sending. This is an intermediate status indicating that the message is in the sending queue.\n- `delivered` - the message was successfully delivered to the recipient's device.\n- `undeliverable` - a delivery error occurred; the message is considered permanently undeliverable and no further delivery attempts will be made.\n- `expired` - the message was not delivered because its time-to-live (TTL) expired. Default TTL = 24 hours (86400 seconds).\n- `rejected_spam` - the message was rejected by the SMS center as spam; no delivery attempts were made.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "sms",
                "status",
                "batch"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"data\": [\n    \"<uuid>\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "3277796b-be96-4096-8e7c-8aabd0f94fcf",
              "name": "The call returns a list of SMS delivery statuses.",
              "originalRequest": {
                "url": {
                  "path": [
                    "sms",
                    "status",
                    "batch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    \"20200000-0000-0000-0000-380670000200\",\n    \"20200000-0000-0000-0000-380670000201\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "disabled": false,
                  "key": "X-Reserved-Tarification-Units",
                  "value": "6722.983413949019",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-Rate-Limit-Limit",
                  "value": "6678.65265425448",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-Rate-Limit-Period-Sec",
                  "value": "7278.563844886856",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-Rate-Limit-Remaining",
                  "value": "1291.0024200722248",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-Rate-Limit-Reset",
                  "value": "8590.915911892369",
                  "description": ""
                },
                {
                  "disabled": false,
                  "key": "X-Request-Id",
                  "value": "string",
                  "description": ""
                },
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"f57b32f728056be66cfdb1eee74ea1ac\",\n  \"data\": {\n    \"20200000-0000-0000-0000-380670000200\": {\n      \"msgId\": \"20200000-0000-0000-0000-380670000200\",\n      \"status\": \"delivered\",\n      \"date\": \"2025-01-01T12:00:00.000Z\"\n    },\n    \"20200000-0000-0000-0000-380670000201\": {\n      \"msgId\": \"20200000-0000-0000-0000-380670000201\",\n      \"status\": \"sending\",\n      \"date\": \"2025-01-01T12:00:00.000Z\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "02c4c096-f62f-42e4-96a1-d84250074dad",
              "name": "Bad Request. The server cannot or will not process the request due to a client error (e.g. malformed request syntax, missing required parameters, or invalid values).",
              "originalRequest": {
                "url": {
                  "path": [
                    "sms",
                    "status",
                    "batch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    \"20200000-0000-0000-0000-380670000200\",\n    \"20200000-0000-0000-0000-380670000201\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"911277c61c084fd7c7eaecf3fe9747eb\",\n  \"errorMsg\": \"Error: 'Data' is incorrect or missing\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bdba5b4c-b892-427e-adda-ea1d90d95563",
              "name": "Unauthorized. The request was rejected because the client is not authenticated or the provided credentials are invalid. A valid OAuth 2 token or other authorization credentials are required for access.",
              "originalRequest": {
                "url": {
                  "path": [
                    "sms",
                    "status",
                    "batch"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": [\n    \"20200000-0000-0000-0000-380670000200\",\n    \"20200000-0000-0000-0000-380670000201\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": 401,\n    \"status\": \"Unauthorized\",\n    \"request\": \"ad30594292f7959683a410bf1add088e\",\n    \"message\": \"The request could not be authorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "76d330ed-61ee-4ca9-86a5-24aa96715213",
      "name": "RCS Messaging",
      "description": {
        "content": "<br> <div style=\"background-color:var(--light-blue); border-radius:4px; padding:16px; color:var(--fg); line-height:24px;\"> **Please note!** <br> The Sandbox server is not available for this product</div>\n\nRCS Messaging is a communication channel that lets you send customers rich multimedia messages containing text, images, and buttons. Messages can include branded identity elements that build trust in the sender. RCS messages are supported on Android devices with Chat Features enabled in the Google Messages app. The minimum Android version required for RCS support is Android 5.0 (Lollipop); best stability and full feature support are guaranteed from Android 8.0 and above.\n\n<br> <div style=\"background-color:var(--light-blue); border-radius:4px; padding:16px; color:var(--fg); line-height:24px;\"> **Please note!** <br> To send this request, you need an alpha name. </div>\n",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "25fdc565-c5c7-4ee2-9568-855d4729bf7c",
          "name": "Send text messages via Google RCS standard",
          "request": {
            "name": "Send text messages via Google RCS standard",
            "description": {
              "content": "Request to send a text message via the Google RCS standard. Initiates delivery of a text RCS message and returns the message identifier, which can be used to retrieve the delivery status.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rcs",
                "text"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"from\": \"<string>\",\n  \"to\": \"<string>\",\n  \"contentExtendedRcs\": {\n    \"text\": \"<string>\"\n  },\n  \"messageTtlSec\": 86400,\n  \"callbackNumber\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "42f8292d-d34f-400c-96f5-5da9bca28fd4",
              "name": "The call returns a message ID for checking message delivery status.",
              "originalRequest": {
                "url": {
                  "path": [
                    "rcs",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"messagedesk\",\n  \"to\": \"38 (067) 000-02-00\",\n  \"contentExtendedRcs\": {\n    \"text\": \"Hello World!\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"string\",\n  \"msgId\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d29714e-0c16-4fc8-8d90-657985a47eef",
              "name": "Unauthorized. The request was rejected because the client is not authenticated or the provided credentials are invalid. A valid OAuth 2 token or other authorization credentials are required for access.",
              "originalRequest": {
                "url": {
                  "path": [
                    "rcs",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"messagedesk\",\n  \"to\": \"38 (067) 000-02-00\",\n  \"contentExtendedRcs\": {\n    \"text\": \"Hello World!\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": 401,\n    \"status\": \"Unauthorized\",\n    \"request\": \"ad30594292f7959683a410bf1add088e\",\n    \"message\": \"The request could not be authorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7f34395f-b3e1-4a14-98c9-687c9276ee78",
              "name": "Unprocessable Entity. The server received the request but cannot process it due to errors in the submitted data (e.g. incorrect format or missing required parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "rcs",
                    "text"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"messagedesk\",\n  \"to\": \"38 (067) 000-02-00\",\n  \"contentExtendedRcs\": {\n    \"text\": \"Hello World!\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errorCode\": 7525,\n  \"errorMsg\": \"error message\",\n  \"reqId\": \"string\",\n  \"additionalInfoUrl\": \"link to FAQ\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3aab1129-0543-4cc8-bb0f-d608ee8dd101",
          "name": "Send messages with media content via Google RCS standard",
          "request": {
            "name": "Send messages with media content via Google RCS standard",
            "description": {
              "content": "Request to send messages with media content via the Google RCS standard. Initiates delivery of an RCS message with media content and returns the message identifier, which can be used to retrieve the delivery status.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rcs",
                "suggestion"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"from\": \"<string>\",\n  \"to\": \"<string>\",\n  \"contentExtendedRcs\": {\n    \"text\": \"<string>\",\n    \"suggestions\": [\n      {\n        \"type\": \"<string>\",\n        \"text\": \"<string>\",\n        \"openUrlAction\": \"<string>\"\n      },\n      {\n        \"type\": \"<string>\",\n        \"text\": \"<string>\",\n        \"openUrlAction\": \"<string>\"\n      }\n    ]\n  },\n  \"messageTtlSec\": 86400,\n  \"callbackNumber\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1944cd08-de3f-4e7d-b2de-512f10e9c73f",
              "name": "The call returns a message ID for checking message delivery status.",
              "originalRequest": {
                "url": {
                  "path": [
                    "rcs",
                    "suggestion"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"messagedesk\",\n  \"to\": \"38 (067) 000-02-00\",\n  \"messageTtlSec\": 3600,\n  \"contentExtendedRcs\": {\n    \"text\": \"your OTP: 32145\",\n    \"suggestions\": [\n      {\n        \"type\": \"action\",\n        \"text\": \"Verify Now\",\n        \"openUrlAction\": \"https://example.com/verify\"\n      }\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"string\",\n  \"msgId\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9dae0451-ea99-4f68-bdee-ca566f99761c",
              "name": "Unauthorized. The request was rejected because the client is not authenticated or the provided credentials are invalid. A valid OAuth 2 token or other authorization credentials are required for access.",
              "originalRequest": {
                "url": {
                  "path": [
                    "rcs",
                    "suggestion"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"messagedesk\",\n  \"to\": \"38 (067) 000-02-00\",\n  \"messageTtlSec\": 3600,\n  \"contentExtendedRcs\": {\n    \"text\": \"your OTP: 32145\",\n    \"suggestions\": [\n      {\n        \"type\": \"action\",\n        \"text\": \"Verify Now\",\n        \"openUrlAction\": \"https://example.com/verify\"\n      }\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": 401,\n    \"status\": \"Unauthorized\",\n    \"request\": \"ad30594292f7959683a410bf1add088e\",\n    \"message\": \"The request could not be authorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f2e3ba9d-fa27-4b70-82e4-a1a7aef0c1c4",
              "name": "Unprocessable Entity. The server received the request but cannot process it due to errors in the submitted data (e.g. incorrect format or missing required parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "rcs",
                    "suggestion"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"messagedesk\",\n  \"to\": \"38 (067) 000-02-00\",\n  \"messageTtlSec\": 3600,\n  \"contentExtendedRcs\": {\n    \"text\": \"your OTP: 32145\",\n    \"suggestions\": [\n      {\n        \"type\": \"action\",\n        \"text\": \"Verify Now\",\n        \"openUrlAction\": \"https://example.com/verify\"\n      }\n    ]\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errorCode\": 7525,\n  \"errorMsg\": \"error message\",\n  \"reqId\": \"string\",\n  \"additionalInfoUrl\": \"link to FAQ\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9ddcb3af-1271-4992-896e-c7120afbb229",
          "name": "Send messages with media content via Google RCS standard",
          "request": {
            "name": "Send messages with media content via Google RCS standard",
            "description": {
              "content": "Request to send messages with media content via the Google RCS standard. Initiates delivery of an RCS message with media content and returns the message identifier, which can be used to retrieve the delivery status.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rcs",
                "richcard"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"from\": \"<string>\",\n  \"to\": \"<string>\",\n  \"contentExtendedRcs\": {\n    \"standaloneCard\": {\n      \"thumbnailImageAlignment\": \"<string>\",\n      \"cardOrientation\": \"<string>\",\n      \"cardContent\": {\n        \"title\": \"<string>\",\n        \"description\": \"<string>\",\n        \"media\": {\n          \"height\": \"<string>\",\n          \"thumbnailUrl\": \"<string>\",\n          \"fileUrl\": \"<string>\"\n        },\n        \"suggestions\": [\n          {\n            \"type\": \"<string>\",\n            \"text\": \"<string>\",\n            \"openUrlAction\": \"<string>\"\n          },\n          {\n            \"type\": \"<string>\",\n            \"text\": \"<string>\",\n            \"openUrlAction\": \"<string>\"\n          }\n        ]\n      }\n    }\n  },\n  \"messageTtlSec\": 86400,\n  \"callbackNumber\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "83519ba0-0d6f-4ea5-b68a-a0e0572de3ef",
              "name": "The call returns a message ID for checking message delivery status.",
              "originalRequest": {
                "url": {
                  "path": [
                    "rcs",
                    "richcard"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"messagedesk\",\n  \"to\": \"38 (067) 000-02-00\",\n  \"messageTtlSec\": 7200,\n  \"contentExtendedRcs\": {\n    \"standaloneCard\": {\n      \"thumbnailImageAlignment\": \"left\",\n      \"cardOrientation\": \"horizontal\",\n      \"cardContent\": {\n        \"title\": \"New Galaxy X Smartphone\",\n        \"description\": \"Power that changes the game. Order now with a 15% discount!\",\n        \"media\": {\n          \"height\": \"short\",\n          \"thumbnailUrl\": \"https://cdn.example.com/thumbs/galaxyx.jpg\",\n          \"fileUrl\": \"https://cdn.example.com/images/galaxyx.jpg\"\n        },\n        \"suggestions\": [\n          {\n            \"type\": \"action\",\n            \"text\": \"Buy now\",\n            \"openUrlAction\": \"https://example-shop.com/galaxy-x\"\n          }\n        ]\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"string\",\n  \"msgId\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad2b3ba3-a8d4-439b-a33a-5b6fc584157f",
              "name": "Unauthorized. The request was rejected because the client is not authenticated or the provided credentials are invalid. A valid OAuth 2 token or other authorization credentials are required for access.",
              "originalRequest": {
                "url": {
                  "path": [
                    "rcs",
                    "richcard"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"messagedesk\",\n  \"to\": \"38 (067) 000-02-00\",\n  \"messageTtlSec\": 7200,\n  \"contentExtendedRcs\": {\n    \"standaloneCard\": {\n      \"thumbnailImageAlignment\": \"left\",\n      \"cardOrientation\": \"horizontal\",\n      \"cardContent\": {\n        \"title\": \"New Galaxy X Smartphone\",\n        \"description\": \"Power that changes the game. Order now with a 15% discount!\",\n        \"media\": {\n          \"height\": \"short\",\n          \"thumbnailUrl\": \"https://cdn.example.com/thumbs/galaxyx.jpg\",\n          \"fileUrl\": \"https://cdn.example.com/images/galaxyx.jpg\"\n        },\n        \"suggestions\": [\n          {\n            \"type\": \"action\",\n            \"text\": \"Buy now\",\n            \"openUrlAction\": \"https://example-shop.com/galaxy-x\"\n          }\n        ]\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": 401,\n    \"status\": \"Unauthorized\",\n    \"request\": \"ad30594292f7959683a410bf1add088e\",\n    \"message\": \"The request could not be authorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d794e20a-dd4c-4017-a616-1197a224b340",
              "name": "Unprocessable Entity. The server received the request but cannot process it due to errors in the submitted data (e.g. incorrect format or missing required parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "rcs",
                    "richcard"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"messagedesk\",\n  \"to\": \"38 (067) 000-02-00\",\n  \"messageTtlSec\": 7200,\n  \"contentExtendedRcs\": {\n    \"standaloneCard\": {\n      \"thumbnailImageAlignment\": \"left\",\n      \"cardOrientation\": \"horizontal\",\n      \"cardContent\": {\n        \"title\": \"New Galaxy X Smartphone\",\n        \"description\": \"Power that changes the game. Order now with a 15% discount!\",\n        \"media\": {\n          \"height\": \"short\",\n          \"thumbnailUrl\": \"https://cdn.example.com/thumbs/galaxyx.jpg\",\n          \"fileUrl\": \"https://cdn.example.com/images/galaxyx.jpg\"\n        },\n        \"suggestions\": [\n          {\n            \"type\": \"action\",\n            \"text\": \"Buy now\",\n            \"openUrlAction\": \"https://example-shop.com/galaxy-x\"\n          }\n        ]\n      }\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errorCode\": 7525,\n  \"errorMsg\": \"error message\",\n  \"reqId\": \"string\",\n  \"additionalInfoUrl\": \"link to FAQ\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4caa9508-ebbd-4495-8d73-789c86a779c4",
          "name": "Delivery status",
          "request": {
            "name": "Delivery status",
            "description": {
              "content": "Returns the message delivery status by message ID, which is included in the response to the send message request.\n\n---\n\n**Possible RCS delivery statuses:**\n- `delivered` - the message was delivered to the recipient's device.\n- `seen` - the subscriber opened the Messages app and the chat in which the message was received.\n- `undeliverable` - the message is considered permanently undeliverable due to a delivery error (e.g. unknown subscriber, network issues, no RCS support on the device). No further delivery attempts will be made.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rcs",
                ":msgId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "msgId",
                  "description": "(Required) "
                },
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET"
          },
          "response": [
            {
              "id": "02e3a7cb-1c38-41ad-a171-4daa9dd43d0a",
              "name": "Message delivery status in RFC3339 format",
              "originalRequest": {
                "url": {
                  "path": [
                    "rcs",
                    ":msgId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "msgId",
                      "description": "(Required) "
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"string\",\n  \"msgId\": \"string\",\n  \"status\": \"seen\",\n  \"date\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "809ed7ed-3f87-40b4-ac66-f483bc0fc2ef",
              "name": "Unauthorized. The request was rejected because the client is not authenticated or the provided credentials are invalid. A valid OAuth 2 token or other authorization credentials are required for access.",
              "originalRequest": {
                "url": {
                  "path": [
                    "rcs",
                    ":msgId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "msgId",
                      "description": "(Required) "
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": 401,\n    \"status\": \"Unauthorized\",\n    \"request\": \"ad30594292f7959683a410bf1add088e\",\n    \"message\": \"The request could not be authorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "b290e189-3637-4885-8560-ac76f54f5dd0",
      "name": "Viber Messaging",
      "description": {
        "content": "<br> <div style=\"background-color:var(--light-blue); border-radius:4px; padding:16px; color:var(--fg); line-height:24px;\"> **Note** <br> Sandbox is not available for this product. Use the mock server for testing.</div>\n\nSend rich Viber messages with text, images, and call-to-action buttons. Use Viber to share promotions, service updates, order notifications, reminders, and other customer communications.\nTo get detailed terms of use, submit a request in your [personal account](https://api-market.kyivstar.ua)\n",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "838f2565-d713-47f3-a1ad-39f99c32965d",
          "name": "Transactional message",
          "request": {
            "name": "Transactional message",
            "description": {
              "content": "Request to send a transactional (service) Viber message. Initiates sending a Viber message and returns a message identifier that can be used to retrieve the delivery status.\nTransactional (service) Viber messages are messages that match an approved template.\nIf the message does not match the approved template, it is billed as a promotional message.\n[Learn more](https://kyivstar.ua/business/products/viber-own-data#sms)\n\n<br> <br> <div style=\"background-color:var(--light-blue); border-radius:4px; padding:16px; color:var(--fg); line-height:24px;\"> **Please note!** <br> To send this request, you need to obtain a Viber alpha name. To do this, complete verification and submit a request in your <a href=\"https://api-market.kyivstar.ua\" target=\"_blank\">personal account</a> in the API product settings. Approval can take **up to 2 weeks**.</div>\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "viber",
                "transaction"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"from\": \"<string>\",\n  \"to\": \"<string>\",\n  \"text\": \"<string>\",\n  \"messageTtlSec\": 1209600\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "55447d1e-4496-4c0c-a30a-ee4b2f7ae7c2",
              "name": "Returns a message ID for checking Viber message delivery status.",
              "originalRequest": {
                "url": {
                  "path": [
                    "viber",
                    "transaction"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"messagedesk\",\n  \"to\": \"380670000202\",\n  \"text\": \"Hello World!\",\n  \"messageTtlSec\": 7000\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"string\",\n  \"mid\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c5f11433-cf09-407d-bf7b-ab5e90cf74f1",
              "name": "Unauthorized. Authentication is missing, invalid, or expired. Use a valid OAuth 2 access token or supported authorization credentials.",
              "originalRequest": {
                "url": {
                  "path": [
                    "viber",
                    "transaction"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"messagedesk\",\n  \"to\": \"380670000202\",\n  \"text\": \"Hello World!\",\n  \"messageTtlSec\": 7000\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": 401,\n    \"status\": \"Unauthorized\",\n    \"request\": \"ad30594292f7959683a410bf1add088e\",\n    \"message\": \"The request could not be authorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6e5eedaa-ee42-4eab-aa93-6603c9b06df2",
              "name": "Unprocessable entity. The request is valid, but one or more submitted values failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "viber",
                    "transaction"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"messagedesk\",\n  \"to\": \"380670000202\",\n  \"text\": \"Hello World!\",\n  \"messageTtlSec\": 7000\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errorCode\": 7525,\n  \"errorMsg\": \"error message\",\n  \"reqId\": \"string\",\n  \"additionalInfoUrl\": \"link to FAQ\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b870988e-066e-415f-b9b9-c342b399224a",
          "name": "Promotional message",
          "request": {
            "name": "Promotional message",
            "description": {
              "content": "Request to send a promotional Viber message. Initiates sending a Viber message and returns a message identifier that can be used to retrieve the delivery status.\nPromotional messages can contain text, an image, and a link button.\n[Learn more about the product, alpha names, and Viber templates](https://kyivstar.ua/business/products/viber-own-data#sms)\n\n<br> <br> <div style=\"background-color:var(--light-blue); border-radius:4px; padding:16px; color:var(--fg); line-height:24px;\"> **Please note!** <br> To send this request, you need to obtain a Viber alpha name. To do this, complete verification and submit a request in your <a href=\"https://api-market.kyivstar.ua\" target=\"_blank\">personal account</a> in the API product settings. Approval can take **up to 2 weeks**.</div>\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "viber",
                "promotion"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"from\": \"<string>\",\n  \"to\": \"<string>\",\n  \"text\": \"<string>\",\n  \"messageTtlSec\": 1209600\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "52041c39-d335-4c2e-9930-bdaeeeac4b4b",
              "name": "Returns a message ID for checking Viber message delivery status.",
              "originalRequest": {
                "url": {
                  "path": [
                    "viber",
                    "promotion"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"messagedesk\",\n  \"to\": \"380670000202\",\n  \"text\": \"Hello World!\",\n  \"messageTtlSec\": 7000\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"string\",\n  \"mid\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "39787fa1-9fc4-436f-a78f-485cfd6a03b4",
              "name": "Unauthorized. Authentication is missing, invalid, or expired. Use a valid OAuth 2 access token or supported authorization credentials.",
              "originalRequest": {
                "url": {
                  "path": [
                    "viber",
                    "promotion"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"messagedesk\",\n  \"to\": \"380670000202\",\n  \"text\": \"Hello World!\",\n  \"messageTtlSec\": 7000\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": 401,\n    \"status\": \"Unauthorized\",\n    \"request\": \"ad30594292f7959683a410bf1add088e\",\n    \"message\": \"The request could not be authorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9095eafe-6c3c-4b11-8b56-175f08df9109",
              "name": "Unprocessable entity. The request is valid, but one or more submitted values failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "viber",
                    "promotion"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"messagedesk\",\n  \"to\": \"380670000202\",\n  \"text\": \"Hello World!\",\n  \"messageTtlSec\": 7000\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errorCode\": 7525,\n  \"errorMsg\": \"error message\",\n  \"reqId\": \"string\",\n  \"additionalInfoUrl\": \"link to FAQ\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6f5451a0-53fd-4c01-ab13-303d5ae573c3",
          "name": "Delivery status",
          "request": {
            "name": "Delivery status",
            "description": {
              "content": "The call returns Viber message delivery status by the message ID returned in the send message response.\n\n\n---\n\n\n**Possible Viber message delivery statuses:**\n\n- `accepted_unmatched` - the message was accepted on the Viber side and delivery attempts will be made, but the sent template message did not match any available Content Provider template on the Viber side. This intermediate status applies only to template messages. Once the message is successfully delivered to the recipient, the status is updated to `delivered`.\n\n- `blacklist` - the message was rejected on the Viber side because the subscriber unsubscribed from messages from this business account or from businesses in Viber in general.\n\n- `declined` - the message was rejected on the Viber side for a subscriber-related reason (for example, the number is not registered in Viber or the application is not installed).\n\n- `delivered` - the message was delivered to the recipient's device. When the chat with the message is opened, the status changes to `seen`.\n\n- `default_auto_reply` - Viber sent a standard automatic reply message to the subscriber when the business account (Content Provider) cannot or does not want to receive messages from subscribers.\n\n- `custom_auto_reply` - Viber sent a custom automatic reply message to the subscriber when the business account (Content Provider) cannot or does not want to receive messages from subscribers.\n\n- `expired` - the message was successfully sent but not delivered to the recipient because the message time to live (TTL) expired; the moment when the expired status is sent back depends on when the subscriber logs in to the Viber app. Even after TTL expires, the status is not returned immediately, but only when the subscriber logs in to Viber again, which can happen much later than the TTL expiration time.\n\n- `rejected` - the message was rejected on the Viber side due to internal business logic, for example invalid request syntax, incorrect client configuration, billing issues, or timeout; no delivery attempts were made.\n\n- `seen` - the subscriber opened the Viber app and the chat where the message was sent.\n\n- `subscribe` - the subscriber changed subscription settings for the business account, including unblocking the account (subscribing to a specific Content Provider).\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "viber",
                "status",
                ":msgId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "msgId",
                  "description": "(Required) "
                },
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET"
          },
          "response": [
            {
              "id": "97436826-5f2a-47b8-b1e8-59b2482dec44",
              "name": "Message delivery status in RFC3339 format",
              "originalRequest": {
                "url": {
                  "path": [
                    "viber",
                    "status",
                    ":msgId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "msgId",
                      "description": "(Required) "
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"string\",\n  \"mid\": \"string\",\n  \"status\": \"subscribe\",\n  \"date\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b483721d-e114-4540-a962-bc39a0262840",
              "name": "Unauthorized. Authentication is missing, invalid, or expired. Use a valid OAuth 2 access token or supported authorization credentials.",
              "originalRequest": {
                "url": {
                  "path": [
                    "viber",
                    "status",
                    ":msgId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "msgId",
                      "description": "(Required) "
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": 401,\n    \"status\": \"Unauthorized\",\n    \"request\": \"ad30594292f7959683a410bf1add088e\",\n    \"message\": \"The request could not be authorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "662ac2f8-ca63-424b-8758-e25bc209f119",
      "name": "Multichannel Messaging",
      "description": {
        "content": "**Multichannel Messaging** is a service that guarantees message delivery to the user's device: the message is delivered via a fallback channel if the primary channel is unavailable.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "7983f581-22df-48a2-bf64-a756d90ce7ae",
          "name": "Send multichannel message",
          "request": {
            "name": "Send multichannel message",
            "description": {
              "content": "Send a transactional message with automatic fallback between SMS and Viber channels. Set channel priority in a single request.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "messaging",
                "multichannel"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"to\": \"<string>\",\n  \"smsContent\": {\n    \"priority\": \"<integer>\",\n    \"from\": \"<string>\",\n    \"text\": \"<string>\",\n    \"messageTtlSec\": \"<integer>\",\n    \"callbackNumber\": \"<string>\"\n  },\n  \"viberContent\": {\n    \"priority\": \"<integer>\",\n    \"from\": \"<string>\",\n    \"text\": \"<string>\",\n    \"messageTtlSec\": \"<integer>\",\n    \"promoType\": \"PROMOTIONAL\",\n    \"img\": \"<uri>\",\n    \"caption\": \"<string>\",\n    \"action\": \"<uri>\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "e9b11785-d9fa-42bf-982d-219e07130ec9",
              "name": "Returns a multichannel message ID for tracking delivery status.",
              "originalRequest": {
                "url": {
                  "path": [
                    "messaging",
                    "multichannel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"to\": \"380670000200\",\n  \"smsContent\": {\n    \"priority\": 0,\n    \"from\": \"Kyivstar\",\n    \"text\": \"sms text message\",\n    \"messageTtlSec\": 30\n  },\n  \"viberContent\": {\n    \"priority\": 1,\n    \"from\": \"Kyivstar\",\n    \"promoType\": \"PROMOTIONAL\",\n    \"text\": \"viber text message\",\n    \"img\": \"http://img.png\",\n    \"caption\": \"caption text\",\n    \"action\": \"http://google.com\",\n    \"messageTtlSec\": 30\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"multiMsgId\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "feccaf33-8349-496c-a945-7820688009cd",
              "name": "Unauthorized. Authentication is missing, invalid, or expired. Use a valid OAuth 2 access token or supported authorization credentials.",
              "originalRequest": {
                "url": {
                  "path": [
                    "messaging",
                    "multichannel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"to\": \"380670000200\",\n  \"smsContent\": {\n    \"priority\": 0,\n    \"from\": \"Kyivstar\",\n    \"text\": \"sms text message\",\n    \"messageTtlSec\": 30\n  },\n  \"viberContent\": {\n    \"priority\": 1,\n    \"from\": \"Kyivstar\",\n    \"promoType\": \"PROMOTIONAL\",\n    \"text\": \"viber text message\",\n    \"img\": \"http://img.png\",\n    \"caption\": \"caption text\",\n    \"action\": \"http://google.com\",\n    \"messageTtlSec\": 30\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": 4899,\n    \"status\": \"string\",\n    \"message\": \"string\",\n    \"request\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13fe6ba8-c3f4-4ddf-8f95-833a23cd6f12",
              "name": "Unprocessable entity. The request is valid, but one or more submitted values failed validation.",
              "originalRequest": {
                "url": {
                  "path": [
                    "messaging",
                    "multichannel"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"to\": \"380670000200\",\n  \"smsContent\": {\n    \"priority\": 0,\n    \"from\": \"Kyivstar\",\n    \"text\": \"sms text message\",\n    \"messageTtlSec\": 30\n  },\n  \"viberContent\": {\n    \"priority\": 1,\n    \"from\": \"Kyivstar\",\n    \"promoType\": \"PROMOTIONAL\",\n    \"text\": \"viber text message\",\n    \"img\": \"http://img.png\",\n    \"caption\": \"caption text\",\n    \"action\": \"http://google.com\",\n    \"messageTtlSec\": 30\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errorCode\": 7525,\n  \"errorMsg\": \"error message\",\n  \"reqId\": \"string\",\n  \"additionalInfoUrl\": \"link to FAQ\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e0809f8f-1496-4c9a-a58d-2677e1b42e6d",
          "name": "Get multichannel delivery status",
          "request": {
            "name": "Get multichannel delivery status",
            "description": {
              "content": "Returns the delivery status for the multichannel message ID returned by the send message request.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "messaging",
                "multichannel",
                ":multiMsgId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "multiMsgId",
                  "description": "(Required) "
                },
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET"
          },
          "response": [
            {
              "id": "0a8eea82-72ab-4ac2-adbb-2bfc7cf0c3df",
              "name": "Returns the current delivery status for the multichannel message.",
              "originalRequest": {
                "url": {
                  "path": [
                    "messaging",
                    "multichannel",
                    ":multiMsgId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "multiMsgId",
                      "description": "(Required) "
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"date\": \"2023-09-21T07:57:01Z\",\n  \"multiMsgId\": \"6badca00-2e05-42df-b7f1-4a5642e38af8\",\n  \"status\": \"delivered\",\n  \"reports\": [\n    {\n      \"bearerType\": \"sms\",\n      \"date\": \"2023-09-21T07:55:32Z\",\n      \"mid\": \"6badca00-2e05-42df-b7f1-4a5642e38af8\",\n      \"state\": \"expired\"\n    },\n    {\n      \"bearerType\": \"viber\",\n      \"date\": \"2023-09-21T07:56:36Z\",\n      \"mid\": \"d7c33333-749f-4027-a7bc-9ee66f48cad7\",\n      \"state\": \"delivered\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1601ecf4-f6ec-4690-bcb5-5aefd139d430",
              "name": "Unauthorized. Authentication is missing, invalid, or expired. Use a valid OAuth 2 access token or supported authorization credentials.",
              "originalRequest": {
                "url": {
                  "path": [
                    "messaging",
                    "multichannel",
                    ":multiMsgId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "multiMsgId",
                      "description": "(Required) "
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": 4899,\n    \"status\": \"string\",\n    \"message\": \"string\",\n    \"request\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "511a85a2-737a-43de-9cce-ac3244f21aeb",
      "name": "Customer List Messaging",
      "description": {
        "content": "<br> <div style=\"background-color:var(--light-blue); border-radius:4px; padding:16px; color:var(--fg); line-height:24px;\"> **Note** <br> Sandbox is not available for this product. Use the mock server for testing.</div>\n\nSend personalized messages to your own customer list. Create campaigns, use variables to tailor message content, track delivery statuses, and measure performance with campaign statistics. Automated campaign management saves time and money for your business.\n",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "8c33f41a-29f9-4506-afb8-902beef00b60",
          "name": "Create campaign",
          "request": {
            "name": "Create campaign",
            "description": {
              "content": "Request to create a campaign for your own customer list. Initiates creation of a campaign draft and adds text. Please note that an alpha name is required to create a campaign. The request returns the identifier, current and possible next campaign statuses, the number of variables in the message text, and the campaign author identifier.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "promo"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"from\": \"<string>\",\n  \"text\": \"<string>\",\n  \"campaignType\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "8430569d-c387-472b-ac57-fae2440b721f",
              "name": "Campaign created successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "promo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"author\",\n  \"text\": \"text ${1}, ${2}\",\n  \"campaignType\": \"SMS\",\n  \"messageTtlSec\": 100,\n  \"startDate\": \"2024-01-01T00:00:00\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"10000000-0000-0000-0000-000000000200\",\n  \"authorUsername\": \"user@user.com\",\n  \"status\": \"DRAFT\",\n  \"startDate\": \"string\",\n  \"endDate\": \"string\",\n  \"textToSend\": \"Thank you for your visit $1 $2\",\n  \"textUa\": \"Thank you for your visit $1 $2\",\n  \"rcsContentType\": \"string\",\n  \"title\": \"string\",\n  \"nextAvailableStatuses\": [\n    \"WAITING\"\n  ],\n  \"messageContent\": {\n    \"messageParamCount\": 2,\n    \"smsContent\": {\n      \"text\": \"text ${1}, ${2}\",\n      \"sourceNumber\": \"author\",\n      \"messageTtl\": 100\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "55319507-1bfa-4ad6-9255-61c930155e67",
              "name": "Unauthorized. Authentication is missing, invalid, or expired. Use a valid OAuth 2 access token or supported authorization credentials.",
              "originalRequest": {
                "url": {
                  "path": [
                    "promo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"author\",\n  \"text\": \"text ${1}, ${2}\",\n  \"campaignType\": \"SMS\",\n  \"messageTtlSec\": 100,\n  \"startDate\": \"2024-01-01T00:00:00\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": 401,\n    \"status\": \"Unauthorized\",\n    \"request\": \"ad30594292f7959683a410bf1add088e\",\n    \"message\": \"The request could not be authorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0bdae23e-b819-4d93-9dd3-4b341d844f0a",
              "name": "Campaign service error",
              "originalRequest": {
                "url": {
                  "path": [
                    "promo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"author\",\n  \"text\": \"text ${1}, ${2}\",\n  \"campaignType\": \"SMS\",\n  \"messageTtlSec\": 100,\n  \"startDate\": \"2024-01-01T00:00:00\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"3742ad2c8453bdc6ec709fb696b51a94\",\n  \"errorCode\": 1010009,\n  \"errorMsg\": \"An error occurred while handling the promo\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5c4fa5a5-5be8-48b3-b83d-4e959ca7bb49",
              "name": "Campaign service is temporarily unavailable",
              "originalRequest": {
                "url": {
                  "path": [
                    "promo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"from\": \"author\",\n  \"text\": \"text ${1}, ${2}\",\n  \"campaignType\": \"SMS\",\n  \"messageTtlSec\": 100,\n  \"startDate\": \"2024-01-01T00:00:00\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"b337f60a97675a4c57345e8414e007e6\",\n  \"errorCode\": 1010003,\n  \"errorMsg\": \"The service is not ACTIVE for the provided EDRPOU\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0b8d4ce7-a3e1-4da0-9935-69336e6ad9c8",
          "name": "Get campaign list",
          "request": {
            "name": "Get campaign list",
            "description": {
              "content": "Request to retrieve all campaigns created through the API",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "promo"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "pageSize",
                  "value": "<integer>",
                  "description": "(Required) Number of items per page"
                },
                {
                  "disabled": false,
                  "key": "pageNumber",
                  "value": "<integer>",
                  "description": "(Required) Page number"
                },
                {
                  "disabled": false,
                  "key": "startDateFrom",
                  "value": "<string>",
                  "description": "Filter by date (start)"
                },
                {
                  "disabled": false,
                  "key": "startDateTo",
                  "value": "<string>",
                  "description": "Filter by date (end)"
                },
                {
                  "disabled": false,
                  "key": "sortBy",
                  "value": "<string>",
                  "description": "Field name to sort by"
                },
                {
                  "disabled": false,
                  "key": "sortDirection",
                  "value": "<string>",
                  "description": "Sort direction"
                }
              ],
              "variable": [
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET"
          },
          "response": [
            {
              "id": "b2f3ef98-6dd2-4ae6-885d-8abf6ddb9acd",
              "name": "Campaign list",
              "originalRequest": {
                "url": {
                  "path": [
                    "promo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "pageSize",
                      "value": "10"
                    },
                    {
                      "key": "pageNumber",
                      "value": "0"
                    },
                    {
                      "key": "startDateFrom",
                      "value": "2022-08-01T00:00:00Z"
                    },
                    {
                      "key": "startDateTo",
                      "value": "2023-09-25T00:01:00Z"
                    },
                    {
                      "key": "sortBy",
                      "value": "startDate"
                    },
                    {
                      "key": "sortDirection",
                      "value": "DESC"
                    }
                  ],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"totalPages\": 1,\n  \"totalElements\": 1,\n  \"number\": 1,\n  \"size\": 1,\n  \"promos\": [\n    {\n      \"id\": \"00000000-0000-0000-0000-000000000200\",\n      \"authorUsername\": \"user@user.com\",\n      \"status\": \"DRAFT\",\n      \"startDate\": \"2023-09-21T07:57:01\",\n      \"endDate\": \"2023-09-22T07:57:01\",\n      \"textToSend\": \"Thank you for your visit $1 $2\",\n      \"textUa\": \"Thank you for your visit $1 $2\",\n      \"nextAvailableStatuses\": [\n        \"WAITING\"\n      ],\n      \"messageContent\": {\n        \"messageParamCount\": 2\n      }\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e2a7907a-3e8c-4ea5-b6e7-396ad4bbec4f",
          "name": "Get campaign information",
          "request": {
            "name": "Get campaign information",
            "description": {
              "content": "Request to retrieve current campaign information. The request returns the current campaign state and possible next states.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "promo",
                ":promoUUID"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "promoUUID",
                  "description": "(Required) Unique campaign identifier"
                },
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET"
          },
          "response": [
            {
              "id": "fac46851-9a88-41ea-bfdb-76abb536f212",
              "name": "Campaign information",
              "originalRequest": {
                "url": {
                  "path": [
                    "promo",
                    ":promoUUID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "promoUUID",
                      "description": "(Required) Unique campaign identifier"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"10000000-0000-0000-0000-000000000200\",\n  \"authorUsername\": \"user@user.com\",\n  \"status\": \"DRAFT\",\n  \"startDate\": \"string\",\n  \"endDate\": \"string\",\n  \"textToSend\": \"Thank you for your visit $1 $2\",\n  \"textUa\": \"Thank you for your visit $1 $2\",\n  \"rcsContentType\": \"string\",\n  \"title\": \"string\",\n  \"nextAvailableStatuses\": [\n    \"WAITING\"\n  ],\n  \"messageContent\": {\n    \"messageParamCount\": 2,\n    \"smsContent\": {\n      \"text\": \"text ${1}, ${2}\",\n      \"sourceNumber\": \"author\",\n      \"messageTtl\": 100\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab924819-7074-468d-a161-5d280bf19f9e",
              "name": "Unauthorized. Authentication is missing, invalid, or expired. Use a valid OAuth 2 access token or supported authorization credentials.",
              "originalRequest": {
                "url": {
                  "path": [
                    "promo",
                    ":promoUUID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "promoUUID",
                      "description": "(Required) Unique campaign identifier"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": 401,\n    \"status\": \"Unauthorized\",\n    \"request\": \"ad30594292f7959683a410bf1add088e\",\n    \"message\": \"The request could not be authorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd47234f-12fc-4807-800d-fa2385d58e75",
              "name": "Not found. No campaign exists with the specified `promoUUID`.",
              "originalRequest": {
                "url": {
                  "path": [
                    "promo",
                    ":promoUUID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "promoUUID",
                      "description": "(Required) Unique campaign identifier"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"3742ad2c8453bdc6ec709fb696b51a94\",\n  \"errorCode\": 0,\n  \"errorMsg\": \"NOT_FOUND\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e33613bd-996b-441f-958f-1bc20f4f22d9",
              "name": "Campaign service error",
              "originalRequest": {
                "url": {
                  "path": [
                    "promo",
                    ":promoUUID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "promoUUID",
                      "description": "(Required) Unique campaign identifier"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"3742ad2c8453bdc6ec709fb696b51a94\",\n  \"errorCode\": 1010009,\n  \"errorMsg\": \"An error occurred while handling the promo\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "05438216-72de-44db-b9b7-e288f491afb3",
              "name": "Campaign service is temporarily unavailable",
              "originalRequest": {
                "url": {
                  "path": [
                    "promo",
                    ":promoUUID"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "promoUUID",
                      "description": "(Required) Unique campaign identifier"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"b337f60a97675a4c57345e8414e007e6\",\n  \"errorCode\": 1010003,\n  \"errorMsg\": \"The service is not ACTIVE for the provided EDRPOU\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e722e65a-8f66-4548-99f6-ef4ddd249a0e",
          "name": "Add audience",
          "request": {
            "name": "Add audience",
            "description": {
              "content": "Request to add an audience and parameters from your own number list for SMS campaign sending. Please note that numbers are added in batches of up to 20 thousand records in one request. The request returns the unique name of the phone number list to which the campaign will be sent.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "promo",
                ":promoUUID",
                "audience"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "promoUUID",
                  "description": "(Required) Unique campaign identifier"
                },
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"audience\": [\n    {\n      \"params\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"phoneNumber\": \"<string>\"\n    },\n    {\n      \"params\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"phoneNumber\": \"<string>\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "0cde3635-7c8d-41d6-85bf-306ab699dd47",
              "name": "Information about the added audience",
              "originalRequest": {
                "url": {
                  "path": [
                    "promo",
                    ":promoUUID",
                    "audience"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "promoUUID",
                      "description": "(Required) Unique campaign identifier"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"audience\": [\n    {\n      \"params\": [\n        \"John\",\n        \"Smith\"\n      ],\n      \"phoneNumber\": \"380671234200\"\n    },\n    {\n      \"params\": [\n        \"John\",\n        \"Constantine\"\n      ],\n      \"phoneNumber\": \"380676666200\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"string\",\n  \"name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "710511b7-6cae-4278-aa26-6cae1a786937",
              "name": "Unauthorized. Authentication is missing, invalid, or expired. Use a valid OAuth 2 access token or supported authorization credentials.",
              "originalRequest": {
                "url": {
                  "path": [
                    "promo",
                    ":promoUUID",
                    "audience"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "promoUUID",
                      "description": "(Required) Unique campaign identifier"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"audience\": [\n    {\n      \"params\": [\n        \"John\",\n        \"Smith\"\n      ],\n      \"phoneNumber\": \"380671234200\"\n    },\n    {\n      \"params\": [\n        \"John\",\n        \"Constantine\"\n      ],\n      \"phoneNumber\": \"380676666200\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": 401,\n    \"status\": \"Unauthorized\",\n    \"request\": \"ad30594292f7959683a410bf1add088e\",\n    \"message\": \"The request could not be authorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28e336ea-031c-45bb-a006-5e2b88ea3126",
              "name": "Campaign service error",
              "originalRequest": {
                "url": {
                  "path": [
                    "promo",
                    ":promoUUID",
                    "audience"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "promoUUID",
                      "description": "(Required) Unique campaign identifier"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"audience\": [\n    {\n      \"params\": [\n        \"John\",\n        \"Smith\"\n      ],\n      \"phoneNumber\": \"380671234200\"\n    },\n    {\n      \"params\": [\n        \"John\",\n        \"Constantine\"\n      ],\n      \"phoneNumber\": \"380676666200\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"3742ad2c8453bdc6ec709fb696b51a94\",\n  \"errorCode\": 1010009,\n  \"errorMsg\": \"An error occurred while handling the promo\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6abb741-9d1c-461d-9787-44aa24466f7e",
              "name": "Campaign service is temporarily unavailable",
              "originalRequest": {
                "url": {
                  "path": [
                    "promo",
                    ":promoUUID",
                    "audience"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "promoUUID",
                      "description": "(Required) Unique campaign identifier"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"audience\": [\n    {\n      \"params\": [\n        \"John\",\n        \"Smith\"\n      ],\n      \"phoneNumber\": \"380671234200\"\n    },\n    {\n      \"params\": [\n        \"John\",\n        \"Constantine\"\n      ],\n      \"phoneNumber\": \"380676666200\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"b337f60a97675a4c57345e8414e007e6\",\n  \"errorCode\": 1010003,\n  \"errorMsg\": \"The service is not ACTIVE for the provided EDRPOU\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "31aac84a-c61c-486f-92af-6bd72a75dfb1",
          "name": "Add image for Viber",
          "request": {
            "name": "Add image for Viber",
            "description": {
              "content": "Request to add an image for a Viber message",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "promo",
                ":promoUUID",
                "image"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "promoUUID",
                  "description": "(Required) Unique campaign identifier"
                },
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "file",
                  "type": "file",
                  "description": "(Required) Resolution from 400x400 pixels, recommended from 860x860 pixels. Size up to 2 MB. Aspect ratio 1:1. Format: .jpg, .jpeg, or .png"
                }
              ]
            }
          },
          "response": [
            {
              "id": "7277b7d0-a059-41b3-b4f0-27a7b06741b1",
              "name": "Information about the file upload result",
              "originalRequest": {
                "url": {
                  "path": [
                    "promo",
                    ":promoUUID",
                    "image"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "promoUUID",
                      "description": "(Required) Unique campaign identifier"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) Resolution from 400x400 pixels, recommended from 860x860 pixels. Size up to 2 MB. Aspect ratio 1:1. Format: .jpg, .jpeg, or .png",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "value": "<binary>",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"string\",\n  \"success\": true\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d457a2cc-1dab-4999-81b1-4eae1bd3e681",
          "name": "Manage campaign status",
          "request": {
            "name": "Manage campaign status",
            "description": {
              "content": "Request to change the current campaign status: move it to active state or stop an active campaign. The request returns the current campaign state and possible next states.\n\nPossible campaign status values:\n\n- `WAITING` - set to queue the campaign for execution. After it starts, the campaign is automatically moved to `ACTIVE`\n- `SUSPENDED` - set to stop the campaign\n- `REJECTED` - set to delete the campaign",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "promo",
                ":promoUUID",
                "status",
                ":status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "promoUUID",
                  "description": "(Required) Unique campaign identifier"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "status",
                  "description": "(Required) Campaign status"
                },
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT"
          },
          "response": [
            {
              "id": "93126d9e-0332-4736-a850-2ec76840e075",
              "name": "Campaign state information",
              "originalRequest": {
                "url": {
                  "path": [
                    "promo",
                    ":promoUUID",
                    "status",
                    ":status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "promoUUID",
                      "description": "(Required) Unique campaign identifier"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "status",
                      "description": "(Required) Campaign status"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"10000000-0000-0000-0000-000000000200\",\n  \"authorUsername\": \"user@user.com\",\n  \"status\": \"DRAFT\",\n  \"startDate\": \"string\",\n  \"endDate\": \"string\",\n  \"textToSend\": \"Thank you for your visit $1 $2\",\n  \"textUa\": \"Thank you for your visit $1 $2\",\n  \"rcsContentType\": \"string\",\n  \"title\": \"string\",\n  \"nextAvailableStatuses\": [\n    \"WAITING\"\n  ],\n  \"messageContent\": {\n    \"messageParamCount\": 2,\n    \"smsContent\": {\n      \"text\": \"text ${1}, ${2}\",\n      \"sourceNumber\": \"author\",\n      \"messageTtl\": 100\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "989941f0-28da-4f55-ac0e-8d03ae2e67d7",
              "name": "Unauthorized. Authentication is missing, invalid, or expired. Use a valid OAuth 2 access token or supported authorization credentials.",
              "originalRequest": {
                "url": {
                  "path": [
                    "promo",
                    ":promoUUID",
                    "status",
                    ":status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "promoUUID",
                      "description": "(Required) Unique campaign identifier"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "status",
                      "description": "(Required) Campaign status"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"error\": {\n    \"code\": 401,\n    \"status\": \"Unauthorized\",\n    \"request\": \"ad30594292f7959683a410bf1add088e\",\n    \"message\": \"The request could not be authorized\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b6dc45e7-9226-4091-bec9-42ef35e6bd80",
              "name": "Not found. No campaign exists with the specified `promoUUID`.",
              "originalRequest": {
                "url": {
                  "path": [
                    "promo",
                    ":promoUUID",
                    "status",
                    ":status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "promoUUID",
                      "description": "(Required) Unique campaign identifier"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "status",
                      "description": "(Required) Campaign status"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"3742ad2c8453bdc6ec709fb696b51a94\",\n  \"errorCode\": 0,\n  \"errorMsg\": \"NOT_FOUND\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed0fa56a-b3e0-4428-8df5-0950a835be64",
              "name": "Campaign service error",
              "originalRequest": {
                "url": {
                  "path": [
                    "promo",
                    ":promoUUID",
                    "status",
                    ":status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "promoUUID",
                      "description": "(Required) Unique campaign identifier"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "status",
                      "description": "(Required) Campaign status"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"3742ad2c8453bdc6ec709fb696b51a94\",\n  \"errorCode\": 1010009,\n  \"errorMsg\": \"An error occurred while handling the promo\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f8e587e-de2f-44a7-a4f4-93c9ddc4dfa0",
              "name": "Campaign service is temporarily unavailable",
              "originalRequest": {
                "url": {
                  "path": [
                    "promo",
                    ":promoUUID",
                    "status",
                    ":status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "promoUUID",
                      "description": "(Required) Unique campaign identifier"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "status",
                      "description": "(Required) Campaign status"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {}
              },
              "status": "Service Unavailable",
              "code": 503,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"b337f60a97675a4c57345e8414e007e6\",\n  \"errorCode\": 1010003,\n  \"errorMsg\": \"The service is not ACTIVE for the provided EDRPOU\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5e848aaf-ec37-4ff0-8ed4-24a7e1c60d1f",
          "name": "Get campaign statistics",
          "request": {
            "name": "Get campaign statistics",
            "description": {
              "content": "The request returns aggregated statistics for the Customer List Messaging service.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "promo",
                ":promoUUID",
                "statistics"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "promoUUID",
                  "description": "(Required) Unique campaign identifier"
                },
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET"
          },
          "response": [
            {
              "id": "c2d1ec6e-be63-4b3c-9d99-f6686ad2305f",
              "name": "Campaign statistics",
              "originalRequest": {
                "url": {
                  "path": [
                    "promo",
                    ":promoUUID",
                    "statistics"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "promoUUID",
                      "description": "(Required) Unique campaign identifier"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"sentCount\": 0,\n  \"deliveriesCount\": 0,\n  \"unmatchedCount\": 0,\n  \"deliveriesPortionsCount\": 0,\n  \"deliveriesUnmatchedPortionsCount\": 0,\n  \"deliveriesInternalPortionsCount\": 0,\n  \"deliveriesExternalPortionsCount\": 0,\n  \"undeliveredCount\": 0,\n  \"unknownStatusCount\": 0,\n  \"canceledByContactPolicyCount\": 0,\n  \"seenCount\": 0,\n  \"blacklistedCount\": 0,\n  \"declinedCount\": 0,\n  \"expiredCount\": 0,\n  \"wasNotSent\": 20\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "76bfca92-06db-4675-b1b5-35cbc905c0d5",
      "name": "SMS OTP Verification",
      "description": {
        "content": "Generate and send one-time passwords by SMS, then verify the code entered by the user. Use this API for phone number verification, login confirmation, account recovery, and other security-sensitive flows.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "c0b18746-af1e-468c-b020-64fa1207dcf7",
          "name": "Request to send the user an SMS with an OTP code",
          "request": {
            "name": "Request to send the user an SMS with an OTP code",
            "description": {
              "content": "The request initiates sending an OTP code to the specified phone number via SMS",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "verification",
                "sms"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"to\": \"<string>\",\n  \"templateId\": \"<integer>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "410b2de8-fb42-4201-9907-5741b83e5db3",
              "name": "Request sent successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "verification",
                    "sms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"to\": \"380677770200\",\n  \"templateId\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cid\": \"0589f0ec-4bf1-429c-a976-d55f1a4524f1\",\n  \"reqId\": \"3388babfc3db5a4941416248b8c0008f\",\n  \"resource\": {\n    \"status\": \"SUCCESS\",\n    \"messageId\": \"904705f0-3c5e-4556-81b7-fd2e3d83\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0960dc1-eac0-4eee-a8f7-3e842a4c2fec",
              "name": "Unprocessable Entity. The server received the request but cannot process it due to errors in the submitted data (for example, incorrect format or missing required parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "verification",
                    "sms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"to\": \"380677770200\",\n  \"templateId\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cid\": \"string\",\n  \"reqId\": \"string\",\n  \"errorCode\": 6170,\n  \"errorMsg\": \"error message\",\n  \"additionalInfoUrl\": \"link to FAQ\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "071f48ed-ec40-4d9d-9f6d-7ea6026985e5",
          "name": "Request to verify the OTP code",
          "request": {
            "name": "Request to verify the OTP code",
            "description": {
              "content": "The request initiates OTP code verification",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "verification",
                "sms",
                "check"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"subscriberId\": \"<string>\",\n  \"validationCode\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "fa8b597f-d791-40e4-a7ce-ca62a506afd1",
              "name": "Request sent successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "verification",
                    "sms",
                    "check"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subscriberId\": \"380677770200\",\n  \"validationCode\": \"4545\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cid\": \"0589f0ec-4bf1-429c-a976-d55f1a4524f1\",\n  \"reqId\": \"3388babfc3db5a4941416248b8c0008f\",\n  \"resource\": {\n    \"status\": \"VALID\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56a399fe-a719-4cdd-a2cf-3f28d37b2c63",
              "name": "Unprocessable Entity. The server received the request but cannot process it due to errors in the submitted data (for example, incorrect format or missing required parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "verification",
                    "sms",
                    "check"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subscriberId\": \"380677770200\",\n  \"validationCode\": \"4545\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cid\": \"string\",\n  \"reqId\": \"string\",\n  \"errorCode\": 6170,\n  \"errorMsg\": \"error message\",\n  \"additionalInfoUrl\": \"link to FAQ\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "aceef5dd-002e-4fa3-ae8f-d2fb58400030",
      "name": "Flash Call OTP Verification",
      "description": {
        "content": "Verify phone numbers with a missed call instead of SMS. The user receives a short incoming call and enters the last digits of the caller number as a one-time code in your application or website.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "1bec1998-2766-4439-a6b2-23767499cd2b",
          "name": "Request to create a flash call for the user",
          "request": {
            "name": "Request to create a flash call for the user",
            "description": {
              "content": "The request initiates a flash call to the specified phone number",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "verification",
                "flash-call"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"to\": \"<string>\",\n  \"otp\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ee3fde6a-faae-443d-b67c-00a0f9918344",
              "name": "Request sent successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "verification",
                    "flash-call"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"to\": \"380501234567\",\n  \"otp\": \"123\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cid\": \"0589f0ec-4bf1-429c-a976-d55f1a4524f1\",\n  \"resource\": {\n    \"status\": \"SUCCESS\",\n    \"callingNumber\": \"380670000000\",\n    \"messageId\": \"0589f0ec-4bf1-429c-a976-d55f1a4524f1\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7dacbf5e-45c3-4232-9ff0-6d4948cc7b8a",
              "name": "Bad Request. Invalid request parameters.",
              "originalRequest": {
                "url": {
                  "path": [
                    "verification",
                    "flash-call"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"to\": \"380501234567\",\n  \"otp\": \"123\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cid\": \"0589f0ec-4bf1-429c-a976-d55f1a4524f1\",\n  \"errorCode\": 220,\n  \"errorMsg\": \"CANT_PROCESS\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b105c1ee-3733-4043-8727-fb91e9d9e9ac",
              "name": "Unprocessable Entity. The server received the request but cannot process it due to errors in the submitted data (for example, incorrect format or missing required parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "verification",
                    "flash-call"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"to\": \"380501234567\",\n  \"otp\": \"123\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cid\": \"string\",\n  \"reqId\": \"string\",\n  \"errorCode\": 6170,\n  \"errorMsg\": \"error message\",\n  \"additionalInfoUrl\": \"link to FAQ\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1f9fa817-88c6-4b8e-ae19-372b1517fe77",
          "name": "Request to verify the OTP code",
          "request": {
            "name": "Request to verify the OTP code",
            "description": {
              "content": "The request initiates OTP code verification",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "verification",
                "flash-call",
                "check"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"subscriberId\": \"<string>\",\n  \"validationCode\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ce1999f5-81ef-4025-a340-ad2dd658c03d",
              "name": "Request sent successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "verification",
                    "flash-call",
                    "check"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subscriberId\": \"380677770200\",\n  \"validationCode\": \"4545\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cid\": \"0589f0ec-4bf1-429c-a976-d55f1a4524f1\",\n  \"resource\": {\n    \"status\": \"VALID\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b23e3982-2672-4fd1-ac31-05b65a5692fd",
              "name": "Unprocessable Entity. The server received the request but cannot process it due to errors in the submitted data (for example, incorrect format or missing required parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "verification",
                    "flash-call",
                    "check"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"subscriberId\": \"380677770200\",\n  \"validationCode\": \"4545\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cid\": \"string\",\n  \"reqId\": \"string\",\n  \"errorCode\": 6170,\n  \"errorMsg\": \"error message\",\n  \"additionalInfoUrl\": \"link to FAQ\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "4f87fb1b-9fcd-4ce0-913b-3018c74e7bf5",
      "name": "IVR Verification",
      "description": {
        "content": "**IVR Verification** is a method of verifying a phone number via an automated voice call. The subscriber receives an incoming call with a voice message containing a one-time code (OTP) to enter in your application or website. The method works on any phone that accepts voice calls and does not require internet access or additional app installation.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "8c68c037-1d0f-4e2c-9c9d-a84d1c92503d",
          "name": "Automated voice call",
          "request": {
            "name": "Automated voice call",
            "description": {
              "content": "Request to initiate an automated voice call to the subscriber's device. The method starts IVR verification.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "verification",
                "ivr"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"from\": \"<string>\",\n  \"to\": \"<string>\",\n  \"lang\": \"ukr\",\n  \"repeats\": 0,\n  \"prompt\": {\n    \"confirm\": \"<string>\",\n    \"correctResponse\": \"<string>\",\n    \"success\": \"<string>\",\n    \"failed\": \"<string>\"\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "35078153-effe-4ba2-a465-5503c2f6215e",
              "name": "Request processed successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "verification",
                    "ivr"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"to\": \"380501234567\",\n  \"from\": \"380671234567\",\n  \"lang\": \"eng\",\n  \"repeats\": 0,\n  \"prompt\": {\n    \"confirm\": \"Confirm1\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cid\": \"0589f0ec-4bf1-429c-a976-d55f1a4524f1\",\n  \"resource\": {\n    \"status\": \"SUCCESS\",\n    \"messageId\": \"0589f0ec-4bf1-429c-a976-d55f1a4524f1\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d81d87cc-6383-4159-bc5c-ff7b0ecf9b8f",
              "name": "Bad Request. Invalid request parameters.",
              "originalRequest": {
                "url": {
                  "path": [
                    "verification",
                    "ivr"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"to\": \"380501234567\",\n  \"from\": \"380671234567\",\n  \"lang\": \"eng\",\n  \"repeats\": 0,\n  \"prompt\": {\n    \"confirm\": \"Confirm1\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cid\": \"0589f0ec-4bf1-429c-a976-d55f1a4524f1\",\n  \"errorCode\": 220,\n  \"errorMsg\": \"CANT_PROCESS\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ae08898d-ee00-4680-bacf-1a62cdad8ffa",
              "name": "Unprocessable Entity. The server received the request but cannot process it due to errors in the submitted data.",
              "originalRequest": {
                "url": {
                  "path": [
                    "verification",
                    "ivr"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"to\": \"380501234567\",\n  \"from\": \"380671234567\",\n  \"lang\": \"eng\",\n  \"repeats\": 0,\n  \"prompt\": {\n    \"confirm\": \"Confirm1\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cid\": \"string\",\n  \"reqId\": \"string\",\n  \"errorCode\": 6170,\n  \"errorMsg\": \"error message\",\n  \"additionalInfoUrl\": \"link to FAQ\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e2b0f1e3-6e0e-4eff-82b6-3af54f893052",
          "name": "Get IVR request status",
          "request": {
            "name": "Get IVR request status",
            "description": {
              "content": "Returns the current delivery status of an IVR request by its identifier.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "verification",
                "ivr",
                ":msgId"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<uuid>",
                  "key": "msgId",
                  "description": "(Required) IVR request identifier."
                },
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET"
          },
          "response": [
            {
              "id": "68e9688a-d0bc-43a2-9550-c8bc3eb3cb0c",
              "name": "Request processed successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "verification",
                    "ivr",
                    ":msgId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "msgId",
                      "description": "(Required) IVR request identifier."
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"msgId\": \"66f5bb04-d8bd-11e4-84b3-8c736ebbe200\",\n  \"status\": \"delivered\",\n  \"date\": \"2024-10-01T10:00:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9b261b13-421a-4177-bc35-bc33e5c965cd",
              "name": "Bad Request. Invalid or unknown mid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "verification",
                    "ivr",
                    ":msgId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "msgId",
                      "description": "(Required) IVR request identifier."
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errorCode\": 1040,\n  \"errorMsg\": \"Resource not found\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "34a9e2d4-3baa-43db-a50f-23680c56c8ca",
              "name": "Unauthorized. The token is missing, expired, or invalid.",
              "originalRequest": {
                "url": {
                  "path": [
                    "verification",
                    "ivr",
                    ":msgId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "msgId",
                      "description": "(Required) IVR request identifier."
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errorCode\": 1042,\n  \"errorMsg\": \"Unauthorized\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13fe9fd4-f2cd-4368-8b58-90be91d9a668",
              "name": "Forbidden. The account does not have permission to use this endpoint.",
              "originalRequest": {
                "url": {
                  "path": [
                    "verification",
                    "ivr",
                    ":msgId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "msgId",
                      "description": "(Required) IVR request identifier."
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errorCode\": 1041,\n  \"errorMsg\": \"Forbidden\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "73c23f36-7cdc-41b7-83be-c2939c2e9f64",
              "name": "Bad Gateway. Could not retrieve data from storage, or a generic error occurred.",
              "originalRequest": {
                "url": {
                  "path": [
                    "verification",
                    "ivr",
                    ":msgId"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<uuid>",
                      "key": "msgId",
                      "description": "(Required) IVR request identifier."
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Gateway",
              "code": 502,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"errorCode\": 1061,\n  \"errorMsg\": \"Could not retrieve report from storage\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "8d7d39ad-cde8-495b-b7f8-18d4a6f5358e",
      "name": "Profile API",
      "description": {
        "content": "Get aggregated subscriber profile insights by phone number. Use this API to support audience segmentation, check profile match, and personalize services or offers without processing personal data.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "588a398d-4847-48b0-bb36-6a133108108c",
          "name": "Request to retrieve a generalized subscriber profile",
          "request": {
            "name": "Request to retrieve a generalized subscriber profile",
            "description": {
              "content": "The request returns summarized characteristics of a Kyivstar subscriber that can be used for segmentation, personalization, or assessing compliance with a target profile.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "subscribers",
                "profile"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "body": {
              "mode": "raw",
              "raw": "{\n  \"query\": \"<string>\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1e1bbe98-0557-40f0-92f2-b361cb6dc72a",
              "name": "Data retrieved successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "subscribers",
                    "profile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"query\": \"{\\n profile(msisdn:\\\"380672000200\\\"){\\nage\\ngender\\n }\\n}\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"data\": {\n    \"profile\": {\n      \"gender\": \"MALE\",\n      \"age\": \"18-24\"\n    }\n  },\n  \"dataPresent\": true,\n  \"extensions\": null\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "8f26ccd8-d91c-401e-8c24-b95fe3fa037e",
      "name": "Financial Scoring",
      "description": {
        "content": "Get a data-driven risk score to support lending, insurance, fintech, and fraud prevention decisions. Scoring models can be tailored to your business case for more accurate assessment.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "777f5c62-9dc9-44a3-9095-cd57ccc5b5ac",
          "name": "Request to assess a counterparty's financial reliability",
          "request": {
            "name": "Request to assess a counterparty's financial reliability",
            "description": {
              "content": "The request returns the subscriber rating according to the scoring model.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "subscribers",
                ":phoneNumber",
                "scoring"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "scoreFormula",
                  "value": "<integer>",
                  "description": "(Required) ID of the scoring model used for the assessment"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "phoneNumber",
                  "description": "(Required) Subscriber phone number"
                },
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET"
          },
          "response": [
            {
              "id": "2f263a63-6306-45d7-80a8-8529a95f3cc3",
              "name": "Data retrieved successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "subscribers",
                    ":phoneNumber",
                    "scoring"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "scoreFormula",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "phoneNumber",
                      "description": "(Required) Subscriber phone number"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"bd4553a32a7e238e33fa8245be4d3f6d\",\n  \"cid\": \"4ca11176-f947-4757-a1a8-09031d60217c\",\n  \"resource\": {\n    \"scoreBal\": 0.08457\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6c4d3f9-f2ce-4fc4-8e94-42bead2591a2",
              "name": "Unprocessable Entity. The server received the request but cannot process it due to errors in the submitted data (for example, incorrect format or missing required parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "subscribers",
                    ":phoneNumber",
                    "scoring"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "scoreFormula",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "phoneNumber",
                      "description": "(Required) Subscriber phone number"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cid\": \"string\",\n  \"reqId\": \"string\",\n  \"errorCode\": 6170,\n  \"errorMsg\": \"error message\",\n  \"additionalInfoUrl\": \"link to FAQ\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "ea67bbec-d918-432c-bed2-2fe7455a9345",
      "name": "Sim Check Protection",
      "description": {
        "content": "Detect recent SIM changes linked to a phone number to help prevent fraud and account takeover. Use SIM Swap before sending OTPs, approving high-risk actions, or trusting a mobile number as an authentication channel.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "dceee8dc-4ed9-4b21-88e1-1e1ef1be4628",
          "name": "SIM-swap attack check request",
          "request": {
            "name": "SIM-swap attack check request",
            "description": {
              "content": "The request checks whether a Kyivstar subscriber's SIM card was reissued during the specified period.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "subscribers",
                ":phoneNumber",
                "sim-check-antifraud"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "checkPeriod",
                  "value": "<integer>",
                  "description": "(Required) Check period. Possible values are from 24 to 720"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "phoneNumber",
                  "description": "(Required) Subscriber phone number"
                },
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET"
          },
          "response": [
            {
              "id": "4f0f86e9-2416-41ee-856d-797795c09980",
              "name": "Data retrieved successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "subscribers",
                    ":phoneNumber",
                    "sim-check-antifraud"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "checkPeriod",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "phoneNumber",
                      "description": "(Required) Subscriber phone number"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"string\",\n  \"cid\": \"string\",\n  \"resource\": {\n    \"simChanged\": true,\n    \"simTypeChanged\": true,\n    \"geoChanged\": false,\n    \"imeiChanged\": true,\n    \"callForwarding\": true\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26235245-3644-406c-8f0c-4c665989990f",
              "name": "Unprocessable Entity. The server received the request but cannot process it due to errors in the submitted data (for example, incorrect format or missing required parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "subscribers",
                    ":phoneNumber",
                    "sim-check-antifraud"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "checkPeriod",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "phoneNumber",
                      "description": "(Required) Subscriber phone number"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cid\": \"string\",\n  \"reqId\": \"string\",\n  \"errorCode\": 6170,\n  \"errorMsg\": \"error message\",\n  \"additionalInfoUrl\": \"link to FAQ\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "b809c12b-06d0-46b8-a37d-f4f503b5a0ad",
      "name": "Sim Count",
      "description": {
        "content": "Check how many different SIM cards were used in the same mobile device over a selected period. Use this signal to help detect suspicious device behavior, reduce fraud risk, and add extra checks for high-risk actions such as loan, insurance, or account verification.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "94e2ab9a-2f61-482e-a110-f1a8b1f42540",
          "name": "Request to determine the number of unique SIM cards",
          "request": {
            "name": "Request to determine the number of unique SIM cards",
            "description": {
              "content": "The request checks how many different SIM cards were inserted into the same mobile device over a specific period.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "subscribers",
                ":phoneNumber",
                "sim-count"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "daysCount",
                  "value": "<integer>",
                  "description": "(Required) Check period. Possible values are from 1 to 120 days"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "phoneNumber",
                  "description": "(Required) Subscriber phone number"
                },
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET"
          },
          "response": [
            {
              "id": "1bdc48b8-077a-4064-a997-51047747ccf5",
              "name": "Data retrieved successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "subscribers",
                    ":phoneNumber",
                    "sim-count"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "daysCount",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "phoneNumber",
                      "description": "(Required) Subscriber phone number"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"string\",\n  \"cid\": \"string\",\n  \"resource\": {\n    \"simCount\": 8696\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "63d0902a-888e-4ec0-82e1-35e9a7e34abc",
              "name": "Unprocessable Entity. The server received the request but cannot process it due to errors in the submitted data (for example, incorrect format or missing required parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "subscribers",
                    ":phoneNumber",
                    "sim-count"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "daysCount",
                      "value": "<integer>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "phoneNumber",
                      "description": "(Required) Subscriber phone number"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cid\": \"string\",\n  \"reqId\": \"string\",\n  \"errorCode\": 6170,\n  \"errorMsg\": \"error message\",\n  \"additionalInfoUrl\": \"link to FAQ\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "aa24f7e7-7472-42d7-ab5f-96978064622e",
      "name": "Lifetime Check",
      "description": {
        "content": "Check whether a SIM card was activated or changed within the last 30 days. Use this signal to help detect suspicious account activity, reduce fraud risk, and add extra verification for high-risk customer actions.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "5eb573dc-bf26-4905-9277-d6d182025db7",
          "name": "Request to confirm customer identity",
          "request": {
            "name": "Request to confirm customer identity",
            "description": {
              "content": "The request checks whether the Kyivstar subscriber activated or replaced a SIM card within 30 days.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "subscribers",
                ":phoneNumber",
                "lifetime"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "phoneNumber",
                  "description": "(Required) Subscriber phone number"
                },
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET"
          },
          "response": [
            {
              "id": "88c28887-7f28-43ef-bc2d-39d71a4c200e",
              "name": "Data retrieved successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "subscribers",
                    ":phoneNumber",
                    "lifetime"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "phoneNumber",
                      "description": "(Required) Subscriber phone number"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cid\": \"4d3e4995-fa0c-4a44-91e5-c71d7d447700\",\n  \"reqId\": \"3388babfc3db5a4941416248b8c0008f\",\n  \"resource\": {\n    \"lifetimeDuration\": {\n      \"from\": 0,\n      \"to\": 1,\n      \"timeUnit\": \"MONTHS\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff02d19e-0f9f-4fb2-9427-19168eeed1bd",
              "name": "Unprocessable Entity. The server received the request but cannot process it due to errors in the submitted data (for example, incorrect format or missing required parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "subscribers",
                    ":phoneNumber",
                    "lifetime"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "phoneNumber",
                      "description": "(Required) Subscriber phone number"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cid\": \"string\",\n  \"reqId\": \"string\",\n  \"errorCode\": 6170,\n  \"errorMsg\": \"error message\",\n  \"additionalInfoUrl\": \"link to FAQ\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "497c4fac-97c2-4d49-bce2-0c6fe49ef35c",
      "name": "Device Check",
      "description": {
        "content": "Verify a mobile device by IMEI to help detect suspicious or unauthorized device use. Use this signal to reduce fraud risk, protect customer accounts, and support device identity checks in security-sensitive flows.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "09caa80b-bf04-4de6-875b-71ec0edda1c1",
          "name": "Request to verify the user's device IMEI identifier",
          "request": {
            "name": "Request to verify the user's device IMEI identifier",
            "description": {
              "content": "The request checks the device identity.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "subscribers",
                ":phoneNumber",
                "device-check"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "imei",
                  "value": "<string>",
                  "description": "IMEI of the device to check"
                },
                {
                  "disabled": false,
                  "key": "daysPeriod",
                  "value": "<number>",
                  "description": "check period"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "phoneNumber",
                  "description": "(Required) Subscriber phone number"
                },
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET"
          },
          "response": [
            {
              "id": "63cc6ca9-07ba-4b36-ac7e-c0adddbb4cab",
              "name": "Data retrieved successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "subscribers",
                    ":phoneNumber",
                    "device-check"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "imei",
                      "value": "<string>"
                    },
                    {
                      "key": "daysPeriod",
                      "value": "<number>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "phoneNumber",
                      "description": "(Required) Subscriber phone number"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"imeiRes\": \"COMPLETELY_MATCHED\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4b2a2a6d-a9d9-4c64-8a11-b6c76169c406",
              "name": "Unprocessable Entity. The server received the request but cannot process it due to errors in the submitted data (for example, incorrect format or missing required parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "subscribers",
                    ":phoneNumber",
                    "device-check"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "imei",
                      "value": "<string>"
                    },
                    {
                      "key": "daysPeriod",
                      "value": "<number>"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "phoneNumber",
                      "description": "(Required) Subscriber phone number"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cid\": \"string\",\n  \"reqId\": \"string\",\n  \"errorCode\": 6170,\n  \"errorMsg\": \"error message\",\n  \"additionalInfoUrl\": \"link to FAQ\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "efdc898c-f305-485c-b264-15e1b198459f",
      "name": "Check owner",
      "description": {
        "content": "Check whether the owner of a mobile number changed during a specified period. Pass a phone number and a start date; the API returns a flag indicating whether an owner change was detected after that date.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "5ce7166e-ed86-47e3-8014-ed65dff5dfc3",
          "name": "Check mobile number owner change request.",
          "request": {
            "name": "Check mobile number owner change request.",
            "description": {
              "content": "The request checks whether the mobile number's owner has changed.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "subscribers",
                ":phoneNumber",
                "check-owner"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "dateFrom",
                  "value": "<date>",
                  "description": "(Required) Start date of the historical check period"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "<string>",
                  "key": "phoneNumber",
                  "description": "(Required) Subscriber phone number"
                },
                {
                  "description": "Api version (This can only be one of v1)",
                  "type": "any",
                  "value": "{{version}}",
                  "key": "version"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET"
          },
          "response": [
            {
              "id": "a79d0deb-d94f-4abe-91a4-e4c034ad6280",
              "name": "Data retrieved successfully",
              "originalRequest": {
                "url": {
                  "path": [
                    "subscribers",
                    ":phoneNumber",
                    "check-owner"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "dateFrom",
                      "value": "2021-12-31"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "phoneNumber",
                      "description": "(Required) Subscriber phone number"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reqId\": \"string\",\n  \"cid\": \"string\",\n  \"resource\": {\n    \"ownerChanged\": true\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "712a3117-32f9-417a-88ff-604a41b9f2a9",
              "name": "Unprocessable Entity. The server received the request but cannot process it due to errors in the submitted data (for example, incorrect format or missing required parameters).",
              "originalRequest": {
                "url": {
                  "path": [
                    "subscribers",
                    ":phoneNumber",
                    "check-owner"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "dateFrom",
                      "value": "2021-12-31"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "<string>",
                      "key": "phoneNumber",
                      "description": "(Required) Subscriber phone number"
                    },
                    {
                      "description": "Api version (This can only be one of v1)",
                      "type": "any",
                      "value": "{{version}}",
                      "key": "version"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unprocessable Entity (WebDAV) (RFC 4918)",
              "code": 422,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"cid\": \"string\",\n  \"reqId\": \"string\",\n  \"errorCode\": 6170,\n  \"errorMsg\": \"error message\",\n  \"additionalInfoUrl\": \"link to FAQ\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "786c5004-fc19-4cf1-8a2d-1896db1fbe7b",
      "name": "Webhooks",
      "description": {
        "content": "Webhooks let your system receive real-time delivery status updates across all messaging channels, without polling the API.\n\n**How to set up Webhooks:**\n  1. Go to your <a href=\"https://api-market.kyivstar.ua\" target=\"_blank\">account dashboard</a>.\n  2. Open **Webhooks** from the main menu.\n  3. Add the callback URL where your server will receive POST requests and save the changes.\n  4. Send a test message to verify the integration.\n\n**How it works:**\n  1. You send a message through the API.\n  2. When the delivery status changes, Kyivstar sends a POST request to your callback URL.\n  3. Your server processes the request and updates the message status in your system. Your server must return an `HTTP 2XX` response after successful processing. Any other response is treated as a failed delivery attempt, and the webhook will be retried.\n\n**Retry schedule:**\n  - after 1 minute\n  - after 15 minutes\n  - after 30 minutes\n  - after 1 hour\n  - after 4 hours\n  - after 12 hours — last attempt.\n\n**Best practices:**\n  - **Use HTTPS**.\n  - **Respond quickly** with `HTTP 200 OK`. Move heavy processing to a queue or background job.\n  - **Log all webhook requests**.\n  - **Handle duplicates**. The same webhook may be delivered more than once.\n  - **Validate incoming data**. Check that `msgId` exists in your system and apply updates only when the received date is newer than the current status timestamp.",
        "type": "text/plain"
      },
      "item": [],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "description": {
        "content": "Api version (This can only be one of v1)",
        "type": "text/plain"
      },
      "type": "any",
      "value": "v1",
      "key": "version"
    },
    {
      "type": "string",
      "value": "{{rootUrl}}{{env}}/rest/{{version}}",
      "key": "baseUrl"
    },
    {
      "key": "clientID",
      "value": ""
    },
    {
      "key": "clientSecret",
      "value": ""
    },
    {
      "key": "rootUrl",
      "value": "https://api-gateway.kyivstar.ua"
    },
    {
      "key": "env",
      "value": "/mock"
    },
    {
      "key": "accessTokenUrl",
      "value": "{{rootUrl}}/idp/oauth2/token"
    }
  ],
  "auth": {
    "type": "oauth2",
    "oauth2": [
      {
        "key": "tokenName",
        "value": "DefToken",
        "type": "string"
      },
      {
        "key": "accessTokenUrl",
        "value": "{{accessTokenUrl}}",
        "type": "string"
      },
      {
        "key": "clientSecret",
        "value": "{{clientSecret}}",
        "type": "string"
      },
      {
        "key": "clientId",
        "value": "{{clientID}}",
        "type": "string"
      },
      {
        "key": "grant_type",
        "value": "client_credentials",
        "type": "string"
      },
      {
        "key": "addTokenTo",
        "value": "header",
        "type": "string"
      }
    ]
  },
  "info": {
    "_postman_id": "b057692d-8072-4c3a-816e-b0ae13b4be94",
    "name": "Kyivstar API Portal",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "# **Getting started**\n  Use **Kyivstar API Portal** to access Kyivstar services, build new products and applications, and automate business processes. This documentation provides everything you need to integrate with API Portal products — from endpoint descriptions to responses and error codes.\n\n  **With this documentation, you can:**\n  * **Explore every endpoint:** Review clear descriptions, responses, and error codes.\n  * **Stay current:** The documentation reflects the latest product updates.\n  * **Test APIs in real time:** Send requests directly from the documentation and get live server responses.\n\n# **Account dashboard**\n  <a href=\"https://api-market.kyivstar.ua\" target=\"_blank\">Register</a> with Kyivstar API Portal to get everything you need to start integrating. From your account dashboard, you manage your profile, API products, and usage in one place:\n  * **Client ID and Client Secret:** View, update, and generate credentials for API authorization.\n  * **API product catalog:** Explore available API products and choose the ones you need.\n  * **API product settings:** Manage Alphanumeric Sender IDs and other product parameters.\n  * **Interactive documentation:** Access detailed API documentation for each product and test requests directly from the docs.\n  * **Usage statistics:** Track API usage and optimize costs.\n  * **Developer log:** Monitor API activity and review key events.\n  * **IP Whitelist:** Define which IP addresses can call the API Portal.\n  * **Webhooks:** Get delivery status updates via webhooks.\n  * **Sandbox settings and limits:** Test and build safely in a dedicated sandbox environment.\n\n# **OAuth 2.0 Authentication**\n## **Client ID, Client Secret, and access token**\n  Your **Client ID** and **Client Secret** identify your application. Use them to request an access token.\n  The access token authorizes API requests to Kyivstar API Portal products. It is valid for 8 hours. After that, request a new token.\n\n  After registration, you can use the sandbox and mock servers. To access the production server, your account must be verified. Production uses real data, and API calls are billed. To verify your account, submit the full access request form.\n\n## **How it works**\n  1. Use your Client ID and Client Secret to request an access token.\n  2. Store the token securely in your system.\n  3. Send the token in the `Authorization` header with every API request:\n  `Authorization: Bearer <access_token>` \n  4. When the token expires, or when an API request returns `401 Unauthorized`, request a new access token.\n\n## **How to get an access token**\n  After you register with Kyivstar API Portal, you get a Client ID and Client Secret. Use these credentials to request an access token. <br>\n  **The access token is valid for 8 hours.** \n  You can request an access token from the interactive documentation in your account dashboard or from the Authentication section on this page. Before you request a token, select the right server: sandbox, mock, or production. <br><br>\n  Send a valid access token in the `Authorization` header with every API request:\n\n  `Authorization: Bearer <access_token>`\n  <br>\n  <details>\n  <summary>Get an access token with curl</summary>\n  ```bash\n  curl 'https://api-gateway.kyivstar.ua/idp/oauth2/token' -X POST -d 'grant_type=client_credentials' --user <your_client_id>:<your_client_secret>\n  ```\n  </details>\n  <br>\n  <details>\n  <summary>Get an access token with Python</summary>\n\n  ```python\n  import requests\n  from base64 import b64encode\n  import json\n  # SET HERE YOUR url, clientId and secret\n  authServerTokenUrl = \"https://api-gateway.kyivstar.ua/idp/oauth2/token\"\n  clientId = \"<your_client_id>\"\n  clientSecret = \"<your_client_secret>\"\n  def authenticate(authUrl, username, password):\n    encoded = (username + \":\" + password).encode(\"utf-8\")\n    userAndPass = b64encode(encoded).decode(\"ascii\")\n    payload = 'grant_type=client_credentials'\n    headers = {\n      'Content-Type': 'application/x-www-form-urlencoded',\n      'Authorization': 'Basic %s' % userAndPass\n    }\n    response = requests.request(\"POST\", authUrl, headers=headers, data=payload)\n    data = json.loads(response.text.encode('utf8'))\n    return data[\"access_token\"]\n  authToken = authenticate(authServerTokenUrl, clientId, clientSecret)\n  print(\"Auth token: \" + authToken)\n  ```\n  </details>\n\n## **How to refresh an access token**\n  Access tokens expire after 8 hours (28799 seconds).\n  Use the `expires_in` value in the token response to track when the token expires. Before it expires, request a new access token.\n  You can also treat a `401 Unauthorized` response as a signal that the token is missing, expired, or invalid.\n  <br>\n# **Basic Authentication**\n  Basic Authentication is a simple HTTP authentication scheme. <br> Use your Client ID as the username and your Client Secret as the password. You can find both credentials in your <a href=\"https://api-market.kyivstar.ua\" target=\"_blank\">account dashboard</a>.\n  <br>\n  To use Basic Authentication, first add your IP addresses to the IP whitelist in your <a href=\"https://api-market.kyivstar.ua/dashboard/application/default/settings\" target=\"_blank\">account settings</a>.\n## **How it works**\n  **Username and password:**\n  With Basic Authentication, your application sends credentials in the `Authorization` header.\n\n  **Use this format:** `Authorization: Basic <base64_encoded_credentials>`\n  <br>\n  `<base64_encoded_credentials>` is a `Base64-encoded string` in this format:\n  `client_id:client_secret`.\n  Most API clients, including curl, Postman, and common HTTP libraries, can encode these credentials for you.\n\n  <details>\n  <summary>curl example</summary>\n  ```bash\n  curl -u <your_client_id>:<your_client_secret> 'https://api-gateway.kyivstar.ua/rest/v1/sms'\n  ```\n  </details>\n  <br>\n  <details>\n  <summary>Python example</summary>\n\n  ```python\n  import requests \n  response = requests.get('https://api-gateway.kyivstar.ua/rest/v1/sms', auth=('<your_client_id>', '<your_client_secret>'))\n  ```\n  </details>\n\n# **Servers**\n  Kyivstar API Portal provides three server environments. Select the server you want from the documentation, or use the corresponding URL in your code.\n  * **Production server:** Returns real data. API calls are billed according to your pricing plan.\n  * **Mock server:** Returns sample data with the same structure as production responses. Calls to this server are free and do not affect your account balance.\n  * **Sandbox server:** Returns real data for up to 5 verified phone numbers. You can verify number ownership with a one-time password (OTP). Sandbox request limits are shown in your account dashboard.\n\n# **How to make calls from the interactive documentation**\n1. Select the server you want to send the request to.\n2. Copy the relevant Client ID and Client Secret from your account dashboard.\n3. Enter them in the authentication section and click Get Token.\n4. Select a product, enter the required request values, and click Try to get a response.<br>\n<br> <br> <div style=\"background-color:var(--light-blue); border-radius:4px; padding:16px; color:var(--fg); line-height:24px;\"> **Note** <br> If you use the mock server, use the sample requests provided in the documentation.</div>\n\n# **How to use the sandbox**\n1. Select the sandbox server.\n2. Copy the relevant Client ID and Client Secret from your account dashboard.\n3. Enter them in the authentication section and click Get Token.\n4. Select a product, enter the required request values, and click Try to get a response.\n\nYou can also make API requests from your own application, Postman, or another API client.\n\nSandbox usage is limited. You can check your remaining sandbox requests on the Sandbox page in your account dashboard.\n<br> <br> <div style=\"background-color:var(--light-blue); border-radius:4px; padding:16px; color:var(--fg); line-height:24px;\"> **Note** <br> The sandbox is available only for selected products. For all other products, use the mock server.</div>",
      "type": "text/plain"
    }
  }
}