Some misc account specific flags
GET /api/v1/account/options
- TOKEN-AUTH - session auth token
see example
curl --request GET \
--url https://rest-prod.immedia-semi.com/api/v1/account/options \
--header 'token-auth: {Auth_Token}'
200 OK
{
"owl_app_enabled": true,
"legacy_account_mini": true
}