User Feedback via API — Unique AI Documentation

User Feedback via API

1 min read

The contents of the Feedback are explained here: Feedback

Access Token & URL Copy link to this section

You can see here how to get an access token and the URL: How to get a Token for the GraphQL APIs

Feedback API: Copy link to this section

curl '<HOST OF URL>/chat-gen2/feedback?startDate=2024-05-03' \
  -X GET \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <ACCESS_TOKEN>'