Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

Send your API key as Authorization: Bearer YOUR_API_KEY.

Headers

Idempotency-Key
string

Optional. A retry with the same key returns the first answer with idempotentReplay: true.

Required string length: 8 - 255

Path Parameters

locationId
string
required

The sub-account's GoHighLevel Location ID.

Minimum string length: 1

Body

application/json

On, with the client rate and Stripe customer; or off.

On, with the client rate and Stripe customer; or off.

enabled
boolean
required

true to turn rebilling on.

clientRatePerMinute
number
required

What you charge the client per minute.

stripeCustomerId
string
required

A customer on your connected Stripe account.

Pattern: ^cus_[A-Za-z0-9]{6,}$
confirmHighRate
boolean

Confirms a rate above $10 a minute is intended.

autoRecharge
object

Optional. Set the sub-account's auto-recharge in the same step.

Response

The sub-account after the change.

success
boolean
required
Example:

true

data
object
required
idempotentReplay
boolean

Present, and true, when this answer is a replay of an earlier request with the same Idempotency-Key.