curl --request GET \ --url https://app.typebot.io/api/v1/billing/usage \ --header 'Authorization: Bearer <token>'
{ "totalChatsUsed": 123, "resetsAt": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Where to find my workspace ID?