GET
/
v1
/
billing
/
usage
curl --request GET \
  --url https://app.typebot.io/api/v1/billing/usage \
  --header 'Authorization: Bearer <token>'
{
  "totalChatsUsed": 123,
  "resetsAt": "<string>"
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

workspaceId
string
required

Response

200 - application/json
totalChatsUsed
number
required
resetsAt
string
required