Skip to main content
POST
/
agency
/
billing
/
refill
Refill agency wallet
curl --request POST \
  --url https://api.closebot.com/agency/billing/refill \
  --header 'Content-Type: application/json' \
  --header 'X-CB-KEY: <api-key>' \
  --data '
{
  "amount": 123,
  "currency": "<string>"
}
'

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Body

amount
integer<int64>
currency
string | null

Response

200

Success