User Feedback via API

1 min read

info

The contents of the Feedback are explained here: Feedback

Access Token & URL

info

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

Feedback API:

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