For the complete documentation index, see llms.txt. This page is also available as Markdown.

Balance

Retrieve tenant balance

get

Retrieve tenant's balance.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
balancenumber · doubleOptional

User balance. Precision is five digits.

get/tenant/balance

Recharge the tenant

post

Recharge into the tenant's account.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
balancenumber · doubleOptional

User balance. Precision is five digits.

Responses
200

OK

No content

post/tenant/balance

No content

Was this helpful?