Currently, we are using a userHasApis template helper to toggle visibility of the 'My Managed APIs' link in the master layout sidebar. The helper performs a database query and returns true if there are any query results. This has required a subscription, which is 'polluting' other features and leading to some false assumptions about data availability.
Task