v2
OpenAPI 3.0.02026-07-311824171.4 MBSession Management
Private
Read current Cancel On Disconnect configuration for the account.
Scope: account:read
get/private/get_cancel_on_disconnect
Query parameters
scope'connection' | 'account'
Specifies if Cancel On Disconnect change should be applied/checked for the current connection or the account (default - connection)<br/><br/> NOTICE: Scope connection can be used only when working via Websocket.
Response
Success response
Example response
{
"result": {
"enabled": true
}
}