Skip to main content
POST
/
v1
/
organizations
/
billing
/
disable-auto-billing
Disable Auto Billing
curl --request POST \
  --url https://api.mixpeek.com/v1/organizations/billing/disable-auto-billing \
  --header 'Authorization: Bearer <token>'
{
  "auto_billing_enabled": true,
  "message": "<string>",
  "success": true,
  "billing_period_start": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

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

Response

Successful Response

Response after toggling auto-billing.

auto_billing_enabled
boolean
required

New auto-billing status

message
string
required

Human-readable message

success
boolean
default:true

Whether the operation was successful

billing_period_start
string<date-time> | null

Billing period start (if enabled)