Get a Stripe billing portal URL to manage subscription.
cURL
curl --request GET \ --url https://api.buildwithtrace.com/api/v2/payments/billing-portal \ --header 'Authorization: Bearer <token>'
JWT access token. Get one via POST /auth/login or from the Trace app (Settings → API Token). Tokens expire after 1 hour.
Billing portal URL
Was this page helpful?