Hi,
We're using RevenueCat Web Billing and noticed that the managementURL from the SDK/API returns a URL like:
https://api.revenuecat.com/rcbilling/v1/customerportal/{tx_id}/portal
This redirects to a page that asks users to check their email for the management link. The email then contains a tokenized URL like:
https://billing.revenuecat.com/{app_id}/{sub_id}?token=xxx
This adds an extra step for users. Is there any way to get the tokenized URL directly via SDK or REST API (v1/v2) so users can access the customer p
ortal immediately?
Thanks!
