Skip to main content
Solved

RC Web Billing - Get management URL with token directly?

  • January 3, 2026
  • 1 reply
  • 26 views

Forum|alt.badge.img

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!
 

Best answer by Haley Pace

Hi ​@chuck-2b8203 you can get an authenticated Web Billing customer portal URL using the following API endpoint: https://www.revenuecat.com/docs/api-v2#tag/Subscription/operation/get-authorized-subscription-management-url

This post has been closed for comments

1 reply

Forum|alt.badge.img+8
  • RevenueCat Staff
  • Answer
  • January 9, 2026

Hi ​@chuck-2b8203 you can get an authenticated Web Billing customer portal URL using the following API endpoint: https://www.revenuecat.com/docs/api-v2#tag/Subscription/operation/get-authorized-subscription-management-url