Enable Auto Billing
Billing
Enable Auto Billing
Enable automatic monthly billing.
Re-enables automatic billing if it was previously disabled. Payment method must already be saved.
Requirements:
- Admin permission
- Must have payment method saved
Example:
response = await client.post("/v1/organizations/billing/enable-auto-billing")
POST
Enable Auto Billing
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response

