Skip to main content
PUT
/
agency
/
billing
/
re-billing
Update re-billing
curl --request PUT \
  --url https://api.closebot.com/agency/billing/re-billing \
  --header 'Content-Type: application/json' \
  --header 'X-CB-KEY: <api-key>' \
  --data '
{
  "enabled": true,
  "responseCost": "<string>",
  "storageCost": "<string>",
  "userCost": "<string>",
  "tokenMultiplier": "<string>"
}
'

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Body

enabled
boolean | null
responseCost
string | null
storageCost
string | null
userCost
string | null
tokenMultiplier
string | null

Response

200

Success