GetAllUnredactedUserConfigsForUser

Category: System Permissions: Operator, Trading Call Type: Synchronous

Gets all the unredacted configs for a user

Request

{
    "userId": 0,
    "userName": ""
}

Response

[
    {
        "Key": "Config1",
        "Value": "Config1Val"
    }
]

The Response returns an array of a variable number of elements, depending on the needs of the Exchange.

Last updated

Logo