cURL
curl --request GET \ --url https://api.quiva.ai/accounts/payment/dashboard-url \ --header 'Authorization: Bearer <token>'
{ "data": "https://billing.stripe.com/p/session/live_1234567890" }
Generates a Stripe customer portal URL
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Dashboard URL generated successfully