Skip to content

Get Current Usage

Endpoint used to get the current billing usage of the platform in Toolzz Bots.

Terminal window
curl --request GET \
--url 'https://bots.toolzz.ai/api/v1/billing/usage' \
--header 'Authorization: Bearer <token>'
ParameterTypeDescriptionRequired
AuthorizationStringAccess token (must contain “Bearer” before the token)Yes

To access this endpoint, it is necessary to send a valid access token through the authorization header (Authorization) of the request.