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

Billing

Retrieve tenant billing configurations.

get

Retrieve details of tenant billing configurations.

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

OK

application/json
enabledbooleanOptional

Enable call billing or not.

Default: false
accountstring · enumOptional

The billing account:
Can be either:

  • TENANT: Use company account for billing.
  • USER: Use private user account for billing.
Default: TENANTPossible values:
typestring · enumOptional

The billing type:
Can be either:

  • OFFLINE: Use offline charging for billing.
  • ONLINE: Use online charging for billing.
Default: OFFLINEPossible values:
get/tenant/billing

Update tenant billing configurations.

post

Update tenant billing configurations.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
enabledbooleanOptional

Enable call billing or not.

Default: false
accountstring · enumOptional

The billing account:
Can be either:

  • TENANT: Use company account for billing.
  • USER: Use private user account for billing.
Default: TENANTPossible values:
typestring · enumOptional

The billing type:
Can be either:

  • OFFLINE: Use offline charging for billing.
  • ONLINE: Use online charging for billing.
Default: OFFLINEPossible values:
Responses
200

OK

No content

post/tenant/billing

No content

Was this helpful?