Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
curl '<HOST OF URL>/analytics/active-users?startDate=2024-05-03&endDate=2024-06-02' \
  -X GET \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <ACCESS_TOKEN>'

...

Code Block
curl '<HOST OF URL>/analytics/reference-stat-export?startDate=2024-05-03&endDate=2024-06-02' \$
  -X GET \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <ACCESS_TOKEN>'

...

Code Block
curl '<HOST OF URL>/analytics/chat-interactions-detailed?startDate=2024-05-03&endDate=2024-06-02' \
  -X GET \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <ACCESS_TOKEN>'

...