cURL
curl --request GET \ --url https://cloud.onyx.app/api/analytics/admin/query \ --header 'Authorization: Bearer <token>'
[ { "total_queries": 123, "total_likes": 123, "total_dislikes": 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 QueryAnalyticsResponse · object[].
QueryAnalyticsResponse · object[]
Was this page helpful?