# Encrypt rtag

Encrypts `rtag` value.

Query parameters:

<table><thead><tr><th>Parameter name</th><th width="175">Data Type</th><th>Description</th></tr></thead><tbody><tr><td>operator</td><td>string</td><td>Operator name. For example, for operator <code>acme</code> the value should be <code>operator=acme</code></td></tr><tr><td>rtag</td><td>string</td><td><code>rtag</code> value</td></tr></tbody></table>

Response example:

```json
{
    "rtag": "MzgwMjIxMjM0NTY3"
}
```
