Skip to main content
POST
/
v1
/
billing
/
subscriptions
/
free
Provision a free subscription for the authenticated user
curl --request POST \
  --url http://0.0.0.0:3000/v1/billing/subscriptions/free \
  --header 'Authorization: Bearer <token>'
{
  "status": true
}

Authorizations

Authorization
string
header
required

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

Response

Free subscription provisioned