curl --request GET \
--url https://api.ara.so/stats/me \
--header 'Authorization: Bearer <token>'Get agent stats for the authenticated user.
Returns request count (from credit_transactions — same source as billing), chat count (from chats table, populated by the WS message writer), and uptime (from sandboxes).
curl --request GET \
--url https://api.ara.so/stats/me \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Was this page helpful?