Session 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
}
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.