Active Fit Url
A single named link from the Active Fit application configuration.
Consumers encounter these as the com.advantahealth.api.settings.model.ActiveFitConfig.urls list returned by com.advantahealth.api.settings.ApplicationSettings.getActiveFitSettings. Look up an entry by its key to resolve the destination url for things like terms of service, privacy policy, support, or other backend-driven external resources, rather than hard-coding addresses in the host app.
Both fields originate from the backend; the SDK only surfaces entries where both key and url are present, but the fields remain nullable on this public type.