curl --request GET \
--url https://api.example.com/api/v1/usage/usage \
--header 'Authorization: Bearer <token>'{
"total_human_messages": 123,
"agent_message_counts": {}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request GET \
--url https://api.example.com/api/v1/usage/usage \
--header 'Authorization: Bearer <token>'{
"total_human_messages": 123,
"agent_message_counts": {}
}