Rotate FIX slot password
RotateFixSlotPassword¶
Description: Generates a new FIX password for the specified slot and returns it in the response.
Access Control¶
Access Level Required:
SESSION_ADMIN
Request Parameters¶
{
"slot_id": 1
}
Response Example¶
{
"data": {
"slot_id": 1,
"password": "new-generated-password"
}
}