/v1/operator/create
Create a new sub-operator under the authenticated operator
Name
Value
{
"operatorId": "sub_operator_1",
"password": "##StrongPassword@@",
"name": "Sub Operator 1",
"currency": [
"USD"
],
"ggrRate": 5,
"level": "operator",
"parentId": "parent_operator_1",
"callbackURL": "https://example.com/api/callback",
"allowedIPs": [
"1.1.1.1"
]
}Field
Data Type
Description
Mandatory
Field
Data Type
Description
Last updated