cURL
curl --request GET \ --url https://cloud.onyx.app/api/analytics/admin/onyxbot \ --header 'Authorization: Bearer <token>'
[ { "total_queries": 123, "auto_resolved": 123, "date": "2023-12-25" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type OnyxbotAnalyticsResponse · object[].
OnyxbotAnalyticsResponse · object[]
Was this page helpful?