POST api/user/security/key/reset

Reset global key - will sign out all the signed in users but MT5 remain unaffected

Request Information

URI Parameters

None.

Body Parameters

AdminInput
NameDescriptionTypeAdditional information
AdminKey

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AdminKey": "sample string 1"
}

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
Message

string

None.

Success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Success": true
}