Skip to main content
GET
/
accounts
/
payment
/
subscription
Get subscription
curl --request GET \
  --url https://api.quiva.ai/accounts/payment/subscription \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.quiva.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

Subscription retrieved successfully

data
object
required

Stripe subscription object