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

Authorizations

Authorization
string
header
required

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

Response

Free subscription created successfully

data
object
required

Stripe subscription object