/
CL
closebot
/
CloseBot API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
Account
3
Agency
5
Billing
13
get
List source transactions
post
Add source transaction
delete
Delete source transaction
get
Get agency balance
get
Get agency billing
put
Update agency billing
get
Get re-billing settings
put
Update re-billing
get
Get source balance
get
List agency transactions
get
List billed usages
post
Refill agency wallet
post
Refill source wallet
Bot
18
BotMetric
14
BotSourceVariable
2
BotTemplate
1
BotTesting
8
Hierarchy
5
Lead
11
Library
11
LiveDemo
10
Notification
5
Persona
5
SmartFAQ
5
Source
10
SourceChannel
5
Webhook
1
Billing
Update agency billing
put
/agency/billing/options
Request body
UpdateBillingConfigInput
required
overBillingEnabled
boolean
nullable
autoRefillEnabled
boolean
nullable
topUpAmount
integer
nullable
refillThreshold
integer
nullable
Response
Success
BillingOptionsDto
required
overBillingEnabled
boolean
usageBillingEnabled
boolean
autoRefillEnabled
boolean
topUpAmount
integer
refillThreshold
integer
currency
string
nullable
Changes