Encrypt rtag
GET `bc/referral/encrypt` endpoint
Encrypts rtag value.
Query parameters:
Parameter name
Data Type
Description
operator
string
Operator name. For example, for operator acme the value should be operator=acme
rtag
string
rtag value
Response example:
{
"rtag": "MzgwMjIxMjM0NTY3"
}Last updated