cURL
curl --request GET \ --url https://api.quiva.ai/accounts/payment/subscription \ --header 'Authorization: Bearer <token>'
{ "data": {} }
Retrieves the current subscription
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Subscription retrieved successfully
Stripe subscription object