Skip to main content
GET
/
accounts
/
payment
/
dashboard-url
Get dashboard URL
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Dashboard URL generated successfully

data
string<uri>
required